user32: Implement semi-stub for FlashWindowEx.
[wine.git] / configure
blob80cc8121cabf37df8bafb2af04e78c76ea3e3b21
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_fltmgr_sys
1089 enable_fntcache
1090 enable_fontsub
1091 enable_fusion
1092 enable_fwpuclnt
1093 enable_gameux
1094 enable_gdi32
1095 enable_gdiplus
1096 enable_glu32
1097 enable_gphoto2_ds
1098 enable_gpkcsp
1099 enable_hal
1100 enable_hhctrl_ocx
1101 enable_hid
1102 enable_hidclass_sys
1103 enable_hlink
1104 enable_hnetcfg
1105 enable_httpapi
1106 enable_iccvid
1107 enable_icmp
1108 enable_ieframe
1109 enable_imaadp32_acm
1110 enable_imagehlp
1111 enable_imm32
1112 enable_inetcomm
1113 enable_inetcpl_cpl
1114 enable_inetmib1
1115 enable_infosoft
1116 enable_initpki
1117 enable_inkobj
1118 enable_inseng
1119 enable_iphlpapi
1120 enable_itircl
1121 enable_itss
1122 enable_joy_cpl
1123 enable_jscript
1124 enable_jsproxy
1125 enable_kernel32
1126 enable_ksuser
1127 enable_ktmw32
1128 enable_loadperf
1129 enable_localspl
1130 enable_localui
1131 enable_lz32
1132 enable_mapi32
1133 enable_mapistub
1134 enable_mciavi32
1135 enable_mcicda
1136 enable_mciqtz32
1137 enable_mciseq
1138 enable_mciwave
1139 enable_mf
1140 enable_mfplat
1141 enable_mfreadwrite
1142 enable_mgmtapi
1143 enable_midimap
1144 enable_mlang
1145 enable_mmcndmgr
1146 enable_mmdevapi
1147 enable_mountmgr_sys
1148 enable_mpr
1149 enable_mprapi
1150 enable_msacm32_drv
1151 enable_msacm32
1152 enable_msadp32_acm
1153 enable_msasn1
1154 enable_mscat32
1155 enable_mscms
1156 enable_mscoree
1157 enable_msctf
1158 enable_msctfp
1159 enable_msdaps
1160 enable_msdelta
1161 enable_msdmo
1162 enable_msftedit
1163 enable_msg711_acm
1164 enable_msgsm32_acm
1165 enable_mshtml_tlb
1166 enable_mshtml
1167 enable_msi
1168 enable_msident
1169 enable_msimg32
1170 enable_msimsg
1171 enable_msimtf
1172 enable_msisip
1173 enable_msisys_ocx
1174 enable_msls31
1175 enable_msnet32
1176 enable_mspatcha
1177 enable_msrle32
1178 enable_msscript_ocx
1179 enable_mssign32
1180 enable_mssip32
1181 enable_mstask
1182 enable_msvcirt
1183 enable_msvcm80
1184 enable_msvcm90
1185 enable_msvcp100
1186 enable_msvcp110
1187 enable_msvcp120
1188 enable_msvcp120_app
1189 enable_msvcp60
1190 enable_msvcp70
1191 enable_msvcp71
1192 enable_msvcp80
1193 enable_msvcp90
1194 enable_msvcr100
1195 enable_msvcr110
1196 enable_msvcr120
1197 enable_msvcr120_app
1198 enable_msvcr70
1199 enable_msvcr71
1200 enable_msvcr80
1201 enable_msvcr90
1202 enable_msvcrt
1203 enable_msvcrt20
1204 enable_msvcrt40
1205 enable_msvcrtd
1206 enable_msvfw32
1207 enable_msvidc32
1208 enable_mswsock
1209 enable_msxml
1210 enable_msxml2
1211 enable_msxml3
1212 enable_msxml4
1213 enable_msxml6
1214 enable_nddeapi
1215 enable_ndis_sys
1216 enable_netapi32
1217 enable_netcfgx
1218 enable_netprofm
1219 enable_newdev
1220 enable_normaliz
1221 enable_npmshtml
1222 enable_npptools
1223 enable_ntdll
1224 enable_ntdsapi
1225 enable_ntoskrnl_exe
1226 enable_ntprint
1227 enable_objsel
1228 enable_odbc32
1229 enable_odbccp32
1230 enable_odbccu32
1231 enable_ole32
1232 enable_oleacc
1233 enable_oleaut32
1234 enable_olecli32
1235 enable_oledb32
1236 enable_oledlg
1237 enable_olepro32
1238 enable_olesvr32
1239 enable_olethk32
1240 enable_openal32
1241 enable_opencl
1242 enable_opengl32
1243 enable_packager
1244 enable_pdh
1245 enable_photometadatahandler
1246 enable_pidgen
1247 enable_powrprof
1248 enable_printui
1249 enable_prntvpt
1250 enable_propsys
1251 enable_psapi
1252 enable_pstorec
1253 enable_qcap
1254 enable_qedit
1255 enable_qmgr
1256 enable_qmgrprxy
1257 enable_quartz
1258 enable_query
1259 enable_rasapi32
1260 enable_rasdlg
1261 enable_regapi
1262 enable_resutils
1263 enable_riched20
1264 enable_riched32
1265 enable_rpcrt4
1266 enable_rsabase
1267 enable_rsaenh
1268 enable_rstrtmgr
1269 enable_rtutils
1270 enable_samlib
1271 enable_sane_ds
1272 enable_scarddlg
1273 enable_sccbase
1274 enable_schannel
1275 enable_schedsvc
1276 enable_scrrun
1277 enable_scsiport_sys
1278 enable_secur32
1279 enable_security
1280 enable_sensapi
1281 enable_serialui
1282 enable_setupapi
1283 enable_sfc
1284 enable_sfc_os
1285 enable_shdoclc
1286 enable_shdocvw
1287 enable_shell32
1288 enable_shfolder
1289 enable_shlwapi
1290 enable_slbcsp
1291 enable_slc
1292 enable_snmpapi
1293 enable_softpub
1294 enable_spoolss
1295 enable_stdole2_tlb
1296 enable_stdole32_tlb
1297 enable_sti
1298 enable_svrapi
1299 enable_sxs
1300 enable_t2embed
1301 enable_tapi32
1302 enable_taskschd
1303 enable_traffic
1304 enable_twain_32
1305 enable_ucrtbase
1306 enable_unicows
1307 enable_updspapi
1308 enable_url
1309 enable_urlmon
1310 enable_usbd_sys
1311 enable_user32
1312 enable_userenv
1313 enable_usp10
1314 enable_uxtheme
1315 enable_vbscript
1316 enable_vcomp
1317 enable_vcomp100
1318 enable_vcomp110
1319 enable_vcomp120
1320 enable_vcomp90
1321 enable_vdmdbg
1322 enable_version
1323 enable_vssapi
1324 enable_wbemdisp
1325 enable_wbemprox
1326 enable_webservices
1327 enable_wer
1328 enable_wevtapi
1329 enable_wiaservc
1330 enable_windowscodecs
1331 enable_windowscodecsext
1332 enable_winealsa_drv
1333 enable_winecoreaudio_drv
1334 enable_wined3d
1335 enable_winegstreamer
1336 enable_winejoystick_drv
1337 enable_winemac_drv
1338 enable_winemapi
1339 enable_winemp3_acm
1340 enable_wineoss_drv
1341 enable_wineps_drv
1342 enable_wineqtdecoder
1343 enable_winex11_drv
1344 enable_wing32
1345 enable_winhttp
1346 enable_wininet
1347 enable_winmm
1348 enable_winnls32
1349 enable_winscard
1350 enable_winspool_drv
1351 enable_winsta
1352 enable_wintab32
1353 enable_wintrust
1354 enable_wlanapi
1355 enable_wldap32
1356 enable_wmi
1357 enable_wmiutils
1358 enable_wmp
1359 enable_wmvcore
1360 enable_wnaspi32
1361 enable_wpcap
1362 enable_ws2_32
1363 enable_wshom_ocx
1364 enable_wsnmp32
1365 enable_wsock32
1366 enable_wtsapi32
1367 enable_wuapi
1368 enable_wuaueng
1369 enable_x3daudio1_0
1370 enable_x3daudio1_1
1371 enable_x3daudio1_2
1372 enable_x3daudio1_3
1373 enable_x3daudio1_4
1374 enable_x3daudio1_5
1375 enable_x3daudio1_6
1376 enable_x3daudio1_7
1377 enable_xapofx1_1
1378 enable_xapofx1_2
1379 enable_xapofx1_3
1380 enable_xapofx1_4
1381 enable_xapofx1_5
1382 enable_xaudio2_0
1383 enable_xaudio2_1
1384 enable_xaudio2_2
1385 enable_xaudio2_3
1386 enable_xaudio2_4
1387 enable_xaudio2_5
1388 enable_xaudio2_6
1389 enable_xaudio2_7
1390 enable_xaudio2_8
1391 enable_xinput1_1
1392 enable_xinput1_2
1393 enable_xinput1_3
1394 enable_xinput1_4
1395 enable_xinput9_1_0
1396 enable_xmllite
1397 enable_xolehlp
1398 enable_xpsprint
1399 enable_xpssvcs
1400 enable_documentation
1401 enable_fonts
1402 enable_include
1403 enable_libs_port
1404 enable_libs_wine
1405 enable_libs_wpp
1406 enable_loader
1407 enable_arp
1408 enable_aspnet_regiis
1409 enable_attrib
1410 enable_cabarc
1411 enable_cacls
1412 enable_clock
1413 enable_cmd
1414 enable_conhost
1415 enable_control
1416 enable_cscript
1417 enable_dpnsvr
1418 enable_dxdiag
1419 enable_eject
1420 enable_expand
1421 enable_explorer
1422 enable_extrac32
1423 enable_findstr
1424 enable_hh
1425 enable_hostname
1426 enable_icinfo
1427 enable_iexplore
1428 enable_ipconfig
1429 enable_lodctr
1430 enable_mofcomp
1431 enable_mshta
1432 enable_msiexec
1433 enable_net
1434 enable_netsh
1435 enable_netstat
1436 enable_ngen
1437 enable_notepad
1438 enable_oleview
1439 enable_ping
1440 enable_plugplay
1441 enable_presentationfontcache
1442 enable_progman
1443 enable_reg
1444 enable_regasm
1445 enable_regedit
1446 enable_regsvcs
1447 enable_regsvr32
1448 enable_rpcss
1449 enable_rundll32
1450 enable_sc
1451 enable_schtasks
1452 enable_sdbinst
1453 enable_secedit
1454 enable_servicemodelreg
1455 enable_services
1456 enable_spoolsv
1457 enable_start
1458 enable_svchost
1459 enable_systeminfo
1460 enable_taskkill
1461 enable_tasklist
1462 enable_taskmgr
1463 enable_termsv
1464 enable_uninstaller
1465 enable_unlodctr
1466 enable_view
1467 enable_wevtutil
1468 enable_wineboot
1469 enable_winebrowser
1470 enable_winecfg
1471 enable_wineconsole
1472 enable_winedbg
1473 enable_winedevice
1474 enable_winefile
1475 enable_winemenubuilder
1476 enable_winemine
1477 enable_winemsibuilder
1478 enable_winepath
1479 enable_winetest
1480 enable_winhlp32
1481 enable_winver
1482 enable_wmic
1483 enable_wordpad
1484 enable_write
1485 enable_wscript
1486 enable_wusa
1487 enable_xcopy
1488 enable_server
1489 enable_tools
1491 ac_precious_vars='build_alias
1492 host_alias
1493 target_alias
1495 CFLAGS
1496 LDFLAGS
1497 LIBS
1498 CPPFLAGS
1500 CXXFLAGS
1503 XMKMF
1504 XML2_CFLAGS
1505 XML2_LIBS
1506 XSLT_CFLAGS
1507 XSLT_LIBS
1508 DBUS_CFLAGS
1509 DBUS_LIBS
1510 HAL_CFLAGS
1511 HAL_LIBS
1512 GNUTLS_CFLAGS
1513 GNUTLS_LIBS
1514 SANE_CFLAGS
1515 SANE_LIBS
1516 GPHOTO2_CFLAGS
1517 GPHOTO2_LIBS
1518 GPHOTO2_PORT_CFLAGS
1519 GPHOTO2_PORT_LIBS
1520 LCMS2_CFLAGS
1521 LCMS2_LIBS
1522 FREETYPE_CFLAGS
1523 FREETYPE_LIBS
1524 GSTREAMER_CFLAGS
1525 GSTREAMER_LIBS
1526 CAPI20_CFLAGS
1527 CAPI20_LIBS
1528 FONTCONFIG_CFLAGS
1529 FONTCONFIG_LIBS
1530 JPEG_CFLAGS
1531 JPEG_LIBS
1532 PNG_CFLAGS
1533 PNG_LIBS
1534 TIFF_CFLAGS
1535 TIFF_LIBS
1536 MPG123_CFLAGS
1537 MPG123_LIBS'
1540 # Initialize some variables set by options.
1541 ac_init_help=
1542 ac_init_version=false
1543 ac_unrecognized_opts=
1544 ac_unrecognized_sep=
1545 # The variables have the same names as the options, with
1546 # dashes changed to underlines.
1547 cache_file=/dev/null
1548 exec_prefix=NONE
1549 no_create=
1550 no_recursion=
1551 prefix=NONE
1552 program_prefix=NONE
1553 program_suffix=NONE
1554 program_transform_name=s,x,x,
1555 silent=
1556 site=
1557 srcdir=
1558 verbose=
1559 x_includes=NONE
1560 x_libraries=NONE
1562 # Installation directory options.
1563 # These are left unexpanded so users can "make install exec_prefix=/foo"
1564 # and all the variables that are supposed to be based on exec_prefix
1565 # by default will actually change.
1566 # Use braces instead of parens because sh, perl, etc. also accept them.
1567 # (The list follows the same order as the GNU Coding Standards.)
1568 bindir='${exec_prefix}/bin'
1569 sbindir='${exec_prefix}/sbin'
1570 libexecdir='${exec_prefix}/libexec'
1571 datarootdir='${prefix}/share'
1572 datadir='${datarootdir}'
1573 sysconfdir='${prefix}/etc'
1574 sharedstatedir='${prefix}/com'
1575 localstatedir='${prefix}/var'
1576 runstatedir='${localstatedir}/run'
1577 includedir='${prefix}/include'
1578 oldincludedir='/usr/include'
1579 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1580 infodir='${datarootdir}/info'
1581 htmldir='${docdir}'
1582 dvidir='${docdir}'
1583 pdfdir='${docdir}'
1584 psdir='${docdir}'
1585 libdir='${exec_prefix}/lib'
1586 localedir='${datarootdir}/locale'
1587 mandir='${datarootdir}/man'
1589 ac_prev=
1590 ac_dashdash=
1591 for ac_option
1593 # If the previous option needs an argument, assign it.
1594 if test -n "$ac_prev"; then
1595 eval $ac_prev=\$ac_option
1596 ac_prev=
1597 continue
1600 case $ac_option in
1601 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1602 *=) ac_optarg= ;;
1603 *) ac_optarg=yes ;;
1604 esac
1606 # Accept the important Cygnus configure options, so we can diagnose typos.
1608 case $ac_dashdash$ac_option in
1610 ac_dashdash=yes ;;
1612 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1613 ac_prev=bindir ;;
1614 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1615 bindir=$ac_optarg ;;
1617 -build | --build | --buil | --bui | --bu)
1618 ac_prev=build_alias ;;
1619 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1620 build_alias=$ac_optarg ;;
1622 -cache-file | --cache-file | --cache-fil | --cache-fi \
1623 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1624 ac_prev=cache_file ;;
1625 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1626 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1627 cache_file=$ac_optarg ;;
1629 --config-cache | -C)
1630 cache_file=config.cache ;;
1632 -datadir | --datadir | --datadi | --datad)
1633 ac_prev=datadir ;;
1634 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1635 datadir=$ac_optarg ;;
1637 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1638 | --dataroo | --dataro | --datar)
1639 ac_prev=datarootdir ;;
1640 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1641 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1642 datarootdir=$ac_optarg ;;
1644 -disable-* | --disable-*)
1645 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1646 # Reject names that are not valid shell variable names.
1647 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1648 as_fn_error $? "invalid feature name: $ac_useropt"
1649 ac_useropt_orig=$ac_useropt
1650 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1651 case $ac_user_opts in
1653 "enable_$ac_useropt"
1654 "*) ;;
1655 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1656 ac_unrecognized_sep=', ';;
1657 esac
1658 eval enable_$ac_useropt=no ;;
1660 -docdir | --docdir | --docdi | --doc | --do)
1661 ac_prev=docdir ;;
1662 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1663 docdir=$ac_optarg ;;
1665 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1666 ac_prev=dvidir ;;
1667 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1668 dvidir=$ac_optarg ;;
1670 -enable-* | --enable-*)
1671 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1672 # Reject names that are not valid shell variable names.
1673 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1674 as_fn_error $? "invalid feature name: $ac_useropt"
1675 ac_useropt_orig=$ac_useropt
1676 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1677 case $ac_user_opts in
1679 "enable_$ac_useropt"
1680 "*) ;;
1681 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1682 ac_unrecognized_sep=', ';;
1683 esac
1684 eval enable_$ac_useropt=\$ac_optarg ;;
1686 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1687 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1688 | --exec | --exe | --ex)
1689 ac_prev=exec_prefix ;;
1690 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1691 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1692 | --exec=* | --exe=* | --ex=*)
1693 exec_prefix=$ac_optarg ;;
1695 -gas | --gas | --ga | --g)
1696 # Obsolete; use --with-gas.
1697 with_gas=yes ;;
1699 -help | --help | --hel | --he | -h)
1700 ac_init_help=long ;;
1701 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1702 ac_init_help=recursive ;;
1703 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1704 ac_init_help=short ;;
1706 -host | --host | --hos | --ho)
1707 ac_prev=host_alias ;;
1708 -host=* | --host=* | --hos=* | --ho=*)
1709 host_alias=$ac_optarg ;;
1711 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1712 ac_prev=htmldir ;;
1713 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1714 | --ht=*)
1715 htmldir=$ac_optarg ;;
1717 -includedir | --includedir | --includedi | --included | --include \
1718 | --includ | --inclu | --incl | --inc)
1719 ac_prev=includedir ;;
1720 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1721 | --includ=* | --inclu=* | --incl=* | --inc=*)
1722 includedir=$ac_optarg ;;
1724 -infodir | --infodir | --infodi | --infod | --info | --inf)
1725 ac_prev=infodir ;;
1726 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1727 infodir=$ac_optarg ;;
1729 -libdir | --libdir | --libdi | --libd)
1730 ac_prev=libdir ;;
1731 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1732 libdir=$ac_optarg ;;
1734 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1735 | --libexe | --libex | --libe)
1736 ac_prev=libexecdir ;;
1737 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1738 | --libexe=* | --libex=* | --libe=*)
1739 libexecdir=$ac_optarg ;;
1741 -localedir | --localedir | --localedi | --localed | --locale)
1742 ac_prev=localedir ;;
1743 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1744 localedir=$ac_optarg ;;
1746 -localstatedir | --localstatedir | --localstatedi | --localstated \
1747 | --localstate | --localstat | --localsta | --localst | --locals)
1748 ac_prev=localstatedir ;;
1749 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1750 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1751 localstatedir=$ac_optarg ;;
1753 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1754 ac_prev=mandir ;;
1755 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1756 mandir=$ac_optarg ;;
1758 -nfp | --nfp | --nf)
1759 # Obsolete; use --without-fp.
1760 with_fp=no ;;
1762 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1763 | --no-cr | --no-c | -n)
1764 no_create=yes ;;
1766 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1767 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1768 no_recursion=yes ;;
1770 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1771 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1772 | --oldin | --oldi | --old | --ol | --o)
1773 ac_prev=oldincludedir ;;
1774 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1775 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1776 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1777 oldincludedir=$ac_optarg ;;
1779 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1780 ac_prev=prefix ;;
1781 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1782 prefix=$ac_optarg ;;
1784 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1785 | --program-pre | --program-pr | --program-p)
1786 ac_prev=program_prefix ;;
1787 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1788 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1789 program_prefix=$ac_optarg ;;
1791 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1792 | --program-suf | --program-su | --program-s)
1793 ac_prev=program_suffix ;;
1794 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1795 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1796 program_suffix=$ac_optarg ;;
1798 -program-transform-name | --program-transform-name \
1799 | --program-transform-nam | --program-transform-na \
1800 | --program-transform-n | --program-transform- \
1801 | --program-transform | --program-transfor \
1802 | --program-transfo | --program-transf \
1803 | --program-trans | --program-tran \
1804 | --progr-tra | --program-tr | --program-t)
1805 ac_prev=program_transform_name ;;
1806 -program-transform-name=* | --program-transform-name=* \
1807 | --program-transform-nam=* | --program-transform-na=* \
1808 | --program-transform-n=* | --program-transform-=* \
1809 | --program-transform=* | --program-transfor=* \
1810 | --program-transfo=* | --program-transf=* \
1811 | --program-trans=* | --program-tran=* \
1812 | --progr-tra=* | --program-tr=* | --program-t=*)
1813 program_transform_name=$ac_optarg ;;
1815 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1816 ac_prev=pdfdir ;;
1817 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1818 pdfdir=$ac_optarg ;;
1820 -psdir | --psdir | --psdi | --psd | --ps)
1821 ac_prev=psdir ;;
1822 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1823 psdir=$ac_optarg ;;
1825 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1826 | -silent | --silent | --silen | --sile | --sil)
1827 silent=yes ;;
1829 -runstatedir | --runstatedir | --runstatedi | --runstated \
1830 | --runstate | --runstat | --runsta | --runst | --runs \
1831 | --run | --ru | --r)
1832 ac_prev=runstatedir ;;
1833 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1834 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1835 | --run=* | --ru=* | --r=*)
1836 runstatedir=$ac_optarg ;;
1838 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1839 ac_prev=sbindir ;;
1840 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1841 | --sbi=* | --sb=*)
1842 sbindir=$ac_optarg ;;
1844 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1845 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1846 | --sharedst | --shareds | --shared | --share | --shar \
1847 | --sha | --sh)
1848 ac_prev=sharedstatedir ;;
1849 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1850 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1851 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1852 | --sha=* | --sh=*)
1853 sharedstatedir=$ac_optarg ;;
1855 -site | --site | --sit)
1856 ac_prev=site ;;
1857 -site=* | --site=* | --sit=*)
1858 site=$ac_optarg ;;
1860 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1861 ac_prev=srcdir ;;
1862 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1863 srcdir=$ac_optarg ;;
1865 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1866 | --syscon | --sysco | --sysc | --sys | --sy)
1867 ac_prev=sysconfdir ;;
1868 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1869 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1870 sysconfdir=$ac_optarg ;;
1872 -target | --target | --targe | --targ | --tar | --ta | --t)
1873 ac_prev=target_alias ;;
1874 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1875 target_alias=$ac_optarg ;;
1877 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1878 verbose=yes ;;
1880 -version | --version | --versio | --versi | --vers | -V)
1881 ac_init_version=: ;;
1883 -with-* | --with-*)
1884 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1885 # Reject names that are not valid shell variable names.
1886 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1887 as_fn_error $? "invalid package name: $ac_useropt"
1888 ac_useropt_orig=$ac_useropt
1889 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1890 case $ac_user_opts in
1892 "with_$ac_useropt"
1893 "*) ;;
1894 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1895 ac_unrecognized_sep=', ';;
1896 esac
1897 eval with_$ac_useropt=\$ac_optarg ;;
1899 -without-* | --without-*)
1900 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1901 # Reject names that are not valid shell variable names.
1902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1903 as_fn_error $? "invalid package name: $ac_useropt"
1904 ac_useropt_orig=$ac_useropt
1905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1906 case $ac_user_opts in
1908 "with_$ac_useropt"
1909 "*) ;;
1910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1911 ac_unrecognized_sep=', ';;
1912 esac
1913 eval with_$ac_useropt=no ;;
1915 --x)
1916 # Obsolete; use --with-x.
1917 with_x=yes ;;
1919 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1920 | --x-incl | --x-inc | --x-in | --x-i)
1921 ac_prev=x_includes ;;
1922 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1923 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1924 x_includes=$ac_optarg ;;
1926 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1927 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1928 ac_prev=x_libraries ;;
1929 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1930 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1931 x_libraries=$ac_optarg ;;
1933 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1934 Try \`$0 --help' for more information"
1937 *=*)
1938 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1939 # Reject names that are not valid shell variable names.
1940 case $ac_envvar in #(
1941 '' | [0-9]* | *[!_$as_cr_alnum]* )
1942 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1943 esac
1944 eval $ac_envvar=\$ac_optarg
1945 export $ac_envvar ;;
1948 # FIXME: should be removed in autoconf 3.0.
1949 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1950 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1951 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1952 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1955 esac
1956 done
1958 if test -n "$ac_prev"; then
1959 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1960 as_fn_error $? "missing argument to $ac_option"
1963 if test -n "$ac_unrecognized_opts"; then
1964 case $enable_option_checking in
1965 no) ;;
1966 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1967 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1968 esac
1971 # Check all directory arguments for consistency.
1972 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1973 datadir sysconfdir sharedstatedir localstatedir includedir \
1974 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1975 libdir localedir mandir runstatedir
1977 eval ac_val=\$$ac_var
1978 # Remove trailing slashes.
1979 case $ac_val in
1980 */ )
1981 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1982 eval $ac_var=\$ac_val;;
1983 esac
1984 # Be sure to have absolute directory names.
1985 case $ac_val in
1986 [\\/$]* | ?:[\\/]* ) continue;;
1987 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1988 esac
1989 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1990 done
1992 # There might be people who depend on the old broken behavior: `$host'
1993 # used to hold the argument of --host etc.
1994 # FIXME: To remove some day.
1995 build=$build_alias
1996 host=$host_alias
1997 target=$target_alias
1999 # FIXME: To remove some day.
2000 if test "x$host_alias" != x; then
2001 if test "x$build_alias" = x; then
2002 cross_compiling=maybe
2003 elif test "x$build_alias" != "x$host_alias"; then
2004 cross_compiling=yes
2008 ac_tool_prefix=
2009 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2011 test "$silent" = yes && exec 6>/dev/null
2014 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2015 ac_ls_di=`ls -di .` &&
2016 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2017 as_fn_error $? "working directory cannot be determined"
2018 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2019 as_fn_error $? "pwd does not report name of working directory"
2022 # Find the source files, if location was not specified.
2023 if test -z "$srcdir"; then
2024 ac_srcdir_defaulted=yes
2025 # Try the directory containing this script, then the parent directory.
2026 ac_confdir=`$as_dirname -- "$as_myself" ||
2027 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2028 X"$as_myself" : 'X\(//\)[^/]' \| \
2029 X"$as_myself" : 'X\(//\)$' \| \
2030 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2031 $as_echo X"$as_myself" |
2032 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2033 s//\1/
2036 /^X\(\/\/\)[^/].*/{
2037 s//\1/
2040 /^X\(\/\/\)$/{
2041 s//\1/
2044 /^X\(\/\).*/{
2045 s//\1/
2048 s/.*/./; q'`
2049 srcdir=$ac_confdir
2050 if test ! -r "$srcdir/$ac_unique_file"; then
2051 srcdir=..
2053 else
2054 ac_srcdir_defaulted=no
2056 if test ! -r "$srcdir/$ac_unique_file"; then
2057 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2058 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2060 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2061 ac_abs_confdir=`(
2062 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2063 pwd)`
2064 # When building in place, set srcdir=.
2065 if test "$ac_abs_confdir" = "$ac_pwd"; then
2066 srcdir=.
2068 # Remove unnecessary trailing slashes from srcdir.
2069 # Double slashes in file names in object file debugging info
2070 # mess up M-x gdb in Emacs.
2071 case $srcdir in
2072 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2073 esac
2074 for ac_var in $ac_precious_vars; do
2075 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2076 eval ac_env_${ac_var}_value=\$${ac_var}
2077 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2078 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2079 done
2082 # Report the --help message.
2084 if test "$ac_init_help" = "long"; then
2085 # Omit some internal or obsolete options to make the list less imposing.
2086 # This message is too long to be a string in the A/UX 3.1 sh.
2087 cat <<_ACEOF
2088 \`configure' configures Wine 1.7.52 to adapt to many kinds of systems.
2090 Usage: $0 [OPTION]... [VAR=VALUE]...
2092 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2093 VAR=VALUE. See below for descriptions of some of the useful variables.
2095 Defaults for the options are specified in brackets.
2097 Configuration:
2098 -h, --help display this help and exit
2099 --help=short display options specific to this package
2100 --help=recursive display the short help of all the included packages
2101 -V, --version display version information and exit
2102 -q, --quiet, --silent do not print \`checking ...' messages
2103 --cache-file=FILE cache test results in FILE [disabled]
2104 -C, --config-cache alias for \`--cache-file=config.cache'
2105 -n, --no-create do not create output files
2106 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2108 Installation directories:
2109 --prefix=PREFIX install architecture-independent files in PREFIX
2110 [$ac_default_prefix]
2111 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2112 [PREFIX]
2114 By default, \`make install' will install all the files in
2115 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2116 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2117 for instance \`--prefix=\$HOME'.
2119 For better control, use the options below.
2121 Fine tuning of the installation directories:
2122 --bindir=DIR user executables [EPREFIX/bin]
2123 --sbindir=DIR system admin executables [EPREFIX/sbin]
2124 --libexecdir=DIR program executables [EPREFIX/libexec]
2125 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2126 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2127 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2128 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2129 --libdir=DIR object code libraries [EPREFIX/lib]
2130 --includedir=DIR C header files [PREFIX/include]
2131 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2132 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2133 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2134 --infodir=DIR info documentation [DATAROOTDIR/info]
2135 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2136 --mandir=DIR man documentation [DATAROOTDIR/man]
2137 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2138 --htmldir=DIR html documentation [DOCDIR]
2139 --dvidir=DIR dvi documentation [DOCDIR]
2140 --pdfdir=DIR pdf documentation [DOCDIR]
2141 --psdir=DIR ps documentation [DOCDIR]
2142 _ACEOF
2144 cat <<\_ACEOF
2146 X features:
2147 --x-includes=DIR X include files are in DIR
2148 --x-libraries=DIR X library files are in DIR
2150 System types:
2151 --build=BUILD configure for building on BUILD [guessed]
2152 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2153 _ACEOF
2156 if test -n "$ac_init_help"; then
2157 case $ac_init_help in
2158 short | recursive ) echo "Configuration of Wine 1.7.52:";;
2159 esac
2160 cat <<\_ACEOF
2162 Optional Features:
2163 --disable-option-checking ignore unrecognized --enable/--with options
2164 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2165 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2166 --disable-win16 do not include Win16 support
2167 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2168 binaries)
2169 --disable-tests do not build the regression tests
2170 --enable-maintainer-mode
2171 enable maintainer-specific build rules
2172 --disable-largefile omit support for large files
2174 Optional Packages:
2175 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2176 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2177 --without-alsa do not use the Alsa sound support
2178 --without-capi do not use CAPI (ISDN support)
2179 --without-cms do not use CMS (color management support)
2180 --without-coreaudio do not use the CoreAudio sound support
2181 --without-cups do not use CUPS
2182 --without-curses do not use (n)curses
2183 --without-dbus do not use DBus (dynamic device support)
2184 --without-fontconfig do not use fontconfig
2185 --without-freetype do not use the FreeType library
2186 --without-gettext do not use gettext
2187 --with-gettextpo use the GetTextPO library to rebuild po files
2188 --without-gphoto do not use gphoto (Digital Camera support)
2189 --without-glu do not use the GLU library
2190 --without-gnutls do not use GnuTLS (schannel support)
2191 --without-gsm do not use libgsm (GSM 06.10 codec support)
2192 --without-gstreamer do not use GStreamer (codecs support)
2193 --without-hal do not use HAL (dynamic device support)
2194 --without-jpeg do not use JPEG
2195 --without-ldap do not use LDAP
2196 --without-mpg123 do not use the mpg123 library
2197 --without-netapi do not use the Samba NetAPI library
2198 --without-openal do not use OpenAL
2199 --without-opencl do not use OpenCL
2200 --without-opengl do not use OpenGL
2201 --without-osmesa do not use the OSMesa library
2202 --without-oss do not use the OSS sound support
2203 --without-pcap do not use the Packet Capture library
2204 --without-png do not use PNG
2205 --without-pthread do not use the pthread library
2206 --without-sane do not use SANE (scanner support)
2207 --without-tiff do not use TIFF
2208 --without-v4l do not use v4l1 (v4l support)
2209 --without-xcomposite do not use the Xcomposite extension
2210 --without-xcursor do not use the Xcursor extension
2211 --without-xinerama do not use Xinerama (multi-monitor support)
2212 --without-xinput do not use the Xinput extension
2213 --without-xinput2 do not use the Xinput 2 extension
2214 --without-xml do not use XML
2215 --without-xrandr do not use Xrandr (resolution changes)
2216 --without-xrender do not use the Xrender extension
2217 --without-xshape do not use the Xshape extension
2218 --without-xshm do not use XShm (shared memory extension)
2219 --without-xslt do not use XSLT
2220 --without-xxf86vm do not use XFree video mode extension
2221 --without-zlib do not use Zlib (data compression)
2222 --with-wine-tools=DIR use Wine tools from directory DIR
2223 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2224 --with-x use the X Window System
2226 Some influential environment variables:
2227 CC C compiler command
2228 CFLAGS C compiler flags
2229 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2230 nonstandard directory <lib dir>
2231 LIBS libraries to pass to the linker, e.g. -l<library>
2232 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2233 you have headers in a nonstandard directory <include dir>
2234 CXX C++ compiler command
2235 CXXFLAGS C++ compiler flags
2236 CPP C preprocessor
2237 XMKMF Path to xmkmf, Makefile generator for X Window System
2238 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2239 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2240 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2241 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2242 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2243 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2244 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2245 HAL_LIBS Linker flags for hal, overriding pkg-config
2246 GNUTLS_CFLAGS
2247 C compiler flags for gnutls, overriding pkg-config
2248 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2249 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2250 SANE_LIBS Linker flags for libsane, overriding pkg-config
2251 GPHOTO2_CFLAGS
2252 C compiler flags for libgphoto2, overriding pkg-config
2253 GPHOTO2_LIBS
2254 Linker flags for libgphoto2, overriding pkg-config
2255 GPHOTO2_PORT_CFLAGS
2256 C compiler flags for libgphoto2_port, overriding pkg-config
2257 GPHOTO2_PORT_LIBS
2258 Linker flags for libgphoto2_port, overriding pkg-config
2259 LCMS2_CFLAGS
2260 C compiler flags for lcms2, overriding pkg-config
2261 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2262 FREETYPE_CFLAGS
2263 C compiler flags for freetype2, overriding pkg-config
2264 FREETYPE_LIBS
2265 Linker flags for freetype2, overriding pkg-config
2266 GSTREAMER_CFLAGS
2267 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2268 GSTREAMER_LIBS
2269 Linker flags for gstreamer-app-0.10, overriding pkg-config
2270 CAPI20_CFLAGS
2271 C compiler flags for capi20, overriding pkg-config
2272 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2273 FONTCONFIG_CFLAGS
2274 C compiler flags for fontconfig, overriding pkg-config
2275 FONTCONFIG_LIBS
2276 Linker flags for fontconfig, overriding pkg-config
2277 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2278 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2279 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2280 PNG_LIBS Linker flags for libpng, overriding pkg-config
2281 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2282 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2283 MPG123_CFLAGS
2284 C compiler flags for libmpg123, overriding pkg-config
2285 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2287 Use these variables to override the choices made by `configure' or to help
2288 it to find libraries and programs with nonstandard names/locations.
2290 Report bugs to <wine-devel@winehq.org>.
2291 Wine home page: <http://www.winehq.org>.
2292 _ACEOF
2293 ac_status=$?
2296 if test "$ac_init_help" = "recursive"; then
2297 # If there are subdirs, report their specific --help.
2298 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2299 test -d "$ac_dir" ||
2300 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2301 continue
2302 ac_builddir=.
2304 case "$ac_dir" in
2305 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2307 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2308 # A ".." for each directory in $ac_dir_suffix.
2309 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2310 case $ac_top_builddir_sub in
2311 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2312 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2313 esac ;;
2314 esac
2315 ac_abs_top_builddir=$ac_pwd
2316 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2317 # for backward compatibility:
2318 ac_top_builddir=$ac_top_build_prefix
2320 case $srcdir in
2321 .) # We are building in place.
2322 ac_srcdir=.
2323 ac_top_srcdir=$ac_top_builddir_sub
2324 ac_abs_top_srcdir=$ac_pwd ;;
2325 [\\/]* | ?:[\\/]* ) # Absolute name.
2326 ac_srcdir=$srcdir$ac_dir_suffix;
2327 ac_top_srcdir=$srcdir
2328 ac_abs_top_srcdir=$srcdir ;;
2329 *) # Relative name.
2330 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2331 ac_top_srcdir=$ac_top_build_prefix$srcdir
2332 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2333 esac
2334 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2336 cd "$ac_dir" || { ac_status=$?; continue; }
2337 # Check for guested configure.
2338 if test -f "$ac_srcdir/configure.gnu"; then
2339 echo &&
2340 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2341 elif test -f "$ac_srcdir/configure"; then
2342 echo &&
2343 $SHELL "$ac_srcdir/configure" --help=recursive
2344 else
2345 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2346 fi || ac_status=$?
2347 cd "$ac_pwd" || { ac_status=$?; break; }
2348 done
2351 test -n "$ac_init_help" && exit $ac_status
2352 if $ac_init_version; then
2353 cat <<\_ACEOF
2354 Wine configure 1.7.52
2355 generated by GNU Autoconf 2.69
2357 Copyright (C) 2012 Free Software Foundation, Inc.
2358 This configure script is free software; the Free Software Foundation
2359 gives unlimited permission to copy, distribute and modify it.
2360 _ACEOF
2361 exit
2364 ## ------------------------ ##
2365 ## Autoconf initialization. ##
2366 ## ------------------------ ##
2368 # ac_fn_c_try_compile LINENO
2369 # --------------------------
2370 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2371 ac_fn_c_try_compile ()
2373 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2374 rm -f conftest.$ac_objext
2375 if { { ac_try="$ac_compile"
2376 case "(($ac_try" in
2377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2378 *) ac_try_echo=$ac_try;;
2379 esac
2380 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2381 $as_echo "$ac_try_echo"; } >&5
2382 (eval "$ac_compile") 2>conftest.err
2383 ac_status=$?
2384 if test -s conftest.err; then
2385 grep -v '^ *+' conftest.err >conftest.er1
2386 cat conftest.er1 >&5
2387 mv -f conftest.er1 conftest.err
2389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2390 test $ac_status = 0; } && {
2391 test -z "$ac_c_werror_flag" ||
2392 test ! -s conftest.err
2393 } && test -s conftest.$ac_objext; then :
2394 ac_retval=0
2395 else
2396 $as_echo "$as_me: failed program was:" >&5
2397 sed 's/^/| /' conftest.$ac_ext >&5
2399 ac_retval=1
2401 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2402 as_fn_set_status $ac_retval
2404 } # ac_fn_c_try_compile
2406 # ac_fn_cxx_try_compile LINENO
2407 # ----------------------------
2408 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2409 ac_fn_cxx_try_compile ()
2411 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2412 rm -f conftest.$ac_objext
2413 if { { ac_try="$ac_compile"
2414 case "(($ac_try" in
2415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2416 *) ac_try_echo=$ac_try;;
2417 esac
2418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2419 $as_echo "$ac_try_echo"; } >&5
2420 (eval "$ac_compile") 2>conftest.err
2421 ac_status=$?
2422 if test -s conftest.err; then
2423 grep -v '^ *+' conftest.err >conftest.er1
2424 cat conftest.er1 >&5
2425 mv -f conftest.er1 conftest.err
2427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2428 test $ac_status = 0; } && {
2429 test -z "$ac_cxx_werror_flag" ||
2430 test ! -s conftest.err
2431 } && test -s conftest.$ac_objext; then :
2432 ac_retval=0
2433 else
2434 $as_echo "$as_me: failed program was:" >&5
2435 sed 's/^/| /' conftest.$ac_ext >&5
2437 ac_retval=1
2439 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2440 as_fn_set_status $ac_retval
2442 } # ac_fn_cxx_try_compile
2444 # ac_fn_c_try_link LINENO
2445 # -----------------------
2446 # Try to link conftest.$ac_ext, and return whether this succeeded.
2447 ac_fn_c_try_link ()
2449 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2450 rm -f conftest.$ac_objext conftest$ac_exeext
2451 if { { ac_try="$ac_link"
2452 case "(($ac_try" in
2453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2454 *) ac_try_echo=$ac_try;;
2455 esac
2456 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2457 $as_echo "$ac_try_echo"; } >&5
2458 (eval "$ac_link") 2>conftest.err
2459 ac_status=$?
2460 if test -s conftest.err; then
2461 grep -v '^ *+' conftest.err >conftest.er1
2462 cat conftest.er1 >&5
2463 mv -f conftest.er1 conftest.err
2465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2466 test $ac_status = 0; } && {
2467 test -z "$ac_c_werror_flag" ||
2468 test ! -s conftest.err
2469 } && test -s conftest$ac_exeext && {
2470 test "$cross_compiling" = yes ||
2471 test -x conftest$ac_exeext
2472 }; then :
2473 ac_retval=0
2474 else
2475 $as_echo "$as_me: failed program was:" >&5
2476 sed 's/^/| /' conftest.$ac_ext >&5
2478 ac_retval=1
2480 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2481 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2482 # interfere with the next link command; also delete a directory that is
2483 # left behind by Apple's compiler. We do this before executing the actions.
2484 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2485 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2486 as_fn_set_status $ac_retval
2488 } # ac_fn_c_try_link
2490 # ac_fn_c_try_cpp LINENO
2491 # ----------------------
2492 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2493 ac_fn_c_try_cpp ()
2495 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2496 if { { ac_try="$ac_cpp conftest.$ac_ext"
2497 case "(($ac_try" in
2498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2499 *) ac_try_echo=$ac_try;;
2500 esac
2501 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2502 $as_echo "$ac_try_echo"; } >&5
2503 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2504 ac_status=$?
2505 if test -s conftest.err; then
2506 grep -v '^ *+' conftest.err >conftest.er1
2507 cat conftest.er1 >&5
2508 mv -f conftest.er1 conftest.err
2510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2511 test $ac_status = 0; } > conftest.i && {
2512 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2513 test ! -s conftest.err
2514 }; then :
2515 ac_retval=0
2516 else
2517 $as_echo "$as_me: failed program was:" >&5
2518 sed 's/^/| /' conftest.$ac_ext >&5
2520 ac_retval=1
2522 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2523 as_fn_set_status $ac_retval
2525 } # ac_fn_c_try_cpp
2527 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2528 # -------------------------------------------------------
2529 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2530 # the include files in INCLUDES and setting the cache variable VAR
2531 # accordingly.
2532 ac_fn_c_check_header_mongrel ()
2534 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2535 if eval \${$3+:} false; then :
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2537 $as_echo_n "checking for $2... " >&6; }
2538 if eval \${$3+:} false; then :
2539 $as_echo_n "(cached) " >&6
2541 eval ac_res=\$$3
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2543 $as_echo "$ac_res" >&6; }
2544 else
2545 # Is the header compilable?
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2547 $as_echo_n "checking $2 usability... " >&6; }
2548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2549 /* end confdefs.h. */
2551 #include <$2>
2552 _ACEOF
2553 if ac_fn_c_try_compile "$LINENO"; then :
2554 ac_header_compiler=yes
2555 else
2556 ac_header_compiler=no
2558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2560 $as_echo "$ac_header_compiler" >&6; }
2562 # Is the header present?
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2564 $as_echo_n "checking $2 presence... " >&6; }
2565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2566 /* end confdefs.h. */
2567 #include <$2>
2568 _ACEOF
2569 if ac_fn_c_try_cpp "$LINENO"; then :
2570 ac_header_preproc=yes
2571 else
2572 ac_header_preproc=no
2574 rm -f conftest.err conftest.i conftest.$ac_ext
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2576 $as_echo "$ac_header_preproc" >&6; }
2578 # So? What about this header?
2579 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2580 yes:no: )
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2582 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2584 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2586 no:yes:* )
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2588 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2590 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2592 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2594 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2596 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2597 ( $as_echo "## ------------------------------------ ##
2598 ## Report this to wine-devel@winehq.org ##
2599 ## ------------------------------------ ##"
2600 ) | sed "s/^/$as_me: WARNING: /" >&2
2602 esac
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2604 $as_echo_n "checking for $2... " >&6; }
2605 if eval \${$3+:} false; then :
2606 $as_echo_n "(cached) " >&6
2607 else
2608 eval "$3=\$ac_header_compiler"
2610 eval ac_res=\$$3
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2612 $as_echo "$ac_res" >&6; }
2614 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2616 } # ac_fn_c_check_header_mongrel
2618 # ac_fn_c_try_run LINENO
2619 # ----------------------
2620 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2621 # that executables *can* be run.
2622 ac_fn_c_try_run ()
2624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2625 if { { ac_try="$ac_link"
2626 case "(($ac_try" in
2627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2629 esac
2630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2631 $as_echo "$ac_try_echo"; } >&5
2632 (eval "$ac_link") 2>&5
2633 ac_status=$?
2634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2635 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2636 { { case "(($ac_try" in
2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2638 *) ac_try_echo=$ac_try;;
2639 esac
2640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2641 $as_echo "$ac_try_echo"; } >&5
2642 (eval "$ac_try") 2>&5
2643 ac_status=$?
2644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2645 test $ac_status = 0; }; }; then :
2646 ac_retval=0
2647 else
2648 $as_echo "$as_me: program exited with status $ac_status" >&5
2649 $as_echo "$as_me: failed program was:" >&5
2650 sed 's/^/| /' conftest.$ac_ext >&5
2652 ac_retval=$ac_status
2654 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2655 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2656 as_fn_set_status $ac_retval
2658 } # ac_fn_c_try_run
2660 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2661 # -------------------------------------------------------
2662 # Tests whether HEADER exists and can be compiled using the include files in
2663 # INCLUDES, setting the cache variable VAR accordingly.
2664 ac_fn_c_check_header_compile ()
2666 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2668 $as_echo_n "checking for $2... " >&6; }
2669 if eval \${$3+:} false; then :
2670 $as_echo_n "(cached) " >&6
2671 else
2672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2673 /* end confdefs.h. */
2675 #include <$2>
2676 _ACEOF
2677 if ac_fn_c_try_compile "$LINENO"; then :
2678 eval "$3=yes"
2679 else
2680 eval "$3=no"
2682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2684 eval ac_res=\$$3
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2686 $as_echo "$ac_res" >&6; }
2687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2689 } # ac_fn_c_check_header_compile
2691 # ac_fn_c_check_func LINENO FUNC VAR
2692 # ----------------------------------
2693 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2694 ac_fn_c_check_func ()
2696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2698 $as_echo_n "checking for $2... " >&6; }
2699 if eval \${$3+:} false; then :
2700 $as_echo_n "(cached) " >&6
2701 else
2702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2703 /* end confdefs.h. */
2704 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2705 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2706 #define $2 innocuous_$2
2708 /* System header to define __stub macros and hopefully few prototypes,
2709 which can conflict with char $2 (); below.
2710 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2711 <limits.h> exists even on freestanding compilers. */
2713 #ifdef __STDC__
2714 # include <limits.h>
2715 #else
2716 # include <assert.h>
2717 #endif
2719 #undef $2
2721 /* Override any GCC internal prototype to avoid an error.
2722 Use char because int might match the return type of a GCC
2723 builtin and then its argument prototype would still apply. */
2724 #ifdef __cplusplus
2725 extern "C"
2726 #endif
2727 char $2 ();
2728 /* The GNU C library defines this for functions which it implements
2729 to always fail with ENOSYS. Some functions are actually named
2730 something starting with __ and the normal name is an alias. */
2731 #if defined __stub_$2 || defined __stub___$2
2732 choke me
2733 #endif
2736 main ()
2738 return $2 ();
2740 return 0;
2742 _ACEOF
2743 if ac_fn_c_try_link "$LINENO"; then :
2744 eval "$3=yes"
2745 else
2746 eval "$3=no"
2748 rm -f core conftest.err conftest.$ac_objext \
2749 conftest$ac_exeext conftest.$ac_ext
2751 eval ac_res=\$$3
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2753 $as_echo "$ac_res" >&6; }
2754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2756 } # ac_fn_c_check_func
2758 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2759 # ----------------------------------------------------
2760 # Tries to find if the field MEMBER exists in type AGGR, after including
2761 # INCLUDES, setting cache variable VAR accordingly.
2762 ac_fn_c_check_member ()
2764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2766 $as_echo_n "checking for $2.$3... " >&6; }
2767 if eval \${$4+:} false; then :
2768 $as_echo_n "(cached) " >&6
2769 else
2770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2771 /* end confdefs.h. */
2774 main ()
2776 static $2 ac_aggr;
2777 if (ac_aggr.$3)
2778 return 0;
2780 return 0;
2782 _ACEOF
2783 if ac_fn_c_try_compile "$LINENO"; then :
2784 eval "$4=yes"
2785 else
2786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2787 /* end confdefs.h. */
2790 main ()
2792 static $2 ac_aggr;
2793 if (sizeof ac_aggr.$3)
2794 return 0;
2796 return 0;
2798 _ACEOF
2799 if ac_fn_c_try_compile "$LINENO"; then :
2800 eval "$4=yes"
2801 else
2802 eval "$4=no"
2804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2808 eval ac_res=\$$4
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2810 $as_echo "$ac_res" >&6; }
2811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2813 } # ac_fn_c_check_member
2815 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2816 # -------------------------------------------
2817 # Tests whether TYPE exists after having included INCLUDES, setting cache
2818 # variable VAR accordingly.
2819 ac_fn_c_check_type ()
2821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2823 $as_echo_n "checking for $2... " >&6; }
2824 if eval \${$3+:} false; then :
2825 $as_echo_n "(cached) " >&6
2826 else
2827 eval "$3=no"
2828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2829 /* end confdefs.h. */
2832 main ()
2834 if (sizeof ($2))
2835 return 0;
2837 return 0;
2839 _ACEOF
2840 if ac_fn_c_try_compile "$LINENO"; then :
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2845 main ()
2847 if (sizeof (($2)))
2848 return 0;
2850 return 0;
2852 _ACEOF
2853 if ac_fn_c_try_compile "$LINENO"; then :
2855 else
2856 eval "$3=yes"
2858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2862 eval ac_res=\$$3
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2864 $as_echo "$ac_res" >&6; }
2865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2867 } # ac_fn_c_check_type
2868 cat >config.log <<_ACEOF
2869 This file contains any messages produced by compilers while
2870 running configure, to aid debugging if configure makes a mistake.
2872 It was created by Wine $as_me 1.7.52, which was
2873 generated by GNU Autoconf 2.69. Invocation command line was
2875 $ $0 $@
2877 _ACEOF
2878 exec 5>>config.log
2880 cat <<_ASUNAME
2881 ## --------- ##
2882 ## Platform. ##
2883 ## --------- ##
2885 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2886 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2887 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2888 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2889 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2891 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2892 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2894 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2895 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2896 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2897 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2898 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2899 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2900 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2902 _ASUNAME
2904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2905 for as_dir in $PATH
2907 IFS=$as_save_IFS
2908 test -z "$as_dir" && as_dir=.
2909 $as_echo "PATH: $as_dir"
2910 done
2911 IFS=$as_save_IFS
2913 } >&5
2915 cat >&5 <<_ACEOF
2918 ## ----------- ##
2919 ## Core tests. ##
2920 ## ----------- ##
2922 _ACEOF
2925 # Keep a trace of the command line.
2926 # Strip out --no-create and --no-recursion so they do not pile up.
2927 # Strip out --silent because we don't want to record it for future runs.
2928 # Also quote any args containing shell meta-characters.
2929 # Make two passes to allow for proper duplicate-argument suppression.
2930 ac_configure_args=
2931 ac_configure_args0=
2932 ac_configure_args1=
2933 ac_must_keep_next=false
2934 for ac_pass in 1 2
2936 for ac_arg
2938 case $ac_arg in
2939 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2940 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2941 | -silent | --silent | --silen | --sile | --sil)
2942 continue ;;
2943 *\'*)
2944 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2945 esac
2946 case $ac_pass in
2947 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2949 as_fn_append ac_configure_args1 " '$ac_arg'"
2950 if test $ac_must_keep_next = true; then
2951 ac_must_keep_next=false # Got value, back to normal.
2952 else
2953 case $ac_arg in
2954 *=* | --config-cache | -C | -disable-* | --disable-* \
2955 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2956 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2957 | -with-* | --with-* | -without-* | --without-* | --x)
2958 case "$ac_configure_args0 " in
2959 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2960 esac
2962 -* ) ac_must_keep_next=true ;;
2963 esac
2965 as_fn_append ac_configure_args " '$ac_arg'"
2967 esac
2968 done
2969 done
2970 { ac_configure_args0=; unset ac_configure_args0;}
2971 { ac_configure_args1=; unset ac_configure_args1;}
2973 # When interrupted or exit'd, cleanup temporary files, and complete
2974 # config.log. We remove comments because anyway the quotes in there
2975 # would cause problems or look ugly.
2976 # WARNING: Use '\'' to represent an apostrophe within the trap.
2977 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2978 trap 'exit_status=$?
2979 # Save into config.log some information that might help in debugging.
2981 echo
2983 $as_echo "## ---------------- ##
2984 ## Cache variables. ##
2985 ## ---------------- ##"
2986 echo
2987 # The following way of writing the cache mishandles newlines in values,
2989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2990 eval ac_val=\$$ac_var
2991 case $ac_val in #(
2992 *${as_nl}*)
2993 case $ac_var in #(
2994 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2995 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2996 esac
2997 case $ac_var in #(
2998 _ | IFS | as_nl) ;; #(
2999 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3000 *) { eval $ac_var=; unset $ac_var;} ;;
3001 esac ;;
3002 esac
3003 done
3004 (set) 2>&1 |
3005 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3006 *${as_nl}ac_space=\ *)
3007 sed -n \
3008 "s/'\''/'\''\\\\'\'''\''/g;
3009 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3010 ;; #(
3012 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3014 esac |
3015 sort
3017 echo
3019 $as_echo "## ----------------- ##
3020 ## Output variables. ##
3021 ## ----------------- ##"
3022 echo
3023 for ac_var in $ac_subst_vars
3025 eval ac_val=\$$ac_var
3026 case $ac_val in
3027 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3028 esac
3029 $as_echo "$ac_var='\''$ac_val'\''"
3030 done | sort
3031 echo
3033 if test -n "$ac_subst_files"; then
3034 $as_echo "## ------------------- ##
3035 ## File substitutions. ##
3036 ## ------------------- ##"
3037 echo
3038 for ac_var in $ac_subst_files
3040 eval ac_val=\$$ac_var
3041 case $ac_val in
3042 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3043 esac
3044 $as_echo "$ac_var='\''$ac_val'\''"
3045 done | sort
3046 echo
3049 if test -s confdefs.h; then
3050 $as_echo "## ----------- ##
3051 ## confdefs.h. ##
3052 ## ----------- ##"
3053 echo
3054 cat confdefs.h
3055 echo
3057 test "$ac_signal" != 0 &&
3058 $as_echo "$as_me: caught signal $ac_signal"
3059 $as_echo "$as_me: exit $exit_status"
3060 } >&5
3061 rm -f core *.core core.conftest.* &&
3062 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3063 exit $exit_status
3065 for ac_signal in 1 2 13 15; do
3066 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3067 done
3068 ac_signal=0
3070 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3071 rm -f -r conftest* confdefs.h
3073 $as_echo "/* confdefs.h */" > confdefs.h
3075 # Predefined preprocessor variables.
3077 cat >>confdefs.h <<_ACEOF
3078 #define PACKAGE_NAME "$PACKAGE_NAME"
3079 _ACEOF
3081 cat >>confdefs.h <<_ACEOF
3082 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3083 _ACEOF
3085 cat >>confdefs.h <<_ACEOF
3086 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3087 _ACEOF
3089 cat >>confdefs.h <<_ACEOF
3090 #define PACKAGE_STRING "$PACKAGE_STRING"
3091 _ACEOF
3093 cat >>confdefs.h <<_ACEOF
3094 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3095 _ACEOF
3097 cat >>confdefs.h <<_ACEOF
3098 #define PACKAGE_URL "$PACKAGE_URL"
3099 _ACEOF
3102 # Let the site file select an alternate cache file if it wants to.
3103 # Prefer an explicitly selected file to automatically selected ones.
3104 ac_site_file1=NONE
3105 ac_site_file2=NONE
3106 if test -n "$CONFIG_SITE"; then
3107 # We do not want a PATH search for config.site.
3108 case $CONFIG_SITE in #((
3109 -*) ac_site_file1=./$CONFIG_SITE;;
3110 */*) ac_site_file1=$CONFIG_SITE;;
3111 *) ac_site_file1=./$CONFIG_SITE;;
3112 esac
3113 elif test "x$prefix" != xNONE; then
3114 ac_site_file1=$prefix/share/config.site
3115 ac_site_file2=$prefix/etc/config.site
3116 else
3117 ac_site_file1=$ac_default_prefix/share/config.site
3118 ac_site_file2=$ac_default_prefix/etc/config.site
3120 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3122 test "x$ac_site_file" = xNONE && continue
3123 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3125 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3126 sed 's/^/| /' "$ac_site_file" >&5
3127 . "$ac_site_file" \
3128 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3129 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3130 as_fn_error $? "failed to load site script $ac_site_file
3131 See \`config.log' for more details" "$LINENO" 5; }
3133 done
3135 if test -r "$cache_file"; then
3136 # Some versions of bash will fail to source /dev/null (special files
3137 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3138 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3140 $as_echo "$as_me: loading cache $cache_file" >&6;}
3141 case $cache_file in
3142 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3143 *) . "./$cache_file";;
3144 esac
3146 else
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3148 $as_echo "$as_me: creating cache $cache_file" >&6;}
3149 >$cache_file
3152 # Check that the precious variables saved in the cache have kept the same
3153 # value.
3154 ac_cache_corrupted=false
3155 for ac_var in $ac_precious_vars; do
3156 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3157 eval ac_new_set=\$ac_env_${ac_var}_set
3158 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3159 eval ac_new_val=\$ac_env_${ac_var}_value
3160 case $ac_old_set,$ac_new_set in
3161 set,)
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3163 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3164 ac_cache_corrupted=: ;;
3165 ,set)
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3167 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3168 ac_cache_corrupted=: ;;
3169 ,);;
3171 if test "x$ac_old_val" != "x$ac_new_val"; then
3172 # differences in whitespace do not lead to failure.
3173 ac_old_val_w=`echo x $ac_old_val`
3174 ac_new_val_w=`echo x $ac_new_val`
3175 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3177 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3178 ac_cache_corrupted=:
3179 else
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3181 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3182 eval $ac_var=\$ac_old_val
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3185 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3187 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3188 fi;;
3189 esac
3190 # Pass precious variables to config.status.
3191 if test "$ac_new_set" = set; then
3192 case $ac_new_val in
3193 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3194 *) ac_arg=$ac_var=$ac_new_val ;;
3195 esac
3196 case " $ac_configure_args " in
3197 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3198 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3199 esac
3201 done
3202 if $ac_cache_corrupted; then
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3206 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3207 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3209 ## -------------------- ##
3210 ## Main body of script. ##
3211 ## -------------------- ##
3213 ac_ext=c
3214 ac_cpp='$CPP $CPPFLAGS'
3215 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3216 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3217 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3221 ac_config_headers="$ac_config_headers include/config.h"
3223 ac_aux_dir=
3224 for ac_dir in tools "$srcdir"/tools; do
3225 if test -f "$ac_dir/install-sh"; then
3226 ac_aux_dir=$ac_dir
3227 ac_install_sh="$ac_aux_dir/install-sh -c"
3228 break
3229 elif test -f "$ac_dir/install.sh"; then
3230 ac_aux_dir=$ac_dir
3231 ac_install_sh="$ac_aux_dir/install.sh -c"
3232 break
3233 elif test -f "$ac_dir/shtool"; then
3234 ac_aux_dir=$ac_dir
3235 ac_install_sh="$ac_aux_dir/shtool install -c"
3236 break
3238 done
3239 if test -z "$ac_aux_dir"; then
3240 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3243 # These three variables are undocumented and unsupported,
3244 # and are intended to be withdrawn in a future Autoconf release.
3245 # They can cause serious problems if a builder's source tree is in a directory
3246 # whose full name contains unusual characters.
3247 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3248 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3249 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3253 libwine_version="1.0"
3257 # Check whether --enable-win16 was given.
3258 if test "${enable_win16+set}" = set; then :
3259 enableval=$enable_win16;
3262 # Check whether --enable-win64 was given.
3263 if test "${enable_win64+set}" = set; then :
3264 enableval=$enable_win64;
3267 # Check whether --enable-tests was given.
3268 if test "${enable_tests+set}" = set; then :
3269 enableval=$enable_tests;
3272 # Check whether --enable-maintainer-mode was given.
3273 if test "${enable_maintainer_mode+set}" = set; then :
3274 enableval=$enable_maintainer_mode;
3279 # Check whether --with-alsa was given.
3280 if test "${with_alsa+set}" = set; then :
3281 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3285 # Check whether --with-capi was given.
3286 if test "${with_capi+set}" = set; then :
3287 withval=$with_capi;
3291 # Check whether --with-cms was given.
3292 if test "${with_cms+set}" = set; then :
3293 withval=$with_cms;
3297 # Check whether --with-coreaudio was given.
3298 if test "${with_coreaudio+set}" = set; then :
3299 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3303 # Check whether --with-cups was given.
3304 if test "${with_cups+set}" = set; then :
3305 withval=$with_cups;
3309 # Check whether --with-curses was given.
3310 if test "${with_curses+set}" = set; then :
3311 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3315 # Check whether --with-dbus was given.
3316 if test "${with_dbus+set}" = set; then :
3317 withval=$with_dbus;
3321 # Check whether --with-fontconfig was given.
3322 if test "${with_fontconfig+set}" = set; then :
3323 withval=$with_fontconfig;
3327 # Check whether --with-freetype was given.
3328 if test "${with_freetype+set}" = set; then :
3329 withval=$with_freetype;
3333 # Check whether --with-gettext was given.
3334 if test "${with_gettext+set}" = set; then :
3335 withval=$with_gettext;
3339 # Check whether --with-gettextpo was given.
3340 if test "${with_gettextpo+set}" = set; then :
3341 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3345 # Check whether --with-gphoto was given.
3346 if test "${with_gphoto+set}" = set; then :
3347 withval=$with_gphoto;
3351 # Check whether --with-glu was given.
3352 if test "${with_glu+set}" = set; then :
3353 withval=$with_glu;
3357 # Check whether --with-gnutls was given.
3358 if test "${with_gnutls+set}" = set; then :
3359 withval=$with_gnutls;
3363 # Check whether --with-gsm was given.
3364 if test "${with_gsm+set}" = set; then :
3365 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3369 # Check whether --with-gstreamer was given.
3370 if test "${with_gstreamer+set}" = set; then :
3371 withval=$with_gstreamer;
3375 # Check whether --with-hal was given.
3376 if test "${with_hal+set}" = set; then :
3377 withval=$with_hal;
3381 # Check whether --with-jpeg was given.
3382 if test "${with_jpeg+set}" = set; then :
3383 withval=$with_jpeg;
3387 # Check whether --with-ldap was given.
3388 if test "${with_ldap+set}" = set; then :
3389 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3393 # Check whether --with-mpg123 was given.
3394 if test "${with_mpg123+set}" = set; then :
3395 withval=$with_mpg123;
3399 # Check whether --with-netapi was given.
3400 if test "${with_netapi+set}" = set; then :
3401 withval=$with_netapi;
3405 # Check whether --with-openal was given.
3406 if test "${with_openal+set}" = set; then :
3407 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3411 # Check whether --with-opencl was given.
3412 if test "${with_opencl+set}" = set; then :
3413 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3417 # Check whether --with-opengl was given.
3418 if test "${with_opengl+set}" = set; then :
3419 withval=$with_opengl;
3423 # Check whether --with-osmesa was given.
3424 if test "${with_osmesa+set}" = set; then :
3425 withval=$with_osmesa;
3429 # Check whether --with-oss was given.
3430 if test "${with_oss+set}" = set; then :
3431 withval=$with_oss;
3435 # Check whether --with-pcap was given.
3436 if test "${with_pcap+set}" = set; then :
3437 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3441 # Check whether --with-png was given.
3442 if test "${with_png+set}" = set; then :
3443 withval=$with_png;
3447 # Check whether --with-pthread was given.
3448 if test "${with_pthread+set}" = set; then :
3449 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3453 # Check whether --with-sane was given.
3454 if test "${with_sane+set}" = set; then :
3455 withval=$with_sane;
3459 # Check whether --with-tiff was given.
3460 if test "${with_tiff+set}" = set; then :
3461 withval=$with_tiff;
3465 # Check whether --with-v4l was given.
3466 if test "${with_v4l+set}" = set; then :
3467 withval=$with_v4l;
3471 # Check whether --with-xcomposite was given.
3472 if test "${with_xcomposite+set}" = set; then :
3473 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3477 # Check whether --with-xcursor was given.
3478 if test "${with_xcursor+set}" = set; then :
3479 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3483 # Check whether --with-xinerama was given.
3484 if test "${with_xinerama+set}" = set; then :
3485 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3489 # Check whether --with-xinput was given.
3490 if test "${with_xinput+set}" = set; then :
3491 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3495 # Check whether --with-xinput2 was given.
3496 if test "${with_xinput2+set}" = set; then :
3497 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3501 # Check whether --with-xml was given.
3502 if test "${with_xml+set}" = set; then :
3503 withval=$with_xml;
3507 # Check whether --with-xrandr was given.
3508 if test "${with_xrandr+set}" = set; then :
3509 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3513 # Check whether --with-xrender was given.
3514 if test "${with_xrender+set}" = set; then :
3515 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3519 # Check whether --with-xshape was given.
3520 if test "${with_xshape+set}" = set; then :
3521 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3525 # Check whether --with-xshm was given.
3526 if test "${with_xshm+set}" = set; then :
3527 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3531 # Check whether --with-xslt was given.
3532 if test "${with_xslt+set}" = set; then :
3533 withval=$with_xslt;
3537 # Check whether --with-xxf86vm was given.
3538 if test "${with_xxf86vm+set}" = set; then :
3539 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
3543 # Check whether --with-zlib was given.
3544 if test "${with_zlib+set}" = set; then :
3545 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3550 # Check whether --with-wine-tools was given.
3551 if test "${with_wine_tools+set}" = set; then :
3552 withval=$with_wine_tools;
3556 # Check whether --with-wine64 was given.
3557 if test "${with_wine64+set}" = set; then :
3558 withval=$with_wine64;
3562 # Make sure we can run config.sub.
3563 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3564 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3567 $as_echo_n "checking build system type... " >&6; }
3568 if ${ac_cv_build+:} false; then :
3569 $as_echo_n "(cached) " >&6
3570 else
3571 ac_build_alias=$build_alias
3572 test "x$ac_build_alias" = x &&
3573 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3574 test "x$ac_build_alias" = x &&
3575 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3576 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3577 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3581 $as_echo "$ac_cv_build" >&6; }
3582 case $ac_cv_build in
3583 *-*-*) ;;
3584 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3585 esac
3586 build=$ac_cv_build
3587 ac_save_IFS=$IFS; IFS='-'
3588 set x $ac_cv_build
3589 shift
3590 build_cpu=$1
3591 build_vendor=$2
3592 shift; shift
3593 # Remember, the first character of IFS is used to create $*,
3594 # except with old shells:
3595 build_os=$*
3596 IFS=$ac_save_IFS
3597 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3601 $as_echo_n "checking host system type... " >&6; }
3602 if ${ac_cv_host+:} false; then :
3603 $as_echo_n "(cached) " >&6
3604 else
3605 if test "x$host_alias" = x; then
3606 ac_cv_host=$ac_cv_build
3607 else
3608 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3609 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3614 $as_echo "$ac_cv_host" >&6; }
3615 case $ac_cv_host in
3616 *-*-*) ;;
3617 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3618 esac
3619 host=$ac_cv_host
3620 ac_save_IFS=$IFS; IFS='-'
3621 set x $ac_cv_host
3622 shift
3623 host_cpu=$1
3624 host_vendor=$2
3625 shift; shift
3626 # Remember, the first character of IFS is used to create $*,
3627 # except with old shells:
3628 host_os=$*
3629 IFS=$ac_save_IFS
3630 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3634 case "$srcdir" in
3635 .) ;;
3636 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3637 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3638 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3639 fi ;;
3640 esac
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3644 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3645 set x ${MAKE-make}
3646 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3647 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3648 $as_echo_n "(cached) " >&6
3649 else
3650 cat >conftest.make <<\_ACEOF
3651 SHELL = /bin/sh
3652 all:
3653 @echo '@@@%%%=$(MAKE)=@@@%%%'
3654 _ACEOF
3655 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3656 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3657 *@@@%%%=?*=@@@%%%*)
3658 eval ac_cv_prog_make_${ac_make}_set=yes;;
3660 eval ac_cv_prog_make_${ac_make}_set=no;;
3661 esac
3662 rm -f conftest.make
3664 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3666 $as_echo "yes" >&6; }
3667 SET_MAKE=
3668 else
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3670 $as_echo "no" >&6; }
3671 SET_MAKE="MAKE=${MAKE-make}"
3674 ac_ext=c
3675 ac_cpp='$CPP $CPPFLAGS'
3676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3679 if test -n "$ac_tool_prefix"; then
3680 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3681 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3683 $as_echo_n "checking for $ac_word... " >&6; }
3684 if ${ac_cv_prog_CC+:} false; then :
3685 $as_echo_n "(cached) " >&6
3686 else
3687 if test -n "$CC"; then
3688 ac_cv_prog_CC="$CC" # Let the user override the test.
3689 else
3690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691 for as_dir in $PATH
3693 IFS=$as_save_IFS
3694 test -z "$as_dir" && as_dir=.
3695 for ac_exec_ext in '' $ac_executable_extensions; do
3696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3697 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3699 break 2
3701 done
3702 done
3703 IFS=$as_save_IFS
3707 CC=$ac_cv_prog_CC
3708 if test -n "$CC"; then
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3710 $as_echo "$CC" >&6; }
3711 else
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3713 $as_echo "no" >&6; }
3718 if test -z "$ac_cv_prog_CC"; then
3719 ac_ct_CC=$CC
3720 # Extract the first word of "gcc", so it can be a program name with args.
3721 set dummy gcc; ac_word=$2
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3723 $as_echo_n "checking for $ac_word... " >&6; }
3724 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3725 $as_echo_n "(cached) " >&6
3726 else
3727 if test -n "$ac_ct_CC"; then
3728 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3729 else
3730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3731 for as_dir in $PATH
3733 IFS=$as_save_IFS
3734 test -z "$as_dir" && as_dir=.
3735 for ac_exec_ext in '' $ac_executable_extensions; do
3736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3737 ac_cv_prog_ac_ct_CC="gcc"
3738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 break 2
3741 done
3742 done
3743 IFS=$as_save_IFS
3747 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3748 if test -n "$ac_ct_CC"; then
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3750 $as_echo "$ac_ct_CC" >&6; }
3751 else
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3753 $as_echo "no" >&6; }
3756 if test "x$ac_ct_CC" = x; then
3757 CC=""
3758 else
3759 case $cross_compiling:$ac_tool_warned in
3760 yes:)
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3762 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3763 ac_tool_warned=yes ;;
3764 esac
3765 CC=$ac_ct_CC
3767 else
3768 CC="$ac_cv_prog_CC"
3771 if test -z "$CC"; then
3772 if test -n "$ac_tool_prefix"; then
3773 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3774 set dummy ${ac_tool_prefix}cc; ac_word=$2
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3776 $as_echo_n "checking for $ac_word... " >&6; }
3777 if ${ac_cv_prog_CC+:} false; then :
3778 $as_echo_n "(cached) " >&6
3779 else
3780 if test -n "$CC"; then
3781 ac_cv_prog_CC="$CC" # Let the user override the test.
3782 else
3783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3784 for as_dir in $PATH
3786 IFS=$as_save_IFS
3787 test -z "$as_dir" && as_dir=.
3788 for ac_exec_ext in '' $ac_executable_extensions; do
3789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3790 ac_cv_prog_CC="${ac_tool_prefix}cc"
3791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3792 break 2
3794 done
3795 done
3796 IFS=$as_save_IFS
3800 CC=$ac_cv_prog_CC
3801 if test -n "$CC"; then
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3803 $as_echo "$CC" >&6; }
3804 else
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3806 $as_echo "no" >&6; }
3812 if test -z "$CC"; then
3813 # Extract the first word of "cc", so it can be a program name with args.
3814 set dummy cc; ac_word=$2
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3816 $as_echo_n "checking for $ac_word... " >&6; }
3817 if ${ac_cv_prog_CC+:} false; then :
3818 $as_echo_n "(cached) " >&6
3819 else
3820 if test -n "$CC"; then
3821 ac_cv_prog_CC="$CC" # Let the user override the test.
3822 else
3823 ac_prog_rejected=no
3824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3825 for as_dir in $PATH
3827 IFS=$as_save_IFS
3828 test -z "$as_dir" && as_dir=.
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3831 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3832 ac_prog_rejected=yes
3833 continue
3835 ac_cv_prog_CC="cc"
3836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3837 break 2
3839 done
3840 done
3841 IFS=$as_save_IFS
3843 if test $ac_prog_rejected = yes; then
3844 # We found a bogon in the path, so make sure we never use it.
3845 set dummy $ac_cv_prog_CC
3846 shift
3847 if test $# != 0; then
3848 # We chose a different compiler from the bogus one.
3849 # However, it has the same basename, so the bogon will be chosen
3850 # first if we set CC to just the basename; use the full file name.
3851 shift
3852 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3857 CC=$ac_cv_prog_CC
3858 if test -n "$CC"; then
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3860 $as_echo "$CC" >&6; }
3861 else
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863 $as_echo "no" >&6; }
3868 if test -z "$CC"; then
3869 if test -n "$ac_tool_prefix"; then
3870 for ac_prog in cl.exe
3872 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3873 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3875 $as_echo_n "checking for $ac_word... " >&6; }
3876 if ${ac_cv_prog_CC+:} false; then :
3877 $as_echo_n "(cached) " >&6
3878 else
3879 if test -n "$CC"; then
3880 ac_cv_prog_CC="$CC" # Let the user override the test.
3881 else
3882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3883 for as_dir in $PATH
3885 IFS=$as_save_IFS
3886 test -z "$as_dir" && as_dir=.
3887 for ac_exec_ext in '' $ac_executable_extensions; do
3888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3889 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 break 2
3893 done
3894 done
3895 IFS=$as_save_IFS
3899 CC=$ac_cv_prog_CC
3900 if test -n "$CC"; then
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3902 $as_echo "$CC" >&6; }
3903 else
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3905 $as_echo "no" >&6; }
3909 test -n "$CC" && break
3910 done
3912 if test -z "$CC"; then
3913 ac_ct_CC=$CC
3914 for ac_prog in cl.exe
3916 # Extract the first word of "$ac_prog", so it can be a program name with args.
3917 set dummy $ac_prog; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; }
3920 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -n "$ac_ct_CC"; then
3924 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3925 else
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927 for as_dir in $PATH
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_exec_ext in '' $ac_executable_extensions; do
3932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3933 ac_cv_prog_ac_ct_CC="$ac_prog"
3934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 break 2
3937 done
3938 done
3939 IFS=$as_save_IFS
3943 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3944 if test -n "$ac_ct_CC"; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3946 $as_echo "$ac_ct_CC" >&6; }
3947 else
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3949 $as_echo "no" >&6; }
3953 test -n "$ac_ct_CC" && break
3954 done
3956 if test "x$ac_ct_CC" = x; then
3957 CC=""
3958 else
3959 case $cross_compiling:$ac_tool_warned in
3960 yes:)
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3962 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3963 ac_tool_warned=yes ;;
3964 esac
3965 CC=$ac_ct_CC
3972 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3973 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3974 as_fn_error $? "no acceptable C compiler found in \$PATH
3975 See \`config.log' for more details" "$LINENO" 5; }
3977 # Provide some information about the compiler.
3978 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3979 set X $ac_compile
3980 ac_compiler=$2
3981 for ac_option in --version -v -V -qversion; do
3982 { { ac_try="$ac_compiler $ac_option >&5"
3983 case "(($ac_try" in
3984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3985 *) ac_try_echo=$ac_try;;
3986 esac
3987 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3988 $as_echo "$ac_try_echo"; } >&5
3989 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3990 ac_status=$?
3991 if test -s conftest.err; then
3992 sed '10a\
3993 ... rest of stderr output deleted ...
3994 10q' conftest.err >conftest.er1
3995 cat conftest.er1 >&5
3997 rm -f conftest.er1 conftest.err
3998 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3999 test $ac_status = 0; }
4000 done
4002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4003 /* end confdefs.h. */
4006 main ()
4010 return 0;
4012 _ACEOF
4013 ac_clean_files_save=$ac_clean_files
4014 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4015 # Try to create an executable without -o first, disregard a.out.
4016 # It will help us diagnose broken compilers, and finding out an intuition
4017 # of exeext.
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4019 $as_echo_n "checking whether the C compiler works... " >&6; }
4020 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4022 # The possible output files:
4023 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4025 ac_rmfiles=
4026 for ac_file in $ac_files
4028 case $ac_file in
4029 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4030 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4031 esac
4032 done
4033 rm -f $ac_rmfiles
4035 if { { ac_try="$ac_link_default"
4036 case "(($ac_try" in
4037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4038 *) ac_try_echo=$ac_try;;
4039 esac
4040 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4041 $as_echo "$ac_try_echo"; } >&5
4042 (eval "$ac_link_default") 2>&5
4043 ac_status=$?
4044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4045 test $ac_status = 0; }; then :
4046 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4047 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4048 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4049 # so that the user can short-circuit this test for compilers unknown to
4050 # Autoconf.
4051 for ac_file in $ac_files ''
4053 test -f "$ac_file" || continue
4054 case $ac_file in
4055 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4057 [ab].out )
4058 # We found the default executable, but exeext='' is most
4059 # certainly right.
4060 break;;
4061 *.* )
4062 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4063 then :; else
4064 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4066 # We set ac_cv_exeext here because the later test for it is not
4067 # safe: cross compilers may not add the suffix if given an `-o'
4068 # argument, so we may need to know it at that point already.
4069 # Even if this section looks crufty: it has the advantage of
4070 # actually working.
4071 break;;
4073 break;;
4074 esac
4075 done
4076 test "$ac_cv_exeext" = no && ac_cv_exeext=
4078 else
4079 ac_file=''
4081 if test -z "$ac_file"; then :
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083 $as_echo "no" >&6; }
4084 $as_echo "$as_me: failed program was:" >&5
4085 sed 's/^/| /' conftest.$ac_ext >&5
4087 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4089 as_fn_error 77 "C compiler cannot create executables
4090 See \`config.log' for more details" "$LINENO" 5; }
4091 else
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4093 $as_echo "yes" >&6; }
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4096 $as_echo_n "checking for C compiler default output file name... " >&6; }
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4098 $as_echo "$ac_file" >&6; }
4099 ac_exeext=$ac_cv_exeext
4101 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4102 ac_clean_files=$ac_clean_files_save
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4104 $as_echo_n "checking for suffix of executables... " >&6; }
4105 if { { ac_try="$ac_link"
4106 case "(($ac_try" in
4107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4108 *) ac_try_echo=$ac_try;;
4109 esac
4110 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4111 $as_echo "$ac_try_echo"; } >&5
4112 (eval "$ac_link") 2>&5
4113 ac_status=$?
4114 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4115 test $ac_status = 0; }; then :
4116 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4117 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4118 # work properly (i.e., refer to `conftest.exe'), while it won't with
4119 # `rm'.
4120 for ac_file in conftest.exe conftest conftest.*; do
4121 test -f "$ac_file" || continue
4122 case $ac_file in
4123 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4124 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4125 break;;
4126 * ) break;;
4127 esac
4128 done
4129 else
4130 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4131 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4132 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4133 See \`config.log' for more details" "$LINENO" 5; }
4135 rm -f conftest conftest$ac_cv_exeext
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4137 $as_echo "$ac_cv_exeext" >&6; }
4139 rm -f conftest.$ac_ext
4140 EXEEXT=$ac_cv_exeext
4141 ac_exeext=$EXEEXT
4142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4143 /* end confdefs.h. */
4144 #include <stdio.h>
4146 main ()
4148 FILE *f = fopen ("conftest.out", "w");
4149 return ferror (f) || fclose (f) != 0;
4152 return 0;
4154 _ACEOF
4155 ac_clean_files="$ac_clean_files conftest.out"
4156 # Check that the compiler produces executables we can run. If not, either
4157 # the compiler is broken, or we cross compile.
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4159 $as_echo_n "checking whether we are cross compiling... " >&6; }
4160 if test "$cross_compiling" != yes; then
4161 { { ac_try="$ac_link"
4162 case "(($ac_try" in
4163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4164 *) ac_try_echo=$ac_try;;
4165 esac
4166 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4167 $as_echo "$ac_try_echo"; } >&5
4168 (eval "$ac_link") 2>&5
4169 ac_status=$?
4170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4171 test $ac_status = 0; }
4172 if { ac_try='./conftest$ac_cv_exeext'
4173 { { case "(($ac_try" in
4174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4175 *) ac_try_echo=$ac_try;;
4176 esac
4177 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4178 $as_echo "$ac_try_echo"; } >&5
4179 (eval "$ac_try") 2>&5
4180 ac_status=$?
4181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4182 test $ac_status = 0; }; }; then
4183 cross_compiling=no
4184 else
4185 if test "$cross_compiling" = maybe; then
4186 cross_compiling=yes
4187 else
4188 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4190 as_fn_error $? "cannot run C compiled programs.
4191 If you meant to cross compile, use \`--host'.
4192 See \`config.log' for more details" "$LINENO" 5; }
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4197 $as_echo "$cross_compiling" >&6; }
4199 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4200 ac_clean_files=$ac_clean_files_save
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4202 $as_echo_n "checking for suffix of object files... " >&6; }
4203 if ${ac_cv_objext+:} false; then :
4204 $as_echo_n "(cached) " >&6
4205 else
4206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4207 /* end confdefs.h. */
4210 main ()
4214 return 0;
4216 _ACEOF
4217 rm -f conftest.o conftest.obj
4218 if { { ac_try="$ac_compile"
4219 case "(($ac_try" in
4220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4221 *) ac_try_echo=$ac_try;;
4222 esac
4223 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4224 $as_echo "$ac_try_echo"; } >&5
4225 (eval "$ac_compile") 2>&5
4226 ac_status=$?
4227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4228 test $ac_status = 0; }; then :
4229 for ac_file in conftest.o conftest.obj conftest.*; do
4230 test -f "$ac_file" || continue;
4231 case $ac_file in
4232 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4233 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4234 break;;
4235 esac
4236 done
4237 else
4238 $as_echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.$ac_ext >&5
4241 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4242 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4243 as_fn_error $? "cannot compute suffix of object files: cannot compile
4244 See \`config.log' for more details" "$LINENO" 5; }
4246 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4249 $as_echo "$ac_cv_objext" >&6; }
4250 OBJEXT=$ac_cv_objext
4251 ac_objext=$OBJEXT
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4253 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4254 if ${ac_cv_c_compiler_gnu+:} false; then :
4255 $as_echo_n "(cached) " >&6
4256 else
4257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4258 /* end confdefs.h. */
4261 main ()
4263 #ifndef __GNUC__
4264 choke me
4265 #endif
4268 return 0;
4270 _ACEOF
4271 if ac_fn_c_try_compile "$LINENO"; then :
4272 ac_compiler_gnu=yes
4273 else
4274 ac_compiler_gnu=no
4276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4277 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4281 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4282 if test $ac_compiler_gnu = yes; then
4283 GCC=yes
4284 else
4285 GCC=
4287 ac_test_CFLAGS=${CFLAGS+set}
4288 ac_save_CFLAGS=$CFLAGS
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4290 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4291 if ${ac_cv_prog_cc_g+:} false; then :
4292 $as_echo_n "(cached) " >&6
4293 else
4294 ac_save_c_werror_flag=$ac_c_werror_flag
4295 ac_c_werror_flag=yes
4296 ac_cv_prog_cc_g=no
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4302 main ()
4306 return 0;
4308 _ACEOF
4309 if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311 else
4312 CFLAGS=""
4313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4314 /* end confdefs.h. */
4317 main ()
4321 return 0;
4323 _ACEOF
4324 if ac_fn_c_try_compile "$LINENO"; then :
4326 else
4327 ac_c_werror_flag=$ac_save_c_werror_flag
4328 CFLAGS="-g"
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4333 main ()
4337 return 0;
4339 _ACEOF
4340 if ac_fn_c_try_compile "$LINENO"; then :
4341 ac_cv_prog_cc_g=yes
4343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4348 ac_c_werror_flag=$ac_save_c_werror_flag
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4351 $as_echo "$ac_cv_prog_cc_g" >&6; }
4352 if test "$ac_test_CFLAGS" = set; then
4353 CFLAGS=$ac_save_CFLAGS
4354 elif test $ac_cv_prog_cc_g = yes; then
4355 if test "$GCC" = yes; then
4356 CFLAGS="-g -O2"
4357 else
4358 CFLAGS="-g"
4360 else
4361 if test "$GCC" = yes; then
4362 CFLAGS="-O2"
4363 else
4364 CFLAGS=
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4368 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4369 if ${ac_cv_prog_cc_c89+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 ac_cv_prog_cc_c89=no
4373 ac_save_CC=$CC
4374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4375 /* end confdefs.h. */
4376 #include <stdarg.h>
4377 #include <stdio.h>
4378 struct stat;
4379 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4380 struct buf { int x; };
4381 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4382 static char *e (p, i)
4383 char **p;
4384 int i;
4386 return p[i];
4388 static char *f (char * (*g) (char **, int), char **p, ...)
4390 char *s;
4391 va_list v;
4392 va_start (v,p);
4393 s = g (p, va_arg (v,int));
4394 va_end (v);
4395 return s;
4398 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4399 function prototypes and stuff, but not '\xHH' hex character constants.
4400 These don't provoke an error unfortunately, instead are silently treated
4401 as 'x'. The following induces an error, until -std is added to get
4402 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4403 array size at least. It's necessary to write '\x00'==0 to get something
4404 that's true only with -std. */
4405 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4407 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4408 inside strings and character constants. */
4409 #define FOO(x) 'x'
4410 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4412 int test (int i, double x);
4413 struct s1 {int (*f) (int a);};
4414 struct s2 {int (*f) (double a);};
4415 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4416 int argc;
4417 char **argv;
4419 main ()
4421 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4423 return 0;
4425 _ACEOF
4426 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4427 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4429 CC="$ac_save_CC $ac_arg"
4430 if ac_fn_c_try_compile "$LINENO"; then :
4431 ac_cv_prog_cc_c89=$ac_arg
4433 rm -f core conftest.err conftest.$ac_objext
4434 test "x$ac_cv_prog_cc_c89" != "xno" && break
4435 done
4436 rm -f conftest.$ac_ext
4437 CC=$ac_save_CC
4440 # AC_CACHE_VAL
4441 case "x$ac_cv_prog_cc_c89" in
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4444 $as_echo "none needed" >&6; } ;;
4445 xno)
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4447 $as_echo "unsupported" >&6; } ;;
4449 CC="$CC $ac_cv_prog_cc_c89"
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4451 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4452 esac
4453 if test "x$ac_cv_prog_cc_c89" != xno; then :
4457 ac_ext=c
4458 ac_cpp='$CPP $CPPFLAGS'
4459 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4460 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4461 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4463 ac_ext=cpp
4464 ac_cpp='$CXXCPP $CPPFLAGS'
4465 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4466 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4467 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4468 if test -z "$CXX"; then
4469 if test -n "$CCC"; then
4470 CXX=$CCC
4471 else
4472 if test -n "$ac_tool_prefix"; then
4473 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4475 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4476 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if ${ac_cv_prog_CXX+:} false; then :
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$CXX"; then
4483 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4492 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 CXX=$ac_cv_prog_CXX
4503 if test -n "$CXX"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4505 $as_echo "$CXX" >&6; }
4506 else
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4512 test -n "$CXX" && break
4513 done
4515 if test -z "$CXX"; then
4516 ac_ct_CXX=$CXX
4517 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4519 # Extract the first word of "$ac_prog", so it can be a program name with args.
4520 set dummy $ac_prog; ac_word=$2
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4522 $as_echo_n "checking for $ac_word... " >&6; }
4523 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4524 $as_echo_n "(cached) " >&6
4525 else
4526 if test -n "$ac_ct_CXX"; then
4527 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4528 else
4529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4530 for as_dir in $PATH
4532 IFS=$as_save_IFS
4533 test -z "$as_dir" && as_dir=.
4534 for ac_exec_ext in '' $ac_executable_extensions; do
4535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4536 ac_cv_prog_ac_ct_CXX="$ac_prog"
4537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4538 break 2
4540 done
4541 done
4542 IFS=$as_save_IFS
4546 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4547 if test -n "$ac_ct_CXX"; then
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4549 $as_echo "$ac_ct_CXX" >&6; }
4550 else
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4552 $as_echo "no" >&6; }
4556 test -n "$ac_ct_CXX" && break
4557 done
4559 if test "x$ac_ct_CXX" = x; then
4560 CXX="g++"
4561 else
4562 case $cross_compiling:$ac_tool_warned in
4563 yes:)
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4566 ac_tool_warned=yes ;;
4567 esac
4568 CXX=$ac_ct_CXX
4574 # Provide some information about the compiler.
4575 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4576 set X $ac_compile
4577 ac_compiler=$2
4578 for ac_option in --version -v -V -qversion; do
4579 { { ac_try="$ac_compiler $ac_option >&5"
4580 case "(($ac_try" in
4581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4582 *) ac_try_echo=$ac_try;;
4583 esac
4584 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4585 $as_echo "$ac_try_echo"; } >&5
4586 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4587 ac_status=$?
4588 if test -s conftest.err; then
4589 sed '10a\
4590 ... rest of stderr output deleted ...
4591 10q' conftest.err >conftest.er1
4592 cat conftest.er1 >&5
4594 rm -f conftest.er1 conftest.err
4595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4596 test $ac_status = 0; }
4597 done
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4600 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4601 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4602 $as_echo_n "(cached) " >&6
4603 else
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4608 main ()
4610 #ifndef __GNUC__
4611 choke me
4612 #endif
4615 return 0;
4617 _ACEOF
4618 if ac_fn_cxx_try_compile "$LINENO"; then :
4619 ac_compiler_gnu=yes
4620 else
4621 ac_compiler_gnu=no
4623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4624 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4628 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4629 if test $ac_compiler_gnu = yes; then
4630 GXX=yes
4631 else
4632 GXX=
4634 ac_test_CXXFLAGS=${CXXFLAGS+set}
4635 ac_save_CXXFLAGS=$CXXFLAGS
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4637 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4638 if ${ac_cv_prog_cxx_g+:} false; then :
4639 $as_echo_n "(cached) " >&6
4640 else
4641 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4642 ac_cxx_werror_flag=yes
4643 ac_cv_prog_cxx_g=no
4644 CXXFLAGS="-g"
4645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4646 /* end confdefs.h. */
4649 main ()
4653 return 0;
4655 _ACEOF
4656 if ac_fn_cxx_try_compile "$LINENO"; then :
4657 ac_cv_prog_cxx_g=yes
4658 else
4659 CXXFLAGS=""
4660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4661 /* end confdefs.h. */
4664 main ()
4668 return 0;
4670 _ACEOF
4671 if ac_fn_cxx_try_compile "$LINENO"; then :
4673 else
4674 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4675 CXXFLAGS="-g"
4676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4680 main ()
4684 return 0;
4686 _ACEOF
4687 if ac_fn_cxx_try_compile "$LINENO"; then :
4688 ac_cv_prog_cxx_g=yes
4690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4699 if test "$ac_test_CXXFLAGS" = set; then
4700 CXXFLAGS=$ac_save_CXXFLAGS
4701 elif test $ac_cv_prog_cxx_g = yes; then
4702 if test "$GXX" = yes; then
4703 CXXFLAGS="-g -O2"
4704 else
4705 CXXFLAGS="-g"
4707 else
4708 if test "$GXX" = yes; then
4709 CXXFLAGS="-O2"
4710 else
4711 CXXFLAGS=
4714 ac_ext=c
4715 ac_cpp='$CPP $CPPFLAGS'
4716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4720 if test -n "$ac_tool_prefix"; then
4721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724 $as_echo_n "checking for $ac_word... " >&6; }
4725 if ${ac_cv_prog_CPPBIN+:} false; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 if test -n "$CPPBIN"; then
4729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4730 else
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732 for as_dir in $PATH
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
4736 for ac_exec_ext in '' $ac_executable_extensions; do
4737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4740 break 2
4742 done
4743 done
4744 IFS=$as_save_IFS
4748 CPPBIN=$ac_cv_prog_CPPBIN
4749 if test -n "$CPPBIN"; then
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4751 $as_echo "$CPPBIN" >&6; }
4752 else
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4754 $as_echo "no" >&6; }
4759 if test -z "$ac_cv_prog_CPPBIN"; then
4760 ac_ct_CPPBIN=$CPPBIN
4761 # Extract the first word of "cpp", so it can be a program name with args.
4762 set dummy cpp; ac_word=$2
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4764 $as_echo_n "checking for $ac_word... " >&6; }
4765 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4766 $as_echo_n "(cached) " >&6
4767 else
4768 if test -n "$ac_ct_CPPBIN"; then
4769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4770 else
4771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4774 IFS=$as_save_IFS
4775 test -z "$as_dir" && as_dir=.
4776 for ac_exec_ext in '' $ac_executable_extensions; do
4777 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4778 ac_cv_prog_ac_ct_CPPBIN="cpp"
4779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4780 break 2
4782 done
4783 done
4784 IFS=$as_save_IFS
4788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4789 if test -n "$ac_ct_CPPBIN"; then
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4791 $as_echo "$ac_ct_CPPBIN" >&6; }
4792 else
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4794 $as_echo "no" >&6; }
4797 if test "x$ac_ct_CPPBIN" = x; then
4798 CPPBIN="cpp"
4799 else
4800 case $cross_compiling:$ac_tool_warned in
4801 yes:)
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4804 ac_tool_warned=yes ;;
4805 esac
4806 CPPBIN=$ac_ct_CPPBIN
4808 else
4809 CPPBIN="$ac_cv_prog_CPPBIN"
4813 cat >>confdefs.h <<_ACEOF
4814 #define EXEEXT "$ac_exeext"
4815 _ACEOF
4817 if test -n "$ac_tool_prefix"; then
4818 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4819 set dummy ${ac_tool_prefix}ld; ac_word=$2
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4821 $as_echo_n "checking for $ac_word... " >&6; }
4822 if ${ac_cv_prog_LD+:} false; then :
4823 $as_echo_n "(cached) " >&6
4824 else
4825 if test -n "$LD"; then
4826 ac_cv_prog_LD="$LD" # Let the user override the test.
4827 else
4828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4829 for as_dir in $PATH
4831 IFS=$as_save_IFS
4832 test -z "$as_dir" && as_dir=.
4833 for ac_exec_ext in '' $ac_executable_extensions; do
4834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4835 ac_cv_prog_LD="${ac_tool_prefix}ld"
4836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4837 break 2
4839 done
4840 done
4841 IFS=$as_save_IFS
4845 LD=$ac_cv_prog_LD
4846 if test -n "$LD"; then
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4848 $as_echo "$LD" >&6; }
4849 else
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4851 $as_echo "no" >&6; }
4856 if test -z "$ac_cv_prog_LD"; then
4857 ac_ct_LD=$LD
4858 # Extract the first word of "ld", so it can be a program name with args.
4859 set dummy ld; ac_word=$2
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4861 $as_echo_n "checking for $ac_word... " >&6; }
4862 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4863 $as_echo_n "(cached) " >&6
4864 else
4865 if test -n "$ac_ct_LD"; then
4866 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4867 else
4868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4869 for as_dir in $PATH
4871 IFS=$as_save_IFS
4872 test -z "$as_dir" && as_dir=.
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4875 ac_cv_prog_ac_ct_LD="ld"
4876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4877 break 2
4879 done
4880 done
4881 IFS=$as_save_IFS
4885 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4886 if test -n "$ac_ct_LD"; then
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4888 $as_echo "$ac_ct_LD" >&6; }
4889 else
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4891 $as_echo "no" >&6; }
4894 if test "x$ac_ct_LD" = x; then
4895 LD=""
4896 else
4897 case $cross_compiling:$ac_tool_warned in
4898 yes:)
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4900 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4901 ac_tool_warned=yes ;;
4902 esac
4903 LD=$ac_ct_LD
4905 else
4906 LD="$ac_cv_prog_LD"
4910 case $host in
4911 *-darwin*)
4912 if test "x$enable_win64" = "xyes"
4913 then
4914 CC="$CC -m64"
4915 CXX="$CXX -m64"
4916 host_cpu="x86_64"
4917 notice_platform="64-bit "
4918 TARGETFLAGS="-m64"
4920 else
4921 CC="$CC -m32"
4922 CXX="$CXX -m32"
4923 host_cpu="i386"
4924 notice_platform="32-bit "
4925 TARGETFLAGS="-m32"
4927 enable_win16=${enable_win16:-yes}
4929 with_fontconfig=${with_fontconfig:-no}
4931 x86_64*|amd64*)
4932 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4933 then
4934 CC="$CC -m32"
4935 CXX="$CXX -m32"
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4937 $as_echo_n "checking whether $CC works... " >&6; }
4939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4940 /* end confdefs.h. */
4943 main ()
4947 return 0;
4949 _ACEOF
4950 if ac_fn_c_try_link "$LINENO"; then :
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4952 $as_echo "yes" >&6; }
4953 else
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4955 $as_echo "no" >&6; }
4956 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4958 rm -f core conftest.err conftest.$ac_objext \
4959 conftest$ac_exeext conftest.$ac_ext
4960 host_cpu="i386"
4961 notice_platform="32-bit "
4962 TARGETFLAGS="-m32"
4964 enable_win16=${enable_win16:-yes}
4965 else
4966 if test "x${GCC}" = "xyes"
4967 then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4969 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4971 /* end confdefs.h. */
4972 #include <stdarg.h>
4974 main ()
4976 void func(__builtin_ms_va_list *args);
4978 return 0;
4980 _ACEOF
4981 if ac_fn_c_try_compile "$LINENO"; then :
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4983 $as_echo "yes" >&6; }
4984 else
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 $as_echo "no" >&6; }
4987 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4991 host_cpu="x86_64"
4992 TARGETFLAGS="-m64"
4996 arm*)
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4998 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5000 /* end confdefs.h. */
5001 int ac_test(int i) { return i; }
5003 main ()
5005 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5007 return 0;
5009 _ACEOF
5010 if ac_fn_c_try_link "$LINENO"; then :
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5012 $as_echo "yes" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5016 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5018 rm -f core conftest.err conftest.$ac_objext \
5019 conftest$ac_exeext conftest.$ac_ext
5020 CFLAGS="$CFLAGS -marm"
5021 TARGETFLAGS="-marm"
5024 *-mingw32*|*-cygwin*)
5025 enable_win16=${enable_win16:-no}
5026 CFLAGS="$CFLAGS -D_WIN32"
5028 i[3456789]86*)
5029 enable_win16=${enable_win16:-yes}
5031 esac
5033 enable_win16=${enable_win16:-no}
5034 enable_win64=${enable_win64:-no}
5036 enable_winetest=${enable_winetest:-$enable_tests}
5038 if test -n "$with_wine64"
5039 then
5040 if test "x$enable_win64" = "xyes"
5041 then
5042 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5043 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5045 enable_fonts=${enable_fonts:-no}
5046 enable_server=${enable_server:-no}
5047 elif test "x$enable_win64" = "xyes"
5048 then
5049 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5053 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5054 if ${wine_cv_toolsdir+:} false; then :
5055 $as_echo_n "(cached) " >&6
5056 else
5057 wine_cv_toolsdir="$with_wine_tools"
5058 if test -z "$with_wine_tools"; then
5059 if test "$cross_compiling" = "yes"; then
5060 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5061 elif test -n "$with_wine64"; then
5062 wine_cv_toolsdir="$with_wine64"
5065 if test -z "$wine_cv_toolsdir"; then
5066 wine_makedep=tools/makedep
5067 wine_cv_toolsdir="\$(top_builddir)"
5068 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5069 wine_makedep=$wine_cv_toolsdir/tools/makedep
5070 case "$wine_cv_toolsdir" in
5071 /*) ;;
5072 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5073 esac
5074 enable_tools=${enable_tools:-no}
5075 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5076 else
5077 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5081 $as_echo "$wine_cv_toolsdir" >&6; }
5082 TOOLSDIR=$wine_cv_toolsdir
5084 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5085 then
5086 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5090 for ac_prog in flex
5092 # Extract the first word of "$ac_prog", so it can be a program name with args.
5093 set dummy $ac_prog; ac_word=$2
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5095 $as_echo_n "checking for $ac_word... " >&6; }
5096 if ${ac_cv_prog_FLEX+:} false; then :
5097 $as_echo_n "(cached) " >&6
5098 else
5099 if test -n "$FLEX"; then
5100 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5101 else
5102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5103 for as_dir in $PATH
5105 IFS=$as_save_IFS
5106 test -z "$as_dir" && as_dir=.
5107 for ac_exec_ext in '' $ac_executable_extensions; do
5108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5109 ac_cv_prog_FLEX="$ac_prog"
5110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5111 break 2
5113 done
5114 done
5115 IFS=$as_save_IFS
5119 FLEX=$ac_cv_prog_FLEX
5120 if test -n "$FLEX"; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5122 $as_echo "$FLEX" >&6; }
5123 else
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5125 $as_echo "no" >&6; }
5129 test -n "$FLEX" && break
5130 done
5131 test -n "$FLEX" || FLEX="none"
5133 if test "$FLEX" = "none"
5134 then
5135 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5138 $as_echo_n "checking whether flex is recent enough... " >&6; }
5139 cat >conftest.l <<EOF
5140 %top{
5141 #include "prediluvian.h"
5145 if $FLEX -t conftest.l >/dev/null 2>&5
5146 then
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5148 $as_echo "yes" >&6; }
5149 else
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5151 $as_echo "no" >&6; }
5152 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5155 for ac_prog in bison
5157 # Extract the first word of "$ac_prog", so it can be a program name with args.
5158 set dummy $ac_prog; ac_word=$2
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5160 $as_echo_n "checking for $ac_word... " >&6; }
5161 if ${ac_cv_prog_BISON+:} false; then :
5162 $as_echo_n "(cached) " >&6
5163 else
5164 if test -n "$BISON"; then
5165 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5166 else
5167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5168 for as_dir in $PATH
5170 IFS=$as_save_IFS
5171 test -z "$as_dir" && as_dir=.
5172 for ac_exec_ext in '' $ac_executable_extensions; do
5173 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5174 ac_cv_prog_BISON="$ac_prog"
5175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5176 break 2
5178 done
5179 done
5180 IFS=$as_save_IFS
5184 BISON=$ac_cv_prog_BISON
5185 if test -n "$BISON"; then
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5187 $as_echo "$BISON" >&6; }
5188 else
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5190 $as_echo "no" >&6; }
5194 test -n "$BISON" && break
5195 done
5196 test -n "$BISON" || BISON="none"
5198 if test "$BISON" = "none"
5199 then
5200 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5203 if test -n "$ac_tool_prefix"; then
5204 for ac_prog in ar gar
5206 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5207 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5209 $as_echo_n "checking for $ac_word... " >&6; }
5210 if ${ac_cv_prog_AR+:} false; then :
5211 $as_echo_n "(cached) " >&6
5212 else
5213 if test -n "$AR"; then
5214 ac_cv_prog_AR="$AR" # Let the user override the test.
5215 else
5216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5217 for as_dir in $PATH
5219 IFS=$as_save_IFS
5220 test -z "$as_dir" && as_dir=.
5221 for ac_exec_ext in '' $ac_executable_extensions; do
5222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5223 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5225 break 2
5227 done
5228 done
5229 IFS=$as_save_IFS
5233 AR=$ac_cv_prog_AR
5234 if test -n "$AR"; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5236 $as_echo "$AR" >&6; }
5237 else
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5239 $as_echo "no" >&6; }
5243 test -n "$AR" && break
5244 done
5246 if test -z "$AR"; then
5247 ac_ct_AR=$AR
5248 for ac_prog in ar gar
5250 # Extract the first word of "$ac_prog", so it can be a program name with args.
5251 set dummy $ac_prog; ac_word=$2
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5253 $as_echo_n "checking for $ac_word... " >&6; }
5254 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5255 $as_echo_n "(cached) " >&6
5256 else
5257 if test -n "$ac_ct_AR"; then
5258 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5259 else
5260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5261 for as_dir in $PATH
5263 IFS=$as_save_IFS
5264 test -z "$as_dir" && as_dir=.
5265 for ac_exec_ext in '' $ac_executable_extensions; do
5266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5267 ac_cv_prog_ac_ct_AR="$ac_prog"
5268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5269 break 2
5271 done
5272 done
5273 IFS=$as_save_IFS
5277 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5278 if test -n "$ac_ct_AR"; then
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5280 $as_echo "$ac_ct_AR" >&6; }
5281 else
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5283 $as_echo "no" >&6; }
5287 test -n "$ac_ct_AR" && break
5288 done
5290 if test "x$ac_ct_AR" = x; then
5291 AR="ar"
5292 else
5293 case $cross_compiling:$ac_tool_warned in
5294 yes:)
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5296 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5297 ac_tool_warned=yes ;;
5298 esac
5299 AR=$ac_ct_AR
5303 if test -n "$ac_tool_prefix"; then
5304 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5305 set dummy ${ac_tool_prefix}strip; ac_word=$2
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5307 $as_echo_n "checking for $ac_word... " >&6; }
5308 if ${ac_cv_prog_STRIP+:} false; then :
5309 $as_echo_n "(cached) " >&6
5310 else
5311 if test -n "$STRIP"; then
5312 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5313 else
5314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5315 for as_dir in $PATH
5317 IFS=$as_save_IFS
5318 test -z "$as_dir" && as_dir=.
5319 for ac_exec_ext in '' $ac_executable_extensions; do
5320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5321 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5323 break 2
5325 done
5326 done
5327 IFS=$as_save_IFS
5331 STRIP=$ac_cv_prog_STRIP
5332 if test -n "$STRIP"; then
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5334 $as_echo "$STRIP" >&6; }
5335 else
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5337 $as_echo "no" >&6; }
5342 if test -z "$ac_cv_prog_STRIP"; then
5343 ac_ct_STRIP=$STRIP
5344 # Extract the first word of "strip", so it can be a program name with args.
5345 set dummy strip; ac_word=$2
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5347 $as_echo_n "checking for $ac_word... " >&6; }
5348 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5349 $as_echo_n "(cached) " >&6
5350 else
5351 if test -n "$ac_ct_STRIP"; then
5352 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5353 else
5354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5355 for as_dir in $PATH
5357 IFS=$as_save_IFS
5358 test -z "$as_dir" && as_dir=.
5359 for ac_exec_ext in '' $ac_executable_extensions; do
5360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5361 ac_cv_prog_ac_ct_STRIP="strip"
5362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 break 2
5365 done
5366 done
5367 IFS=$as_save_IFS
5371 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5372 if test -n "$ac_ct_STRIP"; then
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5374 $as_echo "$ac_ct_STRIP" >&6; }
5375 else
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5377 $as_echo "no" >&6; }
5380 if test "x$ac_ct_STRIP" = x; then
5381 STRIP="strip"
5382 else
5383 case $cross_compiling:$ac_tool_warned in
5384 yes:)
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5387 ac_tool_warned=yes ;;
5388 esac
5389 STRIP=$ac_ct_STRIP
5391 else
5392 STRIP="$ac_cv_prog_STRIP"
5395 ARFLAGS=rc
5397 if test -n "$ac_tool_prefix"; then
5398 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5399 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5401 $as_echo_n "checking for $ac_word... " >&6; }
5402 if ${ac_cv_prog_RANLIB+:} false; then :
5403 $as_echo_n "(cached) " >&6
5404 else
5405 if test -n "$RANLIB"; then
5406 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5407 else
5408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5409 for as_dir in $PATH
5411 IFS=$as_save_IFS
5412 test -z "$as_dir" && as_dir=.
5413 for ac_exec_ext in '' $ac_executable_extensions; do
5414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5415 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5417 break 2
5419 done
5420 done
5421 IFS=$as_save_IFS
5425 RANLIB=$ac_cv_prog_RANLIB
5426 if test -n "$RANLIB"; then
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5428 $as_echo "$RANLIB" >&6; }
5429 else
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5431 $as_echo "no" >&6; }
5436 if test -z "$ac_cv_prog_RANLIB"; then
5437 ac_ct_RANLIB=$RANLIB
5438 # Extract the first word of "ranlib", so it can be a program name with args.
5439 set dummy ranlib; ac_word=$2
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5441 $as_echo_n "checking for $ac_word... " >&6; }
5442 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5443 $as_echo_n "(cached) " >&6
5444 else
5445 if test -n "$ac_ct_RANLIB"; then
5446 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5447 else
5448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5449 for as_dir in $PATH
5451 IFS=$as_save_IFS
5452 test -z "$as_dir" && as_dir=.
5453 for ac_exec_ext in '' $ac_executable_extensions; do
5454 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5455 ac_cv_prog_ac_ct_RANLIB="ranlib"
5456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5457 break 2
5459 done
5460 done
5461 IFS=$as_save_IFS
5465 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5466 if test -n "$ac_ct_RANLIB"; then
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5468 $as_echo "$ac_ct_RANLIB" >&6; }
5469 else
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5471 $as_echo "no" >&6; }
5474 if test "x$ac_ct_RANLIB" = x; then
5475 RANLIB=":"
5476 else
5477 case $cross_compiling:$ac_tool_warned in
5478 yes:)
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5481 ac_tool_warned=yes ;;
5482 esac
5483 RANLIB=$ac_ct_RANLIB
5485 else
5486 RANLIB="$ac_cv_prog_RANLIB"
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5490 $as_echo_n "checking whether ln -s works... " >&6; }
5491 LN_S=$as_ln_s
5492 if test "$LN_S" = "ln -s"; then
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5494 $as_echo "yes" >&6; }
5495 else
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5497 $as_echo "no, using $LN_S" >&6; }
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5501 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5502 if ${ac_cv_path_GREP+:} false; then :
5503 $as_echo_n "(cached) " >&6
5504 else
5505 if test -z "$GREP"; then
5506 ac_path_GREP_found=false
5507 # Loop through the user's path and test for each of PROGNAME-LIST
5508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5509 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5511 IFS=$as_save_IFS
5512 test -z "$as_dir" && as_dir=.
5513 for ac_prog in grep ggrep; do
5514 for ac_exec_ext in '' $ac_executable_extensions; do
5515 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5516 as_fn_executable_p "$ac_path_GREP" || continue
5517 # Check for GNU ac_path_GREP and select it if it is found.
5518 # Check for GNU $ac_path_GREP
5519 case `"$ac_path_GREP" --version 2>&1` in
5520 *GNU*)
5521 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5523 ac_count=0
5524 $as_echo_n 0123456789 >"conftest.in"
5525 while :
5527 cat "conftest.in" "conftest.in" >"conftest.tmp"
5528 mv "conftest.tmp" "conftest.in"
5529 cp "conftest.in" "conftest.nl"
5530 $as_echo 'GREP' >> "conftest.nl"
5531 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5532 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5533 as_fn_arith $ac_count + 1 && ac_count=$as_val
5534 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5535 # Best one so far, save it but keep looking for a better one
5536 ac_cv_path_GREP="$ac_path_GREP"
5537 ac_path_GREP_max=$ac_count
5539 # 10*(2^10) chars as input seems more than enough
5540 test $ac_count -gt 10 && break
5541 done
5542 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5543 esac
5545 $ac_path_GREP_found && break 3
5546 done
5547 done
5548 done
5549 IFS=$as_save_IFS
5550 if test -z "$ac_cv_path_GREP"; then
5551 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5553 else
5554 ac_cv_path_GREP=$GREP
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5559 $as_echo "$ac_cv_path_GREP" >&6; }
5560 GREP="$ac_cv_path_GREP"
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5564 $as_echo_n "checking for egrep... " >&6; }
5565 if ${ac_cv_path_EGREP+:} false; then :
5566 $as_echo_n "(cached) " >&6
5567 else
5568 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5569 then ac_cv_path_EGREP="$GREP -E"
5570 else
5571 if test -z "$EGREP"; then
5572 ac_path_EGREP_found=false
5573 # Loop through the user's path and test for each of PROGNAME-LIST
5574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5575 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5577 IFS=$as_save_IFS
5578 test -z "$as_dir" && as_dir=.
5579 for ac_prog in egrep; do
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5582 as_fn_executable_p "$ac_path_EGREP" || continue
5583 # Check for GNU ac_path_EGREP and select it if it is found.
5584 # Check for GNU $ac_path_EGREP
5585 case `"$ac_path_EGREP" --version 2>&1` in
5586 *GNU*)
5587 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5589 ac_count=0
5590 $as_echo_n 0123456789 >"conftest.in"
5591 while :
5593 cat "conftest.in" "conftest.in" >"conftest.tmp"
5594 mv "conftest.tmp" "conftest.in"
5595 cp "conftest.in" "conftest.nl"
5596 $as_echo 'EGREP' >> "conftest.nl"
5597 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5598 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5599 as_fn_arith $ac_count + 1 && ac_count=$as_val
5600 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5601 # Best one so far, save it but keep looking for a better one
5602 ac_cv_path_EGREP="$ac_path_EGREP"
5603 ac_path_EGREP_max=$ac_count
5605 # 10*(2^10) chars as input seems more than enough
5606 test $ac_count -gt 10 && break
5607 done
5608 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5609 esac
5611 $ac_path_EGREP_found && break 3
5612 done
5613 done
5614 done
5615 IFS=$as_save_IFS
5616 if test -z "$ac_cv_path_EGREP"; then
5617 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5619 else
5620 ac_cv_path_EGREP=$EGREP
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5626 $as_echo "$ac_cv_path_EGREP" >&6; }
5627 EGREP="$ac_cv_path_EGREP"
5630 # Extract the first word of "ldconfig", so it can be a program name with args.
5631 set dummy ldconfig; ac_word=$2
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if ${ac_cv_path_LDCONFIG+:} false; then :
5635 $as_echo_n "(cached) " >&6
5636 else
5637 case $LDCONFIG in
5638 [\\/]* | ?:[\\/]*)
5639 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643 for as_dir in /sbin /usr/sbin $PATH
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
5647 for ac_exec_ext in '' $ac_executable_extensions; do
5648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5649 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 2
5653 done
5654 done
5655 IFS=$as_save_IFS
5657 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5659 esac
5661 LDCONFIG=$ac_cv_path_LDCONFIG
5662 if test -n "$LDCONFIG"; then
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5664 $as_echo "$LDCONFIG" >&6; }
5665 else
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5667 $as_echo "no" >&6; }
5671 for ac_prog in msgfmt
5673 # Extract the first word of "$ac_prog", so it can be a program name with args.
5674 set dummy $ac_prog; ac_word=$2
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5676 $as_echo_n "checking for $ac_word... " >&6; }
5677 if ${ac_cv_prog_MSGFMT+:} false; then :
5678 $as_echo_n "(cached) " >&6
5679 else
5680 if test -n "$MSGFMT"; then
5681 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5682 else
5683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5684 for as_dir in $PATH
5686 IFS=$as_save_IFS
5687 test -z "$as_dir" && as_dir=.
5688 for ac_exec_ext in '' $ac_executable_extensions; do
5689 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5690 ac_cv_prog_MSGFMT="$ac_prog"
5691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5692 break 2
5694 done
5695 done
5696 IFS=$as_save_IFS
5700 MSGFMT=$ac_cv_prog_MSGFMT
5701 if test -n "$MSGFMT"; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5703 $as_echo "$MSGFMT" >&6; }
5704 else
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5706 $as_echo "no" >&6; }
5710 test -n "$MSGFMT" && break
5711 done
5712 test -n "$MSGFMT" || MSGFMT="false"
5714 if ${ac_tool_prefix+:} false; then :
5715 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5716 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5718 $as_echo_n "checking for $ac_word... " >&6; }
5719 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5720 $as_echo_n "(cached) " >&6
5721 else
5722 if test -n "$PKG_CONFIG"; then
5723 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5724 else
5725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5726 for as_dir in $PATH
5728 IFS=$as_save_IFS
5729 test -z "$as_dir" && as_dir=.
5730 for ac_exec_ext in '' $ac_executable_extensions; do
5731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5732 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5734 break 2
5736 done
5737 done
5738 IFS=$as_save_IFS
5742 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5743 if test -n "$PKG_CONFIG"; then
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5745 $as_echo "$PKG_CONFIG" >&6; }
5746 else
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5748 $as_echo "no" >&6; }
5753 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5754 if test "x$cross_compiling" = xyes; then :
5756 else
5757 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5758 # Extract the first word of "pkg-config", so it can be a program name with args.
5759 set dummy pkg-config; ac_word=$2
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5761 $as_echo_n "checking for $ac_word... " >&6; }
5762 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5763 $as_echo_n "(cached) " >&6
5764 else
5765 if test -n "$PKG_CONFIG"; then
5766 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5767 else
5768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5769 for as_dir in $PATH
5771 IFS=$as_save_IFS
5772 test -z "$as_dir" && as_dir=.
5773 for ac_exec_ext in '' $ac_executable_extensions; do
5774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5775 ac_cv_prog_PKG_CONFIG="pkg-config"
5776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5777 break 2
5779 done
5780 done
5781 IFS=$as_save_IFS
5785 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5786 if test -n "$PKG_CONFIG"; then
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5788 $as_echo "$PKG_CONFIG" >&6; }
5789 else
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5791 $as_echo "no" >&6; }
5796 else
5797 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5800 if test "x$enable_maintainer_mode" != "xyes"
5801 then
5802 FONTFORGE=""
5803 RSVG=""
5804 CONVERT=""
5805 ICOTOOL=""
5806 else
5807 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5808 for ac_prog in fontforge
5810 # Extract the first word of "$ac_prog", so it can be a program name with args.
5811 set dummy $ac_prog; ac_word=$2
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5813 $as_echo_n "checking for $ac_word... " >&6; }
5814 if ${ac_cv_prog_FONTFORGE+:} false; then :
5815 $as_echo_n "(cached) " >&6
5816 else
5817 if test -n "$FONTFORGE"; then
5818 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5819 else
5820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5821 for as_dir in $PATH
5823 IFS=$as_save_IFS
5824 test -z "$as_dir" && as_dir=.
5825 for ac_exec_ext in '' $ac_executable_extensions; do
5826 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5827 ac_cv_prog_FONTFORGE="$ac_prog"
5828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5829 break 2
5831 done
5832 done
5833 IFS=$as_save_IFS
5837 FONTFORGE=$ac_cv_prog_FONTFORGE
5838 if test -n "$FONTFORGE"; then
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5840 $as_echo "$FONTFORGE" >&6; }
5841 else
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5843 $as_echo "no" >&6; }
5847 test -n "$FONTFORGE" && break
5848 done
5849 test -n "$FONTFORGE" || FONTFORGE="false"
5851 for ac_prog in rsvg-convert rsvg
5853 # Extract the first word of "$ac_prog", so it can be a program name with args.
5854 set dummy $ac_prog; ac_word=$2
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5856 $as_echo_n "checking for $ac_word... " >&6; }
5857 if ${ac_cv_prog_RSVG+:} false; then :
5858 $as_echo_n "(cached) " >&6
5859 else
5860 if test -n "$RSVG"; then
5861 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5862 else
5863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5864 for as_dir in $PATH
5866 IFS=$as_save_IFS
5867 test -z "$as_dir" && as_dir=.
5868 for ac_exec_ext in '' $ac_executable_extensions; do
5869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5870 ac_cv_prog_RSVG="$ac_prog"
5871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5872 break 2
5874 done
5875 done
5876 IFS=$as_save_IFS
5880 RSVG=$ac_cv_prog_RSVG
5881 if test -n "$RSVG"; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5883 $as_echo "$RSVG" >&6; }
5884 else
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5886 $as_echo "no" >&6; }
5890 test -n "$RSVG" && break
5891 done
5892 test -n "$RSVG" || RSVG="false"
5894 for ac_prog in convert
5896 # Extract the first word of "$ac_prog", so it can be a program name with args.
5897 set dummy $ac_prog; ac_word=$2
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5899 $as_echo_n "checking for $ac_word... " >&6; }
5900 if ${ac_cv_prog_CONVERT+:} false; then :
5901 $as_echo_n "(cached) " >&6
5902 else
5903 if test -n "$CONVERT"; then
5904 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5905 else
5906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5907 for as_dir in $PATH
5909 IFS=$as_save_IFS
5910 test -z "$as_dir" && as_dir=.
5911 for ac_exec_ext in '' $ac_executable_extensions; do
5912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5913 ac_cv_prog_CONVERT="$ac_prog"
5914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5915 break 2
5917 done
5918 done
5919 IFS=$as_save_IFS
5923 CONVERT=$ac_cv_prog_CONVERT
5924 if test -n "$CONVERT"; then
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5926 $as_echo "$CONVERT" >&6; }
5927 else
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5929 $as_echo "no" >&6; }
5933 test -n "$CONVERT" && break
5934 done
5935 test -n "$CONVERT" || CONVERT="false"
5937 for ac_prog in icotool
5939 # Extract the first word of "$ac_prog", so it can be a program name with args.
5940 set dummy $ac_prog; ac_word=$2
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5942 $as_echo_n "checking for $ac_word... " >&6; }
5943 if ${ac_cv_prog_ICOTOOL+:} false; then :
5944 $as_echo_n "(cached) " >&6
5945 else
5946 if test -n "$ICOTOOL"; then
5947 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5948 else
5949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5950 for as_dir in $PATH
5952 IFS=$as_save_IFS
5953 test -z "$as_dir" && as_dir=.
5954 for ac_exec_ext in '' $ac_executable_extensions; do
5955 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5956 ac_cv_prog_ICOTOOL="$ac_prog"
5957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5958 break 2
5960 done
5961 done
5962 IFS=$as_save_IFS
5966 ICOTOOL=$ac_cv_prog_ICOTOOL
5967 if test -n "$ICOTOOL"; then
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5969 $as_echo "$ICOTOOL" >&6; }
5970 else
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5972 $as_echo "no" >&6; }
5976 test -n "$ICOTOOL" && break
5977 done
5978 test -n "$ICOTOOL" || ICOTOOL="false"
5980 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5981 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5983 if test "$CONVERT" = false
5984 then
5985 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5986 else
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5988 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5989 convert_version=`convert --version | head -n1`
5990 if test "x$convert_version" != "x"
5991 then
5992 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5993 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5994 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5995 then
5996 CONVERT=false
5999 if test "$CONVERT" = false
6000 then
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6002 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6003 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6004 else
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6006 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6010 if test "$ICOTOOL" = false
6011 then
6012 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6013 else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6015 $as_echo_n "checking for recent enough icotool... " >&6; }
6016 icotool_version=`icotool --version | head -n1`
6017 if test "x$icotool_version" != "x"
6018 then
6019 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6020 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6021 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6022 then
6023 ICOTOOL=false
6024 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6027 if test "$ICOTOOL" = false
6028 then
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6030 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6031 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6032 else
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6034 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6038 with_gettext=yes
6039 with_gettextpo=yes
6040 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6043 test "x$with_gettext" != xno || MSGFMT=false
6044 if test "$MSGFMT" != "false"
6045 then
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6047 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6048 cat >conftest.po <<EOF
6049 # comment
6050 msgctxt "ctxt"
6051 msgid "id"
6052 msgstr "str"
6054 if $MSGFMT -o /dev/null conftest.po 2>&5
6055 then
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6057 $as_echo "yes" >&6; }
6058 else
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6060 $as_echo "no" >&6; }
6061 MSGFMT=false
6064 if test "$MSGFMT" = false; then :
6065 case "x$with_gettext" in
6066 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6067 xno) ;;
6068 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6069 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6070 esac
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6075 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6076 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6077 $as_echo_n "(cached) " >&6
6078 else
6079 ac_check_lib_save_LIBS=$LIBS
6080 LIBS="-li386 $LIBS"
6081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6082 /* end confdefs.h. */
6084 /* Override any GCC internal prototype to avoid an error.
6085 Use char because int might match the return type of a GCC
6086 builtin and then its argument prototype would still apply. */
6087 #ifdef __cplusplus
6088 extern "C"
6089 #endif
6090 char i386_set_ldt ();
6092 main ()
6094 return i386_set_ldt ();
6096 return 0;
6098 _ACEOF
6099 if ac_fn_c_try_link "$LINENO"; then :
6100 ac_cv_lib_i386_i386_set_ldt=yes
6101 else
6102 ac_cv_lib_i386_i386_set_ldt=no
6104 rm -f core conftest.err conftest.$ac_objext \
6105 conftest$ac_exeext conftest.$ac_ext
6106 LIBS=$ac_check_lib_save_LIBS
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6109 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6110 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6111 cat >>confdefs.h <<_ACEOF
6112 #define HAVE_LIBI386 1
6113 _ACEOF
6115 LIBS="-li386 $LIBS"
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6120 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6121 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6122 $as_echo_n "(cached) " >&6
6123 else
6124 ac_check_lib_save_LIBS=$LIBS
6125 LIBS="-lossaudio $LIBS"
6126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6127 /* end confdefs.h. */
6129 /* Override any GCC internal prototype to avoid an error.
6130 Use char because int might match the return type of a GCC
6131 builtin and then its argument prototype would still apply. */
6132 #ifdef __cplusplus
6133 extern "C"
6134 #endif
6135 char _oss_ioctl ();
6137 main ()
6139 return _oss_ioctl ();
6141 return 0;
6143 _ACEOF
6144 if ac_fn_c_try_link "$LINENO"; then :
6145 ac_cv_lib_ossaudio__oss_ioctl=yes
6146 else
6147 ac_cv_lib_ossaudio__oss_ioctl=no
6149 rm -f core conftest.err conftest.$ac_objext \
6150 conftest$ac_exeext conftest.$ac_ext
6151 LIBS=$ac_check_lib_save_LIBS
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6154 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6155 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6156 cat >>confdefs.h <<_ACEOF
6157 #define HAVE_LIBOSSAUDIO 1
6158 _ACEOF
6160 LIBS="-lossaudio $LIBS"
6165 OPENGL_LIBS=""
6169 # Check whether --enable-largefile was given.
6170 if test "${enable_largefile+set}" = set; then :
6171 enableval=$enable_largefile;
6174 if test "$enable_largefile" != no; then
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6177 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6178 if ${ac_cv_sys_largefile_CC+:} false; then :
6179 $as_echo_n "(cached) " >&6
6180 else
6181 ac_cv_sys_largefile_CC=no
6182 if test "$GCC" != yes; then
6183 ac_save_CC=$CC
6184 while :; do
6185 # IRIX 6.2 and later do not support large files by default,
6186 # so use the C compiler's -n32 option if that helps.
6187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6188 /* end confdefs.h. */
6189 #include <sys/types.h>
6190 /* Check that off_t can represent 2**63 - 1 correctly.
6191 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6192 since some C++ compilers masquerading as C compilers
6193 incorrectly reject 9223372036854775807. */
6194 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6195 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6196 && LARGE_OFF_T % 2147483647 == 1)
6197 ? 1 : -1];
6199 main ()
6203 return 0;
6205 _ACEOF
6206 if ac_fn_c_try_compile "$LINENO"; then :
6207 break
6209 rm -f core conftest.err conftest.$ac_objext
6210 CC="$CC -n32"
6211 if ac_fn_c_try_compile "$LINENO"; then :
6212 ac_cv_sys_largefile_CC=' -n32'; break
6214 rm -f core conftest.err conftest.$ac_objext
6215 break
6216 done
6217 CC=$ac_save_CC
6218 rm -f conftest.$ac_ext
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6222 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6223 if test "$ac_cv_sys_largefile_CC" != no; then
6224 CC=$CC$ac_cv_sys_largefile_CC
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6228 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6229 if ${ac_cv_sys_file_offset_bits+:} false; then :
6230 $as_echo_n "(cached) " >&6
6231 else
6232 while :; do
6233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6234 /* end confdefs.h. */
6235 #include <sys/types.h>
6236 /* Check that off_t can represent 2**63 - 1 correctly.
6237 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6238 since some C++ compilers masquerading as C compilers
6239 incorrectly reject 9223372036854775807. */
6240 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6241 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6242 && LARGE_OFF_T % 2147483647 == 1)
6243 ? 1 : -1];
6245 main ()
6249 return 0;
6251 _ACEOF
6252 if ac_fn_c_try_compile "$LINENO"; then :
6253 ac_cv_sys_file_offset_bits=no; break
6255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6257 /* end confdefs.h. */
6258 #define _FILE_OFFSET_BITS 64
6259 #include <sys/types.h>
6260 /* Check that off_t can represent 2**63 - 1 correctly.
6261 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6262 since some C++ compilers masquerading as C compilers
6263 incorrectly reject 9223372036854775807. */
6264 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6265 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6266 && LARGE_OFF_T % 2147483647 == 1)
6267 ? 1 : -1];
6269 main ()
6273 return 0;
6275 _ACEOF
6276 if ac_fn_c_try_compile "$LINENO"; then :
6277 ac_cv_sys_file_offset_bits=64; break
6279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6280 ac_cv_sys_file_offset_bits=unknown
6281 break
6282 done
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6285 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6286 case $ac_cv_sys_file_offset_bits in #(
6287 no | unknown) ;;
6289 cat >>confdefs.h <<_ACEOF
6290 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6291 _ACEOF
6293 esac
6294 rm -rf conftest*
6295 if test $ac_cv_sys_file_offset_bits = unknown; then
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6297 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6298 if ${ac_cv_sys_large_files+:} false; then :
6299 $as_echo_n "(cached) " >&6
6300 else
6301 while :; do
6302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6303 /* end confdefs.h. */
6304 #include <sys/types.h>
6305 /* Check that off_t can represent 2**63 - 1 correctly.
6306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6307 since some C++ compilers masquerading as C compilers
6308 incorrectly reject 9223372036854775807. */
6309 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6311 && LARGE_OFF_T % 2147483647 == 1)
6312 ? 1 : -1];
6314 main ()
6318 return 0;
6320 _ACEOF
6321 if ac_fn_c_try_compile "$LINENO"; then :
6322 ac_cv_sys_large_files=no; break
6324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6326 /* end confdefs.h. */
6327 #define _LARGE_FILES 1
6328 #include <sys/types.h>
6329 /* Check that off_t can represent 2**63 - 1 correctly.
6330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6331 since some C++ compilers masquerading as C compilers
6332 incorrectly reject 9223372036854775807. */
6333 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6335 && LARGE_OFF_T % 2147483647 == 1)
6336 ? 1 : -1];
6338 main ()
6342 return 0;
6344 _ACEOF
6345 if ac_fn_c_try_compile "$LINENO"; then :
6346 ac_cv_sys_large_files=1; break
6348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6349 ac_cv_sys_large_files=unknown
6350 break
6351 done
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6354 $as_echo "$ac_cv_sys_large_files" >&6; }
6355 case $ac_cv_sys_large_files in #(
6356 no | unknown) ;;
6358 cat >>confdefs.h <<_ACEOF
6359 #define _LARGE_FILES $ac_cv_sys_large_files
6360 _ACEOF
6362 esac
6363 rm -rf conftest*
6370 ac_ext=c
6371 ac_cpp='$CPP $CPPFLAGS'
6372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6376 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6377 # On Suns, sometimes $CPP names a directory.
6378 if test -n "$CPP" && test -d "$CPP"; then
6379 CPP=
6381 if test -z "$CPP"; then
6382 if ${ac_cv_prog_CPP+:} false; then :
6383 $as_echo_n "(cached) " >&6
6384 else
6385 # Double quotes because CPP needs to be expanded
6386 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6388 ac_preproc_ok=false
6389 for ac_c_preproc_warn_flag in '' yes
6391 # Use a header file that comes with gcc, so configuring glibc
6392 # with a fresh cross-compiler works.
6393 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6394 # <limits.h> exists even on freestanding compilers.
6395 # On the NeXT, cc -E runs the code through the compiler's parser,
6396 # not just through cpp. "Syntax error" is here to catch this case.
6397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6398 /* end confdefs.h. */
6399 #ifdef __STDC__
6400 # include <limits.h>
6401 #else
6402 # include <assert.h>
6403 #endif
6404 Syntax error
6405 _ACEOF
6406 if ac_fn_c_try_cpp "$LINENO"; then :
6408 else
6409 # Broken: fails on valid input.
6410 continue
6412 rm -f conftest.err conftest.i conftest.$ac_ext
6414 # OK, works on sane cases. Now check whether nonexistent headers
6415 # can be detected and how.
6416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6417 /* end confdefs.h. */
6418 #include <ac_nonexistent.h>
6419 _ACEOF
6420 if ac_fn_c_try_cpp "$LINENO"; then :
6421 # Broken: success on invalid input.
6422 continue
6423 else
6424 # Passes both tests.
6425 ac_preproc_ok=:
6426 break
6428 rm -f conftest.err conftest.i conftest.$ac_ext
6430 done
6431 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6432 rm -f conftest.i conftest.err conftest.$ac_ext
6433 if $ac_preproc_ok; then :
6434 break
6437 done
6438 ac_cv_prog_CPP=$CPP
6441 CPP=$ac_cv_prog_CPP
6442 else
6443 ac_cv_prog_CPP=$CPP
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6446 $as_echo "$CPP" >&6; }
6447 ac_preproc_ok=false
6448 for ac_c_preproc_warn_flag in '' yes
6450 # Use a header file that comes with gcc, so configuring glibc
6451 # with a fresh cross-compiler works.
6452 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6453 # <limits.h> exists even on freestanding compilers.
6454 # On the NeXT, cc -E runs the code through the compiler's parser,
6455 # not just through cpp. "Syntax error" is here to catch this case.
6456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6457 /* end confdefs.h. */
6458 #ifdef __STDC__
6459 # include <limits.h>
6460 #else
6461 # include <assert.h>
6462 #endif
6463 Syntax error
6464 _ACEOF
6465 if ac_fn_c_try_cpp "$LINENO"; then :
6467 else
6468 # Broken: fails on valid input.
6469 continue
6471 rm -f conftest.err conftest.i conftest.$ac_ext
6473 # OK, works on sane cases. Now check whether nonexistent headers
6474 # can be detected and how.
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 #include <ac_nonexistent.h>
6478 _ACEOF
6479 if ac_fn_c_try_cpp "$LINENO"; then :
6480 # Broken: success on invalid input.
6481 continue
6482 else
6483 # Passes both tests.
6484 ac_preproc_ok=:
6485 break
6487 rm -f conftest.err conftest.i conftest.$ac_ext
6489 done
6490 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6491 rm -f conftest.i conftest.err conftest.$ac_ext
6492 if $ac_preproc_ok; then :
6494 else
6495 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6496 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6497 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6498 See \`config.log' for more details" "$LINENO" 5; }
6501 ac_ext=c
6502 ac_cpp='$CPP $CPPFLAGS'
6503 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6504 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6505 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6509 $as_echo_n "checking for ANSI C header files... " >&6; }
6510 if ${ac_cv_header_stdc+:} false; then :
6511 $as_echo_n "(cached) " >&6
6512 else
6513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6514 /* end confdefs.h. */
6515 #include <stdlib.h>
6516 #include <stdarg.h>
6517 #include <string.h>
6518 #include <float.h>
6521 main ()
6525 return 0;
6527 _ACEOF
6528 if ac_fn_c_try_compile "$LINENO"; then :
6529 ac_cv_header_stdc=yes
6530 else
6531 ac_cv_header_stdc=no
6533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6535 if test $ac_cv_header_stdc = yes; then
6536 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6538 /* end confdefs.h. */
6539 #include <string.h>
6541 _ACEOF
6542 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6543 $EGREP "memchr" >/dev/null 2>&1; then :
6545 else
6546 ac_cv_header_stdc=no
6548 rm -f conftest*
6552 if test $ac_cv_header_stdc = yes; then
6553 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6555 /* end confdefs.h. */
6556 #include <stdlib.h>
6558 _ACEOF
6559 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6560 $EGREP "free" >/dev/null 2>&1; then :
6562 else
6563 ac_cv_header_stdc=no
6565 rm -f conftest*
6569 if test $ac_cv_header_stdc = yes; then
6570 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6571 if test "$cross_compiling" = yes; then :
6573 else
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575 /* end confdefs.h. */
6576 #include <ctype.h>
6577 #include <stdlib.h>
6578 #if ((' ' & 0x0FF) == 0x020)
6579 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6580 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6581 #else
6582 # define ISLOWER(c) \
6583 (('a' <= (c) && (c) <= 'i') \
6584 || ('j' <= (c) && (c) <= 'r') \
6585 || ('s' <= (c) && (c) <= 'z'))
6586 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6587 #endif
6589 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6591 main ()
6593 int i;
6594 for (i = 0; i < 256; i++)
6595 if (XOR (islower (i), ISLOWER (i))
6596 || toupper (i) != TOUPPER (i))
6597 return 2;
6598 return 0;
6600 _ACEOF
6601 if ac_fn_c_try_run "$LINENO"; then :
6603 else
6604 ac_cv_header_stdc=no
6606 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6607 conftest.$ac_objext conftest.beam conftest.$ac_ext
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6613 $as_echo "$ac_cv_header_stdc" >&6; }
6614 if test $ac_cv_header_stdc = yes; then
6616 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6620 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6621 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6622 inttypes.h stdint.h unistd.h
6623 do :
6624 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6625 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6627 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6628 cat >>confdefs.h <<_ACEOF
6629 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6630 _ACEOF
6634 done
6637 for ac_header in \
6638 AL/al.h \
6639 ApplicationServices/ApplicationServices.h \
6640 AudioToolbox/AudioConverter.h \
6641 AudioUnit/AudioUnit.h \
6642 AudioUnit/AudioComponent.h \
6643 CL/cl.h \
6644 Carbon/Carbon.h \
6645 CoreAudio/CoreAudio.h \
6646 CoreServices/CoreServices.h \
6647 DiskArbitration/DiskArbitration.h \
6648 IOKit/IOKitLib.h \
6649 IOKit/hid/IOHIDLib.h \
6650 OpenAL/al.h \
6651 OpenCL/opencl.h \
6652 QuickTime/ImageCompression.h \
6653 Security/Security.h \
6654 alias.h \
6655 alsa/asoundlib.h \
6656 arpa/inet.h \
6657 arpa/nameser.h \
6658 asm/types.h \
6659 asm/user.h \
6660 curses.h \
6661 direct.h \
6662 dirent.h \
6663 dlfcn.h \
6664 elf.h \
6665 float.h \
6666 fnmatch.h \
6667 getopt.h \
6668 gettext-po.h \
6669 grp.h \
6670 gsm.h \
6671 gsm/gsm.h \
6672 ieeefp.h \
6673 inet/mib2.h \
6674 io.h \
6675 kstat.h \
6676 lber.h \
6677 ldap.h \
6678 libproc.h \
6679 link.h \
6680 linux/cdrom.h \
6681 linux/compiler.h \
6682 linux/filter.h \
6683 linux/hdreg.h \
6684 linux/input.h \
6685 linux/ioctl.h \
6686 linux/joystick.h \
6687 linux/major.h \
6688 linux/param.h \
6689 linux/serial.h \
6690 linux/types.h \
6691 linux/ucdrom.h \
6692 lwp.h \
6693 mach-o/nlist.h \
6694 mach-o/loader.h \
6695 mach/mach.h \
6696 mach/machine.h \
6697 machine/cpu.h \
6698 machine/limits.h \
6699 machine/sysarch.h \
6700 mntent.h \
6701 ncurses.h \
6702 netdb.h \
6703 netinet/in.h \
6704 netinet/in_systm.h \
6705 netinet/tcp.h \
6706 netinet/tcp_fsm.h \
6707 pcap/pcap.h \
6708 poll.h \
6709 port.h \
6710 process.h \
6711 pthread.h \
6712 pwd.h \
6713 sched.h \
6714 scsi/scsi.h \
6715 scsi/scsi_ioctl.h \
6716 scsi/sg.h \
6717 stdbool.h \
6718 stdint.h \
6719 stropts.h \
6720 sys/asoundlib.h \
6721 sys/attr.h \
6722 sys/cdio.h \
6723 sys/elf32.h \
6724 sys/epoll.h \
6725 sys/event.h \
6726 sys/exec_elf.h \
6727 sys/filio.h \
6728 sys/inotify.h \
6729 sys/ioctl.h \
6730 sys/ipc.h \
6731 sys/limits.h \
6732 sys/link.h \
6733 sys/mman.h \
6734 sys/modem.h \
6735 sys/msg.h \
6736 sys/mtio.h \
6737 sys/param.h \
6738 sys/poll.h \
6739 sys/prctl.h \
6740 sys/protosw.h \
6741 sys/ptrace.h \
6742 sys/queue.h \
6743 sys/resource.h \
6744 sys/scsiio.h \
6745 sys/shm.h \
6746 sys/signal.h \
6747 sys/socket.h \
6748 sys/socketvar.h \
6749 sys/sockio.h \
6750 sys/statvfs.h \
6751 sys/strtio.h \
6752 sys/syscall.h \
6753 sys/tihdr.h \
6754 sys/time.h \
6755 sys/timeout.h \
6756 sys/times.h \
6757 sys/uio.h \
6758 sys/user.h \
6759 sys/utsname.h \
6760 sys/vm86.h \
6761 sys/vnode.h \
6762 sys/wait.h \
6763 syscall.h \
6764 termios.h \
6765 unistd.h \
6766 utime.h \
6767 valgrind/memcheck.h \
6768 valgrind/valgrind.h \
6769 zlib.h
6771 do :
6772 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6773 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6774 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6775 cat >>confdefs.h <<_ACEOF
6776 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6777 _ACEOF
6781 done
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6784 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6785 if ${ac_cv_header_stat_broken+:} false; then :
6786 $as_echo_n "(cached) " >&6
6787 else
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 #include <sys/types.h>
6791 #include <sys/stat.h>
6793 #if defined S_ISBLK && defined S_IFDIR
6794 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6795 #endif
6797 #if defined S_ISBLK && defined S_IFCHR
6798 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6799 #endif
6801 #if defined S_ISLNK && defined S_IFREG
6802 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6803 #endif
6805 #if defined S_ISSOCK && defined S_IFREG
6806 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6807 #endif
6809 _ACEOF
6810 if ac_fn_c_try_compile "$LINENO"; then :
6811 ac_cv_header_stat_broken=no
6812 else
6813 ac_cv_header_stat_broken=yes
6815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6818 $as_echo "$ac_cv_header_stat_broken" >&6; }
6819 if test $ac_cv_header_stat_broken = yes; then
6821 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6827 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6828 do :
6829 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6830 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6831 #ifdef HAVE_SYS_PARAM_H
6832 # include <sys/param.h>
6833 #endif
6835 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6836 cat >>confdefs.h <<_ACEOF
6837 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 _ACEOF
6842 done
6845 for ac_header in \
6846 netinet/ip.h \
6847 net/if.h \
6848 net/if_arp.h \
6849 net/if_dl.h \
6850 net/if_types.h \
6851 net/route.h \
6852 netinet/if_ether.h \
6853 netinet/if_inarp.h \
6854 netinet/in_pcb.h \
6855 netinet/ip_icmp.h \
6856 netinet/ip_var.h \
6857 netinet/udp.h \
6858 netipx/ipx.h \
6859 sys/un.h \
6861 do :
6862 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6863 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6864 #ifdef HAVE_SYS_SOCKET_H
6865 # include <sys/socket.h>
6866 #endif
6867 #ifdef HAVE_SYS_SOCKETVAR_H
6868 # include <sys/socketvar.h>
6869 #endif
6870 #ifdef HAVE_NET_ROUTE_H
6871 # include <net/route.h>
6872 #endif
6873 #ifdef HAVE_NETINET_IN_H
6874 # include <netinet/in.h>
6875 #endif
6876 #ifdef HAVE_NETINET_IN_SYSTM_H
6877 # include <netinet/in_systm.h>
6878 #endif
6879 #ifdef HAVE_NET_IF_H
6880 # include <net/if.h>
6881 #endif
6882 #ifdef HAVE_NETINET_IP_H
6883 # include <netinet/ip.h>
6884 #endif
6886 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6887 cat >>confdefs.h <<_ACEOF
6888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6889 _ACEOF
6893 done
6896 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6897 do :
6898 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6899 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6900 #ifdef HAVE_ALIAS_H
6901 # include <alias.h>
6902 #endif
6903 #ifdef HAVE_SYS_SOCKET_H
6904 # include <sys/socket.h>
6905 #endif
6906 #ifdef HAVE_SYS_SOCKETVAR_H
6907 # include <sys/socketvar.h>
6908 #endif
6909 #ifdef HAVE_SYS_TIMEOUT_H
6910 # include <sys/timeout.h>
6911 #endif
6912 #ifdef HAVE_NETINET_IN_H
6913 # include <netinet/in.h>
6914 #endif
6915 #ifdef HAVE_NETINET_IN_SYSTM_H
6916 # include <netinet/in_systm.h>
6917 #endif
6918 #ifdef HAVE_NETINET_IP_H
6919 # include <netinet/ip.h>
6920 #endif
6921 #ifdef HAVE_NETINET_IP_VAR_H
6922 # include <netinet/ip_var.h>
6923 #endif
6924 #ifdef HAVE_NETINET_IP_ICMP_H
6925 # include <netinet/ip_icmp.h>
6926 #endif
6927 #ifdef HAVE_NETINET_UDP_H
6928 # include <netinet/udp.h>
6929 #endif
6930 #ifdef HAVE_NETINET_TCP_H
6931 # include <netinet/tcp.h>
6932 #endif
6933 #ifdef HAVE_NETINET_TCP_TIMER_H
6934 #include <netinet/tcp_timer.h>
6935 #endif
6937 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6938 cat >>confdefs.h <<_ACEOF
6939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6940 _ACEOF
6944 done
6947 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6948 do :
6949 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6950 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6951 #ifdef HAVE_ASM_TYPES_H
6952 # include <asm/types.h>
6953 #endif
6954 #ifdef HAVE_SYS_SOCKET_H
6955 # include <sys/socket.h>
6956 #endif
6957 #ifdef HAVE_LINUX_TYPES_H
6958 # include <linux/types.h>
6959 #endif
6961 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6962 cat >>confdefs.h <<_ACEOF
6963 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6964 _ACEOF
6968 done
6971 for ac_header in mach-o/dyld_images.h
6972 do :
6973 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6974 # include <stdbool.h>
6975 #endif
6976 #ifdef HAVE_STDINT_H
6977 # include <stdint.h>
6978 #endif
6980 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6981 cat >>confdefs.h <<_ACEOF
6982 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6983 _ACEOF
6987 done
6990 for ac_header in resolv.h
6991 do :
6992 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6993 #ifdef HAVE_SYS_SOCKET_H
6994 # include <sys/socket.h>
6995 #endif
6996 #ifdef HAVE_NETINET_IN_H
6997 # include <netinet/in.h>
6998 #endif
6999 #ifdef HAVE_ARPA_NAMESER_H
7000 # include <arpa/nameser.h>
7001 #endif
7003 if test "x$ac_cv_header_resolv_h" = xyes; then :
7004 cat >>confdefs.h <<_ACEOF
7005 #define HAVE_RESOLV_H 1
7006 _ACEOF
7010 done
7013 for ac_header in ifaddrs.h
7014 do :
7015 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7017 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7018 cat >>confdefs.h <<_ACEOF
7019 #define HAVE_IFADDRS_H 1
7020 _ACEOF
7024 done
7027 for ac_header in sys/ucontext.h
7028 do :
7029 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7031 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7032 cat >>confdefs.h <<_ACEOF
7033 #define HAVE_SYS_UCONTEXT_H 1
7034 _ACEOF
7038 done
7041 for ac_header in sys/thr.h
7042 do :
7043 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7044 #ifdef HAVE_SYS_UCONTEXT_H
7045 #include <sys/ucontext.h>
7046 #endif
7048 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7049 cat >>confdefs.h <<_ACEOF
7050 #define HAVE_SYS_THR_H 1
7051 _ACEOF
7055 done
7058 for ac_header in pthread_np.h
7059 do :
7060 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7061 #include <pthread.h>
7062 #endif
7064 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7065 cat >>confdefs.h <<_ACEOF
7066 #define HAVE_PTHREAD_NP_H 1
7067 _ACEOF
7071 done
7074 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7075 do :
7076 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7077 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7078 #include <sys/time.h>
7079 #endif
7080 #include <sys/types.h>
7081 #ifdef HAVE_ASM_TYPES_H
7082 #include <asm/types.h>
7083 #endif
7085 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7086 cat >>confdefs.h <<_ACEOF
7087 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7088 _ACEOF
7092 done
7095 for ac_header in libprocstat.h
7096 do :
7097 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7098 #include <sys/param.h>
7099 #endif
7100 #ifdef HAVE_SYS_QUEUE_H
7101 #include <sys/queue.h>
7102 #endif
7103 #ifdef HAVE_SYS_SOCKET_H
7104 #include <sys/socket.h>
7105 #endif
7107 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7108 cat >>confdefs.h <<_ACEOF
7109 #define HAVE_LIBPROCSTAT_H 1
7110 _ACEOF
7114 done
7118 dlldir="\${libdir}/wine"
7120 DLLPREFIX=""
7122 DLLFLAGS="-D_REENTRANT"
7124 LDRPATH_INSTALL=""
7126 LDRPATH_LOCAL=""
7128 LIBEXT="so"
7129 DLLEXT=".so"
7130 IMPLIBEXT="def"
7131 STATIC_IMPLIBEXT="def.a"
7132 # Extract the first word of "ldd", so it can be a program name with args.
7133 set dummy ldd; ac_word=$2
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7135 $as_echo_n "checking for $ac_word... " >&6; }
7136 if ${ac_cv_path_LDD+:} false; then :
7137 $as_echo_n "(cached) " >&6
7138 else
7139 case $LDD in
7140 [\\/]* | ?:[\\/]*)
7141 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7145 as_dummy="/sbin:/usr/sbin:$PATH"
7146 for as_dir in $as_dummy
7148 IFS=$as_save_IFS
7149 test -z "$as_dir" && as_dir=.
7150 for ac_exec_ext in '' $ac_executable_extensions; do
7151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7152 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7154 break 2
7156 done
7157 done
7158 IFS=$as_save_IFS
7160 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7162 esac
7164 LDD=$ac_cv_path_LDD
7165 if test -n "$LDD"; then
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7167 $as_echo "$LDD" >&6; }
7168 else
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7170 $as_echo "no" >&6; }
7174 if test -n "$ac_tool_prefix"; then
7175 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7176 set dummy ${ac_tool_prefix}otool; ac_word=$2
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7178 $as_echo_n "checking for $ac_word... " >&6; }
7179 if ${ac_cv_prog_OTOOL+:} false; then :
7180 $as_echo_n "(cached) " >&6
7181 else
7182 if test -n "$OTOOL"; then
7183 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7184 else
7185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7186 for as_dir in $PATH
7188 IFS=$as_save_IFS
7189 test -z "$as_dir" && as_dir=.
7190 for ac_exec_ext in '' $ac_executable_extensions; do
7191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7192 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7194 break 2
7196 done
7197 done
7198 IFS=$as_save_IFS
7202 OTOOL=$ac_cv_prog_OTOOL
7203 if test -n "$OTOOL"; then
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7205 $as_echo "$OTOOL" >&6; }
7206 else
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7208 $as_echo "no" >&6; }
7213 if test -z "$ac_cv_prog_OTOOL"; then
7214 ac_ct_OTOOL=$OTOOL
7215 # Extract the first word of "otool", so it can be a program name with args.
7216 set dummy otool; ac_word=$2
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7218 $as_echo_n "checking for $ac_word... " >&6; }
7219 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7220 $as_echo_n "(cached) " >&6
7221 else
7222 if test -n "$ac_ct_OTOOL"; then
7223 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7224 else
7225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7226 for as_dir in $PATH
7228 IFS=$as_save_IFS
7229 test -z "$as_dir" && as_dir=.
7230 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7232 ac_cv_prog_ac_ct_OTOOL="otool"
7233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7234 break 2
7236 done
7237 done
7238 IFS=$as_save_IFS
7242 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7243 if test -n "$ac_ct_OTOOL"; then
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7245 $as_echo "$ac_ct_OTOOL" >&6; }
7246 else
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248 $as_echo "no" >&6; }
7251 if test "x$ac_ct_OTOOL" = x; then
7252 OTOOL="otool"
7253 else
7254 case $cross_compiling:$ac_tool_warned in
7255 yes:)
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7257 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7258 ac_tool_warned=yes ;;
7259 esac
7260 OTOOL=$ac_ct_OTOOL
7262 else
7263 OTOOL="$ac_cv_prog_OTOOL"
7266 if test -n "$ac_tool_prefix"; then
7267 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7268 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7270 $as_echo_n "checking for $ac_word... " >&6; }
7271 if ${ac_cv_prog_READELF+:} false; then :
7272 $as_echo_n "(cached) " >&6
7273 else
7274 if test -n "$READELF"; then
7275 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7276 else
7277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7278 for as_dir in $PATH
7280 IFS=$as_save_IFS
7281 test -z "$as_dir" && as_dir=.
7282 for ac_exec_ext in '' $ac_executable_extensions; do
7283 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7284 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7286 break 2
7288 done
7289 done
7290 IFS=$as_save_IFS
7294 READELF=$ac_cv_prog_READELF
7295 if test -n "$READELF"; then
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7297 $as_echo "$READELF" >&6; }
7298 else
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7300 $as_echo "no" >&6; }
7305 if test -z "$ac_cv_prog_READELF"; then
7306 ac_ct_READELF=$READELF
7307 # Extract the first word of "readelf", so it can be a program name with args.
7308 set dummy readelf; ac_word=$2
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7310 $as_echo_n "checking for $ac_word... " >&6; }
7311 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7312 $as_echo_n "(cached) " >&6
7313 else
7314 if test -n "$ac_ct_READELF"; then
7315 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7316 else
7317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7318 for as_dir in $PATH
7320 IFS=$as_save_IFS
7321 test -z "$as_dir" && as_dir=.
7322 for ac_exec_ext in '' $ac_executable_extensions; do
7323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7324 ac_cv_prog_ac_ct_READELF="readelf"
7325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7326 break 2
7328 done
7329 done
7330 IFS=$as_save_IFS
7334 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7335 if test -n "$ac_ct_READELF"; then
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7337 $as_echo "$ac_ct_READELF" >&6; }
7338 else
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340 $as_echo "no" >&6; }
7343 if test "x$ac_ct_READELF" = x; then
7344 READELF="true"
7345 else
7346 case $cross_compiling:$ac_tool_warned in
7347 yes:)
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7349 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7350 ac_tool_warned=yes ;;
7351 esac
7352 READELF=$ac_ct_READELF
7354 else
7355 READELF="$ac_cv_prog_READELF"
7358 wine_rules_file=conf$$rules.make
7359 rm -f $wine_rules_file
7360 ALL_POT_FILES=""
7361 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7362 ALL_TEST_RESOURCES=""
7365 wine_fn_append_file ()
7367 as_fn_append $1 " \\$as_nl $2"
7370 wine_fn_ignore_file ()
7372 case "$1" in
7373 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7374 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7375 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7376 esac
7379 wine_fn_append_rule ()
7381 $as_echo "$1" >>$wine_rules_file
7384 wine_fn_has_flag ()
7386 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7389 wine_fn_depend_rules ()
7391 wine_fn_append_rule \
7392 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7393 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7394 depend: $ac_dir/depend
7395 .PHONY: $ac_dir/depend
7396 $ac_dir/depend: \$(MAKEDEP) dummy
7397 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7400 wine_fn_pot_rules ()
7402 test "x$with_gettextpo" = xyes || return
7404 if wine_fn_has_flag mc
7405 then
7406 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7407 wine_fn_append_rule \
7408 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7409 @cd $ac_dir && \$(MAKE) msg.pot
7410 $ac_dir/msg.pot: tools/wmc include"
7412 if wine_fn_has_flag po
7413 then
7414 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7415 wine_fn_append_rule \
7416 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7417 @cd $ac_dir && \$(MAKE) rsrc.pot
7418 $ac_dir/rsrc.pot: tools/wrc include"
7422 wine_fn_all_rules ()
7424 wine_fn_depend_rules
7425 wine_fn_append_rule \
7426 "all: $ac_dir
7427 .PHONY: $ac_dir
7428 $ac_dir: $ac_dir/Makefile dummy
7429 @cd $ac_dir && \$(MAKE)"
7432 wine_fn_install_rules ()
7434 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7436 wine_fn_append_rule \
7437 ".PHONY: $ac_dir/install $ac_dir/uninstall
7438 $ac_dir/install:: $ac_dir
7439 @cd $ac_dir && \$(MAKE) install
7440 $ac_dir/uninstall:: $ac_dir/Makefile
7441 @cd $ac_dir && \$(MAKE) uninstall
7442 install:: $ac_dir/install
7443 __uninstall__: $ac_dir/uninstall"
7445 if wine_fn_has_flag install-lib
7446 then
7447 wine_fn_append_rule \
7448 ".PHONY: $ac_dir/install-lib
7449 $ac_dir/install-lib:: $ac_dir
7450 @cd $ac_dir && \$(MAKE) install-lib
7451 install-lib:: $ac_dir/install-lib"
7454 if wine_fn_has_flag install-dev
7455 then
7456 wine_fn_append_rule \
7457 ".PHONY: $ac_dir/install-dev
7458 $ac_dir/install-dev:: $ac_dir
7459 @cd $ac_dir && \$(MAKE) install-dev
7460 install-dev:: $ac_dir/install-dev"
7464 wine_fn_clean_rules ()
7466 ac_clean=$@
7467 ac_extraclean="$ac_dir/Makefile"
7468 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7469 case $ac_dir in
7470 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7471 esac
7473 if wine_fn_has_flag clean
7474 then
7475 wine_fn_append_rule \
7476 "__clean__: $ac_dir/clean
7477 .PHONY: $ac_dir/clean
7478 $ac_dir/clean: $ac_dir/Makefile
7479 @cd $ac_dir && \$(MAKE) clean
7480 \$(RM) $ac_extraclean"
7481 else
7482 wine_fn_append_rule \
7483 "__clean__: $ac_dir/clean
7484 .PHONY: $ac_dir/clean
7485 $ac_dir/clean: dummy
7486 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7490 wine_fn_disabled_rules ()
7492 ac_clean=$@
7493 ac_extraclean="$ac_dir/Makefile"
7494 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7496 wine_fn_append_rule \
7497 "__clean__: $ac_dir/clean
7498 .PHONY: $ac_dir/clean
7499 $ac_dir/clean: dummy
7500 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7503 wine_fn_config_makefile ()
7505 ac_dir=$1
7506 ac_enable=$2
7507 ac_flags=$3
7509 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7510 wine_fn_disabled_rules; return
7512 wine_fn_all_rules
7513 wine_fn_install_rules
7514 wine_fn_clean_rules
7517 wine_fn_config_lib ()
7519 ac_name=$1
7520 ac_flags=$2
7521 ac_dir=dlls/$ac_name
7522 ac_deps="include"
7524 if test "x$enable_tools" = xno; then :
7526 else
7527 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7529 wine_fn_all_rules
7530 wine_fn_clean_rules
7532 wine_fn_append_rule \
7533 ".PHONY: $ac_dir/install $ac_dir/uninstall
7534 $ac_dir/install:: $ac_dir
7535 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7536 $ac_dir/uninstall::
7537 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7538 install install-dev:: $ac_dir/install
7539 __uninstall__: $ac_dir/uninstall
7540 __builddeps__: $ac_dir
7541 $ac_dir: $ac_deps"
7544 wine_fn_config_dll ()
7546 ac_name=$1
7547 ac_dir=dlls/$ac_name
7548 ac_enable=$2
7549 ac_flags=$3
7550 ac_implib=${4:-$ac_name}
7551 ac_file=$ac_dir/lib$ac_implib
7552 ac_dll=$ac_name
7553 ac_deps="include"
7554 ac_implibflags=""
7556 if test "x$enable_tools" = xno; then :
7558 else
7559 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7561 case $ac_name in
7562 *16) ac_implibflags=" -m16" ;;
7563 *.*) ;;
7564 *) ac_dll=$ac_dll.dll ;;
7565 esac
7567 ac_clean=
7568 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7569 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7570 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7571 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7573 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7574 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7575 then
7576 wine_fn_depend_rules
7577 wine_fn_clean_rules $ac_clean
7578 else
7579 wine_fn_disabled_rules $ac_clean
7580 return
7582 else
7583 wine_fn_all_rules
7584 wine_fn_clean_rules $ac_clean
7585 wine_fn_append_rule \
7586 "$ac_dir: __builddeps__
7587 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7588 @cd $ac_dir && \$(MAKE) \$@
7589 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7590 install install-lib:: $ac_dir/install-lib
7591 __uninstall__: $ac_dir/uninstall"
7592 if test -n "$DLLEXT"
7593 then
7594 wine_fn_append_rule \
7595 "$ac_dir/install-lib:: $ac_dir
7596 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7597 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7598 $ac_dir/uninstall::
7599 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7600 else
7601 wine_fn_append_rule \
7602 "$ac_dir/install-lib:: $ac_dir
7603 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7604 $ac_dir/uninstall::
7605 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7608 wine_fn_pot_rules
7611 if wine_fn_has_flag staticimplib
7612 then
7613 wine_fn_append_rule \
7614 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7615 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7616 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7617 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7618 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7619 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7620 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7621 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7622 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7623 $ac_dir/uninstall::
7624 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7625 install install-dev:: $ac_dir/install-dev
7626 __uninstall__: $ac_dir/uninstall"
7628 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7629 then
7630 wine_fn_append_rule \
7631 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7632 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7633 $ac_dir/uninstall::
7634 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7637 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7638 then
7639 wine_fn_append_rule \
7640 "__builddeps__: $ac_file.cross.a
7641 $ac_file.cross.a: $ac_dir/Makefile dummy
7642 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7645 elif wine_fn_has_flag implib
7646 then
7647 wine_fn_append_rule \
7648 "__builddeps__: $ac_file.$IMPLIBEXT
7649 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7650 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7651 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7652 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7653 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7654 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7655 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7656 $ac_dir/uninstall::
7657 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7658 install install-dev:: $ac_dir/install-dev
7659 __uninstall__: $ac_dir/uninstall"
7660 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7661 then
7662 wine_fn_append_rule \
7663 "__builddeps__: $ac_file.cross.a
7664 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7665 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7668 if test "$ac_name" != "$ac_implib"
7669 then
7670 wine_fn_append_rule \
7671 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7672 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7673 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7674 clean::
7675 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7676 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7677 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7678 then
7679 wine_fn_append_rule \
7680 "__builddeps__: dlls/lib$ac_implib.cross.a
7681 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7682 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7683 clean::
7684 \$(RM) dlls/lib$ac_implib.cross.a"
7685 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7691 wine_fn_config_program ()
7693 ac_name=$1
7694 ac_dir=programs/$ac_name
7695 ac_enable=$2
7696 ac_flags=$3
7697 ac_program=$ac_name
7699 case $ac_name in
7700 *.*) ;;
7701 *) ac_program=$ac_program.exe ;;
7702 esac
7704 ac_clean=
7705 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7706 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7707 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7708 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7710 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7711 wine_fn_disabled_rules $ac_clean; return
7714 wine_fn_all_rules
7715 wine_fn_clean_rules $ac_clean
7716 wine_fn_append_rule "$ac_dir: __builddeps__"
7717 wine_fn_pot_rules
7719 wine_fn_has_flag install || return
7720 wine_fn_append_rule \
7721 ".PHONY: $ac_dir/install $ac_dir/uninstall
7722 install install-lib:: $ac_dir/install
7723 __uninstall__: $ac_dir/uninstall"
7725 if test -n "$DLLEXT"
7726 then
7727 wine_fn_append_rule \
7728 "$ac_dir/install:: $ac_dir
7729 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7730 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7731 $ac_dir/uninstall::
7732 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7734 if test -z "$with_wine64" && wine_fn_has_flag installbin
7735 then
7736 wine_fn_append_rule \
7737 "$ac_dir/install:: __tooldeps__
7738 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7739 $ac_dir/uninstall::
7740 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7742 else
7743 wine_fn_append_rule \
7744 "$ac_dir/install:: $ac_dir
7745 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7746 $ac_dir/uninstall::
7747 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7750 if test -z "$with_wine64" && wine_fn_has_flag manpage
7751 then
7752 wine_fn_append_rule \
7753 "$ac_dir/install:: $ac_dir
7754 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7755 $ac_dir/uninstall::
7756 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7760 wine_fn_config_test ()
7762 ac_dir=$1
7763 ac_name=$2
7764 ac_flags=$3
7766 ac_clean=
7767 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7768 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7770 if test "x$enable_tests" = xno; then :
7771 wine_fn_disabled_rules $ac_clean; return
7774 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7775 wine_fn_all_rules
7776 wine_fn_clean_rules $ac_clean
7778 wine_fn_append_rule \
7779 "$ac_dir: programs/winetest/Makefile __builddeps__
7780 programs/winetest: $ac_dir
7781 check test: $ac_dir/test
7782 .PHONY: $ac_dir/test
7783 $ac_dir/test: dummy
7784 @cd $ac_dir && \$(MAKE) test
7785 testclean::
7786 \$(RM) $ac_dir/*.ok"
7788 if test -n "$CROSSTARGET"
7789 then
7790 wine_fn_append_rule \
7791 "crosstest: $ac_dir/crosstest
7792 .PHONY: $ac_dir/crosstest
7793 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7794 @cd $ac_dir && \$(MAKE) crosstest"
7798 wine_fn_config_tool ()
7800 ac_dir=$1
7801 ac_flags=$2
7802 if test "x$enable_tools" = xno; then :
7803 return
7806 wine_fn_all_rules
7807 wine_fn_install_rules
7808 wine_fn_clean_rules
7810 wine_fn_append_rule "__tooldeps__: $ac_dir"
7811 wine_fn_append_rule "$ac_dir: libs/port"
7812 case $ac_dir in
7813 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7814 esac
7817 wine_fn_config_symlink ()
7819 ac_linkdir=
7820 if test "x$1" = "x-d"
7821 then
7822 ac_linkdir=$2
7823 shift; shift
7825 ac_links=$@
7826 wine_fn_append_rule \
7827 "$ac_links:
7828 @./config.status \$@
7829 distclean::
7830 \$(RM) $ac_links"
7831 for f in $ac_links; do wine_fn_ignore_file $f; done
7832 test -n "$ac_linkdir" || return
7833 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7836 wine_binary="wine"
7837 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7838 loader_programs="$wine_binary wine-installed"
7839 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7841 LOADER_RULES="
7842 all: wine.inf
7844 install install-lib:: wine-installed
7845 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7847 uninstall::
7848 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7852 case $host_os in
7853 cygwin*|mingw32*)
7854 if test -n "$ac_tool_prefix"; then
7855 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7856 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7858 $as_echo_n "checking for $ac_word... " >&6; }
7859 if ${ac_cv_prog_DLLTOOL+:} false; then :
7860 $as_echo_n "(cached) " >&6
7861 else
7862 if test -n "$DLLTOOL"; then
7863 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7864 else
7865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7866 for as_dir in $PATH
7868 IFS=$as_save_IFS
7869 test -z "$as_dir" && as_dir=.
7870 for ac_exec_ext in '' $ac_executable_extensions; do
7871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7872 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7874 break 2
7876 done
7877 done
7878 IFS=$as_save_IFS
7882 DLLTOOL=$ac_cv_prog_DLLTOOL
7883 if test -n "$DLLTOOL"; then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7885 $as_echo "$DLLTOOL" >&6; }
7886 else
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7888 $as_echo "no" >&6; }
7893 if test -z "$ac_cv_prog_DLLTOOL"; then
7894 ac_ct_DLLTOOL=$DLLTOOL
7895 # Extract the first word of "dlltool", so it can be a program name with args.
7896 set dummy dlltool; ac_word=$2
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7898 $as_echo_n "checking for $ac_word... " >&6; }
7899 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7900 $as_echo_n "(cached) " >&6
7901 else
7902 if test -n "$ac_ct_DLLTOOL"; then
7903 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7904 else
7905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7906 for as_dir in $PATH
7908 IFS=$as_save_IFS
7909 test -z "$as_dir" && as_dir=.
7910 for ac_exec_ext in '' $ac_executable_extensions; do
7911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7912 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7914 break 2
7916 done
7917 done
7918 IFS=$as_save_IFS
7922 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7923 if test -n "$ac_ct_DLLTOOL"; then
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7925 $as_echo "$ac_ct_DLLTOOL" >&6; }
7926 else
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7928 $as_echo "no" >&6; }
7931 if test "x$ac_ct_DLLTOOL" = x; then
7932 DLLTOOL="false"
7933 else
7934 case $cross_compiling:$ac_tool_warned in
7935 yes:)
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7937 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7938 ac_tool_warned=yes ;;
7939 esac
7940 DLLTOOL=$ac_ct_DLLTOOL
7942 else
7943 DLLTOOL="$ac_cv_prog_DLLTOOL"
7946 LIBEXT="dll"
7947 DLLEXT=""
7948 IMPLIBEXT="a"
7949 STATIC_IMPLIBEXT="a"
7950 enable_iphlpapi=${enable_iphlpapi:-no}
7951 enable_kernel32=${enable_kernel32:-no}
7952 enable_msvcrt=${enable_msvcrt:-no}
7953 enable_ntdll=${enable_ntdll:-no}
7954 enable_ws2_32=${enable_ws2_32:-no}
7955 enable_loader=${enable_loader:-no}
7956 enable_server=${enable_server:-no}
7957 with_x=${with_x:-no}
7958 with_pthread=${with_pthread:-no}
7960 crtlibs=""
7961 case $host_os in
7962 mingw32*)
7963 crtlibs="-lmsvcrt"
7964 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7966 esac
7968 libwine_targets="libwine.dll libwine.a"
7969 LIBWINE_RULES="
7970 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7972 all: libwine.dll libwine.a
7974 libwine.a: \$(srcdir)/wine.def
7975 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7977 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7978 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7980 install install-lib:: libwine.dll
7981 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7983 install install-dev:: libwine.a
7984 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7986 uninstall::
7987 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7992 darwin*|macosx*)
7993 for ac_header in libunwind.h
7994 do :
7995 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7996 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7997 cat >>confdefs.h <<_ACEOF
7998 #define HAVE_LIBUNWIND_H 1
7999 _ACEOF
8003 done
8005 LIBEXT="dylib"
8006 DLLFLAGS="$DLLFLAGS -fPIC"
8007 LIBWINE_LDFLAGS="-multiply_defined suppress"
8008 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8009 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8010 COREFOUNDATION_LIBS="-framework CoreFoundation"
8012 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8014 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8016 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8018 CORESERVICES_LIBS="-framework CoreServices"
8020 APPKIT_LIBS="-framework AppKit"
8022 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8024 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8025 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8026 $as_echo_n "(cached) " >&6
8027 else
8028 ac_wine_try_cflags_saved=$CFLAGS
8029 CFLAGS="$CFLAGS -Wl,-no_pie"
8030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8031 /* end confdefs.h. */
8032 int main(int argc, char **argv) { return 0; }
8033 _ACEOF
8034 if ac_fn_c_try_link "$LINENO"; then :
8035 ac_cv_cflags__Wl__no_pie=yes
8036 else
8037 ac_cv_cflags__Wl__no_pie=no
8039 rm -f core conftest.err conftest.$ac_objext \
8040 conftest$ac_exeext conftest.$ac_ext
8041 CFLAGS=$ac_wine_try_cflags_saved
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8044 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8045 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8046 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8048 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8049 then
8050 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8053 if test "$ac_cv_header_Security_Security_h" = "yes"
8054 then
8055 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8057 ac_save_LIBS="$LIBS"
8058 LIBS="$LIBS $SECURITY_LIBS"
8059 for ac_func in SSLCopyPeerCertificates
8060 do :
8061 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8062 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8063 cat >>confdefs.h <<_ACEOF
8064 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8065 _ACEOF
8068 done
8070 LIBS="$ac_save_LIBS"
8071 with_gnutls=${with_gnutls:-no}
8073 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8074 then
8075 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8076 then
8077 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8079 else
8080 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8083 ac_save_LIBS="$LIBS"
8084 LIBS="$LIBS $COREAUDIO_LIBS"
8085 for ac_func in AUGraphAddNode
8086 do :
8087 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8088 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8089 cat >>confdefs.h <<_ACEOF
8090 #define HAVE_AUGRAPHADDNODE 1
8091 _ACEOF
8094 done
8096 LIBS="$ac_save_LIBS"
8098 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8099 then
8100 OPENAL_LIBS="-framework OpenAL"
8103 cat >>confdefs.h <<_ACEOF
8104 #define HAVE_OPENAL 1
8105 _ACEOF
8107 ac_cv_lib_openal=yes
8109 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8110 then
8111 OPENCL_LIBS="-framework OpenCL"
8113 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8115 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8116 then
8117 ac_save_LIBS="$LIBS"
8118 LIBS="$LIBS $IOKIT_LIBS"
8119 for ac_func in IOHIDManagerCreate
8120 do :
8121 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8122 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8123 cat >>confdefs.h <<_ACEOF
8124 #define HAVE_IOHIDMANAGERCREATE 1
8125 _ACEOF
8128 done
8130 LIBS="$ac_save_LIBS"
8132 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8133 then
8134 ac_save_LIBS="$LIBS"
8135 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8137 $as_echo_n "checking for the QuickTime framework... " >&6; }
8138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8139 /* end confdefs.h. */
8140 #include <QuickTime/ImageCompression.h>
8142 main ()
8144 CodecManagerVersion(NULL);
8146 return 0;
8148 _ACEOF
8149 if ac_fn_c_try_link "$LINENO"; then :
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8151 $as_echo "yes" >&6; }
8152 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8154 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8155 else
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8157 $as_echo "no" >&6; }
8158 ac_cv_header_QuickTime_ImageCompression_h=no
8160 rm -f core conftest.err conftest.$ac_objext \
8161 conftest$ac_exeext conftest.$ac_ext
8162 LIBS="$ac_save_LIBS"
8164 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8165 then
8166 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8168 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8169 then
8170 CARBON_LIBS="-framework Carbon"
8174 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8175 then
8176 ac_save_LIBS="$LIBS"
8177 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8178 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8179 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8180 enable_winemac_drv=${enable_winemac_drv:-yes}
8183 LIBS="$ac_save_LIBS"
8186 if test "x$enable_win16" = "xyes"
8187 then
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8189 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8190 if test "$cross_compiling" = yes; then :
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8192 $as_echo "cross-compiling, assuming yes" >&6; }
8193 else
8194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8195 /* end confdefs.h. */
8196 asm(".text\n"
8197 "bad:\tnop;nop\n"
8198 "good:\tnop;nop\n\t"
8199 ".globl _testfunc\n"
8200 "_testfunc:\tcallw good");
8201 extern void testfunc();
8203 main ()
8205 unsigned short *p = (unsigned short *)testfunc;
8206 return p[0] != 0xe866 || p[1] != 0xfffa
8208 return 0;
8210 _ACEOF
8211 if ac_fn_c_try_run "$LINENO"; then :
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8213 $as_echo "yes" >&6; }
8214 else
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8216 $as_echo "no" >&6; }
8217 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
8219 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8220 conftest.$ac_objext conftest.beam conftest.$ac_ext
8225 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8226 LIBWINE_RULES="
8227 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8229 all: libwine.dylib
8231 libwine.$libwine_version.dylib: \$(OBJS)
8232 \$(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 \$@
8234 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8235 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8237 libwine.dylib: libwine.$libwine_soversion.dylib
8238 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8240 install install-lib:: libwine.$libwine_version.dylib
8241 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8242 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8244 install install-dev::
8245 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8247 uninstall::
8248 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8252 as_fn_append LOADER_RULES "
8253 $wine_binary: main.o wine_info.plist
8254 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8256 wine-installed: main.o wine_info.plist
8257 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8261 linux-android*)
8262 DLLFLAGS="$DLLFLAGS -fPIC"
8263 DLLPREFIX="lib"
8264 LDEXECFLAGS=""
8265 dlldir="\${libdir}"
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8267 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8268 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8269 $as_echo_n "(cached) " >&6
8270 else
8271 ac_wine_try_cflags_saved=$CFLAGS
8272 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8274 /* end confdefs.h. */
8275 int main(int argc, char **argv) { return 0; }
8276 _ACEOF
8277 if ac_fn_c_try_link "$LINENO"; then :
8278 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8279 else
8280 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8282 rm -f core conftest.err conftest.$ac_objext \
8283 conftest$ac_exeext conftest.$ac_ext
8284 CFLAGS=$ac_wine_try_cflags_saved
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8287 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8288 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8289 LDEXECFLAGS="-Wl,--export-dynamic"
8291 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8293 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8294 if eval \${$as_ac_var+:} false; then :
8295 $as_echo_n "(cached) " >&6
8296 else
8297 ac_wine_try_cflags_saved=$CFLAGS
8298 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8300 /* end confdefs.h. */
8301 int main(int argc, char **argv) { return 0; }
8302 _ACEOF
8303 if ac_fn_c_try_link "$LINENO"; then :
8304 eval "$as_ac_var=yes"
8305 else
8306 eval "$as_ac_var=no"
8308 rm -f core conftest.err conftest.$ac_objext \
8309 conftest$ac_exeext conftest.$ac_ext
8310 CFLAGS=$ac_wine_try_cflags_saved
8312 eval ac_res=\$$as_ac_var
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8314 $as_echo "$ac_res" >&6; }
8315 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8316 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8317 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8318 else
8319 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8321 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8322 if eval \${$as_ac_var+:} false; then :
8323 $as_echo_n "(cached) " >&6
8324 else
8325 ac_wine_try_cflags_saved=$CFLAGS
8326 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8328 /* end confdefs.h. */
8329 int main(int argc, char **argv) { return 0; }
8330 _ACEOF
8331 if ac_fn_c_try_link "$LINENO"; then :
8332 eval "$as_ac_var=yes"
8333 else
8334 eval "$as_ac_var=no"
8336 rm -f core conftest.err conftest.$ac_objext \
8337 conftest$ac_exeext conftest.$ac_ext
8338 CFLAGS=$ac_wine_try_cflags_saved
8340 eval ac_res=\$$as_ac_var
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8342 $as_echo "$ac_res" >&6; }
8343 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8344 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8345 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8350 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8351 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8352 $as_echo_n "(cached) " >&6
8353 else
8354 ac_wine_try_cflags_saved=$CFLAGS
8355 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8357 /* end confdefs.h. */
8358 int main(int argc, char **argv) { return 0; }
8359 _ACEOF
8360 if ac_fn_c_try_link "$LINENO"; then :
8361 ac_cv_cflags__Wl___enable_new_dtags=yes
8362 else
8363 ac_cv_cflags__Wl___enable_new_dtags=no
8365 rm -f core conftest.err conftest.$ac_objext \
8366 conftest$ac_exeext conftest.$ac_ext
8367 CFLAGS=$ac_wine_try_cflags_saved
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8370 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8371 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8372 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8375 case $host_cpu in
8376 *i[3456789]86* | x86_64)
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8378 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8379 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8380 $as_echo_n "(cached) " >&6
8381 else
8382 ac_wine_try_cflags_saved=$CFLAGS
8383 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8385 /* end confdefs.h. */
8386 int main(int argc, char **argv) { return 0; }
8387 _ACEOF
8388 if ac_fn_c_try_link "$LINENO"; then :
8389 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8390 else
8391 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8393 rm -f core conftest.err conftest.$ac_objext \
8394 conftest$ac_exeext conftest.$ac_ext
8395 CFLAGS=$ac_wine_try_cflags_saved
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8398 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8399 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8400 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8403 esac
8405 libwine_targets="libwine.so"
8406 LIBWINE_RULES="
8407 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8409 all: libwine.so
8411 libwine.so: \$(OBJS)
8412 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8414 install install-lib:: libwine.so
8415 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8417 uninstall::
8418 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8422 as_fn_append LOADER_RULES "
8423 $wine_binary: main.o
8424 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8426 wine-installed: main.o
8427 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8432 DLLFLAGS="$DLLFLAGS -fPIC"
8433 LDEXECFLAGS=""
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8435 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8436 if ${ac_cv_c_dll_gnuelf+:} false; then :
8437 $as_echo_n "(cached) " >&6
8438 else
8439 ac_wine_try_cflags_saved=$CFLAGS
8440 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8442 /* end confdefs.h. */
8443 void myfunc() {}
8444 _ACEOF
8445 if ac_fn_c_try_link "$LINENO"; then :
8446 ac_cv_c_dll_gnuelf="yes"
8447 else
8448 ac_cv_c_dll_gnuelf="no"
8450 rm -f core conftest.err conftest.$ac_objext \
8451 conftest$ac_exeext conftest.$ac_ext
8452 CFLAGS=$ac_wine_try_cflags_saved
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8455 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8456 if test "$ac_cv_c_dll_gnuelf" = "yes"
8457 then
8458 LDSHARED="\$(CC) -shared"
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8460 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8461 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8462 $as_echo_n "(cached) " >&6
8463 else
8464 ac_wine_try_cflags_saved=$CFLAGS
8465 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8467 /* end confdefs.h. */
8468 int main(int argc, char **argv) { return 0; }
8469 _ACEOF
8470 if ac_fn_c_try_link "$LINENO"; then :
8471 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8472 else
8473 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8475 rm -f core conftest.err conftest.$ac_objext \
8476 conftest$ac_exeext conftest.$ac_ext
8477 CFLAGS=$ac_wine_try_cflags_saved
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8480 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8481 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8482 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8483 else
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8485 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8486 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8487 $as_echo_n "(cached) " >&6
8488 else
8489 ac_wine_try_cflags_saved=$CFLAGS
8490 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8493 int main(int argc, char **argv) { return 0; }
8494 _ACEOF
8495 if ac_fn_c_try_link "$LINENO"; then :
8496 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8497 else
8498 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8500 rm -f core conftest.err conftest.$ac_objext \
8501 conftest$ac_exeext conftest.$ac_ext
8502 CFLAGS=$ac_wine_try_cflags_saved
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8505 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8506 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8507 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8511 echo '{ global: *; };' >conftest.map
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8513 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8514 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8515 $as_echo_n "(cached) " >&6
8516 else
8517 ac_wine_try_cflags_saved=$CFLAGS
8518 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8520 /* end confdefs.h. */
8521 int main(int argc, char **argv) { return 0; }
8522 _ACEOF
8523 if ac_fn_c_try_link "$LINENO"; then :
8524 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8525 else
8526 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8528 rm -f core conftest.err conftest.$ac_objext \
8529 conftest$ac_exeext conftest.$ac_ext
8530 CFLAGS=$ac_wine_try_cflags_saved
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8533 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8534 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8535 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8537 rm -f conftest.map
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8540 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8541 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8542 $as_echo_n "(cached) " >&6
8543 else
8544 ac_wine_try_cflags_saved=$CFLAGS
8545 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8547 /* end confdefs.h. */
8548 int main(int argc, char **argv) { return 0; }
8549 _ACEOF
8550 if ac_fn_c_try_link "$LINENO"; then :
8551 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8552 else
8553 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8555 rm -f core conftest.err conftest.$ac_objext \
8556 conftest$ac_exeext conftest.$ac_ext
8557 CFLAGS=$ac_wine_try_cflags_saved
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8560 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8561 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8562 LDEXECFLAGS="-Wl,--export-dynamic"
8565 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8567 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8568 if eval \${$as_ac_var+:} false; then :
8569 $as_echo_n "(cached) " >&6
8570 else
8571 ac_wine_try_cflags_saved=$CFLAGS
8572 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h. */
8575 int main(int argc, char **argv) { return 0; }
8576 _ACEOF
8577 if ac_fn_c_try_link "$LINENO"; then :
8578 eval "$as_ac_var=yes"
8579 else
8580 eval "$as_ac_var=no"
8582 rm -f core conftest.err conftest.$ac_objext \
8583 conftest$ac_exeext conftest.$ac_ext
8584 CFLAGS=$ac_wine_try_cflags_saved
8586 eval ac_res=\$$as_ac_var
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8588 $as_echo "$ac_res" >&6; }
8589 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8590 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8591 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8592 else
8593 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8595 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8596 if eval \${$as_ac_var+:} false; then :
8597 $as_echo_n "(cached) " >&6
8598 else
8599 ac_wine_try_cflags_saved=$CFLAGS
8600 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8602 /* end confdefs.h. */
8603 int main(int argc, char **argv) { return 0; }
8604 _ACEOF
8605 if ac_fn_c_try_link "$LINENO"; then :
8606 eval "$as_ac_var=yes"
8607 else
8608 eval "$as_ac_var=no"
8610 rm -f core conftest.err conftest.$ac_objext \
8611 conftest$ac_exeext conftest.$ac_ext
8612 CFLAGS=$ac_wine_try_cflags_saved
8614 eval ac_res=\$$as_ac_var
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8616 $as_echo "$ac_res" >&6; }
8617 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8618 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8619 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8624 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8625 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8626 $as_echo_n "(cached) " >&6
8627 else
8628 ac_wine_try_cflags_saved=$CFLAGS
8629 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8631 /* end confdefs.h. */
8632 int main(int argc, char **argv) { return 0; }
8633 _ACEOF
8634 if ac_fn_c_try_link "$LINENO"; then :
8635 ac_cv_cflags__Wl___enable_new_dtags=yes
8636 else
8637 ac_cv_cflags__Wl___enable_new_dtags=no
8639 rm -f core conftest.err conftest.$ac_objext \
8640 conftest$ac_exeext conftest.$ac_ext
8641 CFLAGS=$ac_wine_try_cflags_saved
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8644 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8645 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8646 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8649 case $host_cpu in
8650 *i[3456789]86* | x86_64)
8651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8652 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8653 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8654 $as_echo_n "(cached) " >&6
8655 else
8656 ac_wine_try_cflags_saved=$CFLAGS
8657 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8659 /* end confdefs.h. */
8660 int main(int argc, char **argv) { return 0; }
8661 _ACEOF
8662 if ac_fn_c_try_link "$LINENO"; then :
8663 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8664 else
8665 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8667 rm -f core conftest.err conftest.$ac_objext \
8668 conftest$ac_exeext conftest.$ac_ext
8669 CFLAGS=$ac_wine_try_cflags_saved
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8672 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8673 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8674 case $host_os in
8675 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8676 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8677 esac
8680 # Extract the first word of "prelink", so it can be a program name with args.
8681 set dummy prelink; ac_word=$2
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8683 $as_echo_n "checking for $ac_word... " >&6; }
8684 if ${ac_cv_path_PRELINK+:} false; then :
8685 $as_echo_n "(cached) " >&6
8686 else
8687 case $PRELINK in
8688 [\\/]* | ?:[\\/]*)
8689 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8693 for as_dir in /sbin /usr/sbin $PATH
8695 IFS=$as_save_IFS
8696 test -z "$as_dir" && as_dir=.
8697 for ac_exec_ext in '' $ac_executable_extensions; do
8698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8699 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8701 break 2
8703 done
8704 done
8705 IFS=$as_save_IFS
8707 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8709 esac
8711 PRELINK=$ac_cv_path_PRELINK
8712 if test -n "$PRELINK"; then
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8714 $as_echo "$PRELINK" >&6; }
8715 else
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8717 $as_echo "no" >&6; }
8721 if test "x$PRELINK" = xfalse
8722 then
8723 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8726 esac
8728 else
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8730 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8731 if ${ac_cv_c_dll_unixware+:} false; then :
8732 $as_echo_n "(cached) " >&6
8733 else
8734 ac_wine_try_cflags_saved=$CFLAGS
8735 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8737 /* end confdefs.h. */
8738 void myfunc() {}
8739 _ACEOF
8740 if ac_fn_c_try_link "$LINENO"; then :
8741 ac_cv_c_dll_unixware="yes"
8742 else
8743 ac_cv_c_dll_unixware="no"
8745 rm -f core conftest.err conftest.$ac_objext \
8746 conftest$ac_exeext conftest.$ac_ext
8747 CFLAGS=$ac_wine_try_cflags_saved
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8750 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8751 if test "$ac_cv_c_dll_unixware" = "yes"
8752 then
8753 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8756 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8757 LIBWINE_RULES="
8758 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8760 all: libwine.so
8762 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8763 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8765 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8766 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8768 libwine.so: libwine.so.$libwine_soversion
8769 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8771 install install-lib:: libwine.so.$libwine_version
8772 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8773 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8775 install install-dev::
8776 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8778 uninstall::
8779 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8783 as_fn_append LOADER_RULES "
8784 $wine_binary: main.o
8785 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8787 wine-installed: main.o
8788 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8791 esac
8793 as_fn_append LIBWINE_RULES "
8794 EXTRA_TARGETS = $libwine_targets
8797 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8798 enable_winemac_drv=${enable_winemac_drv:-no}
8800 CROSSTARGET=""
8802 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8803 then
8804 case "$host_cpu" in
8805 i[3456789]86*)
8806 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
8807 mingw32-gcc" ;;
8808 x86_64)
8809 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 " ;;
8811 ac_prefix_list="" ;;
8812 esac
8813 for ac_prog in $ac_prefix_list
8815 # Extract the first word of "$ac_prog", so it can be a program name with args.
8816 set dummy $ac_prog; ac_word=$2
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8818 $as_echo_n "checking for $ac_word... " >&6; }
8819 if ${ac_cv_prog_CROSSCC+:} false; then :
8820 $as_echo_n "(cached) " >&6
8821 else
8822 if test -n "$CROSSCC"; then
8823 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8824 else
8825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8826 for as_dir in $PATH
8828 IFS=$as_save_IFS
8829 test -z "$as_dir" && as_dir=.
8830 for ac_exec_ext in '' $ac_executable_extensions; do
8831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8832 ac_cv_prog_CROSSCC="$ac_prog"
8833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8834 break 2
8836 done
8837 done
8838 IFS=$as_save_IFS
8842 CROSSCC=$ac_cv_prog_CROSSCC
8843 if test -n "$CROSSCC"; then
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8845 $as_echo "$CROSSCC" >&6; }
8846 else
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8848 $as_echo "no" >&6; }
8852 test -n "$CROSSCC" && break
8853 done
8854 test -n "$CROSSCC" || CROSSCC="false"
8856 if test "$CROSSCC" != "false"
8857 then
8858 ac_save_CC="$CC"
8859 CC="$CROSSCC"
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8861 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8863 /* end confdefs.h. */
8866 main ()
8870 return 0;
8872 _ACEOF
8873 if ac_fn_c_try_compile "$LINENO"; then :
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8875 $as_echo "yes" >&6; }
8876 set x $CROSSCC
8877 shift
8878 while test $# -ge 1
8880 case "$1" in
8881 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8882 esac
8883 shift
8884 done
8885 else
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8887 $as_echo "no" >&6; }
8889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8890 CC="$ac_save_CC"
8895 if test "$ac_cv_header_pthread_h" = "yes"
8896 then
8897 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8898 if test "x$ac_cv_func_pthread_create" = xyes; then :
8900 else
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8902 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8903 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8904 $as_echo_n "(cached) " >&6
8905 else
8906 ac_check_lib_save_LIBS=$LIBS
8907 LIBS="-lpthread $LIBS"
8908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8909 /* end confdefs.h. */
8911 /* Override any GCC internal prototype to avoid an error.
8912 Use char because int might match the return type of a GCC
8913 builtin and then its argument prototype would still apply. */
8914 #ifdef __cplusplus
8915 extern "C"
8916 #endif
8917 char pthread_create ();
8919 main ()
8921 return pthread_create ();
8923 return 0;
8925 _ACEOF
8926 if ac_fn_c_try_link "$LINENO"; then :
8927 ac_cv_lib_pthread_pthread_create=yes
8928 else
8929 ac_cv_lib_pthread_pthread_create=no
8931 rm -f core conftest.err conftest.$ac_objext \
8932 conftest$ac_exeext conftest.$ac_ext
8933 LIBS=$ac_check_lib_save_LIBS
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8936 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8937 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8938 PTHREAD_LIBS="-lpthread"
8945 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8946 case "x$with_pthread" in
8947 xno) ;;
8948 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8949 Wine cannot support threads without libpthread.
8950 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8951 esac
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8956 $as_echo_n "checking for X... " >&6; }
8959 # Check whether --with-x was given.
8960 if test "${with_x+set}" = set; then :
8961 withval=$with_x;
8964 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8965 if test "x$with_x" = xno; then
8966 # The user explicitly disabled X.
8967 have_x=disabled
8968 else
8969 case $x_includes,$x_libraries in #(
8970 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8971 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8972 $as_echo_n "(cached) " >&6
8973 else
8974 # One or both of the vars are not set, and there is no cached value.
8975 ac_x_includes=no ac_x_libraries=no
8976 rm -f -r conftest.dir
8977 if mkdir conftest.dir; then
8978 cd conftest.dir
8979 cat >Imakefile <<'_ACEOF'
8980 incroot:
8981 @echo incroot='${INCROOT}'
8982 usrlibdir:
8983 @echo usrlibdir='${USRLIBDIR}'
8984 libdir:
8985 @echo libdir='${LIBDIR}'
8986 _ACEOF
8987 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8988 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8989 for ac_var in incroot usrlibdir libdir; do
8990 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8991 done
8992 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8993 for ac_extension in a so sl dylib la dll; do
8994 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8995 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8996 ac_im_usrlibdir=$ac_im_libdir; break
8998 done
8999 # Screen out bogus values from the imake configuration. They are
9000 # bogus both because they are the default anyway, and because
9001 # using them would break gcc on systems where it needs fixed includes.
9002 case $ac_im_incroot in
9003 /usr/include) ac_x_includes= ;;
9004 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9005 esac
9006 case $ac_im_usrlibdir in
9007 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9008 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9009 esac
9011 cd ..
9012 rm -f -r conftest.dir
9015 # Standard set of common directories for X headers.
9016 # Check X11 before X11Rn because it is often a symlink to the current release.
9017 ac_x_header_dirs='
9018 /usr/X11/include
9019 /usr/X11R7/include
9020 /usr/X11R6/include
9021 /usr/X11R5/include
9022 /usr/X11R4/include
9024 /usr/include/X11
9025 /usr/include/X11R7
9026 /usr/include/X11R6
9027 /usr/include/X11R5
9028 /usr/include/X11R4
9030 /usr/local/X11/include
9031 /usr/local/X11R7/include
9032 /usr/local/X11R6/include
9033 /usr/local/X11R5/include
9034 /usr/local/X11R4/include
9036 /usr/local/include/X11
9037 /usr/local/include/X11R7
9038 /usr/local/include/X11R6
9039 /usr/local/include/X11R5
9040 /usr/local/include/X11R4
9042 /usr/X386/include
9043 /usr/x386/include
9044 /usr/XFree86/include/X11
9046 /usr/include
9047 /usr/local/include
9048 /usr/unsupported/include
9049 /usr/athena/include
9050 /usr/local/x11r5/include
9051 /usr/lpp/Xamples/include
9053 /usr/openwin/include
9054 /usr/openwin/share/include'
9056 if test "$ac_x_includes" = no; then
9057 # Guess where to find include files, by looking for Xlib.h.
9058 # First, try using that file with no special directory specified.
9059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9060 /* end confdefs.h. */
9061 #include <X11/Xlib.h>
9062 _ACEOF
9063 if ac_fn_c_try_cpp "$LINENO"; then :
9064 # We can compile using X headers with no special include directory.
9065 ac_x_includes=
9066 else
9067 for ac_dir in $ac_x_header_dirs; do
9068 if test -r "$ac_dir/X11/Xlib.h"; then
9069 ac_x_includes=$ac_dir
9070 break
9072 done
9074 rm -f conftest.err conftest.i conftest.$ac_ext
9075 fi # $ac_x_includes = no
9077 if test "$ac_x_libraries" = no; then
9078 # Check for the libraries.
9079 # See if we find them without any special options.
9080 # Don't add to $LIBS permanently.
9081 ac_save_LIBS=$LIBS
9082 LIBS="-lX11 $LIBS"
9083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9084 /* end confdefs.h. */
9085 #include <X11/Xlib.h>
9087 main ()
9089 XrmInitialize ()
9091 return 0;
9093 _ACEOF
9094 if ac_fn_c_try_link "$LINENO"; then :
9095 LIBS=$ac_save_LIBS
9096 # We can link X programs with no special library path.
9097 ac_x_libraries=
9098 else
9099 LIBS=$ac_save_LIBS
9100 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9102 # Don't even attempt the hair of trying to link an X program!
9103 for ac_extension in a so sl dylib la dll; do
9104 if test -r "$ac_dir/libX11.$ac_extension"; then
9105 ac_x_libraries=$ac_dir
9106 break 2
9108 done
9109 done
9111 rm -f core conftest.err conftest.$ac_objext \
9112 conftest$ac_exeext conftest.$ac_ext
9113 fi # $ac_x_libraries = no
9115 case $ac_x_includes,$ac_x_libraries in #(
9116 no,* | *,no | *\'*)
9117 # Didn't find X, or a directory has "'" in its name.
9118 ac_cv_have_x="have_x=no";; #(
9120 # Record where we found X for the cache.
9121 ac_cv_have_x="have_x=yes\
9122 ac_x_includes='$ac_x_includes'\
9123 ac_x_libraries='$ac_x_libraries'"
9124 esac
9126 ;; #(
9127 *) have_x=yes;;
9128 esac
9129 eval "$ac_cv_have_x"
9130 fi # $with_x != no
9132 if test "$have_x" != yes; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9134 $as_echo "$have_x" >&6; }
9135 no_x=yes
9136 else
9137 # If each of the values was on the command line, it overrides each guess.
9138 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9139 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9140 # Update the cache value to reflect the command line values.
9141 ac_cv_have_x="have_x=yes\
9142 ac_x_includes='$x_includes'\
9143 ac_x_libraries='$x_libraries'"
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9145 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9148 if test "$no_x" = yes; then
9149 # Not all programs may use this symbol, but it does not hurt to define it.
9151 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9153 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9154 else
9155 if test -n "$x_includes"; then
9156 X_CFLAGS="$X_CFLAGS -I$x_includes"
9159 # It would also be nice to do this for all -L options, not just this one.
9160 if test -n "$x_libraries"; then
9161 X_LIBS="$X_LIBS -L$x_libraries"
9162 # For Solaris; some versions of Sun CC require a space after -R and
9163 # others require no space. Words are not sufficient . . . .
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9165 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9166 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9167 ac_xsave_c_werror_flag=$ac_c_werror_flag
9168 ac_c_werror_flag=yes
9169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9170 /* end confdefs.h. */
9173 main ()
9177 return 0;
9179 _ACEOF
9180 if ac_fn_c_try_link "$LINENO"; then :
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9182 $as_echo "no" >&6; }
9183 X_LIBS="$X_LIBS -R$x_libraries"
9184 else
9185 LIBS="$ac_xsave_LIBS -R $x_libraries"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h. */
9190 main ()
9194 return 0;
9196 _ACEOF
9197 if ac_fn_c_try_link "$LINENO"; then :
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9199 $as_echo "yes" >&6; }
9200 X_LIBS="$X_LIBS -R $x_libraries"
9201 else
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9203 $as_echo "neither works" >&6; }
9205 rm -f core conftest.err conftest.$ac_objext \
9206 conftest$ac_exeext conftest.$ac_ext
9208 rm -f core conftest.err conftest.$ac_objext \
9209 conftest$ac_exeext conftest.$ac_ext
9210 ac_c_werror_flag=$ac_xsave_c_werror_flag
9211 LIBS=$ac_xsave_LIBS
9214 # Check for system-dependent libraries X programs must link with.
9215 # Do this before checking for the system-independent R6 libraries
9216 # (-lICE), since we may need -lsocket or whatever for X linking.
9218 if test "$ISC" = yes; then
9219 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9220 else
9221 # Martyn Johnson says this is needed for Ultrix, if the X
9222 # libraries were built with DECnet support. And Karl Berry says
9223 # the Alpha needs dnet_stub (dnet does not exist).
9224 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9226 /* end confdefs.h. */
9228 /* Override any GCC internal prototype to avoid an error.
9229 Use char because int might match the return type of a GCC
9230 builtin and then its argument prototype would still apply. */
9231 #ifdef __cplusplus
9232 extern "C"
9233 #endif
9234 char XOpenDisplay ();
9236 main ()
9238 return XOpenDisplay ();
9240 return 0;
9242 _ACEOF
9243 if ac_fn_c_try_link "$LINENO"; then :
9245 else
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9247 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9248 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9249 $as_echo_n "(cached) " >&6
9250 else
9251 ac_check_lib_save_LIBS=$LIBS
9252 LIBS="-ldnet $LIBS"
9253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9254 /* end confdefs.h. */
9256 /* Override any GCC internal prototype to avoid an error.
9257 Use char because int might match the return type of a GCC
9258 builtin and then its argument prototype would still apply. */
9259 #ifdef __cplusplus
9260 extern "C"
9261 #endif
9262 char dnet_ntoa ();
9264 main ()
9266 return dnet_ntoa ();
9268 return 0;
9270 _ACEOF
9271 if ac_fn_c_try_link "$LINENO"; then :
9272 ac_cv_lib_dnet_dnet_ntoa=yes
9273 else
9274 ac_cv_lib_dnet_dnet_ntoa=no
9276 rm -f core conftest.err conftest.$ac_objext \
9277 conftest$ac_exeext conftest.$ac_ext
9278 LIBS=$ac_check_lib_save_LIBS
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9281 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9282 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9283 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9286 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9288 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9289 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9290 $as_echo_n "(cached) " >&6
9291 else
9292 ac_check_lib_save_LIBS=$LIBS
9293 LIBS="-ldnet_stub $LIBS"
9294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9295 /* end confdefs.h. */
9297 /* Override any GCC internal prototype to avoid an error.
9298 Use char because int might match the return type of a GCC
9299 builtin and then its argument prototype would still apply. */
9300 #ifdef __cplusplus
9301 extern "C"
9302 #endif
9303 char dnet_ntoa ();
9305 main ()
9307 return dnet_ntoa ();
9309 return 0;
9311 _ACEOF
9312 if ac_fn_c_try_link "$LINENO"; then :
9313 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9314 else
9315 ac_cv_lib_dnet_stub_dnet_ntoa=no
9317 rm -f core conftest.err conftest.$ac_objext \
9318 conftest$ac_exeext conftest.$ac_ext
9319 LIBS=$ac_check_lib_save_LIBS
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9322 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9323 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9324 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9329 rm -f core conftest.err conftest.$ac_objext \
9330 conftest$ac_exeext conftest.$ac_ext
9331 LIBS="$ac_xsave_LIBS"
9333 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9334 # to get the SysV transport functions.
9335 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9336 # needs -lnsl.
9337 # The nsl library prevents programs from opening the X display
9338 # on Irix 5.2, according to T.E. Dickey.
9339 # The functions gethostbyname, getservbyname, and inet_addr are
9340 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9341 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9342 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9346 if test $ac_cv_func_gethostbyname = no; then
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9348 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9349 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9350 $as_echo_n "(cached) " >&6
9351 else
9352 ac_check_lib_save_LIBS=$LIBS
9353 LIBS="-lnsl $LIBS"
9354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9355 /* end confdefs.h. */
9357 /* Override any GCC internal prototype to avoid an error.
9358 Use char because int might match the return type of a GCC
9359 builtin and then its argument prototype would still apply. */
9360 #ifdef __cplusplus
9361 extern "C"
9362 #endif
9363 char gethostbyname ();
9365 main ()
9367 return gethostbyname ();
9369 return 0;
9371 _ACEOF
9372 if ac_fn_c_try_link "$LINENO"; then :
9373 ac_cv_lib_nsl_gethostbyname=yes
9374 else
9375 ac_cv_lib_nsl_gethostbyname=no
9377 rm -f core conftest.err conftest.$ac_objext \
9378 conftest$ac_exeext conftest.$ac_ext
9379 LIBS=$ac_check_lib_save_LIBS
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9382 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9383 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9384 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9387 if test $ac_cv_lib_nsl_gethostbyname = no; then
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9389 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9390 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9391 $as_echo_n "(cached) " >&6
9392 else
9393 ac_check_lib_save_LIBS=$LIBS
9394 LIBS="-lbsd $LIBS"
9395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9396 /* end confdefs.h. */
9398 /* Override any GCC internal prototype to avoid an error.
9399 Use char because int might match the return type of a GCC
9400 builtin and then its argument prototype would still apply. */
9401 #ifdef __cplusplus
9402 extern "C"
9403 #endif
9404 char gethostbyname ();
9406 main ()
9408 return gethostbyname ();
9410 return 0;
9412 _ACEOF
9413 if ac_fn_c_try_link "$LINENO"; then :
9414 ac_cv_lib_bsd_gethostbyname=yes
9415 else
9416 ac_cv_lib_bsd_gethostbyname=no
9418 rm -f core conftest.err conftest.$ac_objext \
9419 conftest$ac_exeext conftest.$ac_ext
9420 LIBS=$ac_check_lib_save_LIBS
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9423 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9424 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9425 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9431 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9432 # socket/setsockopt and other routines are undefined under SCO ODT
9433 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9434 # on later versions), says Simon Leinen: it contains gethostby*
9435 # variants that don't use the name server (or something). -lsocket
9436 # must be given before -lnsl if both are needed. We assume that
9437 # if connect needs -lnsl, so does gethostbyname.
9438 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9439 if test "x$ac_cv_func_connect" = xyes; then :
9443 if test $ac_cv_func_connect = no; then
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9445 $as_echo_n "checking for connect in -lsocket... " >&6; }
9446 if ${ac_cv_lib_socket_connect+:} false; then :
9447 $as_echo_n "(cached) " >&6
9448 else
9449 ac_check_lib_save_LIBS=$LIBS
9450 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9452 /* end confdefs.h. */
9454 /* Override any GCC internal prototype to avoid an error.
9455 Use char because int might match the return type of a GCC
9456 builtin and then its argument prototype would still apply. */
9457 #ifdef __cplusplus
9458 extern "C"
9459 #endif
9460 char connect ();
9462 main ()
9464 return connect ();
9466 return 0;
9468 _ACEOF
9469 if ac_fn_c_try_link "$LINENO"; then :
9470 ac_cv_lib_socket_connect=yes
9471 else
9472 ac_cv_lib_socket_connect=no
9474 rm -f core conftest.err conftest.$ac_objext \
9475 conftest$ac_exeext conftest.$ac_ext
9476 LIBS=$ac_check_lib_save_LIBS
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9479 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9480 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9481 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9486 # Guillermo Gomez says -lposix is necessary on A/UX.
9487 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9488 if test "x$ac_cv_func_remove" = xyes; then :
9492 if test $ac_cv_func_remove = no; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9494 $as_echo_n "checking for remove in -lposix... " >&6; }
9495 if ${ac_cv_lib_posix_remove+:} false; then :
9496 $as_echo_n "(cached) " >&6
9497 else
9498 ac_check_lib_save_LIBS=$LIBS
9499 LIBS="-lposix $LIBS"
9500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9503 /* Override any GCC internal prototype to avoid an error.
9504 Use char because int might match the return type of a GCC
9505 builtin and then its argument prototype would still apply. */
9506 #ifdef __cplusplus
9507 extern "C"
9508 #endif
9509 char remove ();
9511 main ()
9513 return remove ();
9515 return 0;
9517 _ACEOF
9518 if ac_fn_c_try_link "$LINENO"; then :
9519 ac_cv_lib_posix_remove=yes
9520 else
9521 ac_cv_lib_posix_remove=no
9523 rm -f core conftest.err conftest.$ac_objext \
9524 conftest$ac_exeext conftest.$ac_ext
9525 LIBS=$ac_check_lib_save_LIBS
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9528 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9529 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9530 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9535 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9536 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9537 if test "x$ac_cv_func_shmat" = xyes; then :
9541 if test $ac_cv_func_shmat = no; then
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9543 $as_echo_n "checking for shmat in -lipc... " >&6; }
9544 if ${ac_cv_lib_ipc_shmat+:} false; then :
9545 $as_echo_n "(cached) " >&6
9546 else
9547 ac_check_lib_save_LIBS=$LIBS
9548 LIBS="-lipc $LIBS"
9549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9550 /* end confdefs.h. */
9552 /* Override any GCC internal prototype to avoid an error.
9553 Use char because int might match the return type of a GCC
9554 builtin and then its argument prototype would still apply. */
9555 #ifdef __cplusplus
9556 extern "C"
9557 #endif
9558 char shmat ();
9560 main ()
9562 return shmat ();
9564 return 0;
9566 _ACEOF
9567 if ac_fn_c_try_link "$LINENO"; then :
9568 ac_cv_lib_ipc_shmat=yes
9569 else
9570 ac_cv_lib_ipc_shmat=no
9572 rm -f core conftest.err conftest.$ac_objext \
9573 conftest$ac_exeext conftest.$ac_ext
9574 LIBS=$ac_check_lib_save_LIBS
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9577 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9578 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9579 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9585 # Check for libraries that X11R6 Xt/Xaw programs need.
9586 ac_save_LDFLAGS=$LDFLAGS
9587 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9588 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9589 # check for ICE first), but we must link in the order -lSM -lICE or
9590 # we get undefined symbols. So assume we have SM if we have ICE.
9591 # These have to be linked with before -lX11, unlike the other
9592 # libraries we check for below, so use a different variable.
9593 # John Interrante, Karl Berry
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9595 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9596 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9597 $as_echo_n "(cached) " >&6
9598 else
9599 ac_check_lib_save_LIBS=$LIBS
9600 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9602 /* end confdefs.h. */
9604 /* Override any GCC internal prototype to avoid an error.
9605 Use char because int might match the return type of a GCC
9606 builtin and then its argument prototype would still apply. */
9607 #ifdef __cplusplus
9608 extern "C"
9609 #endif
9610 char IceConnectionNumber ();
9612 main ()
9614 return IceConnectionNumber ();
9616 return 0;
9618 _ACEOF
9619 if ac_fn_c_try_link "$LINENO"; then :
9620 ac_cv_lib_ICE_IceConnectionNumber=yes
9621 else
9622 ac_cv_lib_ICE_IceConnectionNumber=no
9624 rm -f core conftest.err conftest.$ac_objext \
9625 conftest$ac_exeext conftest.$ac_ext
9626 LIBS=$ac_check_lib_save_LIBS
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9629 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9630 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9631 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9634 LDFLAGS=$ac_save_LDFLAGS
9639 if test "$have_x" = "yes"
9640 then
9641 ac_save_CPPFLAGS="$CPPFLAGS"
9642 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9645 $as_echo_n "checking for -lX11... " >&6; }
9646 if ${ac_cv_lib_soname_X11+:} false; then :
9647 $as_echo_n "(cached) " >&6
9648 else
9649 ac_check_soname_save_LIBS=$LIBS
9650 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9654 /* Override any GCC internal prototype to avoid an error.
9655 Use char because int might match the return type of a GCC
9656 builtin and then its argument prototype would still apply. */
9657 #ifdef __cplusplus
9658 extern "C"
9659 #endif
9660 char XCreateWindow ();
9662 main ()
9664 return XCreateWindow ();
9666 return 0;
9668 _ACEOF
9669 if ac_fn_c_try_link "$LINENO"; then :
9670 case "$LIBEXT" in
9671 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9672 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'` ;;
9673 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9674 if ${ac_cv_lib_soname_X11:+false} :; then :
9675 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9676 fi ;;
9677 esac
9679 rm -f core conftest.err conftest.$ac_objext \
9680 conftest$ac_exeext conftest.$ac_ext
9681 LIBS=$ac_check_soname_save_LIBS
9683 if ${ac_cv_lib_soname_X11:+false} :; then :
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9685 $as_echo "not found" >&6; }
9687 else
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9689 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9691 cat >>confdefs.h <<_ACEOF
9692 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9693 _ACEOF
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9698 $as_echo_n "checking for -lXext... " >&6; }
9699 if ${ac_cv_lib_soname_Xext+:} false; then :
9700 $as_echo_n "(cached) " >&6
9701 else
9702 ac_check_soname_save_LIBS=$LIBS
9703 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9705 /* end confdefs.h. */
9707 /* Override any GCC internal prototype to avoid an error.
9708 Use char because int might match the return type of a GCC
9709 builtin and then its argument prototype would still apply. */
9710 #ifdef __cplusplus
9711 extern "C"
9712 #endif
9713 char XextCreateExtension ();
9715 main ()
9717 return XextCreateExtension ();
9719 return 0;
9721 _ACEOF
9722 if ac_fn_c_try_link "$LINENO"; then :
9723 case "$LIBEXT" in
9724 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9725 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'` ;;
9726 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9727 if ${ac_cv_lib_soname_Xext:+false} :; then :
9728 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9729 fi ;;
9730 esac
9732 rm -f core conftest.err conftest.$ac_objext \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if ${ac_cv_lib_soname_Xext:+false} :; then :
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9738 $as_echo "not found" >&6; }
9740 else
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9742 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 _ACEOF
9748 X_LIBS="$X_LIBS -lXext"
9750 X_LIBS="$X_LIBS -lX11"
9752 for ac_header in X11/Xlib.h \
9753 X11/XKBlib.h \
9754 X11/Xutil.h \
9755 X11/Xcursor/Xcursor.h \
9756 X11/extensions/shape.h \
9757 X11/extensions/XInput.h \
9758 X11/extensions/XInput2.h \
9759 X11/extensions/XShm.h \
9760 X11/extensions/Xcomposite.h \
9761 X11/extensions/Xinerama.h \
9762 X11/extensions/Xrandr.h \
9763 X11/extensions/Xrender.h \
9764 X11/extensions/xf86vmode.h \
9765 X11/extensions/xf86vmproto.h
9766 do :
9767 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9768 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9769 # include <X11/Xlib.h>
9770 #endif
9771 #ifdef HAVE_X11_XUTIL_H
9772 # include <X11/Xutil.h>
9773 #endif
9775 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9776 cat >>confdefs.h <<_ACEOF
9777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9778 _ACEOF
9782 done
9785 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9786 then
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9788 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9789 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9790 $as_echo_n "(cached) " >&6
9791 else
9792 ac_check_lib_save_LIBS=$LIBS
9793 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9795 /* end confdefs.h. */
9797 /* Override any GCC internal prototype to avoid an error.
9798 Use char because int might match the return type of a GCC
9799 builtin and then its argument prototype would still apply. */
9800 #ifdef __cplusplus
9801 extern "C"
9802 #endif
9803 char XkbQueryExtension ();
9805 main ()
9807 return XkbQueryExtension ();
9809 return 0;
9811 _ACEOF
9812 if ac_fn_c_try_link "$LINENO"; then :
9813 ac_cv_lib_X11_XkbQueryExtension=yes
9814 else
9815 ac_cv_lib_X11_XkbQueryExtension=no
9817 rm -f core conftest.err conftest.$ac_objext \
9818 conftest$ac_exeext conftest.$ac_ext
9819 LIBS=$ac_check_lib_save_LIBS
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9822 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9823 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9825 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9831 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9832 then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9834 $as_echo_n "checking for -lXcursor... " >&6; }
9835 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9836 $as_echo_n "(cached) " >&6
9837 else
9838 ac_check_soname_save_LIBS=$LIBS
9839 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9841 /* end confdefs.h. */
9843 /* Override any GCC internal prototype to avoid an error.
9844 Use char because int might match the return type of a GCC
9845 builtin and then its argument prototype would still apply. */
9846 #ifdef __cplusplus
9847 extern "C"
9848 #endif
9849 char XcursorImageLoadCursor ();
9851 main ()
9853 return XcursorImageLoadCursor ();
9855 return 0;
9857 _ACEOF
9858 if ac_fn_c_try_link "$LINENO"; then :
9859 case "$LIBEXT" in
9860 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9861 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'` ;;
9862 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9863 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9864 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9865 fi ;;
9866 esac
9868 rm -f core conftest.err conftest.$ac_objext \
9869 conftest$ac_exeext conftest.$ac_ext
9870 LIBS=$ac_check_soname_save_LIBS
9872 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9874 $as_echo "not found" >&6; }
9876 else
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9878 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9880 cat >>confdefs.h <<_ACEOF
9881 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9882 _ACEOF
9887 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9888 case "x$with_xcursor" in
9889 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9890 xno) ;;
9891 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9892 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9893 esac
9896 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9897 then
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9899 $as_echo_n "checking for -lXi... " >&6; }
9900 if ${ac_cv_lib_soname_Xi+:} false; then :
9901 $as_echo_n "(cached) " >&6
9902 else
9903 ac_check_soname_save_LIBS=$LIBS
9904 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9906 /* end confdefs.h. */
9908 /* Override any GCC internal prototype to avoid an error.
9909 Use char because int might match the return type of a GCC
9910 builtin and then its argument prototype would still apply. */
9911 #ifdef __cplusplus
9912 extern "C"
9913 #endif
9914 char XOpenDevice ();
9916 main ()
9918 return XOpenDevice ();
9920 return 0;
9922 _ACEOF
9923 if ac_fn_c_try_link "$LINENO"; then :
9924 case "$LIBEXT" in
9925 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9926 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'` ;;
9927 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9928 if ${ac_cv_lib_soname_Xi:+false} :; then :
9929 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9930 fi ;;
9931 esac
9933 rm -f core conftest.err conftest.$ac_objext \
9934 conftest$ac_exeext conftest.$ac_ext
9935 LIBS=$ac_check_soname_save_LIBS
9937 if ${ac_cv_lib_soname_Xi:+false} :; then :
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9939 $as_echo "not found" >&6; }
9941 else
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9943 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9945 cat >>confdefs.h <<_ACEOF
9946 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9947 _ACEOF
9952 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9953 case "x$with_xinput" in
9954 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9955 xno) ;;
9956 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9957 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9958 esac
9961 if test "x$ac_cv_lib_soname_Xi" != x
9962 then
9963 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9964 case "x$with_xinput2" in
9965 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9966 xno) ;;
9967 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9968 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9969 esac
9973 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9974 then
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9976 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9977 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9978 $as_echo_n "(cached) " >&6
9979 else
9980 ac_check_lib_save_LIBS=$LIBS
9981 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9983 /* end confdefs.h. */
9985 /* Override any GCC internal prototype to avoid an error.
9986 Use char because int might match the return type of a GCC
9987 builtin and then its argument prototype would still apply. */
9988 #ifdef __cplusplus
9989 extern "C"
9990 #endif
9991 char XShmQueryExtension ();
9993 main ()
9995 return XShmQueryExtension ();
9997 return 0;
9999 _ACEOF
10000 if ac_fn_c_try_link "$LINENO"; then :
10001 ac_cv_lib_Xext_XShmQueryExtension=yes
10002 else
10003 ac_cv_lib_Xext_XShmQueryExtension=no
10005 rm -f core conftest.err conftest.$ac_objext \
10006 conftest$ac_exeext conftest.$ac_ext
10007 LIBS=$ac_check_lib_save_LIBS
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10010 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10011 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10013 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10018 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10019 case "x$with_xshm" in
10020 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10021 xno) ;;
10022 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10023 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10024 esac
10027 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10028 then
10029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10030 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10031 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10032 $as_echo_n "(cached) " >&6
10033 else
10034 ac_check_lib_save_LIBS=$LIBS
10035 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10037 /* end confdefs.h. */
10039 /* Override any GCC internal prototype to avoid an error.
10040 Use char because int might match the return type of a GCC
10041 builtin and then its argument prototype would still apply. */
10042 #ifdef __cplusplus
10043 extern "C"
10044 #endif
10045 char XShapeQueryExtension ();
10047 main ()
10049 return XShapeQueryExtension ();
10051 return 0;
10053 _ACEOF
10054 if ac_fn_c_try_link "$LINENO"; then :
10055 ac_cv_lib_Xext_XShapeQueryExtension=yes
10056 else
10057 ac_cv_lib_Xext_XShapeQueryExtension=no
10059 rm -f core conftest.err conftest.$ac_objext \
10060 conftest$ac_exeext conftest.$ac_ext
10061 LIBS=$ac_check_lib_save_LIBS
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10064 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10065 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10067 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10072 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10073 case "x$with_xshape" in
10074 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10075 xno) ;;
10076 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10077 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10078 esac
10081 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10082 then
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10084 $as_echo_n "checking for -lXxf86vm... " >&6; }
10085 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10086 $as_echo_n "(cached) " >&6
10087 else
10088 ac_check_soname_save_LIBS=$LIBS
10089 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10091 /* end confdefs.h. */
10093 /* Override any GCC internal prototype to avoid an error.
10094 Use char because int might match the return type of a GCC
10095 builtin and then its argument prototype would still apply. */
10096 #ifdef __cplusplus
10097 extern "C"
10098 #endif
10099 char XF86VidModeQueryExtension ();
10101 main ()
10103 return XF86VidModeQueryExtension ();
10105 return 0;
10107 _ACEOF
10108 if ac_fn_c_try_link "$LINENO"; then :
10109 case "$LIBEXT" in
10110 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10111 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'` ;;
10112 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10113 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10114 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10115 fi ;;
10116 esac
10118 rm -f core conftest.err conftest.$ac_objext \
10119 conftest$ac_exeext conftest.$ac_ext
10120 LIBS=$ac_check_soname_save_LIBS
10122 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10124 $as_echo "not found" >&6; }
10126 else
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10128 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10130 cat >>confdefs.h <<_ACEOF
10131 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10132 _ACEOF
10137 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10138 case "x$with_xxf86vm" in
10139 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10140 xno) ;;
10141 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10142 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10143 esac
10146 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10147 then
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10149 $as_echo_n "checking for -lXrender... " >&6; }
10150 if ${ac_cv_lib_soname_Xrender+:} false; then :
10151 $as_echo_n "(cached) " >&6
10152 else
10153 ac_check_soname_save_LIBS=$LIBS
10154 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10156 /* end confdefs.h. */
10158 /* Override any GCC internal prototype to avoid an error.
10159 Use char because int might match the return type of a GCC
10160 builtin and then its argument prototype would still apply. */
10161 #ifdef __cplusplus
10162 extern "C"
10163 #endif
10164 char XRenderQueryExtension ();
10166 main ()
10168 return XRenderQueryExtension ();
10170 return 0;
10172 _ACEOF
10173 if ac_fn_c_try_link "$LINENO"; then :
10174 case "$LIBEXT" in
10175 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10176 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'` ;;
10177 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10178 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10179 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10180 fi ;;
10181 esac
10183 rm -f core conftest.err conftest.$ac_objext \
10184 conftest$ac_exeext conftest.$ac_ext
10185 LIBS=$ac_check_soname_save_LIBS
10187 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10189 $as_echo "not found" >&6; }
10191 else
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10193 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10195 cat >>confdefs.h <<_ACEOF
10196 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10197 _ACEOF
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10200 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10201 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10202 $as_echo_n "(cached) " >&6
10203 else
10204 ac_check_lib_save_LIBS=$LIBS
10205 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10212 #ifdef __cplusplus
10213 extern "C"
10214 #endif
10215 char XRenderSetPictureTransform ();
10217 main ()
10219 return XRenderSetPictureTransform ();
10221 return 0;
10223 _ACEOF
10224 if ac_fn_c_try_link "$LINENO"; then :
10225 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10226 else
10227 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10229 rm -f core conftest.err conftest.$ac_objext \
10230 conftest$ac_exeext conftest.$ac_ext
10231 LIBS=$ac_check_lib_save_LIBS
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10234 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10235 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10237 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10242 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10243 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10244 $as_echo_n "(cached) " >&6
10245 else
10246 ac_check_lib_save_LIBS=$LIBS
10247 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10249 /* end confdefs.h. */
10251 /* Override any GCC internal prototype to avoid an error.
10252 Use char because int might match the return type of a GCC
10253 builtin and then its argument prototype would still apply. */
10254 #ifdef __cplusplus
10255 extern "C"
10256 #endif
10257 char XRenderCreateLinearGradient ();
10259 main ()
10261 return XRenderCreateLinearGradient ();
10263 return 0;
10265 _ACEOF
10266 if ac_fn_c_try_link "$LINENO"; then :
10267 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10268 else
10269 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10271 rm -f core conftest.err conftest.$ac_objext \
10272 conftest$ac_exeext conftest.$ac_ext
10273 LIBS=$ac_check_lib_save_LIBS
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10276 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10277 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10279 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10286 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10287 case "x$with_xrender" in
10288 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10289 xno) ;;
10290 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10291 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10292 esac
10295 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10296 then
10297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10298 /* end confdefs.h. */
10299 #include <X11/Xlib.h>
10300 #include <X11/extensions/Xrandr.h>
10302 main ()
10304 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10306 return 0;
10308 _ACEOF
10309 if ac_fn_c_try_compile "$LINENO"; then :
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10311 $as_echo_n "checking for -lXrandr... " >&6; }
10312 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10313 $as_echo_n "(cached) " >&6
10314 else
10315 ac_check_soname_save_LIBS=$LIBS
10316 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10320 /* Override any GCC internal prototype to avoid an error.
10321 Use char because int might match the return type of a GCC
10322 builtin and then its argument prototype would still apply. */
10323 #ifdef __cplusplus
10324 extern "C"
10325 #endif
10326 char XRRQueryExtension ();
10328 main ()
10330 return XRRQueryExtension ();
10332 return 0;
10334 _ACEOF
10335 if ac_fn_c_try_link "$LINENO"; then :
10336 case "$LIBEXT" in
10337 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10338 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'` ;;
10339 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10340 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10341 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10342 fi ;;
10343 esac
10345 rm -f core conftest.err conftest.$ac_objext \
10346 conftest$ac_exeext conftest.$ac_ext
10347 LIBS=$ac_check_soname_save_LIBS
10349 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10351 $as_echo "not found" >&6; }
10353 else
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10355 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10357 cat >>confdefs.h <<_ACEOF
10358 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10359 _ACEOF
10361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10362 /* end confdefs.h. */
10363 #include <X11/Xlib.h>
10364 #include <X11/extensions/Xrandr.h>
10366 main ()
10368 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10370 return 0;
10372 _ACEOF
10373 if ac_fn_c_try_compile "$LINENO"; then :
10375 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10383 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10384 case "x$with_xrandr" in
10385 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10386 xno) ;;
10387 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10388 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10389 esac
10392 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10393 then
10394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10396 #include <X11/Xlib.h>
10397 #include <X11/extensions/Xinerama.h>
10399 main ()
10401 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10403 return 0;
10405 _ACEOF
10406 if ac_fn_c_try_compile "$LINENO"; then :
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10408 $as_echo_n "checking for -lXinerama... " >&6; }
10409 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10410 $as_echo_n "(cached) " >&6
10411 else
10412 ac_check_soname_save_LIBS=$LIBS
10413 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10415 /* end confdefs.h. */
10417 /* Override any GCC internal prototype to avoid an error.
10418 Use char because int might match the return type of a GCC
10419 builtin and then its argument prototype would still apply. */
10420 #ifdef __cplusplus
10421 extern "C"
10422 #endif
10423 char XineramaQueryScreens ();
10425 main ()
10427 return XineramaQueryScreens ();
10429 return 0;
10431 _ACEOF
10432 if ac_fn_c_try_link "$LINENO"; then :
10433 case "$LIBEXT" in
10434 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10435 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'` ;;
10436 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10437 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10438 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10439 fi ;;
10440 esac
10442 rm -f core conftest.err conftest.$ac_objext \
10443 conftest$ac_exeext conftest.$ac_ext
10444 LIBS=$ac_check_soname_save_LIBS
10446 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10448 $as_echo "not found" >&6; }
10450 else
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10452 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10454 cat >>confdefs.h <<_ACEOF
10455 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10456 _ACEOF
10461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10463 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10464 case "x$with_xinerama" in
10465 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10466 xno) ;;
10467 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10468 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10469 esac
10472 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10473 then
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10475 $as_echo_n "checking for -lXcomposite... " >&6; }
10476 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10477 $as_echo_n "(cached) " >&6
10478 else
10479 ac_check_soname_save_LIBS=$LIBS
10480 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10482 /* end confdefs.h. */
10484 /* Override any GCC internal prototype to avoid an error.
10485 Use char because int might match the return type of a GCC
10486 builtin and then its argument prototype would still apply. */
10487 #ifdef __cplusplus
10488 extern "C"
10489 #endif
10490 char XCompositeRedirectWindow ();
10492 main ()
10494 return XCompositeRedirectWindow ();
10496 return 0;
10498 _ACEOF
10499 if ac_fn_c_try_link "$LINENO"; then :
10500 case "$LIBEXT" in
10501 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10502 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'` ;;
10503 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10504 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10505 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10506 fi ;;
10507 esac
10509 rm -f core conftest.err conftest.$ac_objext \
10510 conftest$ac_exeext conftest.$ac_ext
10511 LIBS=$ac_check_soname_save_LIBS
10513 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10515 $as_echo "not found" >&6; }
10517 else
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10519 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10521 cat >>confdefs.h <<_ACEOF
10522 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10523 _ACEOF
10528 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10529 case "x$with_xcomposite" in
10530 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10531 xno) ;;
10532 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10533 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10534 esac
10537 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10538 #include <X11/Xlib.h>
10539 #endif
10541 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10543 cat >>confdefs.h <<_ACEOF
10544 #define HAVE_XICCALLBACK_CALLBACK 1
10545 _ACEOF
10549 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10550 #include <X11/Xlib.h>
10551 #endif
10553 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10555 cat >>confdefs.h <<_ACEOF
10556 #define HAVE_XEVENT_XCOOKIE 1
10557 _ACEOF
10564 opengl_msg=""
10565 if test "x$with_opengl" != "xno"
10566 then
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10568 $as_echo_n "checking for -lGL... " >&6; }
10569 if ${ac_cv_lib_soname_GL+:} false; then :
10570 $as_echo_n "(cached) " >&6
10571 else
10572 ac_check_soname_save_LIBS=$LIBS
10573 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10580 #ifdef __cplusplus
10581 extern "C"
10582 #endif
10583 char glXCreateContext ();
10585 main ()
10587 return glXCreateContext ();
10589 return 0;
10591 _ACEOF
10592 if ac_fn_c_try_link "$LINENO"; then :
10593 case "$LIBEXT" in
10594 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10595 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'` ;;
10596 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10597 if ${ac_cv_lib_soname_GL:+false} :; then :
10598 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10599 fi ;;
10600 esac
10602 rm -f core conftest.err conftest.$ac_objext \
10603 conftest$ac_exeext conftest.$ac_ext
10604 LIBS=$ac_check_soname_save_LIBS
10606 if ${ac_cv_lib_soname_GL:+false} :; then :
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10608 $as_echo "not found" >&6; }
10609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10610 $as_echo_n "checking for -lGL... " >&6; }
10611 if ${ac_cv_lib_soname_GL+:} false; then :
10612 $as_echo_n "(cached) " >&6
10613 else
10614 ac_check_soname_save_LIBS=$LIBS
10615 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"
10616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10617 /* end confdefs.h. */
10619 /* Override any GCC internal prototype to avoid an error.
10620 Use char because int might match the return type of a GCC
10621 builtin and then its argument prototype would still apply. */
10622 #ifdef __cplusplus
10623 extern "C"
10624 #endif
10625 char glXCreateContext ();
10627 main ()
10629 return glXCreateContext ();
10631 return 0;
10633 _ACEOF
10634 if ac_fn_c_try_link "$LINENO"; then :
10635 case "$LIBEXT" in
10636 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10637 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'` ;;
10638 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10639 if ${ac_cv_lib_soname_GL:+false} :; then :
10640 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10641 fi ;;
10642 esac
10644 rm -f core conftest.err conftest.$ac_objext \
10645 conftest$ac_exeext conftest.$ac_ext
10646 LIBS=$ac_check_soname_save_LIBS
10648 if ${ac_cv_lib_soname_GL:+false} :; then :
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10650 $as_echo "not found" >&6; }
10651 if test -f /usr/X11R6/lib/libGL.a
10652 then
10653 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10654 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10655 else
10656 opengl_msg="No OpenGL library found on this system."
10658 else
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10660 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10662 cat >>confdefs.h <<_ACEOF
10663 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10664 _ACEOF
10666 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"
10668 else
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10670 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10672 cat >>confdefs.h <<_ACEOF
10673 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10674 _ACEOF
10676 OPENGL_LIBS="-lGL"
10678 if test "x$with_glu" != "xno"
10679 then
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10681 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10682 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10683 $as_echo_n "(cached) " >&6
10684 else
10685 ac_check_lib_save_LIBS=$LIBS
10686 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10688 /* end confdefs.h. */
10690 /* Override any GCC internal prototype to avoid an error.
10691 Use char because int might match the return type of a GCC
10692 builtin and then its argument prototype would still apply. */
10693 #ifdef __cplusplus
10694 extern "C"
10695 #endif
10696 char gluLookAt ();
10698 main ()
10700 return gluLookAt ();
10702 return 0;
10704 _ACEOF
10705 if ac_fn_c_try_link "$LINENO"; then :
10706 ac_cv_lib_GLU_gluLookAt=yes
10707 else
10708 ac_cv_lib_GLU_gluLookAt=no
10710 rm -f core conftest.err conftest.$ac_objext \
10711 conftest$ac_exeext conftest.$ac_ext
10712 LIBS=$ac_check_lib_save_LIBS
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10715 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10716 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10720 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10721 case "x$with_glu" in
10722 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10723 xno) ;;
10724 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10725 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10726 esac
10730 if test "x$with_osmesa" != "xno"
10731 then
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10733 $as_echo_n "checking for -lOSMesa... " >&6; }
10734 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10735 $as_echo_n "(cached) " >&6
10736 else
10737 ac_check_soname_save_LIBS=$LIBS
10738 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10740 /* end confdefs.h. */
10742 /* Override any GCC internal prototype to avoid an error.
10743 Use char because int might match the return type of a GCC
10744 builtin and then its argument prototype would still apply. */
10745 #ifdef __cplusplus
10746 extern "C"
10747 #endif
10748 char glAccum ();
10750 main ()
10752 return glAccum ();
10754 return 0;
10756 _ACEOF
10757 if ac_fn_c_try_link "$LINENO"; then :
10758 case "$LIBEXT" in
10759 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10760 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'` ;;
10761 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10762 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10763 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10764 fi ;;
10765 esac
10767 rm -f core conftest.err conftest.$ac_objext \
10768 conftest$ac_exeext conftest.$ac_ext
10769 LIBS=$ac_check_soname_save_LIBS
10771 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10773 $as_echo "not found" >&6; }
10775 else
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10777 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10779 cat >>confdefs.h <<_ACEOF
10780 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10781 _ACEOF
10785 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10786 case "x$with_osmesa" in
10787 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10788 xno) ;;
10789 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10790 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10791 esac
10795 if test -n "$opengl_msg"; then :
10796 case "x$with_opengl" in
10797 x) as_fn_append wine_warnings "|$opengl_msg
10798 OpenGL and Direct3D won't be supported." ;;
10799 xno) ;;
10800 *) as_fn_error $? "$opengl_msg
10801 OpenGL and Direct3D won't be supported.
10802 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10803 esac
10806 CPPFLAGS="$ac_save_CPPFLAGS"
10807 else
10808 X_CFLAGS=""
10809 X_LIBS=""
10810 enable_winex11_drv=${enable_winex11_drv:-no}
10812 if test "x$X_LIBS" = "x"; then :
10813 case "x$with_x" in
10814 xno) ;;
10815 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10816 without X support, which probably isn't what you want. You will need
10817 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10818 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10819 esac
10822 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10824 if test "$ac_cv_header_CL_cl_h" = "yes"
10825 then
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10827 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10828 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10829 $as_echo_n "(cached) " >&6
10830 else
10831 ac_check_lib_save_LIBS=$LIBS
10832 LIBS="-lOpenCL $LIBS"
10833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char clGetPlatformInfo ();
10844 main ()
10846 return clGetPlatformInfo ();
10848 return 0;
10850 _ACEOF
10851 if ac_fn_c_try_link "$LINENO"; then :
10852 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10853 else
10854 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10856 rm -f core conftest.err conftest.$ac_objext \
10857 conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_lib_save_LIBS
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10861 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10862 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10863 OPENCL_LIBS="-lOpenCL"
10868 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10869 case "x$with_opencl" in
10870 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10871 xno) ;;
10872 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10873 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10874 esac
10876 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10878 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10879 then
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10881 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10882 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_lib_save_LIBS=$LIBS
10886 LIBS="-lpcap $LIBS"
10887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char pcap_create ();
10898 main ()
10900 return pcap_create ();
10902 return 0;
10904 _ACEOF
10905 if ac_fn_c_try_link "$LINENO"; then :
10906 ac_cv_lib_pcap_pcap_create=yes
10907 else
10908 ac_cv_lib_pcap_pcap_create=no
10910 rm -f core conftest.err conftest.$ac_objext \
10911 conftest$ac_exeext conftest.$ac_ext
10912 LIBS=$ac_check_lib_save_LIBS
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10915 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10916 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10917 LIBPCAP="-lpcap"
10922 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10923 case "x$with_pcap" in
10924 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10925 xno) ;;
10926 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10927 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10928 esac
10930 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10933 if test "x$with_xml" != "xno"
10934 then
10935 if ${XML2_CFLAGS:+false} :; then :
10936 if ${PKG_CONFIG+:} false; then :
10937 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10940 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10941 if ${XML2_LIBS:+false} :; then :
10942 if ${PKG_CONFIG+:} false; then :
10943 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10946 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10947 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10948 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10949 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10950 ac_save_CPPFLAGS=$CPPFLAGS
10951 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10952 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10953 do :
10954 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10955 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10956 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10957 cat >>confdefs.h <<_ACEOF
10958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10959 _ACEOF
10963 done
10965 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"
10966 then
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10968 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10969 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_lib_save_LIBS=$LIBS
10973 LIBS="-lxml2 $XML2_LIBS $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char xmlParseMemory ();
10985 main ()
10987 return xmlParseMemory ();
10989 return 0;
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 ac_cv_lib_xml2_xmlParseMemory=yes
10994 else
10995 ac_cv_lib_xml2_xmlParseMemory=no
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_lib_save_LIBS
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11002 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11003 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11005 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11007 else
11008 XML2_LIBS=""
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11012 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11013 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11014 $as_echo_n "(cached) " >&6
11015 else
11016 ac_check_lib_save_LIBS=$LIBS
11017 LIBS="-lxml2 $XML2_LIBS $LIBS"
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11024 #ifdef __cplusplus
11025 extern "C"
11026 #endif
11027 char xmlReadMemory ();
11029 main ()
11031 return xmlReadMemory ();
11033 return 0;
11035 _ACEOF
11036 if ac_fn_c_try_link "$LINENO"; then :
11037 ac_cv_lib_xml2_xmlReadMemory=yes
11038 else
11039 ac_cv_lib_xml2_xmlReadMemory=no
11041 rm -f core conftest.err conftest.$ac_objext \
11042 conftest$ac_exeext conftest.$ac_ext
11043 LIBS=$ac_check_lib_save_LIBS
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11046 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11047 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11049 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11054 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11055 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11056 $as_echo_n "(cached) " >&6
11057 else
11058 ac_check_lib_save_LIBS=$LIBS
11059 LIBS="-lxml2 $XML2_LIBS $LIBS"
11060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11066 #ifdef __cplusplus
11067 extern "C"
11068 #endif
11069 char xmlNewDocPI ();
11071 main ()
11073 return xmlNewDocPI ();
11075 return 0;
11077 _ACEOF
11078 if ac_fn_c_try_link "$LINENO"; then :
11079 ac_cv_lib_xml2_xmlNewDocPI=yes
11080 else
11081 ac_cv_lib_xml2_xmlNewDocPI=no
11083 rm -f core conftest.err conftest.$ac_objext \
11084 conftest$ac_exeext conftest.$ac_ext
11085 LIBS=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11088 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11089 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11091 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11096 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11097 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11098 $as_echo_n "(cached) " >&6
11099 else
11100 ac_check_lib_save_LIBS=$LIBS
11101 LIBS="-lxml2 $XML2_LIBS $LIBS"
11102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11103 /* end confdefs.h. */
11105 /* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
11108 #ifdef __cplusplus
11109 extern "C"
11110 #endif
11111 char xmlSchemaSetParserStructuredErrors ();
11113 main ()
11115 return xmlSchemaSetParserStructuredErrors ();
11117 return 0;
11119 _ACEOF
11120 if ac_fn_c_try_link "$LINENO"; then :
11121 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11122 else
11123 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11125 rm -f core conftest.err conftest.$ac_objext \
11126 conftest$ac_exeext conftest.$ac_ext
11127 LIBS=$ac_check_lib_save_LIBS
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11130 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11131 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11133 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11138 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11139 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11140 $as_echo_n "(cached) " >&6
11141 else
11142 ac_check_lib_save_LIBS=$LIBS
11143 LIBS="-lxml2 $XML2_LIBS $LIBS"
11144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11145 /* end confdefs.h. */
11147 /* Override any GCC internal prototype to avoid an error.
11148 Use char because int might match the return type of a GCC
11149 builtin and then its argument prototype would still apply. */
11150 #ifdef __cplusplus
11151 extern "C"
11152 #endif
11153 char xmlSchemaSetValidStructuredErrors ();
11155 main ()
11157 return xmlSchemaSetValidStructuredErrors ();
11159 return 0;
11161 _ACEOF
11162 if ac_fn_c_try_link "$LINENO"; then :
11163 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11164 else
11165 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11167 rm -f core conftest.err conftest.$ac_objext \
11168 conftest$ac_exeext conftest.$ac_ext
11169 LIBS=$ac_check_lib_save_LIBS
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11172 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11173 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11175 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11180 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11181 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11182 $as_echo_n "(cached) " >&6
11183 else
11184 ac_check_lib_save_LIBS=$LIBS
11185 LIBS="-lxml2 $XML2_LIBS $LIBS"
11186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11187 /* end confdefs.h. */
11189 /* Override any GCC internal prototype to avoid an error.
11190 Use char because int might match the return type of a GCC
11191 builtin and then its argument prototype would still apply. */
11192 #ifdef __cplusplus
11193 extern "C"
11194 #endif
11195 char xmlFirstElementChild ();
11197 main ()
11199 return xmlFirstElementChild ();
11201 return 0;
11203 _ACEOF
11204 if ac_fn_c_try_link "$LINENO"; then :
11205 ac_cv_lib_xml2_xmlFirstElementChild=yes
11206 else
11207 ac_cv_lib_xml2_xmlFirstElementChild=no
11209 rm -f core conftest.err conftest.$ac_objext \
11210 conftest$ac_exeext conftest.$ac_ext
11211 LIBS=$ac_check_lib_save_LIBS
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11214 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11215 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11217 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11221 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11223 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11225 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11229 else
11230 XML2_CFLAGS=""
11231 XML2_LIBS=""
11233 CPPFLAGS=$ac_save_CPPFLAGS
11234 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11235 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11238 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11239 case "x$with_xml" in
11240 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11241 xno) ;;
11242 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11243 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11244 esac
11247 if test "x$with_xslt" != "xno"
11248 then
11249 if ${XSLT_CFLAGS:+false} :; then :
11250 if ${PKG_CONFIG+:} false; then :
11251 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11254 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11255 if ${XSLT_LIBS:+false} :; then :
11256 if ${PKG_CONFIG+:} false; then :
11257 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11260 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11261 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11262 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11263 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11264 ac_save_CPPFLAGS=$CPPFLAGS
11265 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11266 for ac_header in libxslt/pattern.h libxslt/transform.h
11267 do :
11268 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11269 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11270 # include <libxslt/pattern.h>
11271 #endif
11273 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11274 cat >>confdefs.h <<_ACEOF
11275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11276 _ACEOF
11280 done
11282 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11283 then
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11285 $as_echo_n "checking for -lxslt... " >&6; }
11286 if ${ac_cv_lib_soname_xslt+:} false; then :
11287 $as_echo_n "(cached) " >&6
11288 else
11289 ac_check_soname_save_LIBS=$LIBS
11290 LIBS="-lxslt $XSLT_LIBS $LIBS"
11291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11292 /* end confdefs.h. */
11294 /* Override any GCC internal prototype to avoid an error.
11295 Use char because int might match the return type of a GCC
11296 builtin and then its argument prototype would still apply. */
11297 #ifdef __cplusplus
11298 extern "C"
11299 #endif
11300 char xsltCompilePattern ();
11302 main ()
11304 return xsltCompilePattern ();
11306 return 0;
11308 _ACEOF
11309 if ac_fn_c_try_link "$LINENO"; then :
11310 case "$LIBEXT" in
11311 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11312 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'` ;;
11313 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11314 if ${ac_cv_lib_soname_xslt:+false} :; then :
11315 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11316 fi ;;
11317 esac
11319 rm -f core conftest.err conftest.$ac_objext \
11320 conftest$ac_exeext conftest.$ac_ext
11321 LIBS=$ac_check_soname_save_LIBS
11323 if ${ac_cv_lib_soname_xslt:+false} :; then :
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11325 $as_echo "not found" >&6; }
11327 else
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11329 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11331 cat >>confdefs.h <<_ACEOF
11332 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11333 _ACEOF
11337 else
11338 XSLT_CFLAGS=""
11340 CPPFLAGS=$ac_save_CPPFLAGS
11341 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11342 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11345 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11346 case "x$with_xslt" in
11347 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11348 xno) ;;
11349 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11350 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11351 esac
11354 if test "x$with_dbus" != "xno"
11355 then
11356 if ${DBUS_CFLAGS:+false} :; then :
11357 if ${PKG_CONFIG+:} false; then :
11358 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11362 if ${DBUS_LIBS:+false} :; then :
11363 if ${PKG_CONFIG+:} false; then :
11364 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11369 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11370 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11371 ac_save_CPPFLAGS=$CPPFLAGS
11372 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11373 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11374 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11376 $as_echo_n "checking for -ldbus-1... " >&6; }
11377 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11378 $as_echo_n "(cached) " >&6
11379 else
11380 ac_check_soname_save_LIBS=$LIBS
11381 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11383 /* end confdefs.h. */
11385 /* Override any GCC internal prototype to avoid an error.
11386 Use char because int might match the return type of a GCC
11387 builtin and then its argument prototype would still apply. */
11388 #ifdef __cplusplus
11389 extern "C"
11390 #endif
11391 char dbus_connection_close ();
11393 main ()
11395 return dbus_connection_close ();
11397 return 0;
11399 _ACEOF
11400 if ac_fn_c_try_link "$LINENO"; then :
11401 case "$LIBEXT" in
11402 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11403 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'` ;;
11404 *) 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'`
11405 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11406 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11407 fi ;;
11408 esac
11410 rm -f core conftest.err conftest.$ac_objext \
11411 conftest$ac_exeext conftest.$ac_ext
11412 LIBS=$ac_check_soname_save_LIBS
11414 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11416 $as_echo "not found" >&6; }
11417 DBUS_CFLAGS=""
11418 else
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11420 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11422 cat >>confdefs.h <<_ACEOF
11423 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11424 _ACEOF
11428 else
11429 DBUS_CFLAGS=""
11433 CPPFLAGS=$ac_save_CPPFLAGS
11434 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11435 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11438 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11439 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11440 case "x$with_dbus" in
11441 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11442 xno) ;;
11443 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11444 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11445 esac
11448 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11449 then
11450 if ${HAL_CFLAGS:+false} :; then :
11451 if ${PKG_CONFIG+:} false; then :
11452 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11456 if ${HAL_LIBS:+false} :; then :
11457 if ${PKG_CONFIG+:} false; then :
11458 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11462 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11463 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11464 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11465 ac_save_CPPFLAGS=$CPPFLAGS
11466 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11467 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11468 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11470 $as_echo_n "checking for -lhal... " >&6; }
11471 if ${ac_cv_lib_soname_hal+:} false; then :
11472 $as_echo_n "(cached) " >&6
11473 else
11474 ac_check_soname_save_LIBS=$LIBS
11475 LIBS="-lhal $HAL_LIBS $LIBS"
11476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11477 /* end confdefs.h. */
11479 /* Override any GCC internal prototype to avoid an error.
11480 Use char because int might match the return type of a GCC
11481 builtin and then its argument prototype would still apply. */
11482 #ifdef __cplusplus
11483 extern "C"
11484 #endif
11485 char libhal_ctx_new ();
11487 main ()
11489 return libhal_ctx_new ();
11491 return 0;
11493 _ACEOF
11494 if ac_fn_c_try_link "$LINENO"; then :
11495 case "$LIBEXT" in
11496 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11497 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'` ;;
11498 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11499 if ${ac_cv_lib_soname_hal:+false} :; then :
11500 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11501 fi ;;
11502 esac
11504 rm -f core conftest.err conftest.$ac_objext \
11505 conftest$ac_exeext conftest.$ac_ext
11506 LIBS=$ac_check_soname_save_LIBS
11508 if ${ac_cv_lib_soname_hal:+false} :; then :
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11510 $as_echo "not found" >&6; }
11511 HAL_CFLAGS=""
11512 else
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11514 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11516 cat >>confdefs.h <<_ACEOF
11517 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11518 _ACEOF
11522 else
11523 HAL_CFLAGS=""
11527 CPPFLAGS=$ac_save_CPPFLAGS
11528 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11529 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11531 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11532 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11533 case "x$with_hal" in
11534 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11535 xno) ;;
11536 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11537 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11538 esac
11542 if test "x$with_gnutls" != "xno"
11543 then
11544 if ${GNUTLS_CFLAGS:+false} :; then :
11545 if ${PKG_CONFIG+:} false; then :
11546 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11550 if ${GNUTLS_LIBS:+false} :; then :
11551 if ${PKG_CONFIG+:} false; then :
11552 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11557 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11558 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11559 ac_save_CPPFLAGS=$CPPFLAGS
11560 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11561 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11562 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11564 /* end confdefs.h. */
11565 #include <gnutls/gnutls.h>
11566 #include <gnutls/crypto.h>
11568 main ()
11570 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11572 return 0;
11574 _ACEOF
11575 if ac_fn_c_try_compile "$LINENO"; then :
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11577 $as_echo_n "checking for -lgnutls... " >&6; }
11578 if ${ac_cv_lib_soname_gnutls+:} false; then :
11579 $as_echo_n "(cached) " >&6
11580 else
11581 ac_check_soname_save_LIBS=$LIBS
11582 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11584 /* end confdefs.h. */
11586 /* Override any GCC internal prototype to avoid an error.
11587 Use char because int might match the return type of a GCC
11588 builtin and then its argument prototype would still apply. */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char gnutls_global_init ();
11594 main ()
11596 return gnutls_global_init ();
11598 return 0;
11600 _ACEOF
11601 if ac_fn_c_try_link "$LINENO"; then :
11602 case "$LIBEXT" in
11603 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11604 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'` ;;
11605 *) 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'`
11606 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11607 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'`
11608 fi ;;
11609 esac
11611 rm -f core conftest.err conftest.$ac_objext \
11612 conftest$ac_exeext conftest.$ac_ext
11613 LIBS=$ac_check_soname_save_LIBS
11615 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11617 $as_echo "not found" >&6; }
11618 GNUTLS_CFLAGS=""
11619 else
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11621 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11623 cat >>confdefs.h <<_ACEOF
11624 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11625 _ACEOF
11630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11631 else
11632 GNUTLS_CFLAGS=""
11636 CPPFLAGS=$ac_save_CPPFLAGS
11637 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11638 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11641 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11642 case "x$with_gnutls" in
11643 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11644 xno) ;;
11645 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11646 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11647 esac
11650 CURSES_LIBS=""
11651 if test "$ac_cv_header_ncurses_h" = "yes"
11652 then
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11654 $as_echo_n "checking for -lncurses... " >&6; }
11655 if ${ac_cv_lib_soname_ncurses+:} false; then :
11656 $as_echo_n "(cached) " >&6
11657 else
11658 ac_check_soname_save_LIBS=$LIBS
11659 LIBS="-lncurses $LIBS"
11660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11661 /* end confdefs.h. */
11663 /* Override any GCC internal prototype to avoid an error.
11664 Use char because int might match the return type of a GCC
11665 builtin and then its argument prototype would still apply. */
11666 #ifdef __cplusplus
11667 extern "C"
11668 #endif
11669 char waddch ();
11671 main ()
11673 return waddch ();
11675 return 0;
11677 _ACEOF
11678 if ac_fn_c_try_link "$LINENO"; then :
11679 case "$LIBEXT" in
11680 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11681 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'` ;;
11682 *) 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'`
11683 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11684 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11685 fi ;;
11686 esac
11688 rm -f core conftest.err conftest.$ac_objext \
11689 conftest$ac_exeext conftest.$ac_ext
11690 LIBS=$ac_check_soname_save_LIBS
11692 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11694 $as_echo "not found" >&6; }
11696 else
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11698 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11700 cat >>confdefs.h <<_ACEOF
11701 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11702 _ACEOF
11704 CURSES_LIBS="-lncurses"
11706 elif test "$ac_cv_header_curses_h" = "yes"
11707 then
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11709 $as_echo_n "checking for -lcurses... " >&6; }
11710 if ${ac_cv_lib_soname_curses+:} false; then :
11711 $as_echo_n "(cached) " >&6
11712 else
11713 ac_check_soname_save_LIBS=$LIBS
11714 LIBS="-lcurses $LIBS"
11715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11716 /* end confdefs.h. */
11718 /* Override any GCC internal prototype to avoid an error.
11719 Use char because int might match the return type of a GCC
11720 builtin and then its argument prototype would still apply. */
11721 #ifdef __cplusplus
11722 extern "C"
11723 #endif
11724 char waddch ();
11726 main ()
11728 return waddch ();
11730 return 0;
11732 _ACEOF
11733 if ac_fn_c_try_link "$LINENO"; then :
11734 case "$LIBEXT" in
11735 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11736 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'` ;;
11737 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11738 if ${ac_cv_lib_soname_curses:+false} :; then :
11739 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11740 fi ;;
11741 esac
11743 rm -f core conftest.err conftest.$ac_objext \
11744 conftest$ac_exeext conftest.$ac_ext
11745 LIBS=$ac_check_soname_save_LIBS
11747 if ${ac_cv_lib_soname_curses:+false} :; then :
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11749 $as_echo "not found" >&6; }
11751 else
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11753 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11755 cat >>confdefs.h <<_ACEOF
11756 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11757 _ACEOF
11759 CURSES_LIBS="-lcurses"
11762 ac_save_LIBS="$LIBS"
11763 LIBS="$LIBS $CURSES_LIBS"
11764 for ac_func in mousemask
11765 do :
11766 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11767 if test "x$ac_cv_func_mousemask" = xyes; then :
11768 cat >>confdefs.h <<_ACEOF
11769 #define HAVE_MOUSEMASK 1
11770 _ACEOF
11773 done
11775 LIBS="$ac_save_LIBS"
11776 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11777 case "x$with_curses" in
11778 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11779 xno) ;;
11780 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11781 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11782 esac
11785 if test "x$with_sane" != "xno"
11786 then
11787 if ${SANE_CFLAGS:+false} :; then :
11788 if ${PKG_CONFIG+:} false; then :
11789 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11792 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11793 if ${SANE_LIBS:+false} :; then :
11794 if ${PKG_CONFIG+:} false; then :
11795 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11798 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11800 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11801 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11802 ac_save_CPPFLAGS=$CPPFLAGS
11803 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11804 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11805 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11807 $as_echo_n "checking for -lsane... " >&6; }
11808 if ${ac_cv_lib_soname_sane+:} false; then :
11809 $as_echo_n "(cached) " >&6
11810 else
11811 ac_check_soname_save_LIBS=$LIBS
11812 LIBS="-lsane $SANE_LIBS $LIBS"
11813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11814 /* end confdefs.h. */
11816 /* Override any GCC internal prototype to avoid an error.
11817 Use char because int might match the return type of a GCC
11818 builtin and then its argument prototype would still apply. */
11819 #ifdef __cplusplus
11820 extern "C"
11821 #endif
11822 char sane_init ();
11824 main ()
11826 return sane_init ();
11828 return 0;
11830 _ACEOF
11831 if ac_fn_c_try_link "$LINENO"; then :
11832 case "$LIBEXT" in
11833 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11834 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'` ;;
11835 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11836 if ${ac_cv_lib_soname_sane:+false} :; then :
11837 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11838 fi ;;
11839 esac
11841 rm -f core conftest.err conftest.$ac_objext \
11842 conftest$ac_exeext conftest.$ac_ext
11843 LIBS=$ac_check_soname_save_LIBS
11845 if ${ac_cv_lib_soname_sane:+false} :; then :
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11847 $as_echo "not found" >&6; }
11848 SANE_CFLAGS=""
11849 else
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11851 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11853 cat >>confdefs.h <<_ACEOF
11854 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11855 _ACEOF
11859 else
11860 SANE_CFLAGS=""
11864 CPPFLAGS=$ac_save_CPPFLAGS
11865 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11866 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11869 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11870 case "x$with_sane" in
11871 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11872 xno) ;;
11873 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11874 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11875 esac
11878 if test "x$with_v4l" != "xno"
11879 then
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11881 $as_echo_n "checking for -lv4l1... " >&6; }
11882 if ${ac_cv_lib_soname_v4l1+:} false; then :
11883 $as_echo_n "(cached) " >&6
11884 else
11885 ac_check_soname_save_LIBS=$LIBS
11886 LIBS="-lv4l1 $LIBS"
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11890 /* Override any GCC internal prototype to avoid an error.
11891 Use char because int might match the return type of a GCC
11892 builtin and then its argument prototype would still apply. */
11893 #ifdef __cplusplus
11894 extern "C"
11895 #endif
11896 char v4l1_open ();
11898 main ()
11900 return v4l1_open ();
11902 return 0;
11904 _ACEOF
11905 if ac_fn_c_try_link "$LINENO"; then :
11906 case "$LIBEXT" in
11907 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11908 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'` ;;
11909 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11910 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11911 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11912 fi ;;
11913 esac
11915 rm -f core conftest.err conftest.$ac_objext \
11916 conftest$ac_exeext conftest.$ac_ext
11917 LIBS=$ac_check_soname_save_LIBS
11919 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11921 $as_echo "not found" >&6; }
11923 else
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11925 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11927 cat >>confdefs.h <<_ACEOF
11928 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11929 _ACEOF
11934 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11935 case "x$with_v4l" in
11936 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11937 xno) ;;
11938 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11939 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11940 esac
11943 if test "x$with_gphoto" != "xno"
11944 then
11945 if ${GPHOTO2_CFLAGS:+false} :; then :
11946 if ${PKG_CONFIG+:} false; then :
11947 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11950 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11951 if ${GPHOTO2_LIBS:+false} :; then :
11952 if ${PKG_CONFIG+:} false; then :
11953 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11956 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11957 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11958 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11959 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11960 ac_save_CPPFLAGS=$CPPFLAGS
11961 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11962 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11963 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11965 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11966 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11967 $as_echo_n "(cached) " >&6
11968 else
11969 ac_check_lib_save_LIBS=$LIBS
11970 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11974 /* Override any GCC internal prototype to avoid an error.
11975 Use char because int might match the return type of a GCC
11976 builtin and then its argument prototype would still apply. */
11977 #ifdef __cplusplus
11978 extern "C"
11979 #endif
11980 char gp_camera_new ();
11982 main ()
11984 return gp_camera_new ();
11986 return 0;
11988 _ACEOF
11989 if ac_fn_c_try_link "$LINENO"; then :
11990 ac_cv_lib_gphoto2_gp_camera_new=yes
11991 else
11992 ac_cv_lib_gphoto2_gp_camera_new=no
11994 rm -f core conftest.err conftest.$ac_objext \
11995 conftest$ac_exeext conftest.$ac_ext
11996 LIBS=$ac_check_lib_save_LIBS
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11999 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12000 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12002 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12004 else
12005 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12008 else
12009 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12013 CPPFLAGS=$ac_save_CPPFLAGS
12014 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12015 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12017 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12018 if ${PKG_CONFIG+:} false; then :
12019 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12022 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12023 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12024 if ${PKG_CONFIG+:} false; then :
12025 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12028 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12029 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12030 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12031 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12032 ac_save_CPPFLAGS=$CPPFLAGS
12033 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12034 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12035 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12037 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12038 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12039 $as_echo_n "(cached) " >&6
12040 else
12041 ac_check_lib_save_LIBS=$LIBS
12042 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h. */
12046 /* Override any GCC internal prototype to avoid an error.
12047 Use char because int might match the return type of a GCC
12048 builtin and then its argument prototype would still apply. */
12049 #ifdef __cplusplus
12050 extern "C"
12051 #endif
12052 char gp_port_info_list_new ();
12054 main ()
12056 return gp_port_info_list_new ();
12058 return 0;
12060 _ACEOF
12061 if ac_fn_c_try_link "$LINENO"; then :
12062 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12063 else
12064 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12066 rm -f core conftest.err conftest.$ac_objext \
12067 conftest$ac_exeext conftest.$ac_ext
12068 LIBS=$ac_check_lib_save_LIBS
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12071 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12072 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12074 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12076 else
12077 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12080 else
12081 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12085 CPPFLAGS=$ac_save_CPPFLAGS
12086 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12087 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12090 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12091 case "x$with_gphoto" in
12092 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12093 xno) ;;
12094 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12095 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12096 esac
12098 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12099 case "x$with_gphoto" in
12100 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12101 xno) ;;
12102 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12103 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12104 esac
12108 if test "$ac_cv_header_resolv_h" = "yes"
12109 then
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12111 $as_echo_n "checking for resolver library... " >&6; }
12112 if ${ac_cv_have_resolv+:} false; then :
12113 $as_echo_n "(cached) " >&6
12114 else
12115 ac_save_LIBS="$LIBS"
12116 for lib in '' -lresolv
12118 LIBS="$lib $ac_save_LIBS"
12119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h. */
12121 #ifdef HAVE_NETINET_IN_H
12122 #include <netinet/in.h>
12123 #endif
12124 #include <resolv.h>
12126 main ()
12128 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12130 return 0;
12132 _ACEOF
12133 if ac_fn_c_try_link "$LINENO"; then :
12134 ac_cv_have_resolv=${lib:-"none required"}
12135 else
12136 ac_cv_have_resolv="not found"
12138 rm -f core conftest.err conftest.$ac_objext \
12139 conftest$ac_exeext conftest.$ac_ext
12140 test "x$ac_cv_have_resolv" = "xnot found" || break
12141 done
12142 LIBS="$ac_save_LIBS"
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12145 $as_echo "$ac_cv_have_resolv" >&6; }
12147 case "$ac_cv_have_resolv" in
12148 "not found") ;;
12149 "none required")
12151 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12154 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12156 RESOLV_LIBS=$ac_cv_have_resolv
12158 esac
12161 if test "x$with_cms" != "xno"
12162 then
12163 if ${LCMS2_CFLAGS:+false} :; then :
12164 if ${PKG_CONFIG+:} false; then :
12165 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12169 if ${LCMS2_LIBS:+false} :; then :
12170 if ${PKG_CONFIG+:} false; then :
12171 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12175 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12176 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12177 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12178 ac_save_CPPFLAGS=$CPPFLAGS
12179 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12180 for ac_header in lcms2.h
12181 do :
12182 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12183 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12184 cat >>confdefs.h <<_ACEOF
12185 #define HAVE_LCMS2_H 1
12186 _ACEOF
12190 done
12192 if test "$ac_cv_header_lcms2_h" = "yes"
12193 then
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12195 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12196 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12197 $as_echo_n "(cached) " >&6
12198 else
12199 ac_check_lib_save_LIBS=$LIBS
12200 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12204 /* Override any GCC internal prototype to avoid an error.
12205 Use char because int might match the return type of a GCC
12206 builtin and then its argument prototype would still apply. */
12207 #ifdef __cplusplus
12208 extern "C"
12209 #endif
12210 char cmsOpenProfileFromFile ();
12212 main ()
12214 return cmsOpenProfileFromFile ();
12216 return 0;
12218 _ACEOF
12219 if ac_fn_c_try_link "$LINENO"; then :
12220 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12221 else
12222 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12224 rm -f core conftest.err conftest.$ac_objext \
12225 conftest$ac_exeext conftest.$ac_ext
12226 LIBS=$ac_check_lib_save_LIBS
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12229 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12230 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12232 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12234 else
12235 LCMS2_LIBS=""
12238 else
12239 LCMS2_CFLAGS=""
12240 LCMS2_LIBS=""
12242 CPPFLAGS=$ac_save_CPPFLAGS
12243 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12244 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12247 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12248 case "x$with_cms" in
12249 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12250 xno) ;;
12251 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12252 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12253 esac
12256 if test "x$with_freetype" != "xno"
12257 then
12258 if ${FREETYPE_CFLAGS:+false} :; then :
12259 if ${PKG_CONFIG+:} false; then :
12260 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12263 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12264 if ${FREETYPE_LIBS:+false} :; then :
12265 if ${PKG_CONFIG+:} false; then :
12266 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12269 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12270 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12271 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12272 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12273 ac_save_CPPFLAGS=$CPPFLAGS
12274 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12275 for ac_header in ft2build.h
12276 do :
12277 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12278 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12279 cat >>confdefs.h <<_ACEOF
12280 #define HAVE_FT2BUILD_H 1
12281 _ACEOF
12285 done
12287 if test "$ac_cv_header_ft2build_h" = "yes"
12288 then
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12290 $as_echo_n "checking for -lfreetype... " >&6; }
12291 if ${ac_cv_lib_soname_freetype+:} false; then :
12292 $as_echo_n "(cached) " >&6
12293 else
12294 ac_check_soname_save_LIBS=$LIBS
12295 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12297 /* end confdefs.h. */
12299 /* Override any GCC internal prototype to avoid an error.
12300 Use char because int might match the return type of a GCC
12301 builtin and then its argument prototype would still apply. */
12302 #ifdef __cplusplus
12303 extern "C"
12304 #endif
12305 char FT_Init_FreeType ();
12307 main ()
12309 return FT_Init_FreeType ();
12311 return 0;
12313 _ACEOF
12314 if ac_fn_c_try_link "$LINENO"; then :
12315 case "$LIBEXT" in
12316 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12317 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'` ;;
12318 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12319 if ${ac_cv_lib_soname_freetype:+false} :; then :
12320 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12321 fi ;;
12322 esac
12324 rm -f core conftest.err conftest.$ac_objext \
12325 conftest$ac_exeext conftest.$ac_ext
12326 LIBS=$ac_check_soname_save_LIBS
12328 if ${ac_cv_lib_soname_freetype:+false} :; then :
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12330 $as_echo "not found" >&6; }
12331 FREETYPE_LIBS=""
12332 else
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12334 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12336 cat >>confdefs.h <<_ACEOF
12337 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12338 _ACEOF
12341 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12343 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12344 #include FT_MODULE_H
12346 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12348 cat >>confdefs.h <<_ACEOF
12349 #define HAVE_FT_TRUETYPEENGINETYPE 1
12350 _ACEOF
12356 else
12357 FREETYPE_CFLAGS=""
12358 FREETYPE_LIBS=""
12360 CPPFLAGS=$ac_save_CPPFLAGS
12361 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12362 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12365 if test "x$ac_cv_lib_soname_freetype" = x; then :
12366 case "x$with_freetype" in
12367 xno) ;;
12368 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12369 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12370 esac
12372 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12375 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12376 if ${ac_cv_c_ppdev+:} false; then :
12377 $as_echo_n "(cached) " >&6
12378 else
12379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12380 /* end confdefs.h. */
12381 #ifdef HAVE_SYS_IOCTL_H
12382 # include <sys/ioctl.h>
12383 #endif
12384 #include <linux/ppdev.h>
12386 main ()
12388 ioctl (1,PPCLAIM,0)
12390 return 0;
12392 _ACEOF
12393 if ac_fn_c_try_compile "$LINENO"; then :
12394 ac_cv_c_ppdev="yes"
12395 else
12396 ac_cv_c_ppdev="no"
12398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12401 $as_echo "$ac_cv_c_ppdev" >&6; }
12402 if test "$ac_cv_c_ppdev" = "yes"
12403 then
12405 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12409 ac_wine_check_funcs_save_LIBS="$LIBS"
12410 LIBS="$LIBS $PTHREAD_LIBS"
12411 for ac_func in \
12412 pthread_attr_get_np \
12413 pthread_getattr_np \
12414 pthread_getthreadid_np \
12415 pthread_get_stackaddr_np \
12416 pthread_get_stacksize_np
12417 do :
12418 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12419 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12420 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12421 cat >>confdefs.h <<_ACEOF
12422 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12423 _ACEOF
12426 done
12428 LIBS="$ac_wine_check_funcs_save_LIBS"
12430 if test "$ac_cv_header_zlib_h" = "yes"
12431 then
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12433 $as_echo_n "checking for inflate in -lz... " >&6; }
12434 if ${ac_cv_lib_z_inflate+:} false; then :
12435 $as_echo_n "(cached) " >&6
12436 else
12437 ac_check_lib_save_LIBS=$LIBS
12438 LIBS="-lz $LIBS"
12439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12440 /* end confdefs.h. */
12442 /* Override any GCC internal prototype to avoid an error.
12443 Use char because int might match the return type of a GCC
12444 builtin and then its argument prototype would still apply. */
12445 #ifdef __cplusplus
12446 extern "C"
12447 #endif
12448 char inflate ();
12450 main ()
12452 return inflate ();
12454 return 0;
12456 _ACEOF
12457 if ac_fn_c_try_link "$LINENO"; then :
12458 ac_cv_lib_z_inflate=yes
12459 else
12460 ac_cv_lib_z_inflate=no
12462 rm -f core conftest.err conftest.$ac_objext \
12463 conftest$ac_exeext conftest.$ac_ext
12464 LIBS=$ac_check_lib_save_LIBS
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12467 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12468 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12470 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12472 Z_LIBS="-lz"
12477 if test "x$Z_LIBS" = "x"; then :
12478 case "x$with_zlib" in
12479 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12480 xno) ;;
12481 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12482 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12483 esac
12486 if test "x$enable_tools" != xno
12487 then
12488 if test "$ac_cv_header_gettext_po_h" = "yes"
12489 then
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12491 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12492 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12493 $as_echo_n "(cached) " >&6
12494 else
12495 ac_check_lib_save_LIBS=$LIBS
12496 LIBS="-lgettextpo $LIBS"
12497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12498 /* end confdefs.h. */
12500 /* Override any GCC internal prototype to avoid an error.
12501 Use char because int might match the return type of a GCC
12502 builtin and then its argument prototype would still apply. */
12503 #ifdef __cplusplus
12504 extern "C"
12505 #endif
12506 char po_message_msgctxt ();
12508 main ()
12510 return po_message_msgctxt ();
12512 return 0;
12514 _ACEOF
12515 if ac_fn_c_try_link "$LINENO"; then :
12516 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12517 else
12518 ac_cv_lib_gettextpo_po_message_msgctxt=no
12520 rm -f core conftest.err conftest.$ac_objext \
12521 conftest$ac_exeext conftest.$ac_ext
12522 LIBS=$ac_check_lib_save_LIBS
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12525 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12526 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12528 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12530 GETTEXTPO_LIBS="-lgettextpo"
12535 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12536 case "x$with_gettextpo" in
12537 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12538 xno) ;;
12539 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12540 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12541 esac
12545 if test "x$with_gstreamer" != "xno"
12546 then
12547 if ${GSTREAMER_CFLAGS:+false} :; then :
12548 if ${PKG_CONFIG+:} false; then :
12549 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12553 if ${GSTREAMER_LIBS:+false} :; then :
12554 if ${PKG_CONFIG+:} false; then :
12555 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12560 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12561 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12562 ac_save_CPPFLAGS=$CPPFLAGS
12563 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12564 ac_gst_incl=""
12565 for i in $GSTREAMER_CFLAGS
12567 case "$i" in
12568 -I*) ac_gst_incl="$ac_gst_incl $i";;
12569 esac
12570 done
12571 GSTREAMER_CFLAGS=$ac_gst_incl
12572 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12573 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12574 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12575 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12576 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12578 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h. */
12581 #include <gst/app/gstappsink.h>
12583 main ()
12585 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12587 return 0;
12589 _ACEOF
12590 if ac_fn_c_try_compile "$LINENO"; then :
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12592 $as_echo "yes" >&6; }
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12594 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12595 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12596 $as_echo_n "(cached) " >&6
12597 else
12598 ac_check_lib_save_LIBS=$LIBS
12599 LIBS="-lgstreamer-0.10 $LIBS"
12600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12601 /* end confdefs.h. */
12603 /* Override any GCC internal prototype to avoid an error.
12604 Use char because int might match the return type of a GCC
12605 builtin and then its argument prototype would still apply. */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char gst_pad_get_caps_reffed ();
12611 main ()
12613 return gst_pad_get_caps_reffed ();
12615 return 0;
12617 _ACEOF
12618 if ac_fn_c_try_link "$LINENO"; then :
12619 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12620 else
12621 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12623 rm -f core conftest.err conftest.$ac_objext \
12624 conftest$ac_exeext conftest.$ac_ext
12625 LIBS=$ac_check_lib_save_LIBS
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12628 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12629 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12631 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12632 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12633 $as_echo_n "(cached) " >&6
12634 else
12635 ac_check_lib_save_LIBS=$LIBS
12636 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12638 /* end confdefs.h. */
12640 /* Override any GCC internal prototype to avoid an error.
12641 Use char because int might match the return type of a GCC
12642 builtin and then its argument prototype would still apply. */
12643 #ifdef __cplusplus
12644 extern "C"
12645 #endif
12646 char gst_app_buffer_new ();
12648 main ()
12650 return gst_app_buffer_new ();
12652 return 0;
12654 _ACEOF
12655 if ac_fn_c_try_link "$LINENO"; then :
12656 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12657 else
12658 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12660 rm -f core conftest.err conftest.$ac_objext \
12661 conftest$ac_exeext conftest.$ac_ext
12662 LIBS=$ac_check_lib_save_LIBS
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12665 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12666 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12672 else
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12674 $as_echo "no" >&6; }
12676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12680 else
12681 GSTREAMER_CFLAGS=""
12685 CPPFLAGS=$ac_save_CPPFLAGS
12686 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12687 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12690 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12691 case "x$with_gstreamer" in
12692 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12693 xno) ;;
12694 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12695 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12696 esac
12698 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12700 ALSA_LIBS=""
12702 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12703 then
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12705 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12706 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12707 $as_echo_n "(cached) " >&6
12708 else
12709 ac_check_lib_save_LIBS=$LIBS
12710 LIBS="-lasound $LIBS"
12711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12712 /* end confdefs.h. */
12714 /* Override any GCC internal prototype to avoid an error.
12715 Use char because int might match the return type of a GCC
12716 builtin and then its argument prototype would still apply. */
12717 #ifdef __cplusplus
12718 extern "C"
12719 #endif
12720 char snd_pcm_hw_params_get_access_mask ();
12722 main ()
12724 return snd_pcm_hw_params_get_access_mask ();
12726 return 0;
12728 _ACEOF
12729 if ac_fn_c_try_link "$LINENO"; then :
12730 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12731 else
12732 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12734 rm -f core conftest.err conftest.$ac_objext \
12735 conftest$ac_exeext conftest.$ac_ext
12736 LIBS=$ac_check_lib_save_LIBS
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12739 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12740 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12742 /* end confdefs.h. */
12743 #ifdef HAVE_ALSA_ASOUNDLIB_H
12744 #include <alsa/asoundlib.h>
12745 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12746 #include <sys/asoundlib.h>
12747 #endif
12749 main ()
12751 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12753 return 0;
12755 _ACEOF
12756 if ac_fn_c_try_compile "$LINENO"; then :
12757 ALSA_LIBS="-lasound"
12759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12764 if test "x$with_oss" != xno
12765 then
12766 ac_save_CPPFLAGS="$CPPFLAGS"
12767 if test -f /etc/oss.conf
12768 then
12769 . /etc/oss.conf
12771 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12772 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12773 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12774 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12775 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12777 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12779 cat >>confdefs.h <<_ACEOF
12780 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12781 _ACEOF
12783 OSS4_CFLAGS="$ac_oss_incl"
12790 CPPFLAGS="$ac_save_CPPFLAGS"
12791 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12792 then
12793 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12797 if test "x$with_capi" != "xno"
12798 then
12799 if ${CAPI20_CFLAGS:+false} :; then :
12800 if ${PKG_CONFIG+:} false; then :
12801 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12805 if ${CAPI20_LIBS:+false} :; then :
12806 if ${PKG_CONFIG+:} false; then :
12807 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12812 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12813 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12814 ac_save_CPPFLAGS=$CPPFLAGS
12815 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12816 for ac_header in capi20.h linux/capi.h
12817 do :
12818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12819 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12821 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12822 cat >>confdefs.h <<_ACEOF
12823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12824 _ACEOF
12828 done
12830 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12831 then
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12833 $as_echo_n "checking for -lcapi20... " >&6; }
12834 if ${ac_cv_lib_soname_capi20+:} false; then :
12835 $as_echo_n "(cached) " >&6
12836 else
12837 ac_check_soname_save_LIBS=$LIBS
12838 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12840 /* end confdefs.h. */
12842 /* Override any GCC internal prototype to avoid an error.
12843 Use char because int might match the return type of a GCC
12844 builtin and then its argument prototype would still apply. */
12845 #ifdef __cplusplus
12846 extern "C"
12847 #endif
12848 char capi20_register ();
12850 main ()
12852 return capi20_register ();
12854 return 0;
12856 _ACEOF
12857 if ac_fn_c_try_link "$LINENO"; then :
12858 case "$LIBEXT" in
12859 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12860 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'` ;;
12861 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12862 if ${ac_cv_lib_soname_capi20:+false} :; then :
12863 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12864 fi ;;
12865 esac
12867 rm -f core conftest.err conftest.$ac_objext \
12868 conftest$ac_exeext conftest.$ac_ext
12869 LIBS=$ac_check_soname_save_LIBS
12871 if ${ac_cv_lib_soname_capi20:+false} :; then :
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12873 $as_echo "not found" >&6; }
12875 else
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12877 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12879 cat >>confdefs.h <<_ACEOF
12880 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12881 _ACEOF
12886 CPPFLAGS=$ac_save_CPPFLAGS
12887 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12888 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12891 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12892 case "x$with_capi" in
12893 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12894 xno) ;;
12895 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12896 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12897 esac
12900 CUPS_CFLAGS=""
12902 if test "x$with_cups" != "xno"
12903 then
12904 ac_save_CPPFLAGS="$CPPFLAGS"
12905 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12906 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12907 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12908 for ac_header in cups/cups.h
12909 do :
12910 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12911 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12912 cat >>confdefs.h <<_ACEOF
12913 #define HAVE_CUPS_CUPS_H 1
12914 _ACEOF
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12916 $as_echo_n "checking for -lcups... " >&6; }
12917 if ${ac_cv_lib_soname_cups+:} false; then :
12918 $as_echo_n "(cached) " >&6
12919 else
12920 ac_check_soname_save_LIBS=$LIBS
12921 LIBS="-lcups $ac_cups_libs $LIBS"
12922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12923 /* end confdefs.h. */
12925 /* Override any GCC internal prototype to avoid an error.
12926 Use char because int might match the return type of a GCC
12927 builtin and then its argument prototype would still apply. */
12928 #ifdef __cplusplus
12929 extern "C"
12930 #endif
12931 char cupsGetDefault ();
12933 main ()
12935 return cupsGetDefault ();
12937 return 0;
12939 _ACEOF
12940 if ac_fn_c_try_link "$LINENO"; then :
12941 case "$LIBEXT" in
12942 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12943 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'` ;;
12944 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12945 if ${ac_cv_lib_soname_cups:+false} :; then :
12946 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12947 fi ;;
12948 esac
12950 rm -f core conftest.err conftest.$ac_objext \
12951 conftest$ac_exeext conftest.$ac_ext
12952 LIBS=$ac_check_soname_save_LIBS
12954 if ${ac_cv_lib_soname_cups:+false} :; then :
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12956 $as_echo "not found" >&6; }
12958 else
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12960 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12962 cat >>confdefs.h <<_ACEOF
12963 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12964 _ACEOF
12966 CUPS_CFLAGS="$ac_cups_cflags"
12970 done
12972 CPPFLAGS="$ac_save_CPPFLAGS"
12974 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12975 case "x$with_cups" in
12976 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12977 xno) ;;
12978 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12979 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12980 esac
12983 if test "x$with_fontconfig" != "xno"
12984 then
12985 if ${FONTCONFIG_CFLAGS:+false} :; then :
12986 if ${PKG_CONFIG+:} false; then :
12987 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12990 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12991 if ${FONTCONFIG_LIBS:+false} :; then :
12992 if ${PKG_CONFIG+:} false; then :
12993 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12996 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12998 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12999 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13000 ac_save_CPPFLAGS=$CPPFLAGS
13001 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13002 for ac_header in fontconfig/fontconfig.h
13003 do :
13004 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13005 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13006 cat >>confdefs.h <<_ACEOF
13007 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13008 _ACEOF
13012 done
13014 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13015 then
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13017 $as_echo_n "checking for -lfontconfig... " >&6; }
13018 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13019 $as_echo_n "(cached) " >&6
13020 else
13021 ac_check_soname_save_LIBS=$LIBS
13022 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13024 /* end confdefs.h. */
13026 /* Override any GCC internal prototype to avoid an error.
13027 Use char because int might match the return type of a GCC
13028 builtin and then its argument prototype would still apply. */
13029 #ifdef __cplusplus
13030 extern "C"
13031 #endif
13032 char FcInit ();
13034 main ()
13036 return FcInit ();
13038 return 0;
13040 _ACEOF
13041 if ac_fn_c_try_link "$LINENO"; then :
13042 case "$LIBEXT" in
13043 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13044 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'` ;;
13045 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13046 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13047 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13048 fi ;;
13049 esac
13051 rm -f core conftest.err conftest.$ac_objext \
13052 conftest$ac_exeext conftest.$ac_ext
13053 LIBS=$ac_check_soname_save_LIBS
13055 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13057 $as_echo "not found" >&6; }
13058 FONTCONFIG_CFLAGS=""
13059 else
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13061 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13063 cat >>confdefs.h <<_ACEOF
13064 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13065 _ACEOF
13069 else
13070 FONTCONFIG_CFLAGS=""
13072 CPPFLAGS=$ac_save_CPPFLAGS
13073 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13074 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13077 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13078 case "x$with_fontconfig" in
13079 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13080 xno) ;;
13081 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13082 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13083 esac
13086 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13087 then
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13089 $as_echo_n "checking for -lgsm... " >&6; }
13090 if ${ac_cv_lib_soname_gsm+:} false; then :
13091 $as_echo_n "(cached) " >&6
13092 else
13093 ac_check_soname_save_LIBS=$LIBS
13094 LIBS="-lgsm $LIBS"
13095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13096 /* end confdefs.h. */
13098 /* Override any GCC internal prototype to avoid an error.
13099 Use char because int might match the return type of a GCC
13100 builtin and then its argument prototype would still apply. */
13101 #ifdef __cplusplus
13102 extern "C"
13103 #endif
13104 char gsm_create ();
13106 main ()
13108 return gsm_create ();
13110 return 0;
13112 _ACEOF
13113 if ac_fn_c_try_link "$LINENO"; then :
13114 case "$LIBEXT" in
13115 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13116 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'` ;;
13117 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13118 if ${ac_cv_lib_soname_gsm:+false} :; then :
13119 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13120 fi ;;
13121 esac
13123 rm -f core conftest.err conftest.$ac_objext \
13124 conftest$ac_exeext conftest.$ac_ext
13125 LIBS=$ac_check_soname_save_LIBS
13127 if ${ac_cv_lib_soname_gsm:+false} :; then :
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13129 $as_echo "not found" >&6; }
13131 else
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13133 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13135 cat >>confdefs.h <<_ACEOF
13136 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13137 _ACEOF
13142 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13143 case "x$with_gsm" in
13144 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13145 xno) ;;
13146 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13147 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13148 esac
13151 if test "x$with_jpeg" != "xno"
13152 then
13153 if ${JPEG_CFLAGS:+false} :; then :
13154 if ${PKG_CONFIG+:} false; then :
13155 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13159 if ${JPEG_LIBS:+false} :; then :
13160 if ${PKG_CONFIG+:} false; then :
13161 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13166 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13167 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13168 ac_save_CPPFLAGS=$CPPFLAGS
13169 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13170 for ac_header in jpeglib.h
13171 do :
13172 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13173 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13174 cat >>confdefs.h <<_ACEOF
13175 #define HAVE_JPEGLIB_H 1
13176 _ACEOF
13180 done
13182 if test "$ac_cv_header_jpeglib_h" = "yes"
13183 then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13185 $as_echo_n "checking for -ljpeg... " >&6; }
13186 if ${ac_cv_lib_soname_jpeg+:} false; then :
13187 $as_echo_n "(cached) " >&6
13188 else
13189 ac_check_soname_save_LIBS=$LIBS
13190 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13192 /* end confdefs.h. */
13194 /* Override any GCC internal prototype to avoid an error.
13195 Use char because int might match the return type of a GCC
13196 builtin and then its argument prototype would still apply. */
13197 #ifdef __cplusplus
13198 extern "C"
13199 #endif
13200 char jpeg_start_decompress ();
13202 main ()
13204 return jpeg_start_decompress ();
13206 return 0;
13208 _ACEOF
13209 if ac_fn_c_try_link "$LINENO"; then :
13210 case "$LIBEXT" in
13211 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13212 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'` ;;
13213 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13214 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13215 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13216 fi ;;
13217 esac
13219 rm -f core conftest.err conftest.$ac_objext \
13220 conftest$ac_exeext conftest.$ac_ext
13221 LIBS=$ac_check_soname_save_LIBS
13223 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13225 $as_echo "not found" >&6; }
13226 JPEG_CFLAGS=""
13227 else
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13229 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13231 cat >>confdefs.h <<_ACEOF
13232 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13233 _ACEOF
13237 else
13238 JPEG_CFLAGS=""
13240 CPPFLAGS=$ac_save_CPPFLAGS
13241 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13242 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13245 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13246 case "x$with_jpeg" in
13247 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13248 xno) ;;
13249 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13250 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13251 esac
13254 if test "x$with_png" != "xno"
13255 then
13256 if ${PNG_CFLAGS:+false} :; then :
13257 if ${PKG_CONFIG+:} false; then :
13258 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13261 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13262 if ${PNG_LIBS:+false} :; then :
13263 if ${PKG_CONFIG+:} false; then :
13264 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13267 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13269 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13270 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13271 ac_save_CPPFLAGS=$CPPFLAGS
13272 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13273 for ac_header in png.h
13274 do :
13275 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13276 if test "x$ac_cv_header_png_h" = xyes; then :
13277 cat >>confdefs.h <<_ACEOF
13278 #define HAVE_PNG_H 1
13279 _ACEOF
13283 done
13285 if test "$ac_cv_header_png_h" = "yes"
13286 then
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13288 $as_echo_n "checking for -lpng... " >&6; }
13289 if ${ac_cv_lib_soname_png+:} false; then :
13290 $as_echo_n "(cached) " >&6
13291 else
13292 ac_check_soname_save_LIBS=$LIBS
13293 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13295 /* end confdefs.h. */
13297 /* Override any GCC internal prototype to avoid an error.
13298 Use char because int might match the return type of a GCC
13299 builtin and then its argument prototype would still apply. */
13300 #ifdef __cplusplus
13301 extern "C"
13302 #endif
13303 char png_create_read_struct ();
13305 main ()
13307 return png_create_read_struct ();
13309 return 0;
13311 _ACEOF
13312 if ac_fn_c_try_link "$LINENO"; then :
13313 case "$LIBEXT" in
13314 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13315 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'` ;;
13316 *) 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'`
13317 if ${ac_cv_lib_soname_png:+false} :; then :
13318 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13319 fi ;;
13320 esac
13322 rm -f core conftest.err conftest.$ac_objext \
13323 conftest$ac_exeext conftest.$ac_ext
13324 LIBS=$ac_check_soname_save_LIBS
13326 if ${ac_cv_lib_soname_png:+false} :; then :
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13328 $as_echo "not found" >&6; }
13329 PNG_CFLAGS=""
13330 else
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13332 $as_echo "$ac_cv_lib_soname_png" >&6; }
13334 cat >>confdefs.h <<_ACEOF
13335 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13336 _ACEOF
13338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13339 /* end confdefs.h. */
13340 #include <png.h>
13342 main ()
13344 typeof(png_set_expand_gray_1_2_4_to_8) *p
13346 return 0;
13348 _ACEOF
13349 if ac_fn_c_try_compile "$LINENO"; then :
13351 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13356 else
13357 PNG_CFLAGS=""
13359 CPPFLAGS=$ac_save_CPPFLAGS
13360 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13361 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13364 if test "x$ac_cv_lib_soname_png" = "x"; then :
13365 case "x$with_png" in
13366 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13367 xno) ;;
13368 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13369 This is an error since --with-png was requested." "$LINENO" 5 ;;
13370 esac
13373 if test "x$with_tiff" != "xno"
13374 then
13375 if ${TIFF_CFLAGS:+false} :; then :
13376 if ${PKG_CONFIG+:} false; then :
13377 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13381 if ${TIFF_LIBS:+false} :; then :
13382 if ${PKG_CONFIG+:} false; then :
13383 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13388 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13389 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13390 ac_save_CPPFLAGS=$CPPFLAGS
13391 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13392 for ac_header in tiffio.h
13393 do :
13394 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13395 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13396 cat >>confdefs.h <<_ACEOF
13397 #define HAVE_TIFFIO_H 1
13398 _ACEOF
13402 done
13404 if test "$ac_cv_header_tiffio_h" = "yes"
13405 then
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13407 $as_echo_n "checking for -ltiff... " >&6; }
13408 if ${ac_cv_lib_soname_tiff+:} false; then :
13409 $as_echo_n "(cached) " >&6
13410 else
13411 ac_check_soname_save_LIBS=$LIBS
13412 LIBS="-ltiff $TIFF_LIBS $LIBS"
13413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13414 /* end confdefs.h. */
13416 /* Override any GCC internal prototype to avoid an error.
13417 Use char because int might match the return type of a GCC
13418 builtin and then its argument prototype would still apply. */
13419 #ifdef __cplusplus
13420 extern "C"
13421 #endif
13422 char TIFFClientOpen ();
13424 main ()
13426 return TIFFClientOpen ();
13428 return 0;
13430 _ACEOF
13431 if ac_fn_c_try_link "$LINENO"; then :
13432 case "$LIBEXT" in
13433 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13434 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'` ;;
13435 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13436 if ${ac_cv_lib_soname_tiff:+false} :; then :
13437 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13438 fi ;;
13439 esac
13441 rm -f core conftest.err conftest.$ac_objext \
13442 conftest$ac_exeext conftest.$ac_ext
13443 LIBS=$ac_check_soname_save_LIBS
13445 if ${ac_cv_lib_soname_tiff:+false} :; then :
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13447 $as_echo "not found" >&6; }
13449 else
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13451 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13453 cat >>confdefs.h <<_ACEOF
13454 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13455 _ACEOF
13460 CPPFLAGS=$ac_save_CPPFLAGS
13461 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13462 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13465 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13466 case "x$with_tiff" in
13467 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13468 xno) ;;
13469 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13470 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13471 esac
13474 if test "x$with_mpg123" != "xno"
13475 then
13476 if ${MPG123_CFLAGS:+false} :; then :
13477 if ${PKG_CONFIG+:} false; then :
13478 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13482 if ${MPG123_LIBS:+false} :; then :
13483 if ${PKG_CONFIG+:} false; then :
13484 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13488 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13489 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13490 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13491 ac_save_CPPFLAGS=$CPPFLAGS
13492 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13493 for ac_header in mpg123.h
13494 do :
13495 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13496 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13497 cat >>confdefs.h <<_ACEOF
13498 #define HAVE_MPG123_H 1
13499 _ACEOF
13503 done
13505 if test "$ac_cv_header_mpg123_h" = "yes"
13506 then
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13508 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13509 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13510 $as_echo_n "(cached) " >&6
13511 else
13512 ac_check_lib_save_LIBS=$LIBS
13513 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13515 /* end confdefs.h. */
13517 /* Override any GCC internal prototype to avoid an error.
13518 Use char because int might match the return type of a GCC
13519 builtin and then its argument prototype would still apply. */
13520 #ifdef __cplusplus
13521 extern "C"
13522 #endif
13523 char mpg123_feed ();
13525 main ()
13527 return mpg123_feed ();
13529 return 0;
13531 _ACEOF
13532 if ac_fn_c_try_link "$LINENO"; then :
13533 ac_cv_lib_mpg123_mpg123_feed=yes
13534 else
13535 ac_cv_lib_mpg123_mpg123_feed=no
13537 rm -f core conftest.err conftest.$ac_objext \
13538 conftest$ac_exeext conftest.$ac_ext
13539 LIBS=$ac_check_lib_save_LIBS
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13542 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13543 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13545 else
13546 MPG123_LIBS=""
13549 else
13550 MPG123_CFLAGS=""
13551 MPG123_LIBS=""
13553 CPPFLAGS=$ac_save_CPPFLAGS
13554 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13555 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13558 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13559 case "x$with_mpg123" in
13560 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13561 xno) ;;
13562 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13563 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13564 esac
13566 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}
13568 if test "$ac_cv_header_AL_al_h" = "yes"
13569 then
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13571 $as_echo_n "checking for -lopenal... " >&6; }
13572 if ${ac_cv_lib_soname_openal+:} false; then :
13573 $as_echo_n "(cached) " >&6
13574 else
13575 ac_check_soname_save_LIBS=$LIBS
13576 LIBS="-lopenal $LIBS"
13577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h. */
13580 /* Override any GCC internal prototype to avoid an error.
13581 Use char because int might match the return type of a GCC
13582 builtin and then its argument prototype would still apply. */
13583 #ifdef __cplusplus
13584 extern "C"
13585 #endif
13586 char alGetSource3i ();
13588 main ()
13590 return alGetSource3i ();
13592 return 0;
13594 _ACEOF
13595 if ac_fn_c_try_link "$LINENO"; then :
13596 case "$LIBEXT" in
13597 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13598 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'` ;;
13599 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13600 if ${ac_cv_lib_soname_openal:+false} :; then :
13601 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13602 fi ;;
13603 esac
13605 rm -f core conftest.err conftest.$ac_objext \
13606 conftest$ac_exeext conftest.$ac_ext
13607 LIBS=$ac_check_soname_save_LIBS
13609 if ${ac_cv_lib_soname_openal:+false} :; then :
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13611 $as_echo "not found" >&6; }
13613 else
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13615 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13617 cat >>confdefs.h <<_ACEOF
13618 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13619 _ACEOF
13621 OPENAL_LIBS="-lopenal"
13623 ac_cv_lib_openal=yes
13625 cat >>confdefs.h <<_ACEOF
13626 #define HAVE_OPENAL 1
13627 _ACEOF
13631 if test "x$ac_cv_lib_openal" != xyes; then :
13632 case "x$with_openal" in
13633 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13634 xno) ;;
13635 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13636 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13637 esac
13639 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13641 if test "x$ac_cv_lib_openal" = xyes
13642 then
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13644 $as_echo_n "checking for openal-soft... " >&6; }
13645 if ${ac_cv_have_openalsoft+:} false; then :
13646 $as_echo_n "(cached) " >&6
13647 else
13648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13649 /* end confdefs.h. */
13650 #include <AL/alext.h>
13651 LPALCRENDERSAMPLESSOFT x;
13653 main ()
13657 return 0;
13659 _ACEOF
13660 if ac_fn_c_try_compile "$LINENO"; then :
13661 ac_cv_have_openalsoft=yes
13662 else
13663 ac_cv_have_openalsoft=no
13665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13668 $as_echo "$ac_cv_have_openalsoft" >&6; }
13670 if test "x$ac_cv_have_openalsoft" != xyes
13671 then
13672 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13673 enable_xaudio2_7=${enable_xaudio2_7:-no}
13676 if test "$ac_cv_header_kstat_h" = "yes"
13677 then
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13679 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13680 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13681 $as_echo_n "(cached) " >&6
13682 else
13683 ac_check_lib_save_LIBS=$LIBS
13684 LIBS="-lkstat $LIBS"
13685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13686 /* end confdefs.h. */
13688 /* Override any GCC internal prototype to avoid an error.
13689 Use char because int might match the return type of a GCC
13690 builtin and then its argument prototype would still apply. */
13691 #ifdef __cplusplus
13692 extern "C"
13693 #endif
13694 char kstat_open ();
13696 main ()
13698 return kstat_open ();
13700 return 0;
13702 _ACEOF
13703 if ac_fn_c_try_link "$LINENO"; then :
13704 ac_cv_lib_kstat_kstat_open=yes
13705 else
13706 ac_cv_lib_kstat_kstat_open=no
13708 rm -f core conftest.err conftest.$ac_objext \
13709 conftest$ac_exeext conftest.$ac_ext
13710 LIBS=$ac_check_lib_save_LIBS
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13713 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13714 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13716 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13718 KSTAT_LIBS="-lkstat"
13724 if test "$ac_cv_header_libprocstat_h" = "yes"
13725 then
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13727 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13728 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13729 $as_echo_n "(cached) " >&6
13730 else
13731 ac_check_lib_save_LIBS=$LIBS
13732 LIBS="-lprocstat $LIBS"
13733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13734 /* end confdefs.h. */
13736 /* Override any GCC internal prototype to avoid an error.
13737 Use char because int might match the return type of a GCC
13738 builtin and then its argument prototype would still apply. */
13739 #ifdef __cplusplus
13740 extern "C"
13741 #endif
13742 char procstat_open_sysctl ();
13744 main ()
13746 return procstat_open_sysctl ();
13748 return 0;
13750 _ACEOF
13751 if ac_fn_c_try_link "$LINENO"; then :
13752 ac_cv_lib_procstat_procstat_open_sysctl=yes
13753 else
13754 ac_cv_lib_procstat_procstat_open_sysctl=no
13756 rm -f core conftest.err conftest.$ac_objext \
13757 conftest$ac_exeext conftest.$ac_ext
13758 LIBS=$ac_check_lib_save_LIBS
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13761 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13762 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13764 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13766 PROCSTAT_LIBS="-lprocstat"
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13773 $as_echo_n "checking for -lodbc... " >&6; }
13774 if ${ac_cv_lib_soname_odbc+:} false; then :
13775 $as_echo_n "(cached) " >&6
13776 else
13777 ac_check_soname_save_LIBS=$LIBS
13778 LIBS="-lodbc $LIBS"
13779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13780 /* end confdefs.h. */
13782 /* Override any GCC internal prototype to avoid an error.
13783 Use char because int might match the return type of a GCC
13784 builtin and then its argument prototype would still apply. */
13785 #ifdef __cplusplus
13786 extern "C"
13787 #endif
13788 char SQLConnect ();
13790 main ()
13792 return SQLConnect ();
13794 return 0;
13796 _ACEOF
13797 if ac_fn_c_try_link "$LINENO"; then :
13798 case "$LIBEXT" in
13799 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13800 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'` ;;
13801 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13802 if ${ac_cv_lib_soname_odbc:+false} :; then :
13803 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13804 fi ;;
13805 esac
13807 rm -f core conftest.err conftest.$ac_objext \
13808 conftest$ac_exeext conftest.$ac_ext
13809 LIBS=$ac_check_soname_save_LIBS
13811 if ${ac_cv_lib_soname_odbc:+false} :; then :
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13813 $as_echo "not found" >&6; }
13814 cat >>confdefs.h <<_ACEOF
13815 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13816 _ACEOF
13818 else
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13820 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13822 cat >>confdefs.h <<_ACEOF
13823 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13824 _ACEOF
13829 if test "x$with_netapi" != "xno"
13830 then
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13832 $as_echo_n "checking for -lnetapi... " >&6; }
13833 if ${ac_cv_lib_soname_netapi+:} false; then :
13834 $as_echo_n "(cached) " >&6
13835 else
13836 ac_check_soname_save_LIBS=$LIBS
13837 LIBS="-lnetapi $LIBS"
13838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13839 /* end confdefs.h. */
13841 /* Override any GCC internal prototype to avoid an error.
13842 Use char because int might match the return type of a GCC
13843 builtin and then its argument prototype would still apply. */
13844 #ifdef __cplusplus
13845 extern "C"
13846 #endif
13847 char libnetapi_init ();
13849 main ()
13851 return libnetapi_init ();
13853 return 0;
13855 _ACEOF
13856 if ac_fn_c_try_link "$LINENO"; then :
13857 case "$LIBEXT" in
13858 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13859 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'` ;;
13860 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13861 if ${ac_cv_lib_soname_netapi:+false} :; then :
13862 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13863 fi ;;
13864 esac
13866 rm -f core conftest.err conftest.$ac_objext \
13867 conftest$ac_exeext conftest.$ac_ext
13868 LIBS=$ac_check_soname_save_LIBS
13870 if ${ac_cv_lib_soname_netapi:+false} :; then :
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13872 $as_echo "not found" >&6; }
13873 cat >>confdefs.h <<_ACEOF
13874 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13875 _ACEOF
13877 else
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13879 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13881 cat >>confdefs.h <<_ACEOF
13882 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13883 _ACEOF
13889 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13890 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13891 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13892 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13894 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13895 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13896 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13897 then
13898 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13902 EXTRACFLAGS=""
13904 if test "x${GCC}" = "xyes"
13905 then
13906 EXTRACFLAGS="-Wall -pipe"
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13909 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13910 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13911 $as_echo_n "(cached) " >&6
13912 else
13913 if test "$cross_compiling" = yes; then :
13914 ac_cv_c_gcc_strength_bug="no"
13915 else
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13918 int L[4] = {0,1,2,3};
13920 main ()
13922 static int Array[3];
13923 unsigned int B = 3;
13924 int i;
13925 for(i=0; i<B; i++) Array[i] = i - 3;
13926 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13927 L[i] = 4;
13928 return (Array[1] != -2 || L[2] != 3)
13930 return 0;
13932 _ACEOF
13933 if ac_fn_c_try_run "$LINENO"; then :
13934 ac_cv_c_gcc_strength_bug="no"
13935 else
13936 ac_cv_c_gcc_strength_bug="yes"
13938 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13939 conftest.$ac_objext conftest.beam conftest.$ac_ext
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13944 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13945 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13946 then
13947 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13951 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13952 if ${ac_cv_cflags__fno_builtin+:} false; then :
13953 $as_echo_n "(cached) " >&6
13954 else
13955 ac_wine_try_cflags_saved=$CFLAGS
13956 CFLAGS="$CFLAGS -fno-builtin"
13957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13958 /* end confdefs.h. */
13959 int main(int argc, char **argv) { return 0; }
13960 _ACEOF
13961 if ac_fn_c_try_link "$LINENO"; then :
13962 ac_cv_cflags__fno_builtin=yes
13963 else
13964 ac_cv_cflags__fno_builtin=no
13966 rm -f core conftest.err conftest.$ac_objext \
13967 conftest$ac_exeext conftest.$ac_ext
13968 CFLAGS=$ac_wine_try_cflags_saved
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13971 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13972 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13973 BUILTINFLAG="-fno-builtin"
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13977 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13978 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13979 $as_echo_n "(cached) " >&6
13980 else
13981 ac_wine_try_cflags_saved=$CFLAGS
13982 CFLAGS="$CFLAGS -fno-strict-aliasing"
13983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13984 /* end confdefs.h. */
13985 int main(int argc, char **argv) { return 0; }
13986 _ACEOF
13987 if ac_fn_c_try_link "$LINENO"; then :
13988 ac_cv_cflags__fno_strict_aliasing=yes
13989 else
13990 ac_cv_cflags__fno_strict_aliasing=no
13992 rm -f core conftest.err conftest.$ac_objext \
13993 conftest$ac_exeext conftest.$ac_ext
13994 CFLAGS=$ac_wine_try_cflags_saved
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13997 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13998 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13999 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14002 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14003 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14004 $as_echo_n "(cached) " >&6
14005 else
14006 ac_wine_try_cflags_saved=$CFLAGS
14007 CFLAGS="$CFLAGS -fexcess-precision=standard"
14008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14009 /* end confdefs.h. */
14010 int main(int argc, char **argv) { return 0; }
14011 _ACEOF
14012 if ac_fn_c_try_link "$LINENO"; then :
14013 ac_cv_cflags__fexcess_precision_standard=yes
14014 else
14015 ac_cv_cflags__fexcess_precision_standard=no
14017 rm -f core conftest.err conftest.$ac_objext \
14018 conftest$ac_exeext conftest.$ac_ext
14019 CFLAGS=$ac_wine_try_cflags_saved
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14022 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14023 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14024 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14027 saved_CFLAGS=$CFLAGS
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14029 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14030 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14031 $as_echo_n "(cached) " >&6
14032 else
14033 ac_wine_try_cflags_saved=$CFLAGS
14034 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14036 /* end confdefs.h. */
14037 int main(int argc, char **argv) { return 0; }
14038 _ACEOF
14039 if ac_fn_c_try_link "$LINENO"; then :
14040 ac_cv_cflags__Werror_unknown_warning_option=yes
14041 else
14042 ac_cv_cflags__Werror_unknown_warning_option=no
14044 rm -f core conftest.err conftest.$ac_objext \
14045 conftest$ac_exeext conftest.$ac_ext
14046 CFLAGS=$ac_wine_try_cflags_saved
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14049 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14050 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14051 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14054 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14055 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14056 $as_echo_n "(cached) " >&6
14057 else
14058 ac_wine_try_cflags_saved=$CFLAGS
14059 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14061 /* end confdefs.h. */
14062 int main(int argc, char **argv) { return 0; }
14063 _ACEOF
14064 if ac_fn_c_try_link "$LINENO"; then :
14065 ac_cv_cflags__Wdeclaration_after_statement=yes
14066 else
14067 ac_cv_cflags__Wdeclaration_after_statement=no
14069 rm -f core conftest.err conftest.$ac_objext \
14070 conftest$ac_exeext conftest.$ac_ext
14071 CFLAGS=$ac_wine_try_cflags_saved
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14074 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14075 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14076 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14079 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14080 if ${ac_cv_cflags__Wempty_body+:} false; then :
14081 $as_echo_n "(cached) " >&6
14082 else
14083 ac_wine_try_cflags_saved=$CFLAGS
14084 CFLAGS="$CFLAGS -Wempty-body"
14085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14086 /* end confdefs.h. */
14087 int main(int argc, char **argv) { return 0; }
14088 _ACEOF
14089 if ac_fn_c_try_link "$LINENO"; then :
14090 ac_cv_cflags__Wempty_body=yes
14091 else
14092 ac_cv_cflags__Wempty_body=no
14094 rm -f core conftest.err conftest.$ac_objext \
14095 conftest$ac_exeext conftest.$ac_ext
14096 CFLAGS=$ac_wine_try_cflags_saved
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14099 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14100 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14101 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14104 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14105 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14106 $as_echo_n "(cached) " >&6
14107 else
14108 ac_wine_try_cflags_saved=$CFLAGS
14109 CFLAGS="$CFLAGS -Wignored-qualifiers"
14110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14111 /* end confdefs.h. */
14112 int main(int argc, char **argv) { return 0; }
14113 _ACEOF
14114 if ac_fn_c_try_link "$LINENO"; then :
14115 ac_cv_cflags__Wignored_qualifiers=yes
14116 else
14117 ac_cv_cflags__Wignored_qualifiers=no
14119 rm -f core conftest.err conftest.$ac_objext \
14120 conftest$ac_exeext conftest.$ac_ext
14121 CFLAGS=$ac_wine_try_cflags_saved
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14124 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14125 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14126 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14129 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14130 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14131 $as_echo_n "(cached) " >&6
14132 else
14133 ac_wine_try_cflags_saved=$CFLAGS
14134 CFLAGS="$CFLAGS -Wstrict-prototypes"
14135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14136 /* end confdefs.h. */
14137 int main(int argc, char **argv) { return 0; }
14138 _ACEOF
14139 if ac_fn_c_try_link "$LINENO"; then :
14140 ac_cv_cflags__Wstrict_prototypes=yes
14141 else
14142 ac_cv_cflags__Wstrict_prototypes=no
14144 rm -f core conftest.err conftest.$ac_objext \
14145 conftest$ac_exeext conftest.$ac_ext
14146 CFLAGS=$ac_wine_try_cflags_saved
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14149 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14150 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14151 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14154 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14155 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14156 $as_echo_n "(cached) " >&6
14157 else
14158 ac_wine_try_cflags_saved=$CFLAGS
14159 CFLAGS="$CFLAGS -Wtype-limits"
14160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14161 /* end confdefs.h. */
14162 int main(int argc, char **argv) { return 0; }
14163 _ACEOF
14164 if ac_fn_c_try_link "$LINENO"; then :
14165 ac_cv_cflags__Wtype_limits=yes
14166 else
14167 ac_cv_cflags__Wtype_limits=no
14169 rm -f core conftest.err conftest.$ac_objext \
14170 conftest$ac_exeext conftest.$ac_ext
14171 CFLAGS=$ac_wine_try_cflags_saved
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14174 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14175 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14176 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14179 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14180 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14181 $as_echo_n "(cached) " >&6
14182 else
14183 ac_wine_try_cflags_saved=$CFLAGS
14184 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14186 /* end confdefs.h. */
14187 int main(int argc, char **argv) { return 0; }
14188 _ACEOF
14189 if ac_fn_c_try_link "$LINENO"; then :
14190 ac_cv_cflags__Wunused_but_set_parameter=yes
14191 else
14192 ac_cv_cflags__Wunused_but_set_parameter=no
14194 rm -f core conftest.err conftest.$ac_objext \
14195 conftest$ac_exeext conftest.$ac_ext
14196 CFLAGS=$ac_wine_try_cflags_saved
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14199 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14200 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14201 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14204 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14205 if ${ac_cv_cflags__Wvla+:} false; then :
14206 $as_echo_n "(cached) " >&6
14207 else
14208 ac_wine_try_cflags_saved=$CFLAGS
14209 CFLAGS="$CFLAGS -Wvla"
14210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14211 /* end confdefs.h. */
14212 int main(int argc, char **argv) { return 0; }
14213 _ACEOF
14214 if ac_fn_c_try_link "$LINENO"; then :
14215 ac_cv_cflags__Wvla=yes
14216 else
14217 ac_cv_cflags__Wvla=no
14219 rm -f core conftest.err conftest.$ac_objext \
14220 conftest$ac_exeext conftest.$ac_ext
14221 CFLAGS=$ac_wine_try_cflags_saved
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14224 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14225 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14226 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14229 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14230 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14231 $as_echo_n "(cached) " >&6
14232 else
14233 ac_wine_try_cflags_saved=$CFLAGS
14234 CFLAGS="$CFLAGS -Wwrite-strings"
14235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14236 /* end confdefs.h. */
14237 int main(int argc, char **argv) { return 0; }
14238 _ACEOF
14239 if ac_fn_c_try_link "$LINENO"; then :
14240 ac_cv_cflags__Wwrite_strings=yes
14241 else
14242 ac_cv_cflags__Wwrite_strings=no
14244 rm -f core conftest.err conftest.$ac_objext \
14245 conftest$ac_exeext conftest.$ac_ext
14246 CFLAGS=$ac_wine_try_cflags_saved
14248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14249 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14250 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14251 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14255 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14256 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14257 $as_echo_n "(cached) " >&6
14258 else
14259 ac_wine_try_cflags_saved=$CFLAGS
14260 CFLAGS="$CFLAGS -Wpointer-arith"
14261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14262 /* end confdefs.h. */
14263 int main(int argc, char **argv) { return 0; }
14264 _ACEOF
14265 if ac_fn_c_try_link "$LINENO"; then :
14266 ac_cv_cflags__Wpointer_arith=yes
14267 else
14268 ac_cv_cflags__Wpointer_arith=no
14270 rm -f core conftest.err conftest.$ac_objext \
14271 conftest$ac_exeext conftest.$ac_ext
14272 CFLAGS=$ac_wine_try_cflags_saved
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14275 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14276 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14277 saved_string_h_CFLAGS=$CFLAGS
14278 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14280 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14281 if ${ac_cv_c_string_h_warnings+:} false; then :
14282 $as_echo_n "(cached) " >&6
14283 else
14284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14285 /* end confdefs.h. */
14286 #include <string.h>
14288 main ()
14292 return 0;
14294 _ACEOF
14295 if ac_fn_c_try_compile "$LINENO"; then :
14296 ac_cv_c_string_h_warnings=no
14297 else
14298 ac_cv_c_string_h_warnings=yes
14300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14303 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14304 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14305 CFLAGS=$saved_string_h_CFLAGS
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14309 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14310 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14311 $as_echo_n "(cached) " >&6
14312 else
14313 ac_wine_try_cflags_saved=$CFLAGS
14314 CFLAGS="$CFLAGS -Wlogical-op"
14315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14316 /* end confdefs.h. */
14317 int main(int argc, char **argv) { return 0; }
14318 _ACEOF
14319 if ac_fn_c_try_link "$LINENO"; then :
14320 ac_cv_cflags__Wlogical_op=yes
14321 else
14322 ac_cv_cflags__Wlogical_op=no
14324 rm -f core conftest.err conftest.$ac_objext \
14325 conftest$ac_exeext conftest.$ac_ext
14326 CFLAGS=$ac_wine_try_cflags_saved
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14329 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14330 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14331 saved_string_h_CFLAGS=$CFLAGS
14332 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14334 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14335 if ${ac_cv_c_logicalop_noisy+:} false; then :
14336 $as_echo_n "(cached) " >&6
14337 else
14338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14339 /* end confdefs.h. */
14340 #include <string.h>
14341 char*f(const char *h,char n) {return strchr(h,n);}
14343 main ()
14347 return 0;
14349 _ACEOF
14350 if ac_fn_c_try_compile "$LINENO"; then :
14351 ac_cv_c_logicalop_noisy=no
14352 else
14353 ac_cv_c_logicalop_noisy=yes
14355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14358 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14359 CFLAGS=$saved_string_h_CFLAGS
14360 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14363 CFLAGS=$saved_CFLAGS
14365 for ac_flag in $CFLAGS; do
14366 case $ac_flag in
14367 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14368 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14369 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14370 $as_echo_n "(cached) " >&6
14371 else
14372 ac_wine_try_cflags_saved=$CFLAGS
14373 CFLAGS="$CFLAGS -gdwarf-2"
14374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14375 /* end confdefs.h. */
14376 int main(int argc, char **argv) { return 0; }
14377 _ACEOF
14378 if ac_fn_c_try_link "$LINENO"; then :
14379 ac_cv_cflags__gdwarf_2=yes
14380 else
14381 ac_cv_cflags__gdwarf_2=no
14383 rm -f core conftest.err conftest.$ac_objext \
14384 conftest$ac_exeext conftest.$ac_ext
14385 CFLAGS=$ac_wine_try_cflags_saved
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14388 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14389 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14390 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14393 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14394 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14395 $as_echo_n "(cached) " >&6
14396 else
14397 ac_wine_try_cflags_saved=$CFLAGS
14398 CFLAGS="$CFLAGS -gstrict-dwarf"
14399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14400 /* end confdefs.h. */
14401 int main(int argc, char **argv) { return 0; }
14402 _ACEOF
14403 if ac_fn_c_try_link "$LINENO"; then :
14404 ac_cv_cflags__gstrict_dwarf=yes
14405 else
14406 ac_cv_cflags__gstrict_dwarf=no
14408 rm -f core conftest.err conftest.$ac_objext \
14409 conftest$ac_exeext conftest.$ac_ext
14410 CFLAGS=$ac_wine_try_cflags_saved
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14413 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14414 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14415 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14416 fi ;;
14417 esac
14418 done
14420 case $host_cpu in
14421 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14422 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14423 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14424 $as_echo_n "(cached) " >&6
14425 else
14426 ac_wine_try_cflags_saved=$CFLAGS
14427 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14429 /* end confdefs.h. */
14430 int main(int argc, char **argv) { return 0; }
14431 _ACEOF
14432 if ac_fn_c_try_link "$LINENO"; then :
14433 ac_cv_cflags__fno_omit_frame_pointer=yes
14434 else
14435 ac_cv_cflags__fno_omit_frame_pointer=no
14437 rm -f core conftest.err conftest.$ac_objext \
14438 conftest$ac_exeext conftest.$ac_ext
14439 CFLAGS=$ac_wine_try_cflags_saved
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14442 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14443 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14444 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14445 fi ;;
14446 esac
14448 case $host in
14449 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14450 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14451 if ${ac_cv_cflags__Wno_format+:} false; then :
14452 $as_echo_n "(cached) " >&6
14453 else
14454 ac_wine_try_cflags_saved=$CFLAGS
14455 CFLAGS="$CFLAGS -Wno-format"
14456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14457 /* end confdefs.h. */
14458 int main(int argc, char **argv) { return 0; }
14459 _ACEOF
14460 if ac_fn_c_try_link "$LINENO"; then :
14461 ac_cv_cflags__Wno_format=yes
14462 else
14463 ac_cv_cflags__Wno_format=no
14465 rm -f core conftest.err conftest.$ac_objext \
14466 conftest$ac_exeext conftest.$ac_ext
14467 CFLAGS=$ac_wine_try_cflags_saved
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14470 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14471 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14472 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14473 fi ;;
14474 esac
14476 if test "x$enable_maintainer_mode" = "xyes"
14477 then
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14479 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14480 if ${ac_cv_cflags__Werror+:} false; then :
14481 $as_echo_n "(cached) " >&6
14482 else
14483 ac_wine_try_cflags_saved=$CFLAGS
14484 CFLAGS="$CFLAGS -Werror"
14485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14486 /* end confdefs.h. */
14487 int main(int argc, char **argv) { return 0; }
14488 _ACEOF
14489 if ac_fn_c_try_link "$LINENO"; then :
14490 ac_cv_cflags__Werror=yes
14491 else
14492 ac_cv_cflags__Werror=no
14494 rm -f core conftest.err conftest.$ac_objext \
14495 conftest$ac_exeext conftest.$ac_ext
14496 CFLAGS=$ac_wine_try_cflags_saved
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14499 $as_echo "$ac_cv_cflags__Werror" >&6; }
14500 if test "x$ac_cv_cflags__Werror" = xyes; then :
14501 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14505 saved_CFLAGS="$CFLAGS"
14506 CFLAGS="$CFLAGS -Werror"
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14508 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14509 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14510 $as_echo_n "(cached) " >&6
14511 else
14512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14513 /* end confdefs.h. */
14514 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14516 main ()
14520 return 0;
14522 _ACEOF
14523 if ac_fn_c_try_compile "$LINENO"; then :
14524 ac_cv_have_ms_hook_prologue="yes"
14525 else
14526 ac_cv_have_ms_hook_prologue="no"
14528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14531 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14532 CFLAGS="$saved_CFLAGS"
14533 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14534 then
14536 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14538 else
14539 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14546 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14547 if ${ac_cv_c_fortify_enabled+:} false; then :
14548 $as_echo_n "(cached) " >&6
14549 else
14550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14551 /* end confdefs.h. */
14552 #include <string.h>
14554 main ()
14556 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14557 #error Fortify enabled
14558 #endif
14560 return 0;
14562 _ACEOF
14563 if ac_fn_c_try_compile "$LINENO"; then :
14564 ac_cv_c_fortify_enabled=no
14565 else
14566 ac_cv_c_fortify_enabled=yes
14568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14571 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14572 if test "$ac_cv_c_fortify_enabled" = yes
14573 then
14574 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14579 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14580 if ${ac_cv_c_extern_prefix+:} false; then :
14581 $as_echo_n "(cached) " >&6
14582 else
14583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14584 /* end confdefs.h. */
14585 extern int ac_test;
14587 main ()
14589 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14591 return 0;
14593 _ACEOF
14594 if ac_fn_c_try_link "$LINENO"; then :
14595 ac_cv_c_extern_prefix="yes"
14596 else
14597 ac_cv_c_extern_prefix="no"
14599 rm -f core conftest.err conftest.$ac_objext \
14600 conftest$ac_exeext conftest.$ac_ext
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14603 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14605 case $host_cpu in
14606 *i[3456789]86*)
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14608 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14609 if ${ac_cv_c_stdcall_suffix+:} false; then :
14610 $as_echo_n "(cached) " >&6
14611 else
14612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14613 /* end confdefs.h. */
14614 #ifndef _MSC_VER
14615 #define __stdcall __attribute__((__stdcall__))
14616 #endif
14617 int __stdcall ac_test(int i) { return i; }
14619 main ()
14621 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14623 return 0;
14625 _ACEOF
14626 if ac_fn_c_try_link "$LINENO"; then :
14627 ac_cv_c_stdcall_suffix="yes"
14628 else
14629 ac_cv_c_stdcall_suffix="no"
14631 rm -f core conftest.err conftest.$ac_objext \
14632 conftest$ac_exeext conftest.$ac_ext
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14635 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14636 *) ac_cv_c_stdcall_suffix="no" ;;
14637 esac
14640 if test "$ac_cv_c_extern_prefix" = "yes"
14641 then
14642 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14644 asm_name_prefix="_"
14645 else
14646 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14648 asm_name_prefix=""
14652 if test "$ac_cv_c_stdcall_suffix" = "yes"
14653 then
14654 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14656 else
14657 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14663 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14664 if ${ac_cv_asm_func_def+:} false; then :
14665 $as_echo_n "(cached) " >&6
14666 else
14667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14668 /* end confdefs.h. */
14671 main ()
14673 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14675 return 0;
14677 _ACEOF
14678 if ac_fn_c_try_link "$LINENO"; then :
14679 ac_cv_asm_func_def=".def"
14680 else
14681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14682 /* end confdefs.h. */
14685 main ()
14687 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14689 return 0;
14691 _ACEOF
14692 if ac_fn_c_try_link "$LINENO"; then :
14693 ac_cv_asm_func_def=".type @function"
14694 else
14695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14696 /* end confdefs.h. */
14699 main ()
14701 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14703 return 0;
14705 _ACEOF
14706 if ac_fn_c_try_link "$LINENO"; then :
14707 ac_cv_asm_func_def=".type 2"
14708 else
14709 ac_cv_asm_func_def="unknown"
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 rm -f core conftest.err conftest.$ac_objext \
14718 conftest$ac_exeext conftest.$ac_ext
14720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14721 $as_echo "$ac_cv_asm_func_def" >&6; }
14724 case "$ac_cv_asm_func_def" in
14725 ".def")
14726 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14728 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14729 ".type @function")
14730 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14732 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14733 ".type 2")
14734 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14736 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14738 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14740 asm_func_header="" ;;
14741 esac
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14744 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14745 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14746 $as_echo_n "(cached) " >&6
14747 else
14748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14749 /* end confdefs.h. */
14750 asm(".text\n\t.long 0");
14752 main ()
14756 return 0;
14758 _ACEOF
14759 if ac_fn_c_try_compile "$LINENO"; then :
14760 ac_cv_c_asm_outside_funcs="yes"
14761 else
14762 ac_cv_c_asm_outside_funcs="no"
14764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14767 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14770 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14771 if ${ac_cv_c_dot_previous+:} false; then :
14772 $as_echo_n "(cached) " >&6
14773 else
14774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14775 /* end confdefs.h. */
14778 main ()
14780 asm(".text\nac_test:\t.long 0\n\t.previous");
14782 return 0;
14784 _ACEOF
14785 if ac_fn_c_try_link "$LINENO"; then :
14786 ac_cv_c_dot_previous="yes"
14787 else
14788 ac_cv_c_dot_previous="no"
14790 rm -f core conftest.err conftest.$ac_objext \
14791 conftest$ac_exeext conftest.$ac_ext
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14794 $as_echo "$ac_cv_c_dot_previous" >&6; }
14796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14797 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14798 if ${ac_cv_c_cfi_support+:} false; then :
14799 $as_echo_n "(cached) " >&6
14800 else
14801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14802 /* end confdefs.h. */
14803 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14805 main ()
14809 return 0;
14811 _ACEOF
14812 if ac_fn_c_try_compile "$LINENO"; then :
14813 ac_cv_c_cfi_support="yes"
14814 else
14815 ac_cv_c_cfi_support="no"
14817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14820 $as_echo "$ac_cv_c_cfi_support" >&6; }
14822 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14823 asm_func_trailer=""
14824 if test "$ac_cv_c_dot_previous" = "yes"
14825 then
14826 asm_func_trailer="\\n\\t.previous"
14828 if test "$ac_cv_c_cfi_support" = "yes"
14829 then
14830 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14831 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14833 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14835 UNWINDFLAGS=-fasynchronous-unwind-tables
14837 else
14838 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14840 if test "x$enable_win64" = "xyes"
14841 then
14842 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14846 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14849 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14850 then
14851 cat >>confdefs.h <<_ACEOF
14852 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14853 _ACEOF
14855 else
14856 cat >>confdefs.h <<_ACEOF
14857 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14858 _ACEOF
14862 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14865 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14869 case $build_os in
14870 cygwin*|mingw32*) TOOLSEXT=".exe"
14872 esac
14874 case $host_os in
14875 linux*)
14876 case $host_cpu in
14877 *i[3456789]86*|x86_64*)
14878 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14879 loader_programs="$loader_programs $wine_binary-preloader"
14880 as_fn_append LOADER_RULES "
14881 $wine_binary-preloader: preloader.o
14882 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14884 install install-lib:: $wine_binary-preloader
14885 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14887 uninstall::
14888 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14890 preloader_EXTRADEFS = $BUILTINFLAG
14891 " ;;
14892 esac
14894 esac
14895 as_fn_append LOADER_RULES "
14896 PROGRAMS = $loader_programs
14900 ac_save_CFLAGS="$CFLAGS"
14901 CFLAGS="$CFLAGS $BUILTINFLAG"
14902 for ac_func in \
14903 __res_get_state \
14904 __res_getservers \
14905 _finite \
14906 _isnan \
14907 _pclose \
14908 _popen \
14909 _snprintf \
14910 _spawnvp \
14911 _strdup \
14912 _stricmp \
14913 _strnicmp \
14914 _strtoi64 \
14915 _strtoui64 \
14916 _vsnprintf \
14917 asctime_r \
14918 chsize \
14919 dlopen \
14920 epoll_create \
14921 ffs \
14922 finitef \
14923 fnmatch \
14924 fork \
14925 fpclass \
14926 fstatfs \
14927 fstatvfs \
14928 ftruncate \
14929 futimens \
14930 futimes \
14931 futimesat \
14932 getattrlist \
14933 getdirentries \
14934 getopt_long_only \
14935 getpwuid \
14936 gettimeofday \
14937 getuid \
14938 if_nameindex \
14939 isnanf \
14940 kqueue \
14941 lstat \
14942 memmove \
14943 mmap \
14944 pclose \
14945 pipe2 \
14946 poll \
14947 popen \
14948 port_create \
14949 prctl \
14950 pread \
14951 proc_pidinfo \
14952 pwrite \
14953 readdir \
14954 readlink \
14955 sched_yield \
14956 select \
14957 setproctitle \
14958 setrlimit \
14959 settimeofday \
14960 sigaltstack \
14961 sigprocmask \
14962 snprintf \
14963 statfs \
14964 statvfs \
14965 strcasecmp \
14966 strdup \
14967 strerror \
14968 strncasecmp \
14969 strtold \
14970 strtoll \
14971 strtoull \
14972 symlink \
14973 tcdrain \
14974 thr_kill2 \
14975 timegm \
14976 usleep \
14977 vsnprintf
14979 do :
14980 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14981 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14982 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14983 cat >>confdefs.h <<_ACEOF
14984 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14985 _ACEOF
14988 done
14990 CFLAGS="$ac_save_CFLAGS"
14992 if test "$ac_cv_func_dlopen" = no
14993 then
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14995 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14996 if ${ac_cv_lib_dl_dlopen+:} false; then :
14997 $as_echo_n "(cached) " >&6
14998 else
14999 ac_check_lib_save_LIBS=$LIBS
15000 LIBS="-ldl $LIBS"
15001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15002 /* end confdefs.h. */
15004 /* Override any GCC internal prototype to avoid an error.
15005 Use char because int might match the return type of a GCC
15006 builtin and then its argument prototype would still apply. */
15007 #ifdef __cplusplus
15008 extern "C"
15009 #endif
15010 char dlopen ();
15012 main ()
15014 return dlopen ();
15016 return 0;
15018 _ACEOF
15019 if ac_fn_c_try_link "$LINENO"; then :
15020 ac_cv_lib_dl_dlopen=yes
15021 else
15022 ac_cv_lib_dl_dlopen=no
15024 rm -f core conftest.err conftest.$ac_objext \
15025 conftest$ac_exeext conftest.$ac_ext
15026 LIBS=$ac_check_lib_save_LIBS
15028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15029 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15030 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15031 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15032 DL_LIBS="-ldl"
15037 ac_wine_check_funcs_save_LIBS="$LIBS"
15038 LIBS="$LIBS $DL_LIBS"
15039 for ac_func in dladdr
15040 do :
15041 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15042 if test "x$ac_cv_func_dladdr" = xyes; then :
15043 cat >>confdefs.h <<_ACEOF
15044 #define HAVE_DLADDR 1
15045 _ACEOF
15048 done
15050 LIBS="$ac_wine_check_funcs_save_LIBS"
15052 if test "$ac_cv_func_poll" = no
15053 then
15054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15055 $as_echo_n "checking for poll in -lpoll... " >&6; }
15056 if ${ac_cv_lib_poll_poll+:} false; then :
15057 $as_echo_n "(cached) " >&6
15058 else
15059 ac_check_lib_save_LIBS=$LIBS
15060 LIBS="-lpoll $LIBS"
15061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15062 /* end confdefs.h. */
15064 /* Override any GCC internal prototype to avoid an error.
15065 Use char because int might match the return type of a GCC
15066 builtin and then its argument prototype would still apply. */
15067 #ifdef __cplusplus
15068 extern "C"
15069 #endif
15070 char poll ();
15072 main ()
15074 return poll ();
15076 return 0;
15078 _ACEOF
15079 if ac_fn_c_try_link "$LINENO"; then :
15080 ac_cv_lib_poll_poll=yes
15081 else
15082 ac_cv_lib_poll_poll=no
15084 rm -f core conftest.err conftest.$ac_objext \
15085 conftest$ac_exeext conftest.$ac_ext
15086 LIBS=$ac_check_lib_save_LIBS
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15089 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15090 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15091 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15092 POLL_LIBS="-lpoll"
15098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15099 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15100 if ${ac_cv_search_gethostbyname+:} false; then :
15101 $as_echo_n "(cached) " >&6
15102 else
15103 ac_func_search_save_LIBS=$LIBS
15104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15105 /* end confdefs.h. */
15107 /* Override any GCC internal prototype to avoid an error.
15108 Use char because int might match the return type of a GCC
15109 builtin and then its argument prototype would still apply. */
15110 #ifdef __cplusplus
15111 extern "C"
15112 #endif
15113 char gethostbyname ();
15115 main ()
15117 return gethostbyname ();
15119 return 0;
15121 _ACEOF
15122 for ac_lib in '' nsl; do
15123 if test -z "$ac_lib"; then
15124 ac_res="none required"
15125 else
15126 ac_res=-l$ac_lib
15127 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15129 if ac_fn_c_try_link "$LINENO"; then :
15130 ac_cv_search_gethostbyname=$ac_res
15132 rm -f core conftest.err conftest.$ac_objext \
15133 conftest$ac_exeext
15134 if ${ac_cv_search_gethostbyname+:} false; then :
15135 break
15137 done
15138 if ${ac_cv_search_gethostbyname+:} false; then :
15140 else
15141 ac_cv_search_gethostbyname=no
15143 rm conftest.$ac_ext
15144 LIBS=$ac_func_search_save_LIBS
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15147 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15148 ac_res=$ac_cv_search_gethostbyname
15149 if test "$ac_res" != no; then :
15150 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15156 $as_echo_n "checking for library containing connect... " >&6; }
15157 if ${ac_cv_search_connect+:} false; then :
15158 $as_echo_n "(cached) " >&6
15159 else
15160 ac_func_search_save_LIBS=$LIBS
15161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15162 /* end confdefs.h. */
15164 /* Override any GCC internal prototype to avoid an error.
15165 Use char because int might match the return type of a GCC
15166 builtin and then its argument prototype would still apply. */
15167 #ifdef __cplusplus
15168 extern "C"
15169 #endif
15170 char connect ();
15172 main ()
15174 return connect ();
15176 return 0;
15178 _ACEOF
15179 for ac_lib in '' socket; do
15180 if test -z "$ac_lib"; then
15181 ac_res="none required"
15182 else
15183 ac_res=-l$ac_lib
15184 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15186 if ac_fn_c_try_link "$LINENO"; then :
15187 ac_cv_search_connect=$ac_res
15189 rm -f core conftest.err conftest.$ac_objext \
15190 conftest$ac_exeext
15191 if ${ac_cv_search_connect+:} false; then :
15192 break
15194 done
15195 if ${ac_cv_search_connect+:} false; then :
15197 else
15198 ac_cv_search_connect=no
15200 rm conftest.$ac_ext
15201 LIBS=$ac_func_search_save_LIBS
15203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15204 $as_echo "$ac_cv_search_connect" >&6; }
15205 ac_res=$ac_cv_search_connect
15206 if test "$ac_res" != no; then :
15207 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15213 $as_echo_n "checking for library containing inet_aton... " >&6; }
15214 if ${ac_cv_search_inet_aton+:} false; then :
15215 $as_echo_n "(cached) " >&6
15216 else
15217 ac_func_search_save_LIBS=$LIBS
15218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15219 /* end confdefs.h. */
15221 /* Override any GCC internal prototype to avoid an error.
15222 Use char because int might match the return type of a GCC
15223 builtin and then its argument prototype would still apply. */
15224 #ifdef __cplusplus
15225 extern "C"
15226 #endif
15227 char inet_aton ();
15229 main ()
15231 return inet_aton ();
15233 return 0;
15235 _ACEOF
15236 for ac_lib in '' resolv; do
15237 if test -z "$ac_lib"; then
15238 ac_res="none required"
15239 else
15240 ac_res=-l$ac_lib
15241 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15243 if ac_fn_c_try_link "$LINENO"; then :
15244 ac_cv_search_inet_aton=$ac_res
15246 rm -f core conftest.err conftest.$ac_objext \
15247 conftest$ac_exeext
15248 if ${ac_cv_search_inet_aton+:} false; then :
15249 break
15251 done
15252 if ${ac_cv_search_inet_aton+:} false; then :
15254 else
15255 ac_cv_search_inet_aton=no
15257 rm conftest.$ac_ext
15258 LIBS=$ac_func_search_save_LIBS
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15261 $as_echo "$ac_cv_search_inet_aton" >&6; }
15262 ac_res=$ac_cv_search_inet_aton
15263 if test "$ac_res" != no; then :
15264 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15269 for ac_func in \
15270 getaddrinfo \
15271 getnameinfo \
15272 getnetbyname \
15273 getprotobyname \
15274 getprotobynumber \
15275 getservbyport \
15276 inet_addr \
15277 inet_network \
15278 inet_ntop \
15279 inet_pton \
15280 sendmsg \
15281 socketpair \
15283 do :
15284 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15285 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15286 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15287 cat >>confdefs.h <<_ACEOF
15288 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15289 _ACEOF
15292 done
15295 ac_save_LIBS=$LIBS
15296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15297 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15298 if ${ac_cv_search_clock_gettime+:} false; then :
15299 $as_echo_n "(cached) " >&6
15300 else
15301 ac_func_search_save_LIBS=$LIBS
15302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15303 /* end confdefs.h. */
15305 /* Override any GCC internal prototype to avoid an error.
15306 Use char because int might match the return type of a GCC
15307 builtin and then its argument prototype would still apply. */
15308 #ifdef __cplusplus
15309 extern "C"
15310 #endif
15311 char clock_gettime ();
15313 main ()
15315 return clock_gettime ();
15317 return 0;
15319 _ACEOF
15320 for ac_lib in '' rt; do
15321 if test -z "$ac_lib"; then
15322 ac_res="none required"
15323 else
15324 ac_res=-l$ac_lib
15325 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15327 if ac_fn_c_try_link "$LINENO"; then :
15328 ac_cv_search_clock_gettime=$ac_res
15330 rm -f core conftest.err conftest.$ac_objext \
15331 conftest$ac_exeext
15332 if ${ac_cv_search_clock_gettime+:} false; then :
15333 break
15335 done
15336 if ${ac_cv_search_clock_gettime+:} false; then :
15338 else
15339 ac_cv_search_clock_gettime=no
15341 rm conftest.$ac_ext
15342 LIBS=$ac_func_search_save_LIBS
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15345 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15346 ac_res=$ac_cv_search_clock_gettime
15347 if test "$ac_res" != no; then :
15348 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15350 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15352 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15356 LIBS=$ac_save_LIBS
15358 LDAP_LIBS=""
15360 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15361 then
15362 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15364 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15366 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15367 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15368 $as_echo_n "(cached) " >&6
15369 else
15370 ac_check_lib_save_LIBS=$LIBS
15371 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char ldap_initialize ();
15383 main ()
15385 return ldap_initialize ();
15387 return 0;
15389 _ACEOF
15390 if ac_fn_c_try_link "$LINENO"; then :
15391 ac_cv_lib_ldap_r_ldap_initialize=yes
15392 else
15393 ac_cv_lib_ldap_r_ldap_initialize=no
15395 rm -f core conftest.err conftest.$ac_objext \
15396 conftest$ac_exeext conftest.$ac_ext
15397 LIBS=$ac_check_lib_save_LIBS
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15400 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15401 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15403 $as_echo_n "checking for ber_init in -llber... " >&6; }
15404 if ${ac_cv_lib_lber_ber_init+:} false; then :
15405 $as_echo_n "(cached) " >&6
15406 else
15407 ac_check_lib_save_LIBS=$LIBS
15408 LIBS="-llber $PTHREAD_LIBS $LIBS"
15409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15410 /* end confdefs.h. */
15412 /* Override any GCC internal prototype to avoid an error.
15413 Use char because int might match the return type of a GCC
15414 builtin and then its argument prototype would still apply. */
15415 #ifdef __cplusplus
15416 extern "C"
15417 #endif
15418 char ber_init ();
15420 main ()
15422 return ber_init ();
15424 return 0;
15426 _ACEOF
15427 if ac_fn_c_try_link "$LINENO"; then :
15428 ac_cv_lib_lber_ber_init=yes
15429 else
15430 ac_cv_lib_lber_ber_init=no
15432 rm -f core conftest.err conftest.$ac_objext \
15433 conftest$ac_exeext conftest.$ac_ext
15434 LIBS=$ac_check_lib_save_LIBS
15436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15437 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15438 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15440 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15442 LDAP_LIBS="-lldap_r -llber"
15449 ac_wine_check_funcs_save_LIBS="$LIBS"
15450 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15451 for ac_func in \
15452 ldap_count_references \
15453 ldap_first_reference \
15454 ldap_next_reference \
15455 ldap_parse_reference \
15456 ldap_parse_sort_control \
15457 ldap_parse_sortresponse_control \
15458 ldap_parse_vlv_control \
15459 ldap_parse_vlvresponse_control
15460 do :
15461 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15462 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15463 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15464 cat >>confdefs.h <<_ACEOF
15465 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15466 _ACEOF
15469 done
15471 LIBS="$ac_wine_check_funcs_save_LIBS"
15473 if test "x$LDAP_LIBS" = "x"; then :
15474 case "x$with_ldap" in
15475 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15476 xno) ;;
15477 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15478 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15479 esac
15482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15483 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15484 if ${wine_cv_one_arg_mkdir+:} false; then :
15485 $as_echo_n "(cached) " >&6
15486 else
15487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15488 /* end confdefs.h. */
15489 #include <sys/stat.h>
15491 main ()
15493 mkdir("foo");
15495 return 0;
15497 _ACEOF
15498 if ac_fn_c_try_compile "$LINENO"; then :
15499 wine_cv_one_arg_mkdir=yes
15500 else
15501 wine_cv_one_arg_mkdir=no
15503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15506 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15507 if test "$wine_cv_one_arg_mkdir" = "yes"
15508 then
15510 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15515 $as_echo_n "checking for sched_setaffinity... " >&6; }
15516 if ${wine_cv_have_sched_setaffinity+:} false; then :
15517 $as_echo_n "(cached) " >&6
15518 else
15519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15520 /* end confdefs.h. */
15521 #define _GNU_SOURCE
15522 #include <sched.h>
15524 main ()
15526 sched_setaffinity(0, 0, 0);
15528 return 0;
15530 _ACEOF
15531 if ac_fn_c_try_link "$LINENO"; then :
15532 wine_cv_have_sched_setaffinity=yes
15533 else
15534 wine_cv_have_sched_setaffinity=no
15536 rm -f core conftest.err conftest.$ac_objext \
15537 conftest$ac_exeext conftest.$ac_ext
15539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15540 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15541 if test "$wine_cv_have_sched_setaffinity" = "yes"
15542 then
15544 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15549 $as_echo_n "checking for fallocate... " >&6; }
15550 if ${wine_cv_have_fallocate+:} false; then :
15551 $as_echo_n "(cached) " >&6
15552 else
15553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15554 /* end confdefs.h. */
15555 #define _GNU_SOURCE
15556 #include <fcntl.h>
15558 main ()
15560 fallocate(-1, 0, 0, 0);
15562 return 0;
15564 _ACEOF
15565 if ac_fn_c_try_link "$LINENO"; then :
15566 wine_cv_have_fallocate=yes
15567 else
15568 wine_cv_have_fallocate=no
15570 rm -f core conftest.err conftest.$ac_objext \
15571 conftest$ac_exeext conftest.$ac_ext
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15574 $as_echo "$wine_cv_have_fallocate" >&6; }
15575 if test "$wine_cv_have_fallocate" = "yes"
15576 then
15578 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15584 $as_echo_n "checking for inline... " >&6; }
15585 if ${ac_cv_c_inline+:} false; then :
15586 $as_echo_n "(cached) " >&6
15587 else
15588 ac_cv_c_inline=no
15589 for ac_kw in inline __inline__ __inline; do
15590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15591 /* end confdefs.h. */
15592 #ifndef __cplusplus
15593 typedef int foo_t;
15594 static $ac_kw foo_t static_foo () {return 0; }
15595 $ac_kw foo_t foo () {return 0; }
15596 #endif
15598 _ACEOF
15599 if ac_fn_c_try_compile "$LINENO"; then :
15600 ac_cv_c_inline=$ac_kw
15602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15603 test "$ac_cv_c_inline" != no && break
15604 done
15607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15608 $as_echo "$ac_cv_c_inline" >&6; }
15610 case $ac_cv_c_inline in
15611 inline | yes) ;;
15613 case $ac_cv_c_inline in
15614 no) ac_val=;;
15615 *) ac_val=$ac_cv_c_inline;;
15616 esac
15617 cat >>confdefs.h <<_ACEOF
15618 #ifndef __cplusplus
15619 #define inline $ac_val
15620 #endif
15621 _ACEOF
15623 esac
15625 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15626 if test "x$ac_cv_type_mode_t" = xyes; then :
15628 cat >>confdefs.h <<_ACEOF
15629 #define HAVE_MODE_T 1
15630 _ACEOF
15634 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15635 if test "x$ac_cv_type_off_t" = xyes; then :
15637 cat >>confdefs.h <<_ACEOF
15638 #define HAVE_OFF_T 1
15639 _ACEOF
15643 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15644 if test "x$ac_cv_type_pid_t" = xyes; then :
15646 cat >>confdefs.h <<_ACEOF
15647 #define HAVE_PID_T 1
15648 _ACEOF
15652 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15653 if test "x$ac_cv_type_size_t" = xyes; then :
15655 cat >>confdefs.h <<_ACEOF
15656 #define HAVE_SIZE_T 1
15657 _ACEOF
15661 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15662 if test "x$ac_cv_type_ssize_t" = xyes; then :
15664 cat >>confdefs.h <<_ACEOF
15665 #define HAVE_SSIZE_T 1
15666 _ACEOF
15670 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15671 if test "x$ac_cv_type_long_long" = xyes; then :
15673 cat >>confdefs.h <<_ACEOF
15674 #define HAVE_LONG_LONG 1
15675 _ACEOF
15679 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15680 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15682 cat >>confdefs.h <<_ACEOF
15683 #define HAVE_FSBLKCNT_T 1
15684 _ACEOF
15688 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15689 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15691 cat >>confdefs.h <<_ACEOF
15692 #define HAVE_FSFILCNT_T 1
15693 _ACEOF
15698 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15699 #include <signal.h>
15701 if test "x$ac_cv_type_sigset_t" = xyes; then :
15703 cat >>confdefs.h <<_ACEOF
15704 #define HAVE_SIGSET_T 1
15705 _ACEOF
15710 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15712 if test "x$ac_cv_type_request_sense" = xyes; then :
15714 cat >>confdefs.h <<_ACEOF
15715 #define HAVE_REQUEST_SENSE 1
15716 _ACEOF
15722 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15723 #ifdef HAVE_SYS_SOCKET_H
15724 #include <sys/socket.h>
15725 #endif
15726 #ifdef HAVE_SYS_SOCKETVAR_H
15727 #include <sys/socketvar.h>
15728 #endif
15729 #ifdef HAVE_NET_ROUTE_H
15730 #include <net/route.h>
15731 #endif
15732 #ifdef HAVE_NETINET_IN_H
15733 #include <netinet/in.h>
15734 #endif
15735 #ifdef HAVE_NETINET_IN_SYSTM_H
15736 #include <netinet/in_systm.h>
15737 #endif
15738 #ifdef HAVE_NETINET_IP_H
15739 #include <netinet/ip.h>
15740 #endif
15741 #ifdef HAVE_NETINET_IN_PCB_H
15742 #include <netinet/in_pcb.h>
15743 #endif
15745 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15747 cat >>confdefs.h <<_ACEOF
15748 #define HAVE_STRUCT_XINPGEN 1
15749 _ACEOF
15755 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15756 #include <link.h>
15757 #endif
15758 #ifdef HAVE_SYS_LINK_H
15759 #include <sys/link.h>
15760 #endif
15762 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15764 cat >>confdefs.h <<_ACEOF
15765 #define HAVE_STRUCT_R_DEBUG 1
15766 _ACEOF
15770 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15771 #include <link.h>
15772 #endif
15773 #ifdef HAVE_SYS_LINK_H
15774 #include <sys/link.h>
15775 #endif
15777 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15779 cat >>confdefs.h <<_ACEOF
15780 #define HAVE_STRUCT_LINK_MAP 1
15781 _ACEOF
15787 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15788 #include <linux/input.h>
15789 #endif
15791 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15793 cat >>confdefs.h <<_ACEOF
15794 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15795 _ACEOF
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15802 $as_echo_n "checking for sigaddset... " >&6; }
15803 if ${wine_cv_have_sigaddset+:} false; then :
15804 $as_echo_n "(cached) " >&6
15805 else
15806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15807 /* end confdefs.h. */
15808 #include <signal.h>
15810 main ()
15812 sigset_t set; sigaddset(&set,SIGTERM);
15814 return 0;
15816 _ACEOF
15817 if ac_fn_c_try_link "$LINENO"; then :
15818 wine_cv_have_sigaddset=yes
15819 else
15820 wine_cv_have_sigaddset=no
15822 rm -f core conftest.err conftest.$ac_objext \
15823 conftest$ac_exeext conftest.$ac_ext
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15826 $as_echo "$wine_cv_have_sigaddset" >&6; }
15827 if test "$wine_cv_have_sigaddset" = "yes"
15828 then
15830 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15836 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15837 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15838 $as_echo_n "(cached) " >&6
15839 else
15840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15841 /* end confdefs.h. */
15842 #include <netdb.h>
15844 main ()
15847 char *name=0;
15848 struct hostent he;
15849 struct hostent *result;
15850 char *buf=0;
15851 int bufsize=0;
15852 int errnr;
15853 char *addr=0;
15854 int addrlen=0;
15855 int addrtype=0;
15856 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15857 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15860 return 0;
15862 _ACEOF
15863 if ac_fn_c_try_link "$LINENO"; then :
15864 wine_cv_linux_gethostbyname_r_6=yes
15865 else
15866 wine_cv_linux_gethostbyname_r_6=no
15869 rm -f core conftest.err conftest.$ac_objext \
15870 conftest$ac_exeext conftest.$ac_ext
15873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15874 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15875 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15876 then
15878 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15882 if test "$ac_cv_header_linux_joystick_h" = "yes"
15883 then
15884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15885 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15886 if ${wine_cv_linux_joystick_22_api+:} false; then :
15887 $as_echo_n "(cached) " >&6
15888 else
15889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15890 /* end confdefs.h. */
15892 #include <sys/ioctl.h>
15893 #include <sys/types.h>
15894 #include <linux/joystick.h>
15896 struct js_event blub;
15897 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15898 #error "no 2.2 header"
15899 #endif
15902 main ()
15904 /*empty*/
15906 return 0;
15908 _ACEOF
15909 if ac_fn_c_try_compile "$LINENO"; then :
15910 wine_cv_linux_joystick_22_api=yes
15911 else
15912 wine_cv_linux_joystick_22_api=no
15914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15918 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15919 if test "$wine_cv_linux_joystick_22_api" = "yes"
15920 then
15922 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15928 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15929 #ifdef HAVE_SYS_PARAM_H
15930 # include <sys/param.h>
15931 #endif
15932 #ifdef HAVE_SYS_MOUNT_H
15933 # include <sys/mount.h>
15934 #endif
15935 #ifdef HAVE_SYS_VFS_H
15936 # include <sys/vfs.h>
15937 #endif
15938 #ifdef HAVE_SYS_STATFS_H
15939 # include <sys/statfs.h>
15940 #endif
15942 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15944 cat >>confdefs.h <<_ACEOF
15945 #define HAVE_STRUCT_STATFS_F_BFREE 1
15946 _ACEOF
15950 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15951 #ifdef HAVE_SYS_PARAM_H
15952 # include <sys/param.h>
15953 #endif
15954 #ifdef HAVE_SYS_MOUNT_H
15955 # include <sys/mount.h>
15956 #endif
15957 #ifdef HAVE_SYS_VFS_H
15958 # include <sys/vfs.h>
15959 #endif
15960 #ifdef HAVE_SYS_STATFS_H
15961 # include <sys/statfs.h>
15962 #endif
15964 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15966 cat >>confdefs.h <<_ACEOF
15967 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15968 _ACEOF
15972 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15973 #ifdef HAVE_SYS_PARAM_H
15974 # include <sys/param.h>
15975 #endif
15976 #ifdef HAVE_SYS_MOUNT_H
15977 # include <sys/mount.h>
15978 #endif
15979 #ifdef HAVE_SYS_VFS_H
15980 # include <sys/vfs.h>
15981 #endif
15982 #ifdef HAVE_SYS_STATFS_H
15983 # include <sys/statfs.h>
15984 #endif
15986 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15988 cat >>confdefs.h <<_ACEOF
15989 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15990 _ACEOF
15994 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15995 #ifdef HAVE_SYS_PARAM_H
15996 # include <sys/param.h>
15997 #endif
15998 #ifdef HAVE_SYS_MOUNT_H
15999 # include <sys/mount.h>
16000 #endif
16001 #ifdef HAVE_SYS_VFS_H
16002 # include <sys/vfs.h>
16003 #endif
16004 #ifdef HAVE_SYS_STATFS_H
16005 # include <sys/statfs.h>
16006 #endif
16008 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16010 cat >>confdefs.h <<_ACEOF
16011 #define HAVE_STRUCT_STATFS_F_FFREE 1
16012 _ACEOF
16016 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16017 #ifdef HAVE_SYS_PARAM_H
16018 # include <sys/param.h>
16019 #endif
16020 #ifdef HAVE_SYS_MOUNT_H
16021 # include <sys/mount.h>
16022 #endif
16023 #ifdef HAVE_SYS_VFS_H
16024 # include <sys/vfs.h>
16025 #endif
16026 #ifdef HAVE_SYS_STATFS_H
16027 # include <sys/statfs.h>
16028 #endif
16030 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16032 cat >>confdefs.h <<_ACEOF
16033 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16034 _ACEOF
16038 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16039 #ifdef HAVE_SYS_PARAM_H
16040 # include <sys/param.h>
16041 #endif
16042 #ifdef HAVE_SYS_MOUNT_H
16043 # include <sys/mount.h>
16044 #endif
16045 #ifdef HAVE_SYS_VFS_H
16046 # include <sys/vfs.h>
16047 #endif
16048 #ifdef HAVE_SYS_STATFS_H
16049 # include <sys/statfs.h>
16050 #endif
16052 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16054 cat >>confdefs.h <<_ACEOF
16055 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16056 _ACEOF
16062 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16063 #include <sys/statvfs.h>
16064 #endif
16066 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16068 cat >>confdefs.h <<_ACEOF
16069 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16070 _ACEOF
16076 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16077 #include <dirent.h>
16078 #endif
16080 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16082 cat >>confdefs.h <<_ACEOF
16083 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16084 _ACEOF
16090 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16091 #ifdef HAVE_SYS_SOCKET_H
16092 # include <sys/socket.h>
16093 #endif
16094 #ifdef HAVE_SYS_UN_H
16095 # include <sys/un.h>
16096 #endif
16098 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16100 cat >>confdefs.h <<_ACEOF
16101 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16102 _ACEOF
16106 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16107 #ifdef HAVE_SYS_SOCKET_H
16108 # include <sys/socket.h>
16109 #endif
16110 #ifdef HAVE_SYS_UN_H
16111 # include <sys/un.h>
16112 #endif
16114 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16116 cat >>confdefs.h <<_ACEOF
16117 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16118 _ACEOF
16122 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16123 #ifdef HAVE_SYS_SOCKET_H
16124 # include <sys/socket.h>
16125 #endif
16126 #ifdef HAVE_SYS_UN_H
16127 # include <sys/un.h>
16128 #endif
16130 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16132 cat >>confdefs.h <<_ACEOF
16133 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16134 _ACEOF
16140 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16141 #ifdef HAVE_SCSI_SG_H
16142 #include <scsi/sg.h>
16143 #endif
16145 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16147 cat >>confdefs.h <<_ACEOF
16148 #define HAVE_SCSIREQ_T_CMD 1
16149 _ACEOF
16153 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>
16154 #ifdef HAVE_SCSI_SG_H
16155 #include <scsi/sg.h>
16156 #endif
16158 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16160 cat >>confdefs.h <<_ACEOF
16161 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16162 _ACEOF
16168 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16170 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16172 cat >>confdefs.h <<_ACEOF
16173 #define HAVE_SIGINFO_T_SI_FD 1
16174 _ACEOF
16180 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16181 #ifdef HAVE_SYS_MTIO_H
16182 #include <sys/mtio.h>
16183 #endif
16185 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16187 cat >>confdefs.h <<_ACEOF
16188 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16189 _ACEOF
16193 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16194 #ifdef HAVE_SYS_MTIO_H
16195 #include <sys/mtio.h>
16196 #endif
16198 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16200 cat >>confdefs.h <<_ACEOF
16201 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16202 _ACEOF
16206 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16207 #ifdef HAVE_SYS_MTIO_H
16208 #include <sys/mtio.h>
16209 #endif
16211 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16213 cat >>confdefs.h <<_ACEOF
16214 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16215 _ACEOF
16221 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16222 #include <getopt.h>
16223 #endif
16225 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16227 cat >>confdefs.h <<_ACEOF
16228 #define HAVE_STRUCT_OPTION_NAME 1
16229 _ACEOF
16235 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16236 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16238 cat >>confdefs.h <<_ACEOF
16239 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16240 _ACEOF
16244 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16245 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16247 cat >>confdefs.h <<_ACEOF
16248 #define HAVE_STRUCT_STAT_ST_MTIM 1
16249 _ACEOF
16253 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16254 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16256 cat >>confdefs.h <<_ACEOF
16257 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16258 _ACEOF
16262 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16263 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16265 cat >>confdefs.h <<_ACEOF
16266 #define HAVE_STRUCT_STAT_ST_CTIM 1
16267 _ACEOF
16271 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16272 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16274 cat >>confdefs.h <<_ACEOF
16275 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16276 _ACEOF
16280 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16281 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16283 cat >>confdefs.h <<_ACEOF
16284 #define HAVE_STRUCT_STAT_ST_ATIM 1
16285 _ACEOF
16289 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16290 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16292 cat >>confdefs.h <<_ACEOF
16293 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16294 _ACEOF
16298 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16299 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16301 cat >>confdefs.h <<_ACEOF
16302 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16303 _ACEOF
16307 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16308 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16310 cat >>confdefs.h <<_ACEOF
16311 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16312 _ACEOF
16316 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16317 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16319 cat >>confdefs.h <<_ACEOF
16320 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16321 _ACEOF
16325 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16326 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16328 cat >>confdefs.h <<_ACEOF
16329 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16330 _ACEOF
16334 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16335 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16337 cat >>confdefs.h <<_ACEOF
16338 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16339 _ACEOF
16345 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
16346 #include <sys/types.h>
16347 #endif
16348 #ifdef HAVE_NETINET_IN_H
16349 #include <netinet/in.h>
16350 #endif
16352 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16354 cat >>confdefs.h <<_ACEOF
16355 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16356 _ACEOF
16362 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16363 #include <resolv.h>
16364 #endif
16366 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16368 cat >>confdefs.h <<_ACEOF
16369 #define HAVE_STRUCT___RES_STATE 1
16370 _ACEOF
16376 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
16377 #include <resolv.h>
16378 #endif
16380 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16382 cat >>confdefs.h <<_ACEOF
16383 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16384 _ACEOF
16390 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16391 #include <sys/types.h>
16392 #endif
16393 #ifdef HAVE_NETINET_IN_H
16394 # include <netinet/in.h>
16395 #endif
16396 #ifdef HAVE_ARPA_NAMESER_H
16397 # include <arpa/nameser.h>
16398 #endif
16400 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16402 cat >>confdefs.h <<_ACEOF
16403 #define HAVE_NS_MSG__MSG_PTR 1
16404 _ACEOF
16410 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16411 #include <sys/types.h>
16412 #endif
16413 #ifdef HAVE_NETINET_IP_H
16414 #include <netinet/ip.h>
16415 #endif
16416 #ifdef HAVE_NETINET_IP_ICMP_H
16417 #include <netinet/ip_icmp.h>
16418 #endif
16419 #ifdef HAVE_NETINET_ICMP_VAR_H
16420 #include <netinet/icmp_var.h>
16421 #endif
16423 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16425 cat >>confdefs.h <<_ACEOF
16426 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16427 _ACEOF
16433 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16434 #include <sys/types.h>
16435 #endif
16436 #ifdef HAVE_ALIAS_H
16437 #include <alias.h>
16438 #endif
16439 #ifdef HAVE_SYS_SOCKET_H
16440 #include <sys/socket.h>
16441 #endif
16442 #ifdef HAVE_SYS_SOCKETVAR_H
16443 #include <sys/socketvar.h>
16444 #endif
16445 #ifdef HAVE_SYS_TIMEOUT_H
16446 #include <sys/timeout.h>
16447 #endif
16448 #ifdef HAVE_NETINET_IN_H
16449 #include <netinet/in.h>
16450 #endif
16451 #ifdef HAVE_NETINET_IN_SYSTM_H
16452 #include <netinet/in_systm.h>
16453 #endif
16454 #ifdef HAVE_NETINET_IP_H
16455 #include <netinet/ip.h>
16456 #endif
16457 #ifdef HAVE_NETINET_IP_VAR_H
16458 #include <netinet/ip_var.h>
16459 #endif
16460 #ifdef HAVE_NETINET_IP_ICMP_H
16461 #include <netinet/ip_icmp.h>
16462 #endif
16463 #ifdef HAVE_NETINET_ICMP_VAR_H
16464 #include <netinet/icmp_var.h>
16465 #endif
16467 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16469 cat >>confdefs.h <<_ACEOF
16470 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16471 _ACEOF
16477 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16478 #include <sys/types.h>
16479 #endif
16480 #ifdef HAVE_SYS_SOCKETVAR_H
16481 #include <sys/socketvar.h>
16482 #endif
16483 #ifdef HAVE_NETINET_IN_H
16484 #include <netinet/in.h>
16485 #endif
16486 #ifdef HAVE_NETINET_IP_VAR_H
16487 #include <netinet/ip_var.h>
16488 #endif
16490 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16492 cat >>confdefs.h <<_ACEOF
16493 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16494 _ACEOF
16500 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
16501 #include <netinet/ip_var.h>
16502 #endif
16504 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16506 cat >>confdefs.h <<_ACEOF
16507 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16508 _ACEOF
16514 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16515 #include <sys/types.h>
16516 #endif
16517 #ifdef HAVE_SYS_SOCKETVAR_H
16518 #include <sys/socketvar.h>
16519 #endif
16520 #ifdef HAVE_NETINET_IN_H
16521 #include <netinet/in.h>
16522 #endif
16523 #ifdef HAVE_NETINET_TCP_H
16524 #include <netinet/tcp.h>
16525 #endif
16526 #ifdef HAVE_NETINET_TCP_VAR_H
16527 #include <netinet/tcp_var.h>
16528 #endif
16530 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16532 cat >>confdefs.h <<_ACEOF
16533 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16534 _ACEOF
16540 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
16541 #include <netinet/tcp_var.h>
16542 #endif
16544 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16546 cat >>confdefs.h <<_ACEOF
16547 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16548 _ACEOF
16554 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16555 #include <sys/types.h>
16556 #endif
16557 #ifdef HAVE_NETINET_IN_H
16558 #include <netinet/in.h>
16559 #endif
16560 #ifdef HAVE_NETINET_IP_VAR_H
16561 #include <netinet/ip_var.h>
16562 #endif
16563 #ifdef HAVE_NETINET_UDP_H
16564 #include <netinet/udp.h>
16565 #endif
16566 #ifdef HAVE_NETINET_UDP_VAR_H
16567 #include <netinet/udp_var.h>
16568 #endif
16570 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16572 cat >>confdefs.h <<_ACEOF
16573 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16574 _ACEOF
16580 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16581 #include <sys/types.h>
16582 #endif
16583 #ifdef HAVE_NET_IF_H
16584 # include <net/if.h>
16585 #endif
16587 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16589 cat >>confdefs.h <<_ACEOF
16590 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16591 _ACEOF
16597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16598 $as_echo_n "checking for timezone variable... " >&6; }
16599 if ${ac_cv_have_timezone+:} false; then :
16600 $as_echo_n "(cached) " >&6
16601 else
16602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16603 /* end confdefs.h. */
16604 #include <time.h>
16606 main ()
16608 timezone = 1
16610 return 0;
16612 _ACEOF
16613 if ac_fn_c_try_link "$LINENO"; then :
16614 ac_cv_have_timezone="yes"
16615 else
16616 ac_cv_have_timezone="no"
16618 rm -f core conftest.err conftest.$ac_objext \
16619 conftest$ac_exeext conftest.$ac_ext
16621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16622 $as_echo "$ac_cv_have_timezone" >&6; }
16623 if test "$ac_cv_have_timezone" = "yes"
16624 then
16626 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16630 $as_echo_n "checking for daylight variable... " >&6; }
16631 if ${ac_cv_have_daylight+:} false; then :
16632 $as_echo_n "(cached) " >&6
16633 else
16634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16635 /* end confdefs.h. */
16636 #include <time.h>
16638 main ()
16640 daylight = 1
16642 return 0;
16644 _ACEOF
16645 if ac_fn_c_try_link "$LINENO"; then :
16646 ac_cv_have_daylight="yes"
16647 else
16648 ac_cv_have_daylight="no"
16650 rm -f core conftest.err conftest.$ac_objext \
16651 conftest$ac_exeext conftest.$ac_ext
16653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16654 $as_echo "$ac_cv_have_daylight" >&6; }
16655 if test "$ac_cv_have_daylight" = "yes"
16656 then
16658 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16662 ac_save_LIBS="$LIBS"
16663 LIBS="$LIBS -lm"
16664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16665 $as_echo_n "checking for isfinite... " >&6; }
16666 if ${ac_cv_have_isfinite+:} false; then :
16667 $as_echo_n "(cached) " >&6
16668 else
16669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16670 /* end confdefs.h. */
16671 #define _GNU_SOURCE
16672 #include <math.h>
16674 main ()
16676 float f = 0.0; return isfinite(f)
16678 return 0;
16680 _ACEOF
16681 if ac_fn_c_try_link "$LINENO"; then :
16682 ac_cv_have_isfinite="yes"
16683 else
16684 ac_cv_have_isfinite="no"
16686 rm -f core conftest.err conftest.$ac_objext \
16687 conftest$ac_exeext conftest.$ac_ext
16689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16690 $as_echo "$ac_cv_have_isfinite" >&6; }
16691 if test "$ac_cv_have_isfinite" = "yes"
16692 then
16694 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16699 $as_echo_n "checking for isinf... " >&6; }
16700 if ${ac_cv_have_isinf+:} false; then :
16701 $as_echo_n "(cached) " >&6
16702 else
16703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16704 /* end confdefs.h. */
16705 #include <math.h>
16707 main ()
16709 float f = 0.0; return isinf(f)
16711 return 0;
16713 _ACEOF
16714 if ac_fn_c_try_link "$LINENO"; then :
16715 ac_cv_have_isinf="yes"
16716 else
16717 ac_cv_have_isinf="no"
16719 rm -f core conftest.err conftest.$ac_objext \
16720 conftest$ac_exeext conftest.$ac_ext
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16723 $as_echo "$ac_cv_have_isinf" >&6; }
16724 if test "$ac_cv_have_isinf" = "yes"
16725 then
16727 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16732 $as_echo_n "checking for isnan... " >&6; }
16733 if ${ac_cv_have_isnan+:} false; then :
16734 $as_echo_n "(cached) " >&6
16735 else
16736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16737 /* end confdefs.h. */
16738 #include <math.h>
16740 main ()
16742 float f = 0.0; return isnan(f)
16744 return 0;
16746 _ACEOF
16747 if ac_fn_c_try_link "$LINENO"; then :
16748 ac_cv_have_isnan="yes"
16749 else
16750 ac_cv_have_isnan="no"
16752 rm -f core conftest.err conftest.$ac_objext \
16753 conftest$ac_exeext conftest.$ac_ext
16755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16756 $as_echo "$ac_cv_have_isnan" >&6; }
16757 if test "$ac_cv_have_isnan" = "yes"
16758 then
16760 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16764 for ac_func in \
16765 cbrt \
16766 cbrtf \
16767 erf \
16768 erff \
16769 exp2 \
16770 exp2f \
16771 llrint \
16772 llrintf \
16773 llround \
16774 llroundf \
16775 log2 \
16776 log2f \
16777 lrint \
16778 lrintf \
16779 lround \
16780 lroundf \
16781 rint \
16782 rintf \
16783 round \
16784 roundf \
16785 trunc \
16786 truncf
16788 do :
16789 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16790 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16791 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16792 cat >>confdefs.h <<_ACEOF
16793 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16794 _ACEOF
16797 done
16799 LIBS="$ac_save_LIBS"
16801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16802 $as_echo_n "checking for __builtin_clz... " >&6; }
16803 if ${ac_cv_have___builtin_clz+:} false; then :
16804 $as_echo_n "(cached) " >&6
16805 else
16806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16807 /* end confdefs.h. */
16810 main ()
16812 return __builtin_clz(1)
16814 return 0;
16816 _ACEOF
16817 if ac_fn_c_try_link "$LINENO"; then :
16818 ac_cv_have___builtin_clz="yes"
16819 else
16820 ac_cv_have___builtin_clz="no"
16822 rm -f core conftest.err conftest.$ac_objext \
16823 conftest$ac_exeext conftest.$ac_ext
16825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16826 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16827 if test "$ac_cv_have___builtin_clz" = "yes"
16828 then
16830 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16835 case $host_cpu in
16836 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16837 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16838 if ${ac_cv_cpp_def___i386__+:} false; then :
16839 $as_echo_n "(cached) " >&6
16840 else
16841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16842 /* end confdefs.h. */
16843 #ifndef __i386__
16845 #endif
16846 _ACEOF
16847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16848 $EGREP "yes" >/dev/null 2>&1; then :
16849 ac_cv_cpp_def___i386__=yes
16850 else
16851 ac_cv_cpp_def___i386__=no
16853 rm -f conftest*
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16857 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16858 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16859 CFLAGS="$CFLAGS -D__i386__"
16860 LINTFLAGS="$LINTFLAGS -D__i386__"
16861 fi ;;
16862 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16863 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16864 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16865 $as_echo_n "(cached) " >&6
16866 else
16867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16868 /* end confdefs.h. */
16869 #ifndef __x86_64__
16871 #endif
16872 _ACEOF
16873 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16874 $EGREP "yes" >/dev/null 2>&1; then :
16875 ac_cv_cpp_def___x86_64__=yes
16876 else
16877 ac_cv_cpp_def___x86_64__=no
16879 rm -f conftest*
16882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16883 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16884 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16885 CFLAGS="$CFLAGS -D__x86_64__"
16886 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16887 fi ;;
16888 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16889 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16890 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16891 $as_echo_n "(cached) " >&6
16892 else
16893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16894 /* end confdefs.h. */
16895 #ifndef __sparc64__
16897 #endif
16898 _ACEOF
16899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16900 $EGREP "yes" >/dev/null 2>&1; then :
16901 ac_cv_cpp_def___sparc64__=yes
16902 else
16903 ac_cv_cpp_def___sparc64__=no
16905 rm -f conftest*
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16909 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16910 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16911 CFLAGS="$CFLAGS -D__sparc64__"
16912 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16913 fi ;;
16914 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16915 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16916 if ${ac_cv_cpp_def___sparc__+:} false; then :
16917 $as_echo_n "(cached) " >&6
16918 else
16919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16920 /* end confdefs.h. */
16921 #ifndef __sparc__
16923 #endif
16924 _ACEOF
16925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16926 $EGREP "yes" >/dev/null 2>&1; then :
16927 ac_cv_cpp_def___sparc__=yes
16928 else
16929 ac_cv_cpp_def___sparc__=no
16931 rm -f conftest*
16934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16935 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16936 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16937 CFLAGS="$CFLAGS -D__sparc__"
16938 LINTFLAGS="$LINTFLAGS -D__sparc__"
16939 fi ;;
16940 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16941 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16942 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16943 $as_echo_n "(cached) " >&6
16944 else
16945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16946 /* end confdefs.h. */
16947 #ifndef __powerpc64__
16949 #endif
16950 _ACEOF
16951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16952 $EGREP "yes" >/dev/null 2>&1; then :
16953 ac_cv_cpp_def___powerpc64__=yes
16954 else
16955 ac_cv_cpp_def___powerpc64__=no
16957 rm -f conftest*
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16961 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16962 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16963 CFLAGS="$CFLAGS -D__powerpc64__"
16964 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16965 fi ;;
16966 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16967 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16968 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16969 $as_echo_n "(cached) " >&6
16970 else
16971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16972 /* end confdefs.h. */
16973 #ifndef __powerpc__
16975 #endif
16976 _ACEOF
16977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16978 $EGREP "yes" >/dev/null 2>&1; then :
16979 ac_cv_cpp_def___powerpc__=yes
16980 else
16981 ac_cv_cpp_def___powerpc__=no
16983 rm -f conftest*
16986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16987 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16988 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16989 CFLAGS="$CFLAGS -D__powerpc__"
16990 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16991 fi ;;
16992 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16993 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16994 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16995 $as_echo_n "(cached) " >&6
16996 else
16997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16998 /* end confdefs.h. */
16999 #ifndef __aarch64__
17001 #endif
17002 _ACEOF
17003 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17004 $EGREP "yes" >/dev/null 2>&1; then :
17005 ac_cv_cpp_def___aarch64__=yes
17006 else
17007 ac_cv_cpp_def___aarch64__=no
17009 rm -f conftest*
17012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17013 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17014 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17015 CFLAGS="$CFLAGS -D__aarch64__"
17016 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17017 fi ;;
17018 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17019 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17020 if ${ac_cv_cpp_def___arm__+:} false; then :
17021 $as_echo_n "(cached) " >&6
17022 else
17023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17024 /* end confdefs.h. */
17025 #ifndef __arm__
17027 #endif
17028 _ACEOF
17029 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17030 $EGREP "yes" >/dev/null 2>&1; then :
17031 ac_cv_cpp_def___arm__=yes
17032 else
17033 ac_cv_cpp_def___arm__=no
17035 rm -f conftest*
17038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17039 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17040 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17041 CFLAGS="$CFLAGS -D__arm__"
17042 LINTFLAGS="$LINTFLAGS -D__arm__"
17043 fi ;;
17044 esac
17046 case $host_vendor in
17047 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17048 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17049 if ${ac_cv_cpp_def___sun__+:} false; then :
17050 $as_echo_n "(cached) " >&6
17051 else
17052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17053 /* end confdefs.h. */
17054 #ifndef __sun__
17056 #endif
17057 _ACEOF
17058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17059 $EGREP "yes" >/dev/null 2>&1; then :
17060 ac_cv_cpp_def___sun__=yes
17061 else
17062 ac_cv_cpp_def___sun__=no
17064 rm -f conftest*
17067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17068 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17069 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17070 CFLAGS="$CFLAGS -D__sun__"
17071 LINTFLAGS="$LINTFLAGS -D__sun__"
17072 fi ;;
17073 esac
17079 ac_config_commands="$ac_config_commands include/stamp-h"
17081 $as_echo_n "creating Makefile rules..." >&6
17083 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17084 SOCKET_LIBS = $SOCKET_LIBS
17085 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17086 IOKIT_LIBS = $IOKIT_LIBS
17087 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17088 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17089 CORESERVICES_LIBS = $CORESERVICES_LIBS
17090 APPKIT_LIBS = $APPKIT_LIBS
17091 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17092 SECURITY_LIBS = $SECURITY_LIBS
17093 COREAUDIO_LIBS = $COREAUDIO_LIBS
17094 OPENAL_LIBS = $OPENAL_LIBS
17095 OPENCL_LIBS = $OPENCL_LIBS
17096 QUICKTIME_LIBS = $QUICKTIME_LIBS
17097 CARBON_LIBS = $CARBON_LIBS
17098 PTHREAD_LIBS = $PTHREAD_LIBS
17099 X_CFLAGS = $X_CFLAGS
17100 X_PRE_LIBS = $X_PRE_LIBS
17101 X_LIBS = $X_LIBS
17102 X_EXTRA_LIBS = $X_EXTRA_LIBS
17103 XML2_CFLAGS = $XML2_CFLAGS
17104 XML2_LIBS = $XML2_LIBS
17105 XSLT_CFLAGS = $XSLT_CFLAGS
17106 XSLT_LIBS = $XSLT_LIBS
17107 DBUS_CFLAGS = $DBUS_CFLAGS
17108 DBUS_LIBS = $DBUS_LIBS
17109 HAL_CFLAGS = $HAL_CFLAGS
17110 HAL_LIBS = $HAL_LIBS
17111 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17112 GNUTLS_LIBS = $GNUTLS_LIBS
17113 SANE_CFLAGS = $SANE_CFLAGS
17114 SANE_LIBS = $SANE_LIBS
17115 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17116 GPHOTO2_LIBS = $GPHOTO2_LIBS
17117 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17118 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17119 RESOLV_LIBS = $RESOLV_LIBS
17120 LCMS2_CFLAGS = $LCMS2_CFLAGS
17121 LCMS2_LIBS = $LCMS2_LIBS
17122 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17123 FREETYPE_LIBS = $FREETYPE_LIBS
17124 Z_LIBS = $Z_LIBS
17125 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17126 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17127 GSTREAMER_LIBS = $GSTREAMER_LIBS
17128 ALSA_LIBS = $ALSA_LIBS
17129 OSS4_CFLAGS = $OSS4_CFLAGS
17130 CAPI20_CFLAGS = $CAPI20_CFLAGS
17131 CAPI20_LIBS = $CAPI20_LIBS
17132 CUPS_CFLAGS = $CUPS_CFLAGS
17133 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17134 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17135 JPEG_CFLAGS = $JPEG_CFLAGS
17136 JPEG_LIBS = $JPEG_LIBS
17137 PNG_CFLAGS = $PNG_CFLAGS
17138 PNG_LIBS = $PNG_LIBS
17139 TIFF_CFLAGS = $TIFF_CFLAGS
17140 TIFF_LIBS = $TIFF_LIBS
17141 MPG123_CFLAGS = $MPG123_CFLAGS
17142 MPG123_LIBS = $MPG123_LIBS
17143 KSTAT_LIBS = $KSTAT_LIBS
17144 PROCSTAT_LIBS = $PROCSTAT_LIBS
17145 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17146 DL_LIBS = $DL_LIBS
17147 POLL_LIBS = $POLL_LIBS
17148 RT_LIBS = $RT_LIBS
17149 LDAP_LIBS = $LDAP_LIBS
17154 wine_fn_append_rule "
17155 # Rules automatically generated by configure
17157 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17159 .INIT: Makefile
17160 .MAKEFILEDEPS:
17161 all: Makefile
17162 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17163 @./config.status Make.tmp Makefile"
17165 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17166 .gitignore: config.status
17167 @./config.status .gitignore"
17169 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17170 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17172 if test "x$enable_fonts" != xno; then
17173 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17174 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17175 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17176 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17177 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17178 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17180 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17181 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17182 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17183 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17184 ac_config_links="$ac_config_links wine:tools/winewrapper"
17185 wine_fn_config_symlink wine
17186 if test "x$enable_win64" != xno; then
17187 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17188 wine_fn_config_symlink wine64
17191 wine_fn_config_dll acledit enable_acledit
17192 wine_fn_config_dll aclui enable_aclui implib
17193 wine_fn_config_dll activeds enable_activeds implib
17194 wine_fn_config_dll actxprxy enable_actxprxy clean
17195 wine_fn_config_lib adsiid
17196 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17197 wine_fn_config_test dlls/advapi32/tests advapi32_test
17198 wine_fn_config_dll advpack enable_advpack implib
17199 wine_fn_config_test dlls/advpack/tests advpack_test
17200 wine_fn_config_dll amstream enable_amstream clean
17201 wine_fn_config_test dlls/amstream/tests amstream_test
17202 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17203 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17204 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17205 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17206 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17207 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17208 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17210 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17211 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17213 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17215 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17216 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17217 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17218 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17220 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17221 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17222 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17223 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17224 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17225 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17226 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17227 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17228 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17229 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17230 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17231 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17232 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17233 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17234 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17235 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17236 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17237 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17238 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17239 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17240 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17241 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17242 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17243 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17244 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17245 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17246 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17247 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17248 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17249 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17250 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17251 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17252 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17253 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17254 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17255 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17256 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17257 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17258 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17259 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17260 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17261 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17262 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17263 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17264 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17265 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17266 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17267 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17268 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17269 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17270 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17271 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17272 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17273 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17274 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17275 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17276 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17277 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17278 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17279 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17280 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17281 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17282 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17283 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17284 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17285 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17286 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17287 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17288 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17289 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17290 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17291 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17292 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17293 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17294 wine_fn_config_dll apphelp enable_apphelp
17295 wine_fn_config_test dlls/apphelp/tests apphelp_test
17296 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17297 wine_fn_config_dll atl enable_atl clean,implib
17298 wine_fn_config_test dlls/atl/tests atl_test
17299 wine_fn_config_dll atl100 enable_atl100 clean,implib
17300 wine_fn_config_test dlls/atl100/tests atl100_test
17301 wine_fn_config_dll atl110 enable_atl110 clean
17302 wine_fn_config_dll atl80 enable_atl80 clean,implib
17303 wine_fn_config_test dlls/atl80/tests atl80_test
17304 wine_fn_config_dll atl90 enable_atl90 clean
17305 wine_fn_config_dll authz enable_authz
17306 wine_fn_config_dll avicap32 enable_avicap32 implib
17307 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17308 wine_fn_config_test dlls/avifil32/tests avifil32_test
17309 wine_fn_config_dll avifile.dll16 enable_win16
17310 wine_fn_config_dll avrt enable_avrt implib
17311 wine_fn_config_dll bcrypt enable_bcrypt
17312 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17313 wine_fn_config_dll browseui enable_browseui clean,po
17314 wine_fn_config_test dlls/browseui/tests browseui_test
17315 wine_fn_config_dll cabinet enable_cabinet implib
17316 wine_fn_config_test dlls/cabinet/tests cabinet_test
17317 wine_fn_config_dll capi2032 enable_capi2032 implib
17318 wine_fn_config_dll cards enable_cards implib
17319 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17320 wine_fn_config_dll clusapi enable_clusapi implib
17321 wine_fn_config_dll combase enable_combase
17322 wine_fn_config_test dlls/combase/tests combase_test
17323 wine_fn_config_dll comcat enable_comcat
17324 wine_fn_config_test dlls/comcat/tests comcat_test
17325 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17326 wine_fn_config_test dlls/comctl32/tests comctl32_test
17327 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17328 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17329 wine_fn_config_dll comm.drv16 enable_win16
17330 wine_fn_config_dll commdlg.dll16 enable_win16
17331 wine_fn_config_dll compobj.dll16 enable_win16
17332 wine_fn_config_dll compstui enable_compstui implib
17333 wine_fn_config_dll comsvcs enable_comsvcs implib
17334 wine_fn_config_dll connect enable_connect
17335 wine_fn_config_dll credui enable_credui implib,po
17336 wine_fn_config_test dlls/credui/tests credui_test
17337 wine_fn_config_dll crtdll enable_crtdll implib
17338 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17339 wine_fn_config_test dlls/crypt32/tests crypt32_test
17340 wine_fn_config_dll cryptdlg enable_cryptdlg po
17341 wine_fn_config_dll cryptdll enable_cryptdll implib
17342 wine_fn_config_dll cryptext enable_cryptext
17343 wine_fn_config_dll cryptnet enable_cryptnet implib
17344 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17345 wine_fn_config_dll cryptui enable_cryptui implib,po
17346 wine_fn_config_test dlls/cryptui/tests cryptui_test
17347 wine_fn_config_dll ctapi32 enable_ctapi32
17348 wine_fn_config_dll ctl3d.dll16 enable_win16
17349 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17350 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17351 wine_fn_config_dll d2d1 enable_d2d1 implib
17352 wine_fn_config_test dlls/d2d1/tests d2d1_test
17353 wine_fn_config_dll d3d10 enable_d3d10 implib
17354 wine_fn_config_test dlls/d3d10/tests d3d10_test
17355 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17356 wine_fn_config_dll d3d10core enable_d3d10core implib
17357 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17358 wine_fn_config_dll d3d11 enable_d3d11 implib
17359 wine_fn_config_test dlls/d3d11/tests d3d11_test
17360 wine_fn_config_dll d3d8 enable_d3d8 implib
17361 wine_fn_config_test dlls/d3d8/tests d3d8_test
17362 wine_fn_config_dll d3d9 enable_d3d9 implib
17363 wine_fn_config_test dlls/d3d9/tests d3d9_test
17364 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17365 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17366 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17367 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17368 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17369 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17370 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17371 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17372 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17373 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17374 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17375 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17376 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17377 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17378 wine_fn_config_dll d3dim enable_d3dim implib
17379 wine_fn_config_dll d3drm enable_d3drm implib
17380 wine_fn_config_test dlls/d3drm/tests d3drm_test
17381 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17382 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17383 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17384 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17385 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17386 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17387 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17388 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17389 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17390 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17391 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17392 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17393 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17394 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17395 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17396 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17397 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17398 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17399 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17400 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17401 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17402 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17403 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17404 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17405 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17406 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17407 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17408 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17409 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17410 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17411 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17412 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17413 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17414 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17415 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17416 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17417 wine_fn_config_dll davclnt enable_davclnt
17418 wine_fn_config_dll dbgeng enable_dbgeng implib
17419 wine_fn_config_dll dbghelp enable_dbghelp implib
17420 wine_fn_config_dll dciman32 enable_dciman32 implib
17421 wine_fn_config_dll ddeml.dll16 enable_win16
17422 wine_fn_config_dll ddraw enable_ddraw clean,implib
17423 wine_fn_config_test dlls/ddraw/tests ddraw_test
17424 wine_fn_config_dll ddrawex enable_ddrawex clean
17425 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17426 wine_fn_config_dll devenum enable_devenum clean,po
17427 wine_fn_config_test dlls/devenum/tests devenum_test
17428 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17429 wine_fn_config_dll difxapi enable_difxapi
17430 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17431 wine_fn_config_test dlls/dinput/tests dinput_test
17432 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17433 wine_fn_config_test dlls/dinput8/tests dinput8_test
17434 wine_fn_config_dll dispdib.dll16 enable_win16
17435 wine_fn_config_dll dispex enable_dispex clean
17436 wine_fn_config_test dlls/dispex/tests dispex_test
17437 wine_fn_config_dll display.drv16 enable_win16
17438 wine_fn_config_dll dmband enable_dmband clean
17439 wine_fn_config_test dlls/dmband/tests dmband_test
17440 wine_fn_config_dll dmcompos enable_dmcompos clean
17441 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17442 wine_fn_config_dll dmime enable_dmime clean
17443 wine_fn_config_test dlls/dmime/tests dmime_test
17444 wine_fn_config_dll dmloader enable_dmloader clean
17445 wine_fn_config_test dlls/dmloader/tests dmloader_test
17446 wine_fn_config_dll dmscript enable_dmscript clean
17447 wine_fn_config_test dlls/dmscript/tests dmscript_test
17448 wine_fn_config_dll dmstyle enable_dmstyle clean
17449 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17450 wine_fn_config_dll dmsynth enable_dmsynth clean
17451 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17452 wine_fn_config_dll dmusic enable_dmusic clean
17453 wine_fn_config_test dlls/dmusic/tests dmusic_test
17454 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17455 wine_fn_config_dll dnsapi enable_dnsapi implib
17456 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17457 wine_fn_config_dll dplay enable_dplay implib
17458 wine_fn_config_dll dplayx enable_dplayx clean,implib
17459 wine_fn_config_test dlls/dplayx/tests dplayx_test
17460 wine_fn_config_dll dpnaddr enable_dpnaddr
17461 wine_fn_config_dll dpnet enable_dpnet clean,implib
17462 wine_fn_config_test dlls/dpnet/tests dpnet_test
17463 wine_fn_config_dll dpnhpast enable_dpnhpast
17464 wine_fn_config_dll dpnlobby enable_dpnlobby
17465 wine_fn_config_dll dpvoice enable_dpvoice clean
17466 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17467 wine_fn_config_dll dpwsockx enable_dpwsockx
17468 wine_fn_config_dll drmclien enable_drmclien
17469 wine_fn_config_dll dsound enable_dsound clean,implib
17470 wine_fn_config_test dlls/dsound/tests dsound_test
17471 wine_fn_config_dll dssenh enable_dssenh
17472 wine_fn_config_test dlls/dssenh/tests dssenh_test
17473 wine_fn_config_dll dswave enable_dswave clean
17474 wine_fn_config_test dlls/dswave/tests dswave_test
17475 wine_fn_config_dll dwmapi enable_dwmapi implib
17476 wine_fn_config_dll dwrite enable_dwrite implib
17477 wine_fn_config_test dlls/dwrite/tests dwrite_test
17478 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17479 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17480 wine_fn_config_lib dxerr8
17481 wine_fn_config_lib dxerr9
17482 wine_fn_config_dll dxgi enable_dxgi implib
17483 wine_fn_config_test dlls/dxgi/tests dxgi_test
17484 wine_fn_config_lib dxguid
17485 wine_fn_config_dll dxva2 enable_dxva2
17486 wine_fn_config_dll esent enable_esent
17487 wine_fn_config_dll evr enable_evr
17488 wine_fn_config_dll explorerframe enable_explorerframe clean
17489 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17490 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17491 wine_fn_config_dll faultrep enable_faultrep implib
17492 wine_fn_config_test dlls/faultrep/tests faultrep_test
17493 wine_fn_config_dll fltlib enable_fltlib
17494 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17495 wine_fn_config_dll fntcache enable_fntcache
17496 wine_fn_config_dll fontsub enable_fontsub
17497 wine_fn_config_dll fusion enable_fusion
17498 wine_fn_config_test dlls/fusion/tests fusion_test
17499 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17500 wine_fn_config_dll gameux enable_gameux clean
17501 wine_fn_config_test dlls/gameux/tests gameux_test
17502 wine_fn_config_dll gdi.exe16 enable_win16
17503 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17504 wine_fn_config_test dlls/gdi32/tests gdi32_test
17505 wine_fn_config_dll gdiplus enable_gdiplus implib
17506 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17507 wine_fn_config_dll glu32 enable_glu32 implib
17508 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17509 wine_fn_config_dll gpkcsp enable_gpkcsp
17510 wine_fn_config_dll hal enable_hal
17511 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17512 wine_fn_config_dll hid enable_hid implib
17513 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17514 wine_fn_config_dll hlink enable_hlink clean,implib
17515 wine_fn_config_test dlls/hlink/tests hlink_test
17516 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17517 wine_fn_config_dll httpapi enable_httpapi
17518 wine_fn_config_dll iccvid enable_iccvid po
17519 wine_fn_config_dll icmp enable_icmp
17520 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17521 wine_fn_config_test dlls/ieframe/tests ieframe_test
17522 wine_fn_config_dll ifsmgr.vxd enable_win16
17523 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17524 wine_fn_config_dll imagehlp enable_imagehlp implib
17525 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17526 wine_fn_config_dll imm.dll16 enable_win16
17527 wine_fn_config_dll imm32 enable_imm32 implib
17528 wine_fn_config_test dlls/imm32/tests imm32_test
17529 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17530 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17531 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17532 wine_fn_config_dll inetmib1 enable_inetmib1
17533 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17534 wine_fn_config_dll infosoft enable_infosoft clean
17535 wine_fn_config_test dlls/infosoft/tests infosoft_test
17536 wine_fn_config_dll initpki enable_initpki
17537 wine_fn_config_dll inkobj enable_inkobj
17538 wine_fn_config_dll inseng enable_inseng clean
17539 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17540 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17541 wine_fn_config_dll itircl enable_itircl
17542 wine_fn_config_dll itss enable_itss clean
17543 wine_fn_config_test dlls/itss/tests itss_test
17544 wine_fn_config_dll joy.cpl enable_joy_cpl po
17545 wine_fn_config_dll jscript enable_jscript clean,po
17546 wine_fn_config_test dlls/jscript/tests jscript_test
17547 wine_fn_config_dll jsproxy enable_jsproxy implib
17548 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17549 wine_fn_config_test dlls/kernel32/tests kernel32_test
17550 wine_fn_config_dll keyboard.drv16 enable_win16
17551 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17552 wine_fn_config_dll ksuser enable_ksuser
17553 wine_fn_config_dll ktmw32 enable_ktmw32
17554 wine_fn_config_dll loadperf enable_loadperf implib
17555 wine_fn_config_dll localspl enable_localspl po
17556 wine_fn_config_test dlls/localspl/tests localspl_test
17557 wine_fn_config_dll localui enable_localui po
17558 wine_fn_config_test dlls/localui/tests localui_test
17559 wine_fn_config_dll lz32 enable_lz32 implib
17560 wine_fn_config_test dlls/lz32/tests lz32_test
17561 wine_fn_config_dll lzexpand.dll16 enable_win16
17562 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17563 wine_fn_config_test dlls/mapi32/tests mapi32_test
17564 wine_fn_config_dll mapistub enable_mapistub
17565 wine_fn_config_dll mciavi32 enable_mciavi32
17566 wine_fn_config_dll mcicda enable_mcicda
17567 wine_fn_config_dll mciqtz32 enable_mciqtz32
17568 wine_fn_config_dll mciseq enable_mciseq
17569 wine_fn_config_dll mciwave enable_mciwave
17570 wine_fn_config_dll mf enable_mf
17571 wine_fn_config_dll mfplat enable_mfplat
17572 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17573 wine_fn_config_dll mgmtapi enable_mgmtapi
17574 wine_fn_config_dll midimap enable_midimap
17575 wine_fn_config_dll mlang enable_mlang clean,implib
17576 wine_fn_config_test dlls/mlang/tests mlang_test
17577 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17578 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17579 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17580 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17581 wine_fn_config_dll mmdevldr.vxd enable_win16
17582 wine_fn_config_dll mmsystem.dll16 enable_win16
17583 wine_fn_config_dll monodebg.vxd enable_win16
17584 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17585 wine_fn_config_dll mouse.drv16 enable_win16
17586 wine_fn_config_dll mpr enable_mpr implib,po
17587 wine_fn_config_test dlls/mpr/tests mpr_test
17588 wine_fn_config_dll mprapi enable_mprapi implib
17589 wine_fn_config_dll msacm.dll16 enable_win16
17590 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17591 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17592 wine_fn_config_test dlls/msacm32/tests msacm32_test
17593 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17594 wine_fn_config_dll msasn1 enable_msasn1 implib
17595 wine_fn_config_dll mscat32 enable_mscat32
17596 wine_fn_config_dll mscms enable_mscms implib
17597 wine_fn_config_test dlls/mscms/tests mscms_test
17598 wine_fn_config_dll mscoree enable_mscoree clean
17599 wine_fn_config_test dlls/mscoree/tests mscoree_test
17600 wine_fn_config_dll msctf enable_msctf clean
17601 wine_fn_config_test dlls/msctf/tests msctf_test
17602 wine_fn_config_dll msctfp enable_msctfp clean
17603 wine_fn_config_dll msdaps enable_msdaps clean
17604 wine_fn_config_dll msdelta enable_msdelta
17605 wine_fn_config_dll msdmo enable_msdmo implib
17606 wine_fn_config_test dlls/msdmo/tests msdmo_test
17607 wine_fn_config_dll msftedit enable_msftedit
17608 wine_fn_config_dll msg711.acm enable_msg711_acm
17609 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17610 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17611 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17612 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17613 wine_fn_config_dll msi enable_msi clean,implib,po
17614 wine_fn_config_test dlls/msi/tests msi_test
17615 wine_fn_config_dll msident enable_msident clean
17616 wine_fn_config_dll msimg32 enable_msimg32 implib
17617 wine_fn_config_dll msimsg enable_msimsg
17618 wine_fn_config_dll msimtf enable_msimtf clean
17619 wine_fn_config_dll msisip enable_msisip
17620 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17621 wine_fn_config_dll msls31 enable_msls31
17622 wine_fn_config_dll msnet32 enable_msnet32
17623 wine_fn_config_dll mspatcha enable_mspatcha implib
17624 wine_fn_config_dll msrle32 enable_msrle32 po
17625 wine_fn_config_test dlls/msrle32/tests msrle32_test
17626 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17627 wine_fn_config_dll mssign32 enable_mssign32
17628 wine_fn_config_dll mssip32 enable_mssip32
17629 wine_fn_config_dll mstask enable_mstask clean
17630 wine_fn_config_test dlls/mstask/tests mstask_test
17631 wine_fn_config_dll msvcirt enable_msvcirt
17632 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17633 wine_fn_config_dll msvcm80 enable_msvcm80
17634 wine_fn_config_dll msvcm90 enable_msvcm90
17635 wine_fn_config_dll msvcp100 enable_msvcp100
17636 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17637 wine_fn_config_dll msvcp110 enable_msvcp110
17638 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17639 wine_fn_config_dll msvcp120 enable_msvcp120
17640 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17641 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17642 wine_fn_config_dll msvcp60 enable_msvcp60
17643 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17644 wine_fn_config_dll msvcp70 enable_msvcp70
17645 wine_fn_config_dll msvcp71 enable_msvcp71
17646 wine_fn_config_dll msvcp80 enable_msvcp80
17647 wine_fn_config_dll msvcp90 enable_msvcp90
17648 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17649 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17650 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17651 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17652 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17653 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17654 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17655 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17656 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17657 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17658 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17659 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17660 wine_fn_config_dll msvcrt enable_msvcrt implib
17661 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17662 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17663 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17664 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17665 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17666 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17667 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17668 wine_fn_config_dll msvidc32 enable_msvidc32 po
17669 wine_fn_config_dll msvideo.dll16 enable_win16
17670 wine_fn_config_dll mswsock enable_mswsock implib
17671 wine_fn_config_dll msxml enable_msxml clean
17672 wine_fn_config_dll msxml2 enable_msxml2 clean
17673 wine_fn_config_dll msxml3 enable_msxml3 clean
17674 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17675 wine_fn_config_dll msxml4 enable_msxml4 clean
17676 wine_fn_config_dll msxml6 enable_msxml6 clean
17677 wine_fn_config_dll nddeapi enable_nddeapi implib
17678 wine_fn_config_dll ndis.sys enable_ndis_sys
17679 wine_fn_config_dll netapi32 enable_netapi32 implib
17680 wine_fn_config_test dlls/netapi32/tests netapi32_test
17681 wine_fn_config_dll netcfgx enable_netcfgx clean
17682 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17683 wine_fn_config_dll netprofm enable_netprofm clean
17684 wine_fn_config_test dlls/netprofm/tests netprofm_test
17685 wine_fn_config_dll newdev enable_newdev implib
17686 wine_fn_config_dll normaliz enable_normaliz implib
17687 wine_fn_config_dll npmshtml enable_npmshtml
17688 wine_fn_config_dll npptools enable_npptools
17689 wine_fn_config_dll ntdll enable_ntdll implib
17690 wine_fn_config_test dlls/ntdll/tests ntdll_test
17691 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17692 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17693 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17694 wine_fn_config_dll ntprint enable_ntprint
17695 wine_fn_config_test dlls/ntprint/tests ntprint_test
17696 wine_fn_config_dll objsel enable_objsel clean
17697 wine_fn_config_dll odbc32 enable_odbc32 implib
17698 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17699 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17700 wine_fn_config_dll odbccu32 enable_odbccu32
17701 wine_fn_config_dll ole2.dll16 enable_win16
17702 wine_fn_config_dll ole2conv.dll16 enable_win16
17703 wine_fn_config_dll ole2disp.dll16 enable_win16
17704 wine_fn_config_dll ole2nls.dll16 enable_win16
17705 wine_fn_config_dll ole2prox.dll16 enable_win16
17706 wine_fn_config_dll ole2thk.dll16 enable_win16
17707 wine_fn_config_dll ole32 enable_ole32 clean,implib
17708 wine_fn_config_test dlls/ole32/tests ole32_test
17709 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17710 wine_fn_config_test dlls/oleacc/tests oleacc_test
17711 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17712 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17713 wine_fn_config_dll olecli.dll16 enable_win16
17714 wine_fn_config_dll olecli32 enable_olecli32 implib
17715 wine_fn_config_dll oledb32 enable_oledb32 clean
17716 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17717 wine_fn_config_dll oledlg enable_oledlg implib,po
17718 wine_fn_config_test dlls/oledlg/tests oledlg_test
17719 wine_fn_config_dll olepro32 enable_olepro32 implib
17720 wine_fn_config_dll olesvr.dll16 enable_win16
17721 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17722 wine_fn_config_dll olethk32 enable_olethk32
17723 wine_fn_config_dll openal32 enable_openal32
17724 wine_fn_config_dll opencl enable_opencl
17725 wine_fn_config_dll opengl32 enable_opengl32 implib
17726 wine_fn_config_test dlls/opengl32/tests opengl32_test
17727 wine_fn_config_dll packager enable_packager clean
17728 wine_fn_config_test dlls/packager/tests packager_test
17729 wine_fn_config_dll pdh enable_pdh implib
17730 wine_fn_config_test dlls/pdh/tests pdh_test
17731 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17732 wine_fn_config_dll pidgen enable_pidgen
17733 wine_fn_config_dll powrprof enable_powrprof implib
17734 wine_fn_config_dll printui enable_printui
17735 wine_fn_config_dll prntvpt enable_prntvpt
17736 wine_fn_config_dll propsys enable_propsys clean,implib
17737 wine_fn_config_test dlls/propsys/tests propsys_test
17738 wine_fn_config_dll psapi enable_psapi implib
17739 wine_fn_config_test dlls/psapi/tests psapi_test
17740 wine_fn_config_dll pstorec enable_pstorec clean
17741 wine_fn_config_dll qcap enable_qcap
17742 wine_fn_config_test dlls/qcap/tests qcap_test
17743 wine_fn_config_dll qedit enable_qedit clean
17744 wine_fn_config_test dlls/qedit/tests qedit_test
17745 wine_fn_config_dll qmgr enable_qmgr clean
17746 wine_fn_config_test dlls/qmgr/tests qmgr_test
17747 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17748 wine_fn_config_dll quartz enable_quartz clean,implib
17749 wine_fn_config_test dlls/quartz/tests quartz_test clean
17750 wine_fn_config_dll query enable_query
17751 wine_fn_config_dll rasapi16.dll16 enable_win16
17752 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17753 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17754 wine_fn_config_dll rasdlg enable_rasdlg implib
17755 wine_fn_config_dll regapi enable_regapi
17756 wine_fn_config_dll resutils enable_resutils implib
17757 wine_fn_config_dll riched20 enable_riched20 clean,implib
17758 wine_fn_config_test dlls/riched20/tests riched20_test
17759 wine_fn_config_dll riched32 enable_riched32
17760 wine_fn_config_test dlls/riched32/tests riched32_test
17761 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17762 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17763 wine_fn_config_dll rsabase enable_rsabase
17764 wine_fn_config_dll rsaenh enable_rsaenh implib
17765 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17766 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17767 wine_fn_config_dll rtutils enable_rtutils implib
17768 wine_fn_config_dll samlib enable_samlib
17769 wine_fn_config_dll sane.ds enable_sane_ds po
17770 wine_fn_config_dll scarddlg enable_scarddlg
17771 wine_fn_config_dll sccbase enable_sccbase
17772 wine_fn_config_dll schannel enable_schannel
17773 wine_fn_config_test dlls/schannel/tests schannel_test
17774 wine_fn_config_dll schedsvc enable_schedsvc clean
17775 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17776 wine_fn_config_dll scrrun enable_scrrun clean
17777 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17778 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17779 wine_fn_config_dll secur32 enable_secur32 implib
17780 wine_fn_config_test dlls/secur32/tests secur32_test
17781 wine_fn_config_dll security enable_security
17782 wine_fn_config_dll sensapi enable_sensapi implib
17783 wine_fn_config_dll serialui enable_serialui implib,po
17784 wine_fn_config_test dlls/serialui/tests serialui_test
17785 wine_fn_config_dll setupapi enable_setupapi implib,po
17786 wine_fn_config_test dlls/setupapi/tests setupapi_test
17787 wine_fn_config_dll setupx.dll16 enable_win16
17788 wine_fn_config_dll sfc enable_sfc implib
17789 wine_fn_config_dll sfc_os enable_sfc_os implib
17790 wine_fn_config_dll shdoclc enable_shdoclc po
17791 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17792 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17793 wine_fn_config_dll shell.dll16 enable_win16
17794 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17795 wine_fn_config_test dlls/shell32/tests shell32_test
17796 wine_fn_config_dll shfolder enable_shfolder implib
17797 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17798 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17799 wine_fn_config_dll slbcsp enable_slbcsp
17800 wine_fn_config_dll slc enable_slc implib
17801 wine_fn_config_test dlls/slc/tests slc_test
17802 wine_fn_config_dll snmpapi enable_snmpapi implib
17803 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17804 wine_fn_config_dll softpub enable_softpub
17805 wine_fn_config_dll sound.drv16 enable_win16
17806 wine_fn_config_dll spoolss enable_spoolss implib
17807 wine_fn_config_test dlls/spoolss/tests spoolss_test
17808 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17809 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17810 wine_fn_config_dll sti enable_sti clean,implib
17811 wine_fn_config_test dlls/sti/tests sti_test
17812 wine_fn_config_dll storage.dll16 enable_win16
17813 wine_fn_config_dll stress.dll16 enable_win16
17814 wine_fn_config_lib strmbase
17815 wine_fn_config_lib strmiids
17816 wine_fn_config_dll svrapi enable_svrapi
17817 wine_fn_config_dll sxs enable_sxs implib
17818 wine_fn_config_test dlls/sxs/tests sxs_test
17819 wine_fn_config_dll system.drv16 enable_win16
17820 wine_fn_config_dll t2embed enable_t2embed
17821 wine_fn_config_dll tapi32 enable_tapi32 implib
17822 wine_fn_config_dll taskschd enable_taskschd clean
17823 wine_fn_config_test dlls/taskschd/tests taskschd_test
17824 wine_fn_config_dll toolhelp.dll16 enable_win16
17825 wine_fn_config_dll traffic enable_traffic
17826 wine_fn_config_dll twain.dll16 enable_win16
17827 wine_fn_config_dll twain_32 enable_twain_32
17828 wine_fn_config_test dlls/twain_32/tests twain_32_test
17829 wine_fn_config_dll typelib.dll16 enable_win16
17830 wine_fn_config_dll ucrtbase enable_ucrtbase
17831 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17832 wine_fn_config_dll unicows enable_unicows implib
17833 wine_fn_config_dll updspapi enable_updspapi
17834 wine_fn_config_dll url enable_url implib
17835 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17836 wine_fn_config_test dlls/urlmon/tests urlmon_test
17837 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17838 wine_fn_config_dll user.exe16 enable_win16
17839 wine_fn_config_dll user32 enable_user32 clean,implib,po
17840 wine_fn_config_test dlls/user32/tests user32_test
17841 wine_fn_config_dll userenv enable_userenv implib
17842 wine_fn_config_test dlls/userenv/tests userenv_test
17843 wine_fn_config_dll usp10 enable_usp10 implib
17844 wine_fn_config_test dlls/usp10/tests usp10_test
17845 wine_fn_config_lib uuid
17846 wine_fn_config_dll uxtheme enable_uxtheme implib
17847 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17848 wine_fn_config_dll vbscript enable_vbscript clean
17849 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17850 wine_fn_config_dll vcomp enable_vcomp
17851 wine_fn_config_test dlls/vcomp/tests vcomp_test
17852 wine_fn_config_dll vcomp100 enable_vcomp100
17853 wine_fn_config_dll vcomp110 enable_vcomp110
17854 wine_fn_config_dll vcomp120 enable_vcomp120
17855 wine_fn_config_dll vcomp90 enable_vcomp90
17856 wine_fn_config_dll vdhcp.vxd enable_win16
17857 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17858 wine_fn_config_dll ver.dll16 enable_win16
17859 wine_fn_config_dll version enable_version implib
17860 wine_fn_config_test dlls/version/tests version_test
17861 wine_fn_config_dll vmm.vxd enable_win16
17862 wine_fn_config_dll vnbt.vxd enable_win16
17863 wine_fn_config_dll vnetbios.vxd enable_win16
17864 wine_fn_config_dll vssapi enable_vssapi
17865 wine_fn_config_dll vtdapi.vxd enable_win16
17866 wine_fn_config_dll vwin32.vxd enable_win16
17867 wine_fn_config_dll w32skrnl enable_win16
17868 wine_fn_config_dll w32sys.dll16 enable_win16
17869 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17870 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17871 wine_fn_config_dll wbemprox enable_wbemprox clean
17872 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17873 wine_fn_config_dll webservices enable_webservices implib
17874 wine_fn_config_test dlls/webservices/tests webservices_test
17875 wine_fn_config_dll wer enable_wer implib
17876 wine_fn_config_test dlls/wer/tests wer_test
17877 wine_fn_config_dll wevtapi enable_wevtapi
17878 wine_fn_config_dll wiaservc enable_wiaservc clean
17879 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17880 wine_fn_config_dll win32s16.dll16 enable_win16
17881 wine_fn_config_dll win87em.dll16 enable_win16
17882 wine_fn_config_dll winaspi.dll16 enable_win16
17883 wine_fn_config_dll windebug.dll16 enable_win16
17884 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17885 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17886 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17887 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17888 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17889 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17890 wine_fn_config_lib winecrt0
17891 wine_fn_config_dll wined3d enable_wined3d implib
17892 wine_fn_config_dll winegstreamer enable_winegstreamer
17893 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17894 wine_fn_config_dll winemac.drv enable_winemac_drv
17895 wine_fn_config_dll winemapi enable_winemapi
17896 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17897 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17898 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17899 wine_fn_config_dll wineps16.drv16 enable_win16
17900 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17901 wine_fn_config_dll winex11.drv enable_winex11_drv
17902 wine_fn_config_dll wing.dll16 enable_win16
17903 wine_fn_config_dll wing32 enable_wing32
17904 wine_fn_config_dll winhttp enable_winhttp clean,implib
17905 wine_fn_config_test dlls/winhttp/tests winhttp_test
17906 wine_fn_config_dll wininet enable_wininet implib,po
17907 wine_fn_config_test dlls/wininet/tests wininet_test
17908 wine_fn_config_dll winmm enable_winmm implib,po
17909 wine_fn_config_test dlls/winmm/tests winmm_test
17910 wine_fn_config_dll winnls.dll16 enable_win16
17911 wine_fn_config_dll winnls32 enable_winnls32 implib
17912 wine_fn_config_dll winscard enable_winscard implib
17913 wine_fn_config_dll winsock.dll16 enable_win16
17914 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17915 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17916 wine_fn_config_dll winsta enable_winsta
17917 wine_fn_config_dll wintab.dll16 enable_win16
17918 wine_fn_config_dll wintab32 enable_wintab32 implib
17919 wine_fn_config_test dlls/wintab32/tests wintab32_test
17920 wine_fn_config_dll wintrust enable_wintrust implib
17921 wine_fn_config_test dlls/wintrust/tests wintrust_test
17922 wine_fn_config_dll wlanapi enable_wlanapi
17923 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17924 wine_fn_config_test dlls/wldap32/tests wldap32_test
17925 wine_fn_config_dll wmi enable_wmi
17926 wine_fn_config_dll wmiutils enable_wmiutils clean
17927 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17928 wine_fn_config_dll wmp enable_wmp clean
17929 wine_fn_config_test dlls/wmp/tests wmp_test
17930 wine_fn_config_dll wmvcore enable_wmvcore
17931 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17932 wine_fn_config_dll wow32 enable_win16 implib
17933 wine_fn_config_dll wpcap enable_wpcap
17934 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17935 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17936 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17937 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17938 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17939 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17940 wine_fn_config_dll wsock32 enable_wsock32 implib
17941 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17942 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17943 wine_fn_config_dll wuapi enable_wuapi clean
17944 wine_fn_config_dll wuaueng enable_wuaueng
17945 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
17946 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17947 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17948 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17949 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17950 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17951 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17952 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7 implib
17953 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17954 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
17955 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17956 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17957 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17958 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
17959 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
17960 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
17961 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
17962 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
17963 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
17964 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
17965 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17966 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17967 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17968 wine_fn_config_dll xinput1_1 enable_xinput1_1
17969 wine_fn_config_dll xinput1_2 enable_xinput1_2
17970 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17971 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17972 wine_fn_config_dll xinput1_4 enable_xinput1_4
17973 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17974 wine_fn_config_dll xmllite enable_xmllite implib
17975 wine_fn_config_test dlls/xmllite/tests xmllite_test
17976 wine_fn_config_dll xolehlp enable_xolehlp
17977 wine_fn_config_dll xpsprint enable_xpsprint
17978 wine_fn_config_dll xpssvcs enable_xpssvcs
17979 wine_fn_config_makefile documentation enable_documentation clean
17980 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17981 wine_fn_config_makefile include enable_include clean,install-dev
17982 wine_fn_config_makefile libs/port enable_libs_port
17983 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17984 wine_fn_config_makefile libs/wpp enable_libs_wpp
17985 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17986 wine_fn_config_program arp enable_arp install
17987 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17988 wine_fn_config_program attrib enable_attrib install,po
17989 wine_fn_config_program cabarc enable_cabarc install
17990 wine_fn_config_program cacls enable_cacls install
17991 wine_fn_config_program clock enable_clock install,po
17992 wine_fn_config_program cmd enable_cmd install,po
17993 wine_fn_config_test programs/cmd/tests cmd.exe_test
17994 wine_fn_config_program conhost enable_conhost install
17995 wine_fn_config_program control enable_control install
17996 wine_fn_config_program cscript enable_cscript clean,install
17997 wine_fn_config_program dpnsvr enable_dpnsvr install
17998 wine_fn_config_program dxdiag enable_dxdiag install,po
17999 wine_fn_config_program eject enable_eject install
18000 wine_fn_config_program expand enable_expand install
18001 wine_fn_config_program explorer enable_explorer install,po
18002 wine_fn_config_program extrac32 enable_extrac32 install
18003 wine_fn_config_program findstr enable_findstr install
18004 wine_fn_config_program hh enable_hh install
18005 wine_fn_config_program hostname enable_hostname install,po
18006 wine_fn_config_program icinfo enable_icinfo install
18007 wine_fn_config_program iexplore enable_iexplore install
18008 wine_fn_config_program ipconfig enable_ipconfig install,po
18009 wine_fn_config_program lodctr enable_lodctr install
18010 wine_fn_config_program mofcomp enable_mofcomp install
18011 wine_fn_config_program mshta enable_mshta install
18012 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18013 wine_fn_config_program net enable_net install,po
18014 wine_fn_config_program netsh enable_netsh install
18015 wine_fn_config_program netstat enable_netstat install,po
18016 wine_fn_config_program ngen enable_ngen install
18017 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18018 wine_fn_config_program oleview enable_oleview install,po
18019 wine_fn_config_program ping enable_ping install
18020 wine_fn_config_program plugplay enable_plugplay install
18021 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18022 wine_fn_config_program progman enable_progman install,po
18023 wine_fn_config_program reg enable_reg install,po
18024 wine_fn_config_test programs/reg/tests reg.exe_test
18025 wine_fn_config_program regasm enable_regasm install
18026 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18027 wine_fn_config_test programs/regedit/tests regedit.exe_test
18028 wine_fn_config_program regsvcs enable_regsvcs install
18029 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18030 wine_fn_config_program rpcss enable_rpcss clean,install
18031 wine_fn_config_program rundll.exe16 enable_win16 install
18032 wine_fn_config_program rundll32 enable_rundll32 install
18033 wine_fn_config_program sc enable_sc install
18034 wine_fn_config_program schtasks enable_schtasks install
18035 wine_fn_config_program sdbinst enable_sdbinst install
18036 wine_fn_config_program secedit enable_secedit install
18037 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18038 wine_fn_config_program services enable_services clean,install
18039 wine_fn_config_test programs/services/tests services.exe_test
18040 wine_fn_config_program spoolsv enable_spoolsv install
18041 wine_fn_config_program start enable_start install,po
18042 wine_fn_config_program svchost enable_svchost install
18043 wine_fn_config_program systeminfo enable_systeminfo install
18044 wine_fn_config_program taskkill enable_taskkill install,po
18045 wine_fn_config_program tasklist enable_tasklist install
18046 wine_fn_config_program taskmgr enable_taskmgr install,po
18047 wine_fn_config_program termsv enable_termsv install
18048 wine_fn_config_program uninstaller enable_uninstaller install,po
18049 wine_fn_config_program unlodctr enable_unlodctr install
18050 wine_fn_config_program view enable_view install,po
18051 wine_fn_config_program wevtutil enable_wevtutil install
18052 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18053 wine_fn_config_program winebrowser enable_winebrowser install
18054 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18055 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18056 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18057 wine_fn_config_program winedevice enable_winedevice install
18058 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18059 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18060 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18061 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18062 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18063 wine_fn_config_program winetest enable_winetest clean
18064 wine_fn_config_program winevdm enable_win16 install
18065 wine_fn_config_program winhelp.exe16 enable_win16 install
18066 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18067 wine_fn_config_program winoldap.mod16 enable_win16 install
18068 wine_fn_config_program winver enable_winver install
18069 wine_fn_config_program wmic enable_wmic install,po
18070 wine_fn_config_program wordpad enable_wordpad install,po
18071 wine_fn_config_program write enable_write install,po
18072 wine_fn_config_program wscript enable_wscript clean,install
18073 wine_fn_config_test programs/wscript/tests wscript.exe_test
18074 wine_fn_config_program wusa enable_wusa install
18075 wine_fn_config_program xcopy enable_xcopy install,po
18076 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18077 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18078 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18079 wine_fn_config_tool tools/sfnt2fon clean
18080 wine_fn_config_tool tools/widl clean,install-dev,manpage
18081 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18082 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18083 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18084 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18085 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18087 LINGUAS="\
18088 ar \
18089 bg \
18090 ca \
18091 cs \
18092 da \
18093 de \
18094 el \
18095 en \
18096 en_US \
18097 eo \
18098 es \
18099 fa \
18100 fi \
18101 fr \
18102 he \
18103 hi \
18104 hr \
18105 hu \
18106 it \
18107 ja \
18108 ko \
18109 lt \
18110 ml \
18111 nb_NO \
18112 nl \
18113 or \
18114 pa \
18115 pl \
18116 pt_BR \
18117 pt_PT \
18118 rm \
18119 ro \
18120 ru \
18121 sk \
18122 sl \
18123 sr_RS@cyrillic \
18124 sr_RS@latin \
18125 sv \
18126 te \
18127 th \
18128 tr \
18129 uk \
18130 wa \
18131 zh_CN \
18132 zh_TW"
18137 wine_fn_ignore_file ".gitignore"
18138 wine_fn_ignore_file "Makefile"
18139 wine_fn_ignore_file "TAGS"
18140 wine_fn_ignore_file "tags"
18141 wine_fn_ignore_file "autom4te.cache"
18142 wine_fn_ignore_file "config.cache"
18143 wine_fn_ignore_file "config.log"
18144 wine_fn_ignore_file "config.status"
18145 wine_fn_ignore_file "configure.lineno"
18146 wine_fn_ignore_file "include/config.h"
18147 wine_fn_ignore_file "include/stamp-h"
18148 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18150 if test "x$enable_tools" != xno
18151 then
18152 wine_fn_ignore_file "tools/makedep$ac_exeext"
18153 ac_config_commands="$ac_config_commands tools/makedep"
18157 ac_config_commands="$ac_config_commands Makefile"
18160 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18164 if test "x$enable_maintainer_mode" = xyes
18165 then
18166 wine_fn_append_rule "configure: configure.ac aclocal.m4
18167 autoconf --warnings=all
18168 include/config.h.in: include/stamp-h.in
18169 include/stamp-h.in: configure.ac aclocal.m4
18170 autoheader --warnings=all
18171 @echo timestamp > \$@"
18174 if test "x$with_gettextpo" = xyes
18175 then
18176 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18177 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18178 \$(LINGUAS:%=po/%.po): po/wine.pot
18179 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18180 po/wine.pot: \$(ALL_POT_FILES)
18181 msgcat -o \$@ \$(ALL_POT_FILES)"
18184 if test "$MSGFMT" != false
18185 then
18186 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18187 clean::
18188 \$(RM) \$(LINGUAS:%=po/%.mo)"
18190 posrc="po"
18191 test "$srcdir" = . || posrc="$srcdir/po"
18192 for i in $LINGUAS
18194 wine_fn_ignore_file "po/$i.mo"
18195 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18196 \$(MSGFMT) -o \$@ $posrc/$i.po"
18197 done
18198 else
18199 LINGUAS=
18202 if test "x$enable_tools" != xno
18203 then
18204 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18205 @./config.status tools/makedep
18206 Makefile: tools/makedep$ac_exeext
18207 distclean:: clean
18208 \$(RM) tools/makedep$ac_exeext"
18209 else
18210 wine_fn_append_rule "\$(MAKEDEP):
18211 @echo \"You need to run make in $TOOLSDIR first\" && false"
18214 if test -n "$with_wine64"
18215 then
18216 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18217 fonts server tools:
18218 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18219 $with_wine64/loader/wine:
18220 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18221 $with_wine64/loader/wine-preloader:
18222 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18223 clean::
18224 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18225 else
18226 as_fn_append LOADER_RULES "
18227 install install-lib:: wine.inf install-man-pages
18228 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18229 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18231 uninstall::
18232 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18236 if test "$srcdir" = .
18237 then
18238 ac_config_commands="$ac_config_commands .gitignore"
18242 $as_echo " done" >&6
18243 cat >confcache <<\_ACEOF
18244 # This file is a shell script that caches the results of configure
18245 # tests run on this system so they can be shared between configure
18246 # scripts and configure runs, see configure's option --config-cache.
18247 # It is not useful on other systems. If it contains results you don't
18248 # want to keep, you may remove or edit it.
18250 # config.status only pays attention to the cache file if you give it
18251 # the --recheck option to rerun configure.
18253 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18254 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18255 # following values.
18257 _ACEOF
18259 # The following way of writing the cache mishandles newlines in values,
18260 # but we know of no workaround that is simple, portable, and efficient.
18261 # So, we kill variables containing newlines.
18262 # Ultrix sh set writes to stderr and can't be redirected directly,
18263 # and sets the high bit in the cache file unless we assign to the vars.
18265 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18266 eval ac_val=\$$ac_var
18267 case $ac_val in #(
18268 *${as_nl}*)
18269 case $ac_var in #(
18270 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18271 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18272 esac
18273 case $ac_var in #(
18274 _ | IFS | as_nl) ;; #(
18275 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18276 *) { eval $ac_var=; unset $ac_var;} ;;
18277 esac ;;
18278 esac
18279 done
18281 (set) 2>&1 |
18282 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18283 *${as_nl}ac_space=\ *)
18284 # `set' does not quote correctly, so add quotes: double-quote
18285 # substitution turns \\\\ into \\, and sed turns \\ into \.
18286 sed -n \
18287 "s/'/'\\\\''/g;
18288 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18289 ;; #(
18291 # `set' quotes correctly as required by POSIX, so do not add quotes.
18292 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18294 esac |
18295 sort
18297 sed '
18298 /^ac_cv_env_/b end
18299 t clear
18300 :clear
18301 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18302 t end
18303 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18304 :end' >>confcache
18305 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18306 if test -w "$cache_file"; then
18307 if test "x$cache_file" != "x/dev/null"; then
18308 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18309 $as_echo "$as_me: updating cache $cache_file" >&6;}
18310 if test ! -f "$cache_file" || test -h "$cache_file"; then
18311 cat confcache >"$cache_file"
18312 else
18313 case $cache_file in #(
18314 */* | ?:*)
18315 mv -f confcache "$cache_file"$$ &&
18316 mv -f "$cache_file"$$ "$cache_file" ;; #(
18318 mv -f confcache "$cache_file" ;;
18319 esac
18322 else
18323 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18324 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18327 rm -f confcache
18329 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18330 # Let make expand exec_prefix.
18331 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18333 DEFS=-DHAVE_CONFIG_H
18335 ac_libobjs=
18336 ac_ltlibobjs=
18338 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18339 # 1. Remove the extension, and $U if already installed.
18340 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18341 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18342 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18343 # will be set to the directory where LIBOBJS objects are built.
18344 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18345 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18346 done
18347 LIBOBJS=$ac_libobjs
18349 LTLIBOBJS=$ac_ltlibobjs
18353 : "${CONFIG_STATUS=./config.status}"
18354 ac_write_fail=0
18355 ac_clean_files_save=$ac_clean_files
18356 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18357 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18358 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18359 as_write_fail=0
18360 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18361 #! $SHELL
18362 # Generated by $as_me.
18363 # Run this file to recreate the current configuration.
18364 # Compiler output produced by configure, useful for debugging
18365 # configure, is in config.log if it exists.
18367 debug=false
18368 ac_cs_recheck=false
18369 ac_cs_silent=false
18371 SHELL=\${CONFIG_SHELL-$SHELL}
18372 export SHELL
18373 _ASEOF
18374 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18375 ## -------------------- ##
18376 ## M4sh Initialization. ##
18377 ## -------------------- ##
18379 # Be more Bourne compatible
18380 DUALCASE=1; export DUALCASE # for MKS sh
18381 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18382 emulate sh
18383 NULLCMD=:
18384 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18385 # is contrary to our usage. Disable this feature.
18386 alias -g '${1+"$@"}'='"$@"'
18387 setopt NO_GLOB_SUBST
18388 else
18389 case `(set -o) 2>/dev/null` in #(
18390 *posix*) :
18391 set -o posix ;; #(
18392 *) :
18394 esac
18398 as_nl='
18400 export as_nl
18401 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18402 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18403 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18404 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18405 # Prefer a ksh shell builtin over an external printf program on Solaris,
18406 # but without wasting forks for bash or zsh.
18407 if test -z "$BASH_VERSION$ZSH_VERSION" \
18408 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18409 as_echo='print -r --'
18410 as_echo_n='print -rn --'
18411 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18412 as_echo='printf %s\n'
18413 as_echo_n='printf %s'
18414 else
18415 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18416 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18417 as_echo_n='/usr/ucb/echo -n'
18418 else
18419 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18420 as_echo_n_body='eval
18421 arg=$1;
18422 case $arg in #(
18423 *"$as_nl"*)
18424 expr "X$arg" : "X\\(.*\\)$as_nl";
18425 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18426 esac;
18427 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18429 export as_echo_n_body
18430 as_echo_n='sh -c $as_echo_n_body as_echo'
18432 export as_echo_body
18433 as_echo='sh -c $as_echo_body as_echo'
18436 # The user is always right.
18437 if test "${PATH_SEPARATOR+set}" != set; then
18438 PATH_SEPARATOR=:
18439 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18440 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18441 PATH_SEPARATOR=';'
18446 # IFS
18447 # We need space, tab and new line, in precisely that order. Quoting is
18448 # there to prevent editors from complaining about space-tab.
18449 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18450 # splitting by setting IFS to empty value.)
18451 IFS=" "" $as_nl"
18453 # Find who we are. Look in the path if we contain no directory separator.
18454 as_myself=
18455 case $0 in #((
18456 *[\\/]* ) as_myself=$0 ;;
18457 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18458 for as_dir in $PATH
18460 IFS=$as_save_IFS
18461 test -z "$as_dir" && as_dir=.
18462 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18463 done
18464 IFS=$as_save_IFS
18467 esac
18468 # We did not find ourselves, most probably we were run as `sh COMMAND'
18469 # in which case we are not to be found in the path.
18470 if test "x$as_myself" = x; then
18471 as_myself=$0
18473 if test ! -f "$as_myself"; then
18474 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18475 exit 1
18478 # Unset variables that we do not need and which cause bugs (e.g. in
18479 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18480 # suppresses any "Segmentation fault" message there. '((' could
18481 # trigger a bug in pdksh 5.2.14.
18482 for as_var in BASH_ENV ENV MAIL MAILPATH
18483 do eval test x\${$as_var+set} = xset \
18484 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18485 done
18486 PS1='$ '
18487 PS2='> '
18488 PS4='+ '
18490 # NLS nuisances.
18491 LC_ALL=C
18492 export LC_ALL
18493 LANGUAGE=C
18494 export LANGUAGE
18496 # CDPATH.
18497 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18500 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18501 # ----------------------------------------
18502 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18503 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18504 # script with STATUS, using 1 if that was 0.
18505 as_fn_error ()
18507 as_status=$1; test $as_status -eq 0 && as_status=1
18508 if test "$4"; then
18509 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18510 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18512 $as_echo "$as_me: error: $2" >&2
18513 as_fn_exit $as_status
18514 } # as_fn_error
18517 # as_fn_set_status STATUS
18518 # -----------------------
18519 # Set $? to STATUS, without forking.
18520 as_fn_set_status ()
18522 return $1
18523 } # as_fn_set_status
18525 # as_fn_exit STATUS
18526 # -----------------
18527 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18528 as_fn_exit ()
18530 set +e
18531 as_fn_set_status $1
18532 exit $1
18533 } # as_fn_exit
18535 # as_fn_unset VAR
18536 # ---------------
18537 # Portably unset VAR.
18538 as_fn_unset ()
18540 { eval $1=; unset $1;}
18542 as_unset=as_fn_unset
18543 # as_fn_append VAR VALUE
18544 # ----------------------
18545 # Append the text in VALUE to the end of the definition contained in VAR. Take
18546 # advantage of any shell optimizations that allow amortized linear growth over
18547 # repeated appends, instead of the typical quadratic growth present in naive
18548 # implementations.
18549 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18550 eval 'as_fn_append ()
18552 eval $1+=\$2
18554 else
18555 as_fn_append ()
18557 eval $1=\$$1\$2
18559 fi # as_fn_append
18561 # as_fn_arith ARG...
18562 # ------------------
18563 # Perform arithmetic evaluation on the ARGs, and store the result in the
18564 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18565 # must be portable across $(()) and expr.
18566 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18567 eval 'as_fn_arith ()
18569 as_val=$(( $* ))
18571 else
18572 as_fn_arith ()
18574 as_val=`expr "$@" || test $? -eq 1`
18576 fi # as_fn_arith
18579 if expr a : '\(a\)' >/dev/null 2>&1 &&
18580 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18581 as_expr=expr
18582 else
18583 as_expr=false
18586 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18587 as_basename=basename
18588 else
18589 as_basename=false
18592 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18593 as_dirname=dirname
18594 else
18595 as_dirname=false
18598 as_me=`$as_basename -- "$0" ||
18599 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18600 X"$0" : 'X\(//\)$' \| \
18601 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18602 $as_echo X/"$0" |
18603 sed '/^.*\/\([^/][^/]*\)\/*$/{
18604 s//\1/
18607 /^X\/\(\/\/\)$/{
18608 s//\1/
18611 /^X\/\(\/\).*/{
18612 s//\1/
18615 s/.*/./; q'`
18617 # Avoid depending upon Character Ranges.
18618 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18619 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18620 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18621 as_cr_digits='0123456789'
18622 as_cr_alnum=$as_cr_Letters$as_cr_digits
18624 ECHO_C= ECHO_N= ECHO_T=
18625 case `echo -n x` in #(((((
18626 -n*)
18627 case `echo 'xy\c'` in
18628 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18629 xy) ECHO_C='\c';;
18630 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18631 ECHO_T=' ';;
18632 esac;;
18634 ECHO_N='-n';;
18635 esac
18637 rm -f conf$$ conf$$.exe conf$$.file
18638 if test -d conf$$.dir; then
18639 rm -f conf$$.dir/conf$$.file
18640 else
18641 rm -f conf$$.dir
18642 mkdir conf$$.dir 2>/dev/null
18644 if (echo >conf$$.file) 2>/dev/null; then
18645 if ln -s conf$$.file conf$$ 2>/dev/null; then
18646 as_ln_s='ln -s'
18647 # ... but there are two gotchas:
18648 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18649 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18650 # In both cases, we have to default to `cp -pR'.
18651 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18652 as_ln_s='cp -pR'
18653 elif ln conf$$.file conf$$ 2>/dev/null; then
18654 as_ln_s=ln
18655 else
18656 as_ln_s='cp -pR'
18658 else
18659 as_ln_s='cp -pR'
18661 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18662 rmdir conf$$.dir 2>/dev/null
18665 # as_fn_mkdir_p
18666 # -------------
18667 # Create "$as_dir" as a directory, including parents if necessary.
18668 as_fn_mkdir_p ()
18671 case $as_dir in #(
18672 -*) as_dir=./$as_dir;;
18673 esac
18674 test -d "$as_dir" || eval $as_mkdir_p || {
18675 as_dirs=
18676 while :; do
18677 case $as_dir in #(
18678 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18679 *) as_qdir=$as_dir;;
18680 esac
18681 as_dirs="'$as_qdir' $as_dirs"
18682 as_dir=`$as_dirname -- "$as_dir" ||
18683 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18684 X"$as_dir" : 'X\(//\)[^/]' \| \
18685 X"$as_dir" : 'X\(//\)$' \| \
18686 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18687 $as_echo X"$as_dir" |
18688 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18689 s//\1/
18692 /^X\(\/\/\)[^/].*/{
18693 s//\1/
18696 /^X\(\/\/\)$/{
18697 s//\1/
18700 /^X\(\/\).*/{
18701 s//\1/
18704 s/.*/./; q'`
18705 test -d "$as_dir" && break
18706 done
18707 test -z "$as_dirs" || eval "mkdir $as_dirs"
18708 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18711 } # as_fn_mkdir_p
18712 if mkdir -p . 2>/dev/null; then
18713 as_mkdir_p='mkdir -p "$as_dir"'
18714 else
18715 test -d ./-p && rmdir ./-p
18716 as_mkdir_p=false
18720 # as_fn_executable_p FILE
18721 # -----------------------
18722 # Test if FILE is an executable regular file.
18723 as_fn_executable_p ()
18725 test -f "$1" && test -x "$1"
18726 } # as_fn_executable_p
18727 as_test_x='test -x'
18728 as_executable_p=as_fn_executable_p
18730 # Sed expression to map a string onto a valid CPP name.
18731 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18733 # Sed expression to map a string onto a valid variable name.
18734 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18737 exec 6>&1
18738 ## ----------------------------------- ##
18739 ## Main body of $CONFIG_STATUS script. ##
18740 ## ----------------------------------- ##
18741 _ASEOF
18742 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18745 # Save the log message, to keep $0 and so on meaningful, and to
18746 # report actual input values of CONFIG_FILES etc. instead of their
18747 # values after options handling.
18748 ac_log="
18749 This file was extended by Wine $as_me 1.7.52, which was
18750 generated by GNU Autoconf 2.69. Invocation command line was
18752 CONFIG_FILES = $CONFIG_FILES
18753 CONFIG_HEADERS = $CONFIG_HEADERS
18754 CONFIG_LINKS = $CONFIG_LINKS
18755 CONFIG_COMMANDS = $CONFIG_COMMANDS
18756 $ $0 $@
18758 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18761 _ACEOF
18763 case $ac_config_files in *"
18764 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18765 esac
18767 case $ac_config_headers in *"
18768 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18769 esac
18772 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18773 # Files that config.status was made for.
18774 config_files="$ac_config_files"
18775 config_headers="$ac_config_headers"
18776 config_links="$ac_config_links"
18777 config_commands="$ac_config_commands"
18779 _ACEOF
18781 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18782 ac_cs_usage="\
18783 \`$as_me' instantiates files and other configuration actions
18784 from templates according to the current configuration. Unless the files
18785 and actions are specified as TAGs, all are instantiated by default.
18787 Usage: $0 [OPTION]... [TAG]...
18789 -h, --help print this help, then exit
18790 -V, --version print version number and configuration settings, then exit
18791 --config print configuration, then exit
18792 -q, --quiet, --silent
18793 do not print progress messages
18794 -d, --debug don't remove temporary files
18795 --recheck update $as_me by reconfiguring in the same conditions
18796 --file=FILE[:TEMPLATE]
18797 instantiate the configuration file FILE
18798 --header=FILE[:TEMPLATE]
18799 instantiate the configuration header FILE
18801 Configuration files:
18802 $config_files
18804 Configuration headers:
18805 $config_headers
18807 Configuration links:
18808 $config_links
18810 Configuration commands:
18811 $config_commands
18813 Report bugs to <wine-devel@winehq.org>.
18814 Wine home page: <http://www.winehq.org>."
18816 _ACEOF
18817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18818 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18819 ac_cs_version="\\
18820 Wine config.status 1.7.52
18821 configured by $0, generated by GNU Autoconf 2.69,
18822 with options \\"\$ac_cs_config\\"
18824 Copyright (C) 2012 Free Software Foundation, Inc.
18825 This config.status script is free software; the Free Software Foundation
18826 gives unlimited permission to copy, distribute and modify it."
18828 ac_pwd='$ac_pwd'
18829 srcdir='$srcdir'
18830 test -n "\$AWK" || AWK=awk
18831 _ACEOF
18833 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18834 # The default lists apply if the user does not specify any file.
18835 ac_need_defaults=:
18836 while test $# != 0
18838 case $1 in
18839 --*=?*)
18840 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18841 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18842 ac_shift=:
18844 --*=)
18845 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18846 ac_optarg=
18847 ac_shift=:
18850 ac_option=$1
18851 ac_optarg=$2
18852 ac_shift=shift
18854 esac
18856 case $ac_option in
18857 # Handling of the options.
18858 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18859 ac_cs_recheck=: ;;
18860 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18861 $as_echo "$ac_cs_version"; exit ;;
18862 --config | --confi | --conf | --con | --co | --c )
18863 $as_echo "$ac_cs_config"; exit ;;
18864 --debug | --debu | --deb | --de | --d | -d )
18865 debug=: ;;
18866 --file | --fil | --fi | --f )
18867 $ac_shift
18868 case $ac_optarg in
18869 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18870 '') as_fn_error $? "missing file argument" ;;
18871 esac
18872 as_fn_append CONFIG_FILES " '$ac_optarg'"
18873 ac_need_defaults=false;;
18874 --header | --heade | --head | --hea )
18875 $ac_shift
18876 case $ac_optarg in
18877 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18878 esac
18879 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18880 ac_need_defaults=false;;
18881 --he | --h)
18882 # Conflict between --help and --header
18883 as_fn_error $? "ambiguous option: \`$1'
18884 Try \`$0 --help' for more information.";;
18885 --help | --hel | -h )
18886 $as_echo "$ac_cs_usage"; exit ;;
18887 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18888 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18889 ac_cs_silent=: ;;
18891 # This is an error.
18892 -*) as_fn_error $? "unrecognized option: \`$1'
18893 Try \`$0 --help' for more information." ;;
18895 *) as_fn_append ac_config_targets " $1"
18896 ac_need_defaults=false ;;
18898 esac
18899 shift
18900 done
18902 ac_configure_extra_args=
18904 if $ac_cs_silent; then
18905 exec 6>/dev/null
18906 ac_configure_extra_args="$ac_configure_extra_args --silent"
18909 _ACEOF
18910 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18911 if \$ac_cs_recheck; then
18912 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18913 shift
18914 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18915 CONFIG_SHELL='$SHELL'
18916 export CONFIG_SHELL
18917 exec "\$@"
18920 _ACEOF
18921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18922 exec 5>>config.log
18924 echo
18925 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18926 ## Running $as_me. ##
18927 _ASBOX
18928 $as_echo "$ac_log"
18929 } >&5
18931 _ACEOF
18932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18934 # INIT-COMMANDS
18936 wine_fn_output_makedep ()
18938 as_dir=tools; as_fn_mkdir_p
18939 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18941 wine_fn_output_makefile ()
18943 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18944 `cat $wine_rules_file`
18945 _WINE_EOF
18946 as_fn_error $? "could not create Makefile" "$LINENO" 5
18948 wine_fn_output_gitignore ()
18950 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18951 $GITIGNORE
18952 _WINE_EOF
18953 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18956 _ACEOF
18958 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18960 # Handling of arguments.
18961 for ac_config_target in $ac_config_targets
18963 case $ac_config_target in
18964 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18965 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18966 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18967 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18968 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18969 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18970 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
18971 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18972 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18973 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18974 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18975 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18976 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18977 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18978 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18980 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18981 esac
18982 done
18985 # If the user did not use the arguments to specify the items to instantiate,
18986 # then the envvar interface is used. Set only those that are not.
18987 # We use the long form for the default assignment because of an extremely
18988 # bizarre bug on SunOS 4.1.3.
18989 if $ac_need_defaults; then
18990 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18991 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18992 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18993 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18996 # Have a temporary directory for convenience. Make it in the build tree
18997 # simply because there is no reason against having it here, and in addition,
18998 # creating and moving files from /tmp can sometimes cause problems.
18999 # Hook for its removal unless debugging.
19000 # Note that there is a small window in which the directory will not be cleaned:
19001 # after its creation but before its name has been assigned to `$tmp'.
19002 $debug ||
19004 tmp= ac_tmp=
19005 trap 'exit_status=$?
19006 : "${ac_tmp:=$tmp}"
19007 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19009 trap 'as_fn_exit 1' 1 2 13 15
19011 # Create a (secure) tmp directory for tmp files.
19014 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19015 test -d "$tmp"
19016 } ||
19018 tmp=./conf$$-$RANDOM
19019 (umask 077 && mkdir "$tmp")
19020 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19021 ac_tmp=$tmp
19023 # Set up the scripts for CONFIG_FILES section.
19024 # No need to generate them if there are no CONFIG_FILES.
19025 # This happens for instance with `./config.status config.h'.
19026 if test -n "$CONFIG_FILES"; then
19029 ac_cr=`echo X | tr X '\015'`
19030 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19031 # But we know of no other shell where ac_cr would be empty at this
19032 # point, so we can use a bashism as a fallback.
19033 if test "x$ac_cr" = x; then
19034 eval ac_cr=\$\'\\r\'
19036 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19037 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19038 ac_cs_awk_cr='\\r'
19039 else
19040 ac_cs_awk_cr=$ac_cr
19043 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19044 _ACEOF
19048 echo "cat >conf$$subs.awk <<_ACEOF" &&
19049 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19050 echo "_ACEOF"
19051 } >conf$$subs.sh ||
19052 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19053 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19054 ac_delim='%!_!# '
19055 for ac_last_try in false false false false false :; do
19056 . ./conf$$subs.sh ||
19057 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19059 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19060 if test $ac_delim_n = $ac_delim_num; then
19061 break
19062 elif $ac_last_try; then
19063 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19064 else
19065 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19067 done
19068 rm -f conf$$subs.sh
19070 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19071 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19072 _ACEOF
19073 sed -n '
19075 s/^/S["/; s/!.*/"]=/
19078 s/^[^!]*!//
19079 :repl
19080 t repl
19081 s/'"$ac_delim"'$//
19082 t delim
19085 s/\(.\{148\}\)..*/\1/
19086 t more1
19087 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19090 b repl
19091 :more1
19092 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19095 s/.\{148\}//
19096 t nl
19097 :delim
19099 s/\(.\{148\}\)..*/\1/
19100 t more2
19101 s/["\\]/\\&/g; s/^/"/; s/$/"/
19104 :more2
19105 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19108 s/.\{148\}//
19109 t delim
19110 ' <conf$$subs.awk | sed '
19111 /^[^""]/{
19113 s/\n//
19115 ' >>$CONFIG_STATUS || ac_write_fail=1
19116 rm -f conf$$subs.awk
19117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19118 _ACAWK
19119 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19120 for (key in S) S_is_set[key] = 1
19121 FS = "\a"
19125 line = $ 0
19126 nfields = split(line, field, "@")
19127 substed = 0
19128 len = length(field[1])
19129 for (i = 2; i < nfields; i++) {
19130 key = field[i]
19131 keylen = length(key)
19132 if (S_is_set[key]) {
19133 value = S[key]
19134 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19135 len += length(value) + length(field[++i])
19136 substed = 1
19137 } else
19138 len += 1 + keylen
19141 print line
19144 _ACAWK
19145 _ACEOF
19146 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19147 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19148 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19149 else
19151 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19152 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19153 _ACEOF
19155 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19156 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19157 # trailing colons and then remove the whole line if VPATH becomes empty
19158 # (actually we leave an empty line to preserve line numbers).
19159 if test "x$srcdir" = x.; then
19160 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19162 s///
19163 s/^/:/
19164 s/[ ]*$/:/
19165 s/:\$(srcdir):/:/g
19166 s/:\${srcdir}:/:/g
19167 s/:@srcdir@:/:/g
19168 s/^:*//
19169 s/:*$//
19171 s/\(=[ ]*\).*/\1/
19173 s/\n//
19174 s/^[^=]*=[ ]*$//
19178 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19179 fi # test -n "$CONFIG_FILES"
19181 # Set up the scripts for CONFIG_HEADERS section.
19182 # No need to generate them if there are no CONFIG_HEADERS.
19183 # This happens for instance with `./config.status Makefile'.
19184 if test -n "$CONFIG_HEADERS"; then
19185 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19186 BEGIN {
19187 _ACEOF
19189 # Transform confdefs.h into an awk script `defines.awk', embedded as
19190 # here-document in config.status, that substitutes the proper values into
19191 # config.h.in to produce config.h.
19193 # Create a delimiter string that does not exist in confdefs.h, to ease
19194 # handling of long lines.
19195 ac_delim='%!_!# '
19196 for ac_last_try in false false :; do
19197 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19198 if test -z "$ac_tt"; then
19199 break
19200 elif $ac_last_try; then
19201 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19202 else
19203 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19205 done
19207 # For the awk script, D is an array of macro values keyed by name,
19208 # likewise P contains macro parameters if any. Preserve backslash
19209 # newline sequences.
19211 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19212 sed -n '
19213 s/.\{148\}/&'"$ac_delim"'/g
19214 t rset
19215 :rset
19216 s/^[ ]*#[ ]*define[ ][ ]*/ /
19217 t def
19219 :def
19220 s/\\$//
19221 t bsnl
19222 s/["\\]/\\&/g
19223 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19224 D["\1"]=" \3"/p
19225 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19227 :bsnl
19228 s/["\\]/\\&/g
19229 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19230 D["\1"]=" \3\\\\\\n"\\/p
19231 t cont
19232 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19233 t cont
19235 :cont
19237 s/.\{148\}/&'"$ac_delim"'/g
19238 t clear
19239 :clear
19240 s/\\$//
19241 t bsnlc
19242 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19244 :bsnlc
19245 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19246 b cont
19247 ' <confdefs.h | sed '
19248 s/'"$ac_delim"'/"\\\
19249 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19252 for (key in D) D_is_set[key] = 1
19253 FS = "\a"
19255 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19256 line = \$ 0
19257 split(line, arg, " ")
19258 if (arg[1] == "#") {
19259 defundef = arg[2]
19260 mac1 = arg[3]
19261 } else {
19262 defundef = substr(arg[1], 2)
19263 mac1 = arg[2]
19265 split(mac1, mac2, "(") #)
19266 macro = mac2[1]
19267 prefix = substr(line, 1, index(line, defundef) - 1)
19268 if (D_is_set[macro]) {
19269 # Preserve the white space surrounding the "#".
19270 print prefix "define", macro P[macro] D[macro]
19271 next
19272 } else {
19273 # Replace #undef with comments. This is necessary, for example,
19274 # in the case of _POSIX_SOURCE, which is predefined and required
19275 # on some systems where configure will not decide to define it.
19276 if (defundef == "undef") {
19277 print "/*", prefix defundef, macro, "*/"
19278 next
19282 { print }
19283 _ACAWK
19284 _ACEOF
19285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19286 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19287 fi # test -n "$CONFIG_HEADERS"
19290 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19291 shift
19292 for ac_tag
19294 case $ac_tag in
19295 :[FHLC]) ac_mode=$ac_tag; continue;;
19296 esac
19297 case $ac_mode$ac_tag in
19298 :[FHL]*:*);;
19299 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19300 :[FH]-) ac_tag=-:-;;
19301 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19302 esac
19303 ac_save_IFS=$IFS
19304 IFS=:
19305 set x $ac_tag
19306 IFS=$ac_save_IFS
19307 shift
19308 ac_file=$1
19309 shift
19311 case $ac_mode in
19312 :L) ac_source=$1;;
19313 :[FH])
19314 ac_file_inputs=
19315 for ac_f
19317 case $ac_f in
19318 -) ac_f="$ac_tmp/stdin";;
19319 *) # Look for the file first in the build tree, then in the source tree
19320 # (if the path is not absolute). The absolute path cannot be DOS-style,
19321 # because $ac_f cannot contain `:'.
19322 test -f "$ac_f" ||
19323 case $ac_f in
19324 [\\/$]*) false;;
19325 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19326 esac ||
19327 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19328 esac
19329 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19330 as_fn_append ac_file_inputs " '$ac_f'"
19331 done
19333 # Let's still pretend it is `configure' which instantiates (i.e., don't
19334 # use $as_me), people would be surprised to read:
19335 # /* config.h. Generated by config.status. */
19336 configure_input='Generated from '`
19337 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19338 `' by configure.'
19339 if test x"$ac_file" != x-; then
19340 configure_input="$ac_file. $configure_input"
19341 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19342 $as_echo "$as_me: creating $ac_file" >&6;}
19344 # Neutralize special characters interpreted by sed in replacement strings.
19345 case $configure_input in #(
19346 *\&* | *\|* | *\\* )
19347 ac_sed_conf_input=`$as_echo "$configure_input" |
19348 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19349 *) ac_sed_conf_input=$configure_input;;
19350 esac
19352 case $ac_tag in
19353 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19354 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19355 esac
19357 esac
19359 ac_dir=`$as_dirname -- "$ac_file" ||
19360 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19361 X"$ac_file" : 'X\(//\)[^/]' \| \
19362 X"$ac_file" : 'X\(//\)$' \| \
19363 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19364 $as_echo X"$ac_file" |
19365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19366 s//\1/
19369 /^X\(\/\/\)[^/].*/{
19370 s//\1/
19373 /^X\(\/\/\)$/{
19374 s//\1/
19377 /^X\(\/\).*/{
19378 s//\1/
19381 s/.*/./; q'`
19382 as_dir="$ac_dir"; as_fn_mkdir_p
19383 ac_builddir=.
19385 case "$ac_dir" in
19386 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19388 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19389 # A ".." for each directory in $ac_dir_suffix.
19390 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19391 case $ac_top_builddir_sub in
19392 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19393 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19394 esac ;;
19395 esac
19396 ac_abs_top_builddir=$ac_pwd
19397 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19398 # for backward compatibility:
19399 ac_top_builddir=$ac_top_build_prefix
19401 case $srcdir in
19402 .) # We are building in place.
19403 ac_srcdir=.
19404 ac_top_srcdir=$ac_top_builddir_sub
19405 ac_abs_top_srcdir=$ac_pwd ;;
19406 [\\/]* | ?:[\\/]* ) # Absolute name.
19407 ac_srcdir=$srcdir$ac_dir_suffix;
19408 ac_top_srcdir=$srcdir
19409 ac_abs_top_srcdir=$srcdir ;;
19410 *) # Relative name.
19411 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19412 ac_top_srcdir=$ac_top_build_prefix$srcdir
19413 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19414 esac
19415 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19418 case $ac_mode in
19421 # CONFIG_FILE
19424 _ACEOF
19426 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19427 # If the template does not know about datarootdir, expand it.
19428 # FIXME: This hack should be removed a few years after 2.60.
19429 ac_datarootdir_hack=; ac_datarootdir_seen=
19430 ac_sed_dataroot='
19431 /datarootdir/ {
19435 /@datadir@/p
19436 /@docdir@/p
19437 /@infodir@/p
19438 /@localedir@/p
19439 /@mandir@/p'
19440 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19441 *datarootdir*) ac_datarootdir_seen=yes;;
19442 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19444 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19445 _ACEOF
19446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19447 ac_datarootdir_hack='
19448 s&@datadir@&$datadir&g
19449 s&@docdir@&$docdir&g
19450 s&@infodir@&$infodir&g
19451 s&@localedir@&$localedir&g
19452 s&@mandir@&$mandir&g
19453 s&\\\${datarootdir}&$datarootdir&g' ;;
19454 esac
19455 _ACEOF
19457 # Neutralize VPATH when `$srcdir' = `.'.
19458 # Shell code in configure.ac might set extrasub.
19459 # FIXME: do we really want to maintain this feature?
19460 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19461 ac_sed_extra="$ac_vpsub
19462 $extrasub
19463 _ACEOF
19464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19466 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19467 s|@configure_input@|$ac_sed_conf_input|;t t
19468 s&@top_builddir@&$ac_top_builddir_sub&;t t
19469 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19470 s&@srcdir@&$ac_srcdir&;t t
19471 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19472 s&@top_srcdir@&$ac_top_srcdir&;t t
19473 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19474 s&@builddir@&$ac_builddir&;t t
19475 s&@abs_builddir@&$ac_abs_builddir&;t t
19476 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19477 $ac_datarootdir_hack
19479 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19480 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19482 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19483 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19484 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19485 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19487 which seems to be undefined. Please make sure it is defined" >&5
19488 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19489 which seems to be undefined. Please make sure it is defined" >&2;}
19491 rm -f "$ac_tmp/stdin"
19492 case $ac_file in
19493 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19494 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19495 esac \
19496 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19500 # CONFIG_HEADER
19502 if test x"$ac_file" != x-; then
19504 $as_echo "/* $configure_input */" \
19505 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19506 } >"$ac_tmp/config.h" \
19507 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19508 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19509 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19510 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19511 else
19512 rm -f "$ac_file"
19513 mv "$ac_tmp/config.h" "$ac_file" \
19514 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19516 else
19517 $as_echo "/* $configure_input */" \
19518 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19519 || as_fn_error $? "could not create -" "$LINENO" 5
19524 # CONFIG_LINK
19527 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19529 else
19530 # Prefer the file from the source tree if names are identical.
19531 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19532 ac_source=$srcdir/$ac_source
19535 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19536 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19538 if test ! -r "$ac_source"; then
19539 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19541 rm -f "$ac_file"
19543 # Try a relative symlink, then a hard link, then a copy.
19544 case $ac_source in
19545 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19546 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19547 esac
19548 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19549 ln "$ac_source" "$ac_file" 2>/dev/null ||
19550 cp -p "$ac_source" "$ac_file" ||
19551 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19554 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19555 $as_echo "$as_me: executing $ac_file commands" >&6;}
19557 esac
19560 case $ac_file$ac_mode in
19561 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19562 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19563 "Makefile":C) wine_fn_output_makefile Makefile ;;
19564 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19566 esac
19567 done # for ac_tag
19570 as_fn_exit 0
19571 _ACEOF
19572 ac_clean_files=$ac_clean_files_save
19574 test $ac_write_fail = 0 ||
19575 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19578 # configure is writing to config.log, and then calls config.status.
19579 # config.status does its own redirection, appending to config.log.
19580 # Unfortunately, on DOS this fails, as config.log is still kept open
19581 # by configure, so config.status won't be able to write to it; its
19582 # output is simply discarded. So we exec the FD to /dev/null,
19583 # effectively closing config.log, so it can be properly (re)opened and
19584 # appended to by config.status. When coming back to configure, we
19585 # need to make the FD available again.
19586 if test "$no_create" != yes; then
19587 ac_cs_success=:
19588 ac_config_status_args=
19589 test "$silent" = yes &&
19590 ac_config_status_args="$ac_config_status_args --quiet"
19591 exec 5>/dev/null
19592 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19593 exec 5>>config.log
19594 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19595 # would make configure fail if this is the last instruction.
19596 $ac_cs_success || as_fn_exit 1
19598 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19600 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19604 if test "$no_create" = "yes"
19605 then
19606 exit 0
19609 ac_save_IFS="$IFS"
19610 if test "x$wine_notices != "x; then
19611 echo >&6
19612 IFS="|"
19613 for msg in $wine_notices; do
19614 IFS="$ac_save_IFS"
19615 if ${msg:+false} :; then :
19617 else
19618 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19619 $as_echo "$as_me: $msg" >&6;}
19621 done
19623 IFS="|"
19624 for msg in $wine_warnings; do
19625 IFS="$ac_save_IFS"
19626 if ${msg:+false} :; then :
19628 else
19629 echo >&2
19630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19631 $as_echo "$as_me: WARNING: $msg" >&2;}
19633 done
19634 IFS="$ac_save_IFS"
19636 $as_echo "
19637 $as_me: Finished. Do '${ac_make}' to compile Wine.
19638 " >&6