d3d11/tests: Add test for 3D texture interfaces.
[wine.git] / configure
blob6a5bf0f5f9d279c33d2035d8610d338ec4e275c6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.50.
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.50'
584 PACKAGE_STRING='Wine 1.7.50'
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 BUILTINFLAG
636 EXTRACFLAGS
637 PROCSTAT_LIBS
638 KSTAT_LIBS
639 MPG123_LIBS
640 MPG123_CFLAGS
641 TIFF_LIBS
642 TIFF_CFLAGS
643 PNG_LIBS
644 PNG_CFLAGS
645 JPEG_LIBS
646 JPEG_CFLAGS
647 FONTCONFIG_LIBS
648 FONTCONFIG_CFLAGS
649 CUPS_CFLAGS
650 CAPI20_LIBS
651 CAPI20_CFLAGS
652 OSS4_CFLAGS
653 ALSA_LIBS
654 GSTREAMER_LIBS
655 GSTREAMER_CFLAGS
656 GETTEXTPO_LIBS
657 Z_LIBS
658 FREETYPE_LIBS
659 FREETYPE_CFLAGS
660 LCMS2_LIBS
661 LCMS2_CFLAGS
662 RESOLV_LIBS
663 GPHOTO2_PORT_LIBS
664 GPHOTO2_PORT_CFLAGS
665 GPHOTO2_LIBS
666 GPHOTO2_CFLAGS
667 SANE_LIBS
668 SANE_CFLAGS
669 GNUTLS_LIBS
670 GNUTLS_CFLAGS
671 HAL_LIBS
672 HAL_CFLAGS
673 DBUS_LIBS
674 DBUS_CFLAGS
675 XSLT_LIBS
676 XSLT_CFLAGS
677 XML2_LIBS
678 XML2_CFLAGS
679 LIBPCAP
680 X_EXTRA_LIBS
681 X_LIBS
682 X_PRE_LIBS
683 X_CFLAGS
684 XMKMF
685 PTHREAD_LIBS
686 CROSSCC
687 CROSSTARGET
688 PRELINK
689 CARBON_LIBS
690 QUICKTIME_LIBS
691 OPENCL_LIBS
692 OPENAL_LIBS
693 COREAUDIO_LIBS
694 SECURITY_LIBS
695 DISKARBITRATION_LIBS
696 APPKIT_LIBS
697 CORESERVICES_LIBS
698 APPLICATIONSERVICES_LIBS
699 FORCEFEEDBACK_LIBS
700 IOKIT_LIBS
701 COREFOUNDATION_LIBS
702 LIBWINE_RULES
703 SOCKET_LIBS
704 DLLTOOL
705 LOADER_RULES
706 ALL_TEST_RESOURCES
707 READELF
708 OTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 DLLFLAGS
713 DLLPREFIX
714 dlldir
716 OPENGL_LIBS
717 ICOTOOL
718 CONVERT
719 RSVG
720 FONTFORGE
721 PKG_CONFIG
722 MSGFMT
723 LDCONFIG
724 EGREP
725 GREP
726 LN_S
727 RANLIB
728 ARFLAGS
729 STRIP
730 ac_ct_AR
732 BISON
733 FLEX
734 TOOLSDIR
735 TARGETFLAGS
737 CPPBIN
738 ac_ct_CXX
739 CXXFLAGS
741 OBJEXT
742 EXEEXT
743 ac_ct_CC
744 CPPFLAGS
745 LDFLAGS
746 CFLAGS
748 SET_MAKE
749 host_os
750 host_vendor
751 host_cpu
752 host
753 build_os
754 build_vendor
755 build_cpu
756 build
757 target_alias
758 host_alias
759 build_alias
760 LIBS
761 ECHO_T
762 ECHO_N
763 ECHO_C
764 DEFS
765 mandir
766 localedir
767 libdir
768 psdir
769 pdfdir
770 dvidir
771 htmldir
772 infodir
773 docdir
774 oldincludedir
775 includedir
776 runstatedir
777 localstatedir
778 sharedstatedir
779 sysconfdir
780 datadir
781 datarootdir
782 libexecdir
783 sbindir
784 bindir
785 program_transform_name
786 prefix
787 exec_prefix
788 PACKAGE_URL
789 PACKAGE_BUGREPORT
790 PACKAGE_STRING
791 PACKAGE_VERSION
792 PACKAGE_TARNAME
793 PACKAGE_NAME
794 PATH_SEPARATOR
795 SHELL'
796 ac_subst_files=''
797 ac_user_opts='
798 enable_option_checking
799 enable_win16
800 enable_win64
801 enable_tests
802 enable_maintainer_mode
803 with_alsa
804 with_capi
805 with_cms
806 with_coreaudio
807 with_cups
808 with_curses
809 with_dbus
810 with_fontconfig
811 with_freetype
812 with_gettext
813 with_gettextpo
814 with_gphoto
815 with_glu
816 with_gnutls
817 with_gsm
818 with_gstreamer
819 with_hal
820 with_jpeg
821 with_ldap
822 with_mpg123
823 with_netapi
824 with_openal
825 with_opencl
826 with_opengl
827 with_osmesa
828 with_oss
829 with_pcap
830 with_png
831 with_pthread
832 with_sane
833 with_tiff
834 with_v4l
835 with_xcomposite
836 with_xcursor
837 with_xinerama
838 with_xinput
839 with_xinput2
840 with_xml
841 with_xrandr
842 with_xrender
843 with_xshape
844 with_xshm
845 with_xslt
846 with_xxf86vm
847 with_zlib
848 with_wine_tools
849 with_wine64
850 enable_largefile
851 with_x
852 enable_acledit
853 enable_aclui
854 enable_activeds
855 enable_actxprxy
856 enable_advapi32
857 enable_advpack
858 enable_amstream
859 enable_api_ms_win_core_com_l1_1_0
860 enable_api_ms_win_core_console_l1_1_0
861 enable_api_ms_win_core_datetime_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_1
863 enable_api_ms_win_core_debug_l1_1_0
864 enable_api_ms_win_core_debug_l1_1_1
865 enable_api_ms_win_core_errorhandling_l1_1_0
866 enable_api_ms_win_core_errorhandling_l1_1_1
867 enable_api_ms_win_core_errorhandling_l1_1_2
868 enable_api_ms_win_core_fibers_l1_1_0
869 enable_api_ms_win_core_fibers_l1_1_1
870 enable_api_ms_win_core_file_l1_1_0
871 enable_api_ms_win_core_file_l1_2_0
872 enable_api_ms_win_core_file_l2_1_0
873 enable_api_ms_win_core_file_l2_1_1
874 enable_api_ms_win_core_handle_l1_1_0
875 enable_api_ms_win_core_heap_l1_1_0
876 enable_api_ms_win_core_heap_l1_2_0
877 enable_api_ms_win_core_heap_obsolete_l1_1_0
878 enable_api_ms_win_core_interlocked_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_2_0
880 enable_api_ms_win_core_io_l1_1_1
881 enable_api_ms_win_core_kernel32_legacy_l1_1_0
882 enable_api_ms_win_core_libraryloader_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_1
884 enable_api_ms_win_core_localization_l1_2_0
885 enable_api_ms_win_core_localization_l1_2_1
886 enable_api_ms_win_core_localization_obsolete_l1_1_0
887 enable_api_ms_win_core_localregistry_l1_1_0
888 enable_api_ms_win_core_memory_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_1
890 enable_api_ms_win_core_misc_l1_1_0
891 enable_api_ms_win_core_namedpipe_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_2_0
893 enable_api_ms_win_core_processenvironment_l1_1_0
894 enable_api_ms_win_core_processenvironment_l1_2_0
895 enable_api_ms_win_core_processthreads_l1_1_0
896 enable_api_ms_win_core_processthreads_l1_1_1
897 enable_api_ms_win_core_processthreads_l1_1_2
898 enable_api_ms_win_core_profile_l1_1_0
899 enable_api_ms_win_core_psapi_l1_1_0
900 enable_api_ms_win_core_registry_l1_1_0
901 enable_api_ms_win_core_rtlsupport_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_2_0
903 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
904 enable_api_ms_win_core_string_l1_1_0
905 enable_api_ms_win_core_synch_l1_1_0
906 enable_api_ms_win_core_synch_l1_2_0
907 enable_api_ms_win_core_sysinfo_l1_1_0
908 enable_api_ms_win_core_sysinfo_l1_2_0
909 enable_api_ms_win_core_sysinfo_l1_2_1
910 enable_api_ms_win_core_threadpool_legacy_l1_1_0
911 enable_api_ms_win_core_timezone_l1_1_0
912 enable_api_ms_win_core_url_l1_1_0
913 enable_api_ms_win_core_util_l1_1_0
914 enable_api_ms_win_core_winrt_error_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_1
916 enable_api_ms_win_core_winrt_l1_1_0
917 enable_api_ms_win_core_winrt_string_l1_1_0
918 enable_api_ms_win_core_xstate_l2_1_0
919 enable_api_ms_win_crt_conio_l1_1_0
920 enable_api_ms_win_crt_convert_l1_1_0
921 enable_api_ms_win_crt_environment_l1_1_0
922 enable_api_ms_win_crt_filesystem_l1_1_0
923 enable_api_ms_win_crt_heap_l1_1_0
924 enable_api_ms_win_crt_locale_l1_1_0
925 enable_api_ms_win_crt_math_l1_1_0
926 enable_api_ms_win_crt_multibyte_l1_1_0
927 enable_api_ms_win_crt_private_l1_1_0
928 enable_api_ms_win_crt_process_l1_1_0
929 enable_api_ms_win_crt_runtime_l1_1_0
930 enable_api_ms_win_crt_stdio_l1_1_0
931 enable_api_ms_win_crt_string_l1_1_0
932 enable_api_ms_win_crt_time_l1_1_0
933 enable_api_ms_win_crt_utility_l1_1_0
934 enable_api_ms_win_downlevel_advapi32_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l2_1_0
936 enable_api_ms_win_downlevel_normaliz_l1_1_0
937 enable_api_ms_win_downlevel_ole32_l1_1_0
938 enable_api_ms_win_downlevel_shell32_l1_1_0
939 enable_api_ms_win_downlevel_shlwapi_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l2_1_0
941 enable_api_ms_win_downlevel_user32_l1_1_0
942 enable_api_ms_win_downlevel_version_l1_1_0
943 enable_api_ms_win_eventing_provider_l1_1_0
944 enable_api_ms_win_ntuser_dc_access_l1_1_0
945 enable_api_ms_win_security_base_l1_1_0
946 enable_api_ms_win_security_base_l1_2_0
947 enable_api_ms_win_security_sddl_l1_1_0
948 enable_api_ms_win_service_core_l1_1_1
949 enable_api_ms_win_service_management_l1_1_0
950 enable_api_ms_win_service_winsvc_l1_2_0
951 enable_apphelp
952 enable_appwiz_cpl
953 enable_atl
954 enable_atl100
955 enable_atl110
956 enable_atl80
957 enable_atl90
958 enable_authz
959 enable_avicap32
960 enable_avifil32
961 enable_avrt
962 enable_bcrypt
963 enable_browseui
964 enable_cabinet
965 enable_capi2032
966 enable_cards
967 enable_cfgmgr32
968 enable_clusapi
969 enable_combase
970 enable_comcat
971 enable_comctl32
972 enable_comdlg32
973 enable_compstui
974 enable_comsvcs
975 enable_connect
976 enable_credui
977 enable_crtdll
978 enable_crypt32
979 enable_cryptdlg
980 enable_cryptdll
981 enable_cryptext
982 enable_cryptnet
983 enable_cryptui
984 enable_ctapi32
985 enable_ctl3d32
986 enable_d2d1
987 enable_d3d10
988 enable_d3d10_1
989 enable_d3d10core
990 enable_d3d11
991 enable_d3d8
992 enable_d3d9
993 enable_d3dcompiler_33
994 enable_d3dcompiler_34
995 enable_d3dcompiler_35
996 enable_d3dcompiler_36
997 enable_d3dcompiler_37
998 enable_d3dcompiler_38
999 enable_d3dcompiler_39
1000 enable_d3dcompiler_40
1001 enable_d3dcompiler_41
1002 enable_d3dcompiler_42
1003 enable_d3dcompiler_43
1004 enable_d3dcompiler_46
1005 enable_d3dcompiler_47
1006 enable_d3dim
1007 enable_d3drm
1008 enable_d3dx10_33
1009 enable_d3dx10_34
1010 enable_d3dx10_35
1011 enable_d3dx10_36
1012 enable_d3dx10_37
1013 enable_d3dx10_38
1014 enable_d3dx10_39
1015 enable_d3dx10_40
1016 enable_d3dx10_41
1017 enable_d3dx10_42
1018 enable_d3dx10_43
1019 enable_d3dx11_42
1020 enable_d3dx11_43
1021 enable_d3dx9_24
1022 enable_d3dx9_25
1023 enable_d3dx9_26
1024 enable_d3dx9_27
1025 enable_d3dx9_28
1026 enable_d3dx9_29
1027 enable_d3dx9_30
1028 enable_d3dx9_31
1029 enable_d3dx9_32
1030 enable_d3dx9_33
1031 enable_d3dx9_34
1032 enable_d3dx9_35
1033 enable_d3dx9_36
1034 enable_d3dx9_37
1035 enable_d3dx9_38
1036 enable_d3dx9_39
1037 enable_d3dx9_40
1038 enable_d3dx9_41
1039 enable_d3dx9_42
1040 enable_d3dx9_43
1041 enable_d3dxof
1042 enable_davclnt
1043 enable_dbgeng
1044 enable_dbghelp
1045 enable_dciman32
1046 enable_ddraw
1047 enable_ddrawex
1048 enable_devenum
1049 enable_dhcpcsvc
1050 enable_difxapi
1051 enable_dinput
1052 enable_dinput8
1053 enable_dispex
1054 enable_dmband
1055 enable_dmcompos
1056 enable_dmime
1057 enable_dmloader
1058 enable_dmscript
1059 enable_dmstyle
1060 enable_dmsynth
1061 enable_dmusic
1062 enable_dmusic32
1063 enable_dnsapi
1064 enable_dplay
1065 enable_dplayx
1066 enable_dpnaddr
1067 enable_dpnet
1068 enable_dpnhpast
1069 enable_dpnlobby
1070 enable_dpvoice
1071 enable_dpwsockx
1072 enable_drmclien
1073 enable_dsound
1074 enable_dssenh
1075 enable_dswave
1076 enable_dwmapi
1077 enable_dwrite
1078 enable_dxdiagn
1079 enable_dxgi
1080 enable_dxva2
1081 enable_evr
1082 enable_explorerframe
1083 enable_ext_ms_win_gdi_devcaps_l1_1_0
1084 enable_faultrep
1085 enable_fltlib
1086 enable_fntcache
1087 enable_fontsub
1088 enable_fusion
1089 enable_fwpuclnt
1090 enable_gameux
1091 enable_gdi32
1092 enable_gdiplus
1093 enable_glu32
1094 enable_gphoto2_ds
1095 enable_gpkcsp
1096 enable_hal
1097 enable_hhctrl_ocx
1098 enable_hid
1099 enable_hidclass_sys
1100 enable_hlink
1101 enable_hnetcfg
1102 enable_httpapi
1103 enable_iccvid
1104 enable_icmp
1105 enable_ieframe
1106 enable_imaadp32_acm
1107 enable_imagehlp
1108 enable_imm32
1109 enable_inetcomm
1110 enable_inetcpl_cpl
1111 enable_inetmib1
1112 enable_infosoft
1113 enable_initpki
1114 enable_inkobj
1115 enable_inseng
1116 enable_iphlpapi
1117 enable_itircl
1118 enable_itss
1119 enable_joy_cpl
1120 enable_jscript
1121 enable_jsproxy
1122 enable_kernel32
1123 enable_ksuser
1124 enable_ktmw32
1125 enable_loadperf
1126 enable_localspl
1127 enable_localui
1128 enable_lz32
1129 enable_mapi32
1130 enable_mapistub
1131 enable_mciavi32
1132 enable_mcicda
1133 enable_mciqtz32
1134 enable_mciseq
1135 enable_mciwave
1136 enable_mf
1137 enable_mfplat
1138 enable_mfreadwrite
1139 enable_mgmtapi
1140 enable_midimap
1141 enable_mlang
1142 enable_mmcndmgr
1143 enable_mmdevapi
1144 enable_mountmgr_sys
1145 enable_mpr
1146 enable_mprapi
1147 enable_msacm32_drv
1148 enable_msacm32
1149 enable_msadp32_acm
1150 enable_msasn1
1151 enable_mscat32
1152 enable_mscms
1153 enable_mscoree
1154 enable_msctf
1155 enable_msctfp
1156 enable_msdaps
1157 enable_msdmo
1158 enable_msftedit
1159 enable_msg711_acm
1160 enable_msgsm32_acm
1161 enable_mshtml_tlb
1162 enable_mshtml
1163 enable_msi
1164 enable_msident
1165 enable_msimg32
1166 enable_msimsg
1167 enable_msimtf
1168 enable_msisip
1169 enable_msisys_ocx
1170 enable_msls31
1171 enable_msnet32
1172 enable_mspatcha
1173 enable_msrle32
1174 enable_msscript_ocx
1175 enable_mssign32
1176 enable_mssip32
1177 enable_mstask
1178 enable_msvcirt
1179 enable_msvcm80
1180 enable_msvcm90
1181 enable_msvcp100
1182 enable_msvcp110
1183 enable_msvcp120
1184 enable_msvcp120_app
1185 enable_msvcp60
1186 enable_msvcp70
1187 enable_msvcp71
1188 enable_msvcp80
1189 enable_msvcp90
1190 enable_msvcr100
1191 enable_msvcr110
1192 enable_msvcr120
1193 enable_msvcr120_app
1194 enable_msvcr70
1195 enable_msvcr71
1196 enable_msvcr80
1197 enable_msvcr90
1198 enable_msvcrt
1199 enable_msvcrt20
1200 enable_msvcrt40
1201 enable_msvcrtd
1202 enable_msvfw32
1203 enable_msvidc32
1204 enable_mswsock
1205 enable_msxml
1206 enable_msxml2
1207 enable_msxml3
1208 enable_msxml4
1209 enable_msxml6
1210 enable_nddeapi
1211 enable_ndis_sys
1212 enable_netapi32
1213 enable_netcfgx
1214 enable_netprofm
1215 enable_newdev
1216 enable_normaliz
1217 enable_npmshtml
1218 enable_npptools
1219 enable_ntdll
1220 enable_ntdsapi
1221 enable_ntoskrnl_exe
1222 enable_ntprint
1223 enable_objsel
1224 enable_odbc32
1225 enable_odbccp32
1226 enable_odbccu32
1227 enable_ole32
1228 enable_oleacc
1229 enable_oleaut32
1230 enable_olecli32
1231 enable_oledb32
1232 enable_oledlg
1233 enable_olepro32
1234 enable_olesvr32
1235 enable_olethk32
1236 enable_openal32
1237 enable_opencl
1238 enable_opengl32
1239 enable_packager
1240 enable_pdh
1241 enable_photometadatahandler
1242 enable_pidgen
1243 enable_powrprof
1244 enable_printui
1245 enable_prntvpt
1246 enable_propsys
1247 enable_psapi
1248 enable_pstorec
1249 enable_qcap
1250 enable_qedit
1251 enable_qmgr
1252 enable_qmgrprxy
1253 enable_quartz
1254 enable_query
1255 enable_rasapi32
1256 enable_rasdlg
1257 enable_regapi
1258 enable_resutils
1259 enable_riched20
1260 enable_riched32
1261 enable_rpcrt4
1262 enable_rsabase
1263 enable_rsaenh
1264 enable_rstrtmgr
1265 enable_rtutils
1266 enable_samlib
1267 enable_sane_ds
1268 enable_scarddlg
1269 enable_sccbase
1270 enable_schannel
1271 enable_schedsvc
1272 enable_scrrun
1273 enable_scsiport_sys
1274 enable_secur32
1275 enable_security
1276 enable_sensapi
1277 enable_serialui
1278 enable_setupapi
1279 enable_sfc
1280 enable_sfc_os
1281 enable_shdoclc
1282 enable_shdocvw
1283 enable_shell32
1284 enable_shfolder
1285 enable_shlwapi
1286 enable_slbcsp
1287 enable_slc
1288 enable_snmpapi
1289 enable_softpub
1290 enable_spoolss
1291 enable_stdole2_tlb
1292 enable_stdole32_tlb
1293 enable_sti
1294 enable_svrapi
1295 enable_sxs
1296 enable_t2embed
1297 enable_tapi32
1298 enable_taskschd
1299 enable_traffic
1300 enable_twain_32
1301 enable_ucrtbase
1302 enable_unicows
1303 enable_updspapi
1304 enable_url
1305 enable_urlmon
1306 enable_usbd_sys
1307 enable_user32
1308 enable_userenv
1309 enable_usp10
1310 enable_uxtheme
1311 enable_vbscript
1312 enable_vcomp
1313 enable_vcomp100
1314 enable_vcomp110
1315 enable_vcomp90
1316 enable_vdmdbg
1317 enable_version
1318 enable_vssapi
1319 enable_wbemdisp
1320 enable_wbemprox
1321 enable_webservices
1322 enable_wer
1323 enable_wevtapi
1324 enable_wiaservc
1325 enable_windowscodecs
1326 enable_windowscodecsext
1327 enable_winealsa_drv
1328 enable_winecoreaudio_drv
1329 enable_wined3d
1330 enable_winegstreamer
1331 enable_winejoystick_drv
1332 enable_winemac_drv
1333 enable_winemapi
1334 enable_winemp3_acm
1335 enable_wineoss_drv
1336 enable_wineps_drv
1337 enable_wineqtdecoder
1338 enable_winex11_drv
1339 enable_wing32
1340 enable_winhttp
1341 enable_wininet
1342 enable_winmm
1343 enable_winnls32
1344 enable_winscard
1345 enable_winspool_drv
1346 enable_winsta
1347 enable_wintab32
1348 enable_wintrust
1349 enable_wlanapi
1350 enable_wldap32
1351 enable_wmi
1352 enable_wmiutils
1353 enable_wmp
1354 enable_wmvcore
1355 enable_wnaspi32
1356 enable_wpcap
1357 enable_ws2_32
1358 enable_wshom_ocx
1359 enable_wsnmp32
1360 enable_wsock32
1361 enable_wtsapi32
1362 enable_wuapi
1363 enable_wuaueng
1364 enable_x3daudio1_1
1365 enable_x3daudio1_2
1366 enable_x3daudio1_3
1367 enable_x3daudio1_4
1368 enable_x3daudio1_5
1369 enable_x3daudio1_6
1370 enable_x3daudio1_7
1371 enable_xapofx1_1
1372 enable_xapofx1_3
1373 enable_xapofx1_4
1374 enable_xapofx1_5
1375 enable_xaudio2_7
1376 enable_xaudio2_8
1377 enable_xinput1_1
1378 enable_xinput1_2
1379 enable_xinput1_3
1380 enable_xinput1_4
1381 enable_xinput9_1_0
1382 enable_xmllite
1383 enable_xolehlp
1384 enable_xpsprint
1385 enable_xpssvcs
1386 enable_documentation
1387 enable_fonts
1388 enable_include
1389 enable_libs_port
1390 enable_libs_wine
1391 enable_libs_wpp
1392 enable_loader
1393 enable_arp
1394 enable_aspnet_regiis
1395 enable_attrib
1396 enable_cabarc
1397 enable_cacls
1398 enable_clock
1399 enable_cmd
1400 enable_conhost
1401 enable_control
1402 enable_cscript
1403 enable_dpnsvr
1404 enable_dxdiag
1405 enable_eject
1406 enable_expand
1407 enable_explorer
1408 enable_extrac32
1409 enable_findstr
1410 enable_hh
1411 enable_hostname
1412 enable_icinfo
1413 enable_iexplore
1414 enable_ipconfig
1415 enable_lodctr
1416 enable_mofcomp
1417 enable_mshta
1418 enable_msiexec
1419 enable_net
1420 enable_netsh
1421 enable_netstat
1422 enable_ngen
1423 enable_notepad
1424 enable_oleview
1425 enable_ping
1426 enable_plugplay
1427 enable_presentationfontcache
1428 enable_progman
1429 enable_reg
1430 enable_regasm
1431 enable_regedit
1432 enable_regsvcs
1433 enable_regsvr32
1434 enable_rpcss
1435 enable_rundll32
1436 enable_sc
1437 enable_schtasks
1438 enable_sdbinst
1439 enable_secedit
1440 enable_servicemodelreg
1441 enable_services
1442 enable_spoolsv
1443 enable_start
1444 enable_svchost
1445 enable_systeminfo
1446 enable_taskkill
1447 enable_tasklist
1448 enable_taskmgr
1449 enable_termsv
1450 enable_uninstaller
1451 enable_unlodctr
1452 enable_view
1453 enable_wevtutil
1454 enable_wineboot
1455 enable_winebrowser
1456 enable_winecfg
1457 enable_wineconsole
1458 enable_winedbg
1459 enable_winedevice
1460 enable_winefile
1461 enable_winemenubuilder
1462 enable_winemine
1463 enable_winemsibuilder
1464 enable_winepath
1465 enable_winetest
1466 enable_winhlp32
1467 enable_winver
1468 enable_wmic
1469 enable_wordpad
1470 enable_write
1471 enable_wscript
1472 enable_wusa
1473 enable_xcopy
1474 enable_server
1475 enable_tools
1477 ac_precious_vars='build_alias
1478 host_alias
1479 target_alias
1481 CFLAGS
1482 LDFLAGS
1483 LIBS
1484 CPPFLAGS
1486 CXXFLAGS
1489 XMKMF
1490 XML2_CFLAGS
1491 XML2_LIBS
1492 XSLT_CFLAGS
1493 XSLT_LIBS
1494 DBUS_CFLAGS
1495 DBUS_LIBS
1496 HAL_CFLAGS
1497 HAL_LIBS
1498 GNUTLS_CFLAGS
1499 GNUTLS_LIBS
1500 SANE_CFLAGS
1501 SANE_LIBS
1502 GPHOTO2_CFLAGS
1503 GPHOTO2_LIBS
1504 GPHOTO2_PORT_CFLAGS
1505 GPHOTO2_PORT_LIBS
1506 LCMS2_CFLAGS
1507 LCMS2_LIBS
1508 FREETYPE_CFLAGS
1509 FREETYPE_LIBS
1510 GSTREAMER_CFLAGS
1511 GSTREAMER_LIBS
1512 CAPI20_CFLAGS
1513 CAPI20_LIBS
1514 FONTCONFIG_CFLAGS
1515 FONTCONFIG_LIBS
1516 JPEG_CFLAGS
1517 JPEG_LIBS
1518 PNG_CFLAGS
1519 PNG_LIBS
1520 TIFF_CFLAGS
1521 TIFF_LIBS
1522 MPG123_CFLAGS
1523 MPG123_LIBS'
1526 # Initialize some variables set by options.
1527 ac_init_help=
1528 ac_init_version=false
1529 ac_unrecognized_opts=
1530 ac_unrecognized_sep=
1531 # The variables have the same names as the options, with
1532 # dashes changed to underlines.
1533 cache_file=/dev/null
1534 exec_prefix=NONE
1535 no_create=
1536 no_recursion=
1537 prefix=NONE
1538 program_prefix=NONE
1539 program_suffix=NONE
1540 program_transform_name=s,x,x,
1541 silent=
1542 site=
1543 srcdir=
1544 verbose=
1545 x_includes=NONE
1546 x_libraries=NONE
1548 # Installation directory options.
1549 # These are left unexpanded so users can "make install exec_prefix=/foo"
1550 # and all the variables that are supposed to be based on exec_prefix
1551 # by default will actually change.
1552 # Use braces instead of parens because sh, perl, etc. also accept them.
1553 # (The list follows the same order as the GNU Coding Standards.)
1554 bindir='${exec_prefix}/bin'
1555 sbindir='${exec_prefix}/sbin'
1556 libexecdir='${exec_prefix}/libexec'
1557 datarootdir='${prefix}/share'
1558 datadir='${datarootdir}'
1559 sysconfdir='${prefix}/etc'
1560 sharedstatedir='${prefix}/com'
1561 localstatedir='${prefix}/var'
1562 runstatedir='${localstatedir}/run'
1563 includedir='${prefix}/include'
1564 oldincludedir='/usr/include'
1565 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1566 infodir='${datarootdir}/info'
1567 htmldir='${docdir}'
1568 dvidir='${docdir}'
1569 pdfdir='${docdir}'
1570 psdir='${docdir}'
1571 libdir='${exec_prefix}/lib'
1572 localedir='${datarootdir}/locale'
1573 mandir='${datarootdir}/man'
1575 ac_prev=
1576 ac_dashdash=
1577 for ac_option
1579 # If the previous option needs an argument, assign it.
1580 if test -n "$ac_prev"; then
1581 eval $ac_prev=\$ac_option
1582 ac_prev=
1583 continue
1586 case $ac_option in
1587 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1588 *=) ac_optarg= ;;
1589 *) ac_optarg=yes ;;
1590 esac
1592 # Accept the important Cygnus configure options, so we can diagnose typos.
1594 case $ac_dashdash$ac_option in
1596 ac_dashdash=yes ;;
1598 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1599 ac_prev=bindir ;;
1600 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1601 bindir=$ac_optarg ;;
1603 -build | --build | --buil | --bui | --bu)
1604 ac_prev=build_alias ;;
1605 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1606 build_alias=$ac_optarg ;;
1608 -cache-file | --cache-file | --cache-fil | --cache-fi \
1609 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1610 ac_prev=cache_file ;;
1611 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1612 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1613 cache_file=$ac_optarg ;;
1615 --config-cache | -C)
1616 cache_file=config.cache ;;
1618 -datadir | --datadir | --datadi | --datad)
1619 ac_prev=datadir ;;
1620 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1621 datadir=$ac_optarg ;;
1623 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1624 | --dataroo | --dataro | --datar)
1625 ac_prev=datarootdir ;;
1626 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1627 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1628 datarootdir=$ac_optarg ;;
1630 -disable-* | --disable-*)
1631 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1632 # Reject names that are not valid shell variable names.
1633 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1634 as_fn_error $? "invalid feature name: $ac_useropt"
1635 ac_useropt_orig=$ac_useropt
1636 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1637 case $ac_user_opts in
1639 "enable_$ac_useropt"
1640 "*) ;;
1641 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1642 ac_unrecognized_sep=', ';;
1643 esac
1644 eval enable_$ac_useropt=no ;;
1646 -docdir | --docdir | --docdi | --doc | --do)
1647 ac_prev=docdir ;;
1648 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1649 docdir=$ac_optarg ;;
1651 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1652 ac_prev=dvidir ;;
1653 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1654 dvidir=$ac_optarg ;;
1656 -enable-* | --enable-*)
1657 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1658 # Reject names that are not valid shell variable names.
1659 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1660 as_fn_error $? "invalid feature name: $ac_useropt"
1661 ac_useropt_orig=$ac_useropt
1662 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1663 case $ac_user_opts in
1665 "enable_$ac_useropt"
1666 "*) ;;
1667 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1668 ac_unrecognized_sep=', ';;
1669 esac
1670 eval enable_$ac_useropt=\$ac_optarg ;;
1672 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1673 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1674 | --exec | --exe | --ex)
1675 ac_prev=exec_prefix ;;
1676 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1677 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1678 | --exec=* | --exe=* | --ex=*)
1679 exec_prefix=$ac_optarg ;;
1681 -gas | --gas | --ga | --g)
1682 # Obsolete; use --with-gas.
1683 with_gas=yes ;;
1685 -help | --help | --hel | --he | -h)
1686 ac_init_help=long ;;
1687 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1688 ac_init_help=recursive ;;
1689 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1690 ac_init_help=short ;;
1692 -host | --host | --hos | --ho)
1693 ac_prev=host_alias ;;
1694 -host=* | --host=* | --hos=* | --ho=*)
1695 host_alias=$ac_optarg ;;
1697 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1698 ac_prev=htmldir ;;
1699 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1700 | --ht=*)
1701 htmldir=$ac_optarg ;;
1703 -includedir | --includedir | --includedi | --included | --include \
1704 | --includ | --inclu | --incl | --inc)
1705 ac_prev=includedir ;;
1706 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1707 | --includ=* | --inclu=* | --incl=* | --inc=*)
1708 includedir=$ac_optarg ;;
1710 -infodir | --infodir | --infodi | --infod | --info | --inf)
1711 ac_prev=infodir ;;
1712 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1713 infodir=$ac_optarg ;;
1715 -libdir | --libdir | --libdi | --libd)
1716 ac_prev=libdir ;;
1717 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1718 libdir=$ac_optarg ;;
1720 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1721 | --libexe | --libex | --libe)
1722 ac_prev=libexecdir ;;
1723 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1724 | --libexe=* | --libex=* | --libe=*)
1725 libexecdir=$ac_optarg ;;
1727 -localedir | --localedir | --localedi | --localed | --locale)
1728 ac_prev=localedir ;;
1729 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1730 localedir=$ac_optarg ;;
1732 -localstatedir | --localstatedir | --localstatedi | --localstated \
1733 | --localstate | --localstat | --localsta | --localst | --locals)
1734 ac_prev=localstatedir ;;
1735 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1736 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1737 localstatedir=$ac_optarg ;;
1739 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1740 ac_prev=mandir ;;
1741 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1742 mandir=$ac_optarg ;;
1744 -nfp | --nfp | --nf)
1745 # Obsolete; use --without-fp.
1746 with_fp=no ;;
1748 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1749 | --no-cr | --no-c | -n)
1750 no_create=yes ;;
1752 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1753 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1754 no_recursion=yes ;;
1756 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1757 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1758 | --oldin | --oldi | --old | --ol | --o)
1759 ac_prev=oldincludedir ;;
1760 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1761 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1762 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1763 oldincludedir=$ac_optarg ;;
1765 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1766 ac_prev=prefix ;;
1767 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1768 prefix=$ac_optarg ;;
1770 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1771 | --program-pre | --program-pr | --program-p)
1772 ac_prev=program_prefix ;;
1773 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1774 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1775 program_prefix=$ac_optarg ;;
1777 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1778 | --program-suf | --program-su | --program-s)
1779 ac_prev=program_suffix ;;
1780 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1781 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1782 program_suffix=$ac_optarg ;;
1784 -program-transform-name | --program-transform-name \
1785 | --program-transform-nam | --program-transform-na \
1786 | --program-transform-n | --program-transform- \
1787 | --program-transform | --program-transfor \
1788 | --program-transfo | --program-transf \
1789 | --program-trans | --program-tran \
1790 | --progr-tra | --program-tr | --program-t)
1791 ac_prev=program_transform_name ;;
1792 -program-transform-name=* | --program-transform-name=* \
1793 | --program-transform-nam=* | --program-transform-na=* \
1794 | --program-transform-n=* | --program-transform-=* \
1795 | --program-transform=* | --program-transfor=* \
1796 | --program-transfo=* | --program-transf=* \
1797 | --program-trans=* | --program-tran=* \
1798 | --progr-tra=* | --program-tr=* | --program-t=*)
1799 program_transform_name=$ac_optarg ;;
1801 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1802 ac_prev=pdfdir ;;
1803 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1804 pdfdir=$ac_optarg ;;
1806 -psdir | --psdir | --psdi | --psd | --ps)
1807 ac_prev=psdir ;;
1808 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1809 psdir=$ac_optarg ;;
1811 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1812 | -silent | --silent | --silen | --sile | --sil)
1813 silent=yes ;;
1815 -runstatedir | --runstatedir | --runstatedi | --runstated \
1816 | --runstate | --runstat | --runsta | --runst | --runs \
1817 | --run | --ru | --r)
1818 ac_prev=runstatedir ;;
1819 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1820 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1821 | --run=* | --ru=* | --r=*)
1822 runstatedir=$ac_optarg ;;
1824 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1825 ac_prev=sbindir ;;
1826 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1827 | --sbi=* | --sb=*)
1828 sbindir=$ac_optarg ;;
1830 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1831 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1832 | --sharedst | --shareds | --shared | --share | --shar \
1833 | --sha | --sh)
1834 ac_prev=sharedstatedir ;;
1835 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1836 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1837 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1838 | --sha=* | --sh=*)
1839 sharedstatedir=$ac_optarg ;;
1841 -site | --site | --sit)
1842 ac_prev=site ;;
1843 -site=* | --site=* | --sit=*)
1844 site=$ac_optarg ;;
1846 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1847 ac_prev=srcdir ;;
1848 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1849 srcdir=$ac_optarg ;;
1851 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1852 | --syscon | --sysco | --sysc | --sys | --sy)
1853 ac_prev=sysconfdir ;;
1854 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1855 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1856 sysconfdir=$ac_optarg ;;
1858 -target | --target | --targe | --targ | --tar | --ta | --t)
1859 ac_prev=target_alias ;;
1860 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1861 target_alias=$ac_optarg ;;
1863 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1864 verbose=yes ;;
1866 -version | --version | --versio | --versi | --vers | -V)
1867 ac_init_version=: ;;
1869 -with-* | --with-*)
1870 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1871 # Reject names that are not valid shell variable names.
1872 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1873 as_fn_error $? "invalid package name: $ac_useropt"
1874 ac_useropt_orig=$ac_useropt
1875 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1876 case $ac_user_opts in
1878 "with_$ac_useropt"
1879 "*) ;;
1880 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1881 ac_unrecognized_sep=', ';;
1882 esac
1883 eval with_$ac_useropt=\$ac_optarg ;;
1885 -without-* | --without-*)
1886 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1887 # Reject names that are not valid shell variable names.
1888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1889 as_fn_error $? "invalid package name: $ac_useropt"
1890 ac_useropt_orig=$ac_useropt
1891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1892 case $ac_user_opts in
1894 "with_$ac_useropt"
1895 "*) ;;
1896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1897 ac_unrecognized_sep=', ';;
1898 esac
1899 eval with_$ac_useropt=no ;;
1901 --x)
1902 # Obsolete; use --with-x.
1903 with_x=yes ;;
1905 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1906 | --x-incl | --x-inc | --x-in | --x-i)
1907 ac_prev=x_includes ;;
1908 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1909 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1910 x_includes=$ac_optarg ;;
1912 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1913 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1914 ac_prev=x_libraries ;;
1915 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1916 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1917 x_libraries=$ac_optarg ;;
1919 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1920 Try \`$0 --help' for more information"
1923 *=*)
1924 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1925 # Reject names that are not valid shell variable names.
1926 case $ac_envvar in #(
1927 '' | [0-9]* | *[!_$as_cr_alnum]* )
1928 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1929 esac
1930 eval $ac_envvar=\$ac_optarg
1931 export $ac_envvar ;;
1934 # FIXME: should be removed in autoconf 3.0.
1935 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1936 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1937 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1938 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1941 esac
1942 done
1944 if test -n "$ac_prev"; then
1945 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1946 as_fn_error $? "missing argument to $ac_option"
1949 if test -n "$ac_unrecognized_opts"; then
1950 case $enable_option_checking in
1951 no) ;;
1952 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1953 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1954 esac
1957 # Check all directory arguments for consistency.
1958 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1959 datadir sysconfdir sharedstatedir localstatedir includedir \
1960 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1961 libdir localedir mandir runstatedir
1963 eval ac_val=\$$ac_var
1964 # Remove trailing slashes.
1965 case $ac_val in
1966 */ )
1967 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1968 eval $ac_var=\$ac_val;;
1969 esac
1970 # Be sure to have absolute directory names.
1971 case $ac_val in
1972 [\\/$]* | ?:[\\/]* ) continue;;
1973 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1974 esac
1975 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1976 done
1978 # There might be people who depend on the old broken behavior: `$host'
1979 # used to hold the argument of --host etc.
1980 # FIXME: To remove some day.
1981 build=$build_alias
1982 host=$host_alias
1983 target=$target_alias
1985 # FIXME: To remove some day.
1986 if test "x$host_alias" != x; then
1987 if test "x$build_alias" = x; then
1988 cross_compiling=maybe
1989 elif test "x$build_alias" != "x$host_alias"; then
1990 cross_compiling=yes
1994 ac_tool_prefix=
1995 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1997 test "$silent" = yes && exec 6>/dev/null
2000 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2001 ac_ls_di=`ls -di .` &&
2002 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2003 as_fn_error $? "working directory cannot be determined"
2004 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2005 as_fn_error $? "pwd does not report name of working directory"
2008 # Find the source files, if location was not specified.
2009 if test -z "$srcdir"; then
2010 ac_srcdir_defaulted=yes
2011 # Try the directory containing this script, then the parent directory.
2012 ac_confdir=`$as_dirname -- "$as_myself" ||
2013 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2014 X"$as_myself" : 'X\(//\)[^/]' \| \
2015 X"$as_myself" : 'X\(//\)$' \| \
2016 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2017 $as_echo X"$as_myself" |
2018 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2019 s//\1/
2022 /^X\(\/\/\)[^/].*/{
2023 s//\1/
2026 /^X\(\/\/\)$/{
2027 s//\1/
2030 /^X\(\/\).*/{
2031 s//\1/
2034 s/.*/./; q'`
2035 srcdir=$ac_confdir
2036 if test ! -r "$srcdir/$ac_unique_file"; then
2037 srcdir=..
2039 else
2040 ac_srcdir_defaulted=no
2042 if test ! -r "$srcdir/$ac_unique_file"; then
2043 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2044 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2046 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2047 ac_abs_confdir=`(
2048 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2049 pwd)`
2050 # When building in place, set srcdir=.
2051 if test "$ac_abs_confdir" = "$ac_pwd"; then
2052 srcdir=.
2054 # Remove unnecessary trailing slashes from srcdir.
2055 # Double slashes in file names in object file debugging info
2056 # mess up M-x gdb in Emacs.
2057 case $srcdir in
2058 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2059 esac
2060 for ac_var in $ac_precious_vars; do
2061 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2062 eval ac_env_${ac_var}_value=\$${ac_var}
2063 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2064 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2065 done
2068 # Report the --help message.
2070 if test "$ac_init_help" = "long"; then
2071 # Omit some internal or obsolete options to make the list less imposing.
2072 # This message is too long to be a string in the A/UX 3.1 sh.
2073 cat <<_ACEOF
2074 \`configure' configures Wine 1.7.50 to adapt to many kinds of systems.
2076 Usage: $0 [OPTION]... [VAR=VALUE]...
2078 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2079 VAR=VALUE. See below for descriptions of some of the useful variables.
2081 Defaults for the options are specified in brackets.
2083 Configuration:
2084 -h, --help display this help and exit
2085 --help=short display options specific to this package
2086 --help=recursive display the short help of all the included packages
2087 -V, --version display version information and exit
2088 -q, --quiet, --silent do not print \`checking ...' messages
2089 --cache-file=FILE cache test results in FILE [disabled]
2090 -C, --config-cache alias for \`--cache-file=config.cache'
2091 -n, --no-create do not create output files
2092 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2094 Installation directories:
2095 --prefix=PREFIX install architecture-independent files in PREFIX
2096 [$ac_default_prefix]
2097 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2098 [PREFIX]
2100 By default, \`make install' will install all the files in
2101 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2102 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2103 for instance \`--prefix=\$HOME'.
2105 For better control, use the options below.
2107 Fine tuning of the installation directories:
2108 --bindir=DIR user executables [EPREFIX/bin]
2109 --sbindir=DIR system admin executables [EPREFIX/sbin]
2110 --libexecdir=DIR program executables [EPREFIX/libexec]
2111 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2112 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2113 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2114 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2115 --libdir=DIR object code libraries [EPREFIX/lib]
2116 --includedir=DIR C header files [PREFIX/include]
2117 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2118 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2119 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2120 --infodir=DIR info documentation [DATAROOTDIR/info]
2121 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2122 --mandir=DIR man documentation [DATAROOTDIR/man]
2123 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2124 --htmldir=DIR html documentation [DOCDIR]
2125 --dvidir=DIR dvi documentation [DOCDIR]
2126 --pdfdir=DIR pdf documentation [DOCDIR]
2127 --psdir=DIR ps documentation [DOCDIR]
2128 _ACEOF
2130 cat <<\_ACEOF
2132 X features:
2133 --x-includes=DIR X include files are in DIR
2134 --x-libraries=DIR X library files are in DIR
2136 System types:
2137 --build=BUILD configure for building on BUILD [guessed]
2138 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2139 _ACEOF
2142 if test -n "$ac_init_help"; then
2143 case $ac_init_help in
2144 short | recursive ) echo "Configuration of Wine 1.7.50:";;
2145 esac
2146 cat <<\_ACEOF
2148 Optional Features:
2149 --disable-option-checking ignore unrecognized --enable/--with options
2150 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2151 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2152 --disable-win16 do not include Win16 support
2153 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2154 binaries)
2155 --disable-tests do not build the regression tests
2156 --enable-maintainer-mode
2157 enable maintainer-specific build rules
2158 --disable-largefile omit support for large files
2160 Optional Packages:
2161 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2162 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2163 --without-alsa do not use the Alsa sound support
2164 --without-capi do not use CAPI (ISDN support)
2165 --without-cms do not use CMS (color management support)
2166 --without-coreaudio do not use the CoreAudio sound support
2167 --without-cups do not use CUPS
2168 --without-curses do not use (n)curses
2169 --without-dbus do not use DBus (dynamic device support)
2170 --without-fontconfig do not use fontconfig
2171 --without-freetype do not use the FreeType library
2172 --without-gettext do not use gettext
2173 --with-gettextpo use the GetTextPO library to rebuild po files
2174 --without-gphoto do not use gphoto (Digital Camera support)
2175 --without-glu do not use the GLU library
2176 --without-gnutls do not use GnuTLS (schannel support)
2177 --without-gsm do not use libgsm (GSM 06.10 codec support)
2178 --without-gstreamer do not use GStreamer (codecs support)
2179 --without-hal do not use HAL (dynamic device support)
2180 --without-jpeg do not use JPEG
2181 --without-ldap do not use LDAP
2182 --without-mpg123 do not use the mpg123 library
2183 --without-netapi do not use the Samba NetAPI library
2184 --without-openal do not use OpenAL
2185 --without-opencl do not use OpenCL
2186 --without-opengl do not use OpenGL
2187 --without-osmesa do not use the OSMesa library
2188 --without-oss do not use the OSS sound support
2189 --without-pcap do not use the Packet Capture library
2190 --without-png do not use PNG
2191 --without-pthread do not use the pthread library
2192 --without-sane do not use SANE (scanner support)
2193 --without-tiff do not use TIFF
2194 --without-v4l do not use v4l1 (v4l support)
2195 --without-xcomposite do not use the Xcomposite extension
2196 --without-xcursor do not use the Xcursor extension
2197 --without-xinerama do not use Xinerama (multi-monitor support)
2198 --without-xinput do not use the Xinput extension
2199 --without-xinput2 do not use the Xinput 2 extension
2200 --without-xml do not use XML
2201 --without-xrandr do not use Xrandr (resolution changes)
2202 --without-xrender do not use the Xrender extension
2203 --without-xshape do not use the Xshape extension
2204 --without-xshm do not use XShm (shared memory extension)
2205 --without-xslt do not use XSLT
2206 --without-xxf86vm do not use XFree video mode extension
2207 --without-zlib do not use Zlib (data compression)
2208 --with-wine-tools=DIR use Wine tools from directory DIR
2209 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2210 --with-x use the X Window System
2212 Some influential environment variables:
2213 CC C compiler command
2214 CFLAGS C compiler flags
2215 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2216 nonstandard directory <lib dir>
2217 LIBS libraries to pass to the linker, e.g. -l<library>
2218 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2219 you have headers in a nonstandard directory <include dir>
2220 CXX C++ compiler command
2221 CXXFLAGS C++ compiler flags
2222 CPP C preprocessor
2223 XMKMF Path to xmkmf, Makefile generator for X Window System
2224 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2225 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2226 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2227 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2228 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2229 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2230 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2231 HAL_LIBS Linker flags for hal, overriding pkg-config
2232 GNUTLS_CFLAGS
2233 C compiler flags for gnutls, overriding pkg-config
2234 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2235 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2236 SANE_LIBS Linker flags for libsane, overriding pkg-config
2237 GPHOTO2_CFLAGS
2238 C compiler flags for libgphoto2, overriding pkg-config
2239 GPHOTO2_LIBS
2240 Linker flags for libgphoto2, overriding pkg-config
2241 GPHOTO2_PORT_CFLAGS
2242 C compiler flags for libgphoto2_port, overriding pkg-config
2243 GPHOTO2_PORT_LIBS
2244 Linker flags for libgphoto2_port, overriding pkg-config
2245 LCMS2_CFLAGS
2246 C compiler flags for lcms2, overriding pkg-config
2247 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2248 FREETYPE_CFLAGS
2249 C compiler flags for freetype2, overriding pkg-config
2250 FREETYPE_LIBS
2251 Linker flags for freetype2, overriding pkg-config
2252 GSTREAMER_CFLAGS
2253 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2254 GSTREAMER_LIBS
2255 Linker flags for gstreamer-app-0.10, overriding pkg-config
2256 CAPI20_CFLAGS
2257 C compiler flags for capi20, overriding pkg-config
2258 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2259 FONTCONFIG_CFLAGS
2260 C compiler flags for fontconfig, overriding pkg-config
2261 FONTCONFIG_LIBS
2262 Linker flags for fontconfig, overriding pkg-config
2263 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2264 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2265 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2266 PNG_LIBS Linker flags for libpng, overriding pkg-config
2267 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2268 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2269 MPG123_CFLAGS
2270 C compiler flags for libmpg123, overriding pkg-config
2271 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2273 Use these variables to override the choices made by `configure' or to help
2274 it to find libraries and programs with nonstandard names/locations.
2276 Report bugs to <wine-devel@winehq.org>.
2277 Wine home page: <http://www.winehq.org>.
2278 _ACEOF
2279 ac_status=$?
2282 if test "$ac_init_help" = "recursive"; then
2283 # If there are subdirs, report their specific --help.
2284 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2285 test -d "$ac_dir" ||
2286 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2287 continue
2288 ac_builddir=.
2290 case "$ac_dir" in
2291 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2293 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2294 # A ".." for each directory in $ac_dir_suffix.
2295 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2296 case $ac_top_builddir_sub in
2297 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2298 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2299 esac ;;
2300 esac
2301 ac_abs_top_builddir=$ac_pwd
2302 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2303 # for backward compatibility:
2304 ac_top_builddir=$ac_top_build_prefix
2306 case $srcdir in
2307 .) # We are building in place.
2308 ac_srcdir=.
2309 ac_top_srcdir=$ac_top_builddir_sub
2310 ac_abs_top_srcdir=$ac_pwd ;;
2311 [\\/]* | ?:[\\/]* ) # Absolute name.
2312 ac_srcdir=$srcdir$ac_dir_suffix;
2313 ac_top_srcdir=$srcdir
2314 ac_abs_top_srcdir=$srcdir ;;
2315 *) # Relative name.
2316 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2317 ac_top_srcdir=$ac_top_build_prefix$srcdir
2318 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2319 esac
2320 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2322 cd "$ac_dir" || { ac_status=$?; continue; }
2323 # Check for guested configure.
2324 if test -f "$ac_srcdir/configure.gnu"; then
2325 echo &&
2326 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2327 elif test -f "$ac_srcdir/configure"; then
2328 echo &&
2329 $SHELL "$ac_srcdir/configure" --help=recursive
2330 else
2331 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2332 fi || ac_status=$?
2333 cd "$ac_pwd" || { ac_status=$?; break; }
2334 done
2337 test -n "$ac_init_help" && exit $ac_status
2338 if $ac_init_version; then
2339 cat <<\_ACEOF
2340 Wine configure 1.7.50
2341 generated by GNU Autoconf 2.69
2343 Copyright (C) 2012 Free Software Foundation, Inc.
2344 This configure script is free software; the Free Software Foundation
2345 gives unlimited permission to copy, distribute and modify it.
2346 _ACEOF
2347 exit
2350 ## ------------------------ ##
2351 ## Autoconf initialization. ##
2352 ## ------------------------ ##
2354 # ac_fn_c_try_compile LINENO
2355 # --------------------------
2356 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2357 ac_fn_c_try_compile ()
2359 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2360 rm -f conftest.$ac_objext
2361 if { { ac_try="$ac_compile"
2362 case "(($ac_try" in
2363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2364 *) ac_try_echo=$ac_try;;
2365 esac
2366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2367 $as_echo "$ac_try_echo"; } >&5
2368 (eval "$ac_compile") 2>conftest.err
2369 ac_status=$?
2370 if test -s conftest.err; then
2371 grep -v '^ *+' conftest.err >conftest.er1
2372 cat conftest.er1 >&5
2373 mv -f conftest.er1 conftest.err
2375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2376 test $ac_status = 0; } && {
2377 test -z "$ac_c_werror_flag" ||
2378 test ! -s conftest.err
2379 } && test -s conftest.$ac_objext; then :
2380 ac_retval=0
2381 else
2382 $as_echo "$as_me: failed program was:" >&5
2383 sed 's/^/| /' conftest.$ac_ext >&5
2385 ac_retval=1
2387 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2388 as_fn_set_status $ac_retval
2390 } # ac_fn_c_try_compile
2392 # ac_fn_cxx_try_compile LINENO
2393 # ----------------------------
2394 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2395 ac_fn_cxx_try_compile ()
2397 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2398 rm -f conftest.$ac_objext
2399 if { { ac_try="$ac_compile"
2400 case "(($ac_try" in
2401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2402 *) ac_try_echo=$ac_try;;
2403 esac
2404 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2405 $as_echo "$ac_try_echo"; } >&5
2406 (eval "$ac_compile") 2>conftest.err
2407 ac_status=$?
2408 if test -s conftest.err; then
2409 grep -v '^ *+' conftest.err >conftest.er1
2410 cat conftest.er1 >&5
2411 mv -f conftest.er1 conftest.err
2413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2414 test $ac_status = 0; } && {
2415 test -z "$ac_cxx_werror_flag" ||
2416 test ! -s conftest.err
2417 } && test -s conftest.$ac_objext; then :
2418 ac_retval=0
2419 else
2420 $as_echo "$as_me: failed program was:" >&5
2421 sed 's/^/| /' conftest.$ac_ext >&5
2423 ac_retval=1
2425 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2426 as_fn_set_status $ac_retval
2428 } # ac_fn_cxx_try_compile
2430 # ac_fn_c_try_link LINENO
2431 # -----------------------
2432 # Try to link conftest.$ac_ext, and return whether this succeeded.
2433 ac_fn_c_try_link ()
2435 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2436 rm -f conftest.$ac_objext conftest$ac_exeext
2437 if { { ac_try="$ac_link"
2438 case "(($ac_try" in
2439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2440 *) ac_try_echo=$ac_try;;
2441 esac
2442 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2443 $as_echo "$ac_try_echo"; } >&5
2444 (eval "$ac_link") 2>conftest.err
2445 ac_status=$?
2446 if test -s conftest.err; then
2447 grep -v '^ *+' conftest.err >conftest.er1
2448 cat conftest.er1 >&5
2449 mv -f conftest.er1 conftest.err
2451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2452 test $ac_status = 0; } && {
2453 test -z "$ac_c_werror_flag" ||
2454 test ! -s conftest.err
2455 } && test -s conftest$ac_exeext && {
2456 test "$cross_compiling" = yes ||
2457 test -x conftest$ac_exeext
2458 }; then :
2459 ac_retval=0
2460 else
2461 $as_echo "$as_me: failed program was:" >&5
2462 sed 's/^/| /' conftest.$ac_ext >&5
2464 ac_retval=1
2466 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2467 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2468 # interfere with the next link command; also delete a directory that is
2469 # left behind by Apple's compiler. We do this before executing the actions.
2470 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2471 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2472 as_fn_set_status $ac_retval
2474 } # ac_fn_c_try_link
2476 # ac_fn_c_try_cpp LINENO
2477 # ----------------------
2478 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2479 ac_fn_c_try_cpp ()
2481 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2482 if { { ac_try="$ac_cpp conftest.$ac_ext"
2483 case "(($ac_try" in
2484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2485 *) ac_try_echo=$ac_try;;
2486 esac
2487 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2488 $as_echo "$ac_try_echo"; } >&5
2489 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2490 ac_status=$?
2491 if test -s conftest.err; then
2492 grep -v '^ *+' conftest.err >conftest.er1
2493 cat conftest.er1 >&5
2494 mv -f conftest.er1 conftest.err
2496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2497 test $ac_status = 0; } > conftest.i && {
2498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2499 test ! -s conftest.err
2500 }; then :
2501 ac_retval=0
2502 else
2503 $as_echo "$as_me: failed program was:" >&5
2504 sed 's/^/| /' conftest.$ac_ext >&5
2506 ac_retval=1
2508 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2509 as_fn_set_status $ac_retval
2511 } # ac_fn_c_try_cpp
2513 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2514 # -------------------------------------------------------
2515 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2516 # the include files in INCLUDES and setting the cache variable VAR
2517 # accordingly.
2518 ac_fn_c_check_header_mongrel ()
2520 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2521 if eval \${$3+:} false; then :
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2523 $as_echo_n "checking for $2... " >&6; }
2524 if eval \${$3+:} false; then :
2525 $as_echo_n "(cached) " >&6
2527 eval ac_res=\$$3
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2529 $as_echo "$ac_res" >&6; }
2530 else
2531 # Is the header compilable?
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2533 $as_echo_n "checking $2 usability... " >&6; }
2534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2535 /* end confdefs.h. */
2537 #include <$2>
2538 _ACEOF
2539 if ac_fn_c_try_compile "$LINENO"; then :
2540 ac_header_compiler=yes
2541 else
2542 ac_header_compiler=no
2544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2546 $as_echo "$ac_header_compiler" >&6; }
2548 # Is the header present?
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2550 $as_echo_n "checking $2 presence... " >&6; }
2551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2552 /* end confdefs.h. */
2553 #include <$2>
2554 _ACEOF
2555 if ac_fn_c_try_cpp "$LINENO"; then :
2556 ac_header_preproc=yes
2557 else
2558 ac_header_preproc=no
2560 rm -f conftest.err conftest.i conftest.$ac_ext
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2562 $as_echo "$ac_header_preproc" >&6; }
2564 # So? What about this header?
2565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2566 yes:no: )
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2568 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2570 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2572 no:yes:* )
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2574 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2576 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2578 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2580 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2582 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2583 ( $as_echo "## ------------------------------------ ##
2584 ## Report this to wine-devel@winehq.org ##
2585 ## ------------------------------------ ##"
2586 ) | sed "s/^/$as_me: WARNING: /" >&2
2588 esac
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2590 $as_echo_n "checking for $2... " >&6; }
2591 if eval \${$3+:} false; then :
2592 $as_echo_n "(cached) " >&6
2593 else
2594 eval "$3=\$ac_header_compiler"
2596 eval ac_res=\$$3
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2598 $as_echo "$ac_res" >&6; }
2600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2602 } # ac_fn_c_check_header_mongrel
2604 # ac_fn_c_try_run LINENO
2605 # ----------------------
2606 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2607 # that executables *can* be run.
2608 ac_fn_c_try_run ()
2610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2611 if { { ac_try="$ac_link"
2612 case "(($ac_try" in
2613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2614 *) ac_try_echo=$ac_try;;
2615 esac
2616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2617 $as_echo "$ac_try_echo"; } >&5
2618 (eval "$ac_link") 2>&5
2619 ac_status=$?
2620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2621 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2622 { { case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2627 $as_echo "$ac_try_echo"; } >&5
2628 (eval "$ac_try") 2>&5
2629 ac_status=$?
2630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2631 test $ac_status = 0; }; }; then :
2632 ac_retval=0
2633 else
2634 $as_echo "$as_me: program exited with status $ac_status" >&5
2635 $as_echo "$as_me: failed program was:" >&5
2636 sed 's/^/| /' conftest.$ac_ext >&5
2638 ac_retval=$ac_status
2640 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2642 as_fn_set_status $ac_retval
2644 } # ac_fn_c_try_run
2646 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2647 # -------------------------------------------------------
2648 # Tests whether HEADER exists and can be compiled using the include files in
2649 # INCLUDES, setting the cache variable VAR accordingly.
2650 ac_fn_c_check_header_compile ()
2652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2654 $as_echo_n "checking for $2... " >&6; }
2655 if eval \${$3+:} false; then :
2656 $as_echo_n "(cached) " >&6
2657 else
2658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2659 /* end confdefs.h. */
2661 #include <$2>
2662 _ACEOF
2663 if ac_fn_c_try_compile "$LINENO"; then :
2664 eval "$3=yes"
2665 else
2666 eval "$3=no"
2668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2670 eval ac_res=\$$3
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2672 $as_echo "$ac_res" >&6; }
2673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2675 } # ac_fn_c_check_header_compile
2677 # ac_fn_c_check_func LINENO FUNC VAR
2678 # ----------------------------------
2679 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2680 ac_fn_c_check_func ()
2682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2684 $as_echo_n "checking for $2... " >&6; }
2685 if eval \${$3+:} false; then :
2686 $as_echo_n "(cached) " >&6
2687 else
2688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2689 /* end confdefs.h. */
2690 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2691 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2692 #define $2 innocuous_$2
2694 /* System header to define __stub macros and hopefully few prototypes,
2695 which can conflict with char $2 (); below.
2696 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2697 <limits.h> exists even on freestanding compilers. */
2699 #ifdef __STDC__
2700 # include <limits.h>
2701 #else
2702 # include <assert.h>
2703 #endif
2705 #undef $2
2707 /* Override any GCC internal prototype to avoid an error.
2708 Use char because int might match the return type of a GCC
2709 builtin and then its argument prototype would still apply. */
2710 #ifdef __cplusplus
2711 extern "C"
2712 #endif
2713 char $2 ();
2714 /* The GNU C library defines this for functions which it implements
2715 to always fail with ENOSYS. Some functions are actually named
2716 something starting with __ and the normal name is an alias. */
2717 #if defined __stub_$2 || defined __stub___$2
2718 choke me
2719 #endif
2722 main ()
2724 return $2 ();
2726 return 0;
2728 _ACEOF
2729 if ac_fn_c_try_link "$LINENO"; then :
2730 eval "$3=yes"
2731 else
2732 eval "$3=no"
2734 rm -f core conftest.err conftest.$ac_objext \
2735 conftest$ac_exeext conftest.$ac_ext
2737 eval ac_res=\$$3
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2739 $as_echo "$ac_res" >&6; }
2740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2742 } # ac_fn_c_check_func
2744 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2745 # ----------------------------------------------------
2746 # Tries to find if the field MEMBER exists in type AGGR, after including
2747 # INCLUDES, setting cache variable VAR accordingly.
2748 ac_fn_c_check_member ()
2750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2752 $as_echo_n "checking for $2.$3... " >&6; }
2753 if eval \${$4+:} false; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2757 /* end confdefs.h. */
2760 main ()
2762 static $2 ac_aggr;
2763 if (ac_aggr.$3)
2764 return 0;
2766 return 0;
2768 _ACEOF
2769 if ac_fn_c_try_compile "$LINENO"; then :
2770 eval "$4=yes"
2771 else
2772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2773 /* end confdefs.h. */
2776 main ()
2778 static $2 ac_aggr;
2779 if (sizeof ac_aggr.$3)
2780 return 0;
2782 return 0;
2784 _ACEOF
2785 if ac_fn_c_try_compile "$LINENO"; then :
2786 eval "$4=yes"
2787 else
2788 eval "$4=no"
2790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2794 eval ac_res=\$$4
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2796 $as_echo "$ac_res" >&6; }
2797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2799 } # ac_fn_c_check_member
2801 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2802 # -------------------------------------------
2803 # Tests whether TYPE exists after having included INCLUDES, setting cache
2804 # variable VAR accordingly.
2805 ac_fn_c_check_type ()
2807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2809 $as_echo_n "checking for $2... " >&6; }
2810 if eval \${$3+:} false; then :
2811 $as_echo_n "(cached) " >&6
2812 else
2813 eval "$3=no"
2814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2815 /* end confdefs.h. */
2818 main ()
2820 if (sizeof ($2))
2821 return 0;
2823 return 0;
2825 _ACEOF
2826 if ac_fn_c_try_compile "$LINENO"; then :
2827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2828 /* end confdefs.h. */
2831 main ()
2833 if (sizeof (($2)))
2834 return 0;
2836 return 0;
2838 _ACEOF
2839 if ac_fn_c_try_compile "$LINENO"; then :
2841 else
2842 eval "$3=yes"
2844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2848 eval ac_res=\$$3
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2850 $as_echo "$ac_res" >&6; }
2851 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2853 } # ac_fn_c_check_type
2854 cat >config.log <<_ACEOF
2855 This file contains any messages produced by compilers while
2856 running configure, to aid debugging if configure makes a mistake.
2858 It was created by Wine $as_me 1.7.50, which was
2859 generated by GNU Autoconf 2.69. Invocation command line was
2861 $ $0 $@
2863 _ACEOF
2864 exec 5>>config.log
2866 cat <<_ASUNAME
2867 ## --------- ##
2868 ## Platform. ##
2869 ## --------- ##
2871 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2872 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2873 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2874 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2875 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2877 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2878 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2880 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2881 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2882 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2883 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2884 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2885 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2886 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2888 _ASUNAME
2890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2891 for as_dir in $PATH
2893 IFS=$as_save_IFS
2894 test -z "$as_dir" && as_dir=.
2895 $as_echo "PATH: $as_dir"
2896 done
2897 IFS=$as_save_IFS
2899 } >&5
2901 cat >&5 <<_ACEOF
2904 ## ----------- ##
2905 ## Core tests. ##
2906 ## ----------- ##
2908 _ACEOF
2911 # Keep a trace of the command line.
2912 # Strip out --no-create and --no-recursion so they do not pile up.
2913 # Strip out --silent because we don't want to record it for future runs.
2914 # Also quote any args containing shell meta-characters.
2915 # Make two passes to allow for proper duplicate-argument suppression.
2916 ac_configure_args=
2917 ac_configure_args0=
2918 ac_configure_args1=
2919 ac_must_keep_next=false
2920 for ac_pass in 1 2
2922 for ac_arg
2924 case $ac_arg in
2925 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2927 | -silent | --silent | --silen | --sile | --sil)
2928 continue ;;
2929 *\'*)
2930 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2931 esac
2932 case $ac_pass in
2933 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2935 as_fn_append ac_configure_args1 " '$ac_arg'"
2936 if test $ac_must_keep_next = true; then
2937 ac_must_keep_next=false # Got value, back to normal.
2938 else
2939 case $ac_arg in
2940 *=* | --config-cache | -C | -disable-* | --disable-* \
2941 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2942 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2943 | -with-* | --with-* | -without-* | --without-* | --x)
2944 case "$ac_configure_args0 " in
2945 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2946 esac
2948 -* ) ac_must_keep_next=true ;;
2949 esac
2951 as_fn_append ac_configure_args " '$ac_arg'"
2953 esac
2954 done
2955 done
2956 { ac_configure_args0=; unset ac_configure_args0;}
2957 { ac_configure_args1=; unset ac_configure_args1;}
2959 # When interrupted or exit'd, cleanup temporary files, and complete
2960 # config.log. We remove comments because anyway the quotes in there
2961 # would cause problems or look ugly.
2962 # WARNING: Use '\'' to represent an apostrophe within the trap.
2963 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2964 trap 'exit_status=$?
2965 # Save into config.log some information that might help in debugging.
2967 echo
2969 $as_echo "## ---------------- ##
2970 ## Cache variables. ##
2971 ## ---------------- ##"
2972 echo
2973 # The following way of writing the cache mishandles newlines in values,
2975 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2976 eval ac_val=\$$ac_var
2977 case $ac_val in #(
2978 *${as_nl}*)
2979 case $ac_var in #(
2980 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2981 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2982 esac
2983 case $ac_var in #(
2984 _ | IFS | as_nl) ;; #(
2985 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2986 *) { eval $ac_var=; unset $ac_var;} ;;
2987 esac ;;
2988 esac
2989 done
2990 (set) 2>&1 |
2991 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2992 *${as_nl}ac_space=\ *)
2993 sed -n \
2994 "s/'\''/'\''\\\\'\'''\''/g;
2995 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2996 ;; #(
2998 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3000 esac |
3001 sort
3003 echo
3005 $as_echo "## ----------------- ##
3006 ## Output variables. ##
3007 ## ----------------- ##"
3008 echo
3009 for ac_var in $ac_subst_vars
3011 eval ac_val=\$$ac_var
3012 case $ac_val in
3013 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3014 esac
3015 $as_echo "$ac_var='\''$ac_val'\''"
3016 done | sort
3017 echo
3019 if test -n "$ac_subst_files"; then
3020 $as_echo "## ------------------- ##
3021 ## File substitutions. ##
3022 ## ------------------- ##"
3023 echo
3024 for ac_var in $ac_subst_files
3026 eval ac_val=\$$ac_var
3027 case $ac_val in
3028 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3029 esac
3030 $as_echo "$ac_var='\''$ac_val'\''"
3031 done | sort
3032 echo
3035 if test -s confdefs.h; then
3036 $as_echo "## ----------- ##
3037 ## confdefs.h. ##
3038 ## ----------- ##"
3039 echo
3040 cat confdefs.h
3041 echo
3043 test "$ac_signal" != 0 &&
3044 $as_echo "$as_me: caught signal $ac_signal"
3045 $as_echo "$as_me: exit $exit_status"
3046 } >&5
3047 rm -f core *.core core.conftest.* &&
3048 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3049 exit $exit_status
3051 for ac_signal in 1 2 13 15; do
3052 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3053 done
3054 ac_signal=0
3056 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3057 rm -f -r conftest* confdefs.h
3059 $as_echo "/* confdefs.h */" > confdefs.h
3061 # Predefined preprocessor variables.
3063 cat >>confdefs.h <<_ACEOF
3064 #define PACKAGE_NAME "$PACKAGE_NAME"
3065 _ACEOF
3067 cat >>confdefs.h <<_ACEOF
3068 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3069 _ACEOF
3071 cat >>confdefs.h <<_ACEOF
3072 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3073 _ACEOF
3075 cat >>confdefs.h <<_ACEOF
3076 #define PACKAGE_STRING "$PACKAGE_STRING"
3077 _ACEOF
3079 cat >>confdefs.h <<_ACEOF
3080 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3081 _ACEOF
3083 cat >>confdefs.h <<_ACEOF
3084 #define PACKAGE_URL "$PACKAGE_URL"
3085 _ACEOF
3088 # Let the site file select an alternate cache file if it wants to.
3089 # Prefer an explicitly selected file to automatically selected ones.
3090 ac_site_file1=NONE
3091 ac_site_file2=NONE
3092 if test -n "$CONFIG_SITE"; then
3093 # We do not want a PATH search for config.site.
3094 case $CONFIG_SITE in #((
3095 -*) ac_site_file1=./$CONFIG_SITE;;
3096 */*) ac_site_file1=$CONFIG_SITE;;
3097 *) ac_site_file1=./$CONFIG_SITE;;
3098 esac
3099 elif test "x$prefix" != xNONE; then
3100 ac_site_file1=$prefix/share/config.site
3101 ac_site_file2=$prefix/etc/config.site
3102 else
3103 ac_site_file1=$ac_default_prefix/share/config.site
3104 ac_site_file2=$ac_default_prefix/etc/config.site
3106 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3108 test "x$ac_site_file" = xNONE && continue
3109 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3111 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3112 sed 's/^/| /' "$ac_site_file" >&5
3113 . "$ac_site_file" \
3114 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3116 as_fn_error $? "failed to load site script $ac_site_file
3117 See \`config.log' for more details" "$LINENO" 5; }
3119 done
3121 if test -r "$cache_file"; then
3122 # Some versions of bash will fail to source /dev/null (special files
3123 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3124 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3126 $as_echo "$as_me: loading cache $cache_file" >&6;}
3127 case $cache_file in
3128 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3129 *) . "./$cache_file";;
3130 esac
3132 else
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3134 $as_echo "$as_me: creating cache $cache_file" >&6;}
3135 >$cache_file
3138 # Check that the precious variables saved in the cache have kept the same
3139 # value.
3140 ac_cache_corrupted=false
3141 for ac_var in $ac_precious_vars; do
3142 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3143 eval ac_new_set=\$ac_env_${ac_var}_set
3144 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3145 eval ac_new_val=\$ac_env_${ac_var}_value
3146 case $ac_old_set,$ac_new_set in
3147 set,)
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3149 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3150 ac_cache_corrupted=: ;;
3151 ,set)
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3153 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3154 ac_cache_corrupted=: ;;
3155 ,);;
3157 if test "x$ac_old_val" != "x$ac_new_val"; then
3158 # differences in whitespace do not lead to failure.
3159 ac_old_val_w=`echo x $ac_old_val`
3160 ac_new_val_w=`echo x $ac_new_val`
3161 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3163 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3164 ac_cache_corrupted=:
3165 else
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3167 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3168 eval $ac_var=\$ac_old_val
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3171 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3173 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3174 fi;;
3175 esac
3176 # Pass precious variables to config.status.
3177 if test "$ac_new_set" = set; then
3178 case $ac_new_val in
3179 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3180 *) ac_arg=$ac_var=$ac_new_val ;;
3181 esac
3182 case " $ac_configure_args " in
3183 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3184 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3185 esac
3187 done
3188 if $ac_cache_corrupted; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3192 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3193 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3195 ## -------------------- ##
3196 ## Main body of script. ##
3197 ## -------------------- ##
3199 ac_ext=c
3200 ac_cpp='$CPP $CPPFLAGS'
3201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_config_headers="$ac_config_headers include/config.h"
3209 ac_aux_dir=
3210 for ac_dir in tools "$srcdir"/tools; do
3211 if test -f "$ac_dir/install-sh"; then
3212 ac_aux_dir=$ac_dir
3213 ac_install_sh="$ac_aux_dir/install-sh -c"
3214 break
3215 elif test -f "$ac_dir/install.sh"; then
3216 ac_aux_dir=$ac_dir
3217 ac_install_sh="$ac_aux_dir/install.sh -c"
3218 break
3219 elif test -f "$ac_dir/shtool"; then
3220 ac_aux_dir=$ac_dir
3221 ac_install_sh="$ac_aux_dir/shtool install -c"
3222 break
3224 done
3225 if test -z "$ac_aux_dir"; then
3226 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3229 # These three variables are undocumented and unsupported,
3230 # and are intended to be withdrawn in a future Autoconf release.
3231 # They can cause serious problems if a builder's source tree is in a directory
3232 # whose full name contains unusual characters.
3233 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3234 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3235 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3239 libwine_version="1.0"
3243 # Check whether --enable-win16 was given.
3244 if test "${enable_win16+set}" = set; then :
3245 enableval=$enable_win16;
3248 # Check whether --enable-win64 was given.
3249 if test "${enable_win64+set}" = set; then :
3250 enableval=$enable_win64;
3253 # Check whether --enable-tests was given.
3254 if test "${enable_tests+set}" = set; then :
3255 enableval=$enable_tests;
3258 # Check whether --enable-maintainer-mode was given.
3259 if test "${enable_maintainer_mode+set}" = set; then :
3260 enableval=$enable_maintainer_mode;
3265 # Check whether --with-alsa was given.
3266 if test "${with_alsa+set}" = set; then :
3267 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3271 # Check whether --with-capi was given.
3272 if test "${with_capi+set}" = set; then :
3273 withval=$with_capi;
3277 # Check whether --with-cms was given.
3278 if test "${with_cms+set}" = set; then :
3279 withval=$with_cms;
3283 # Check whether --with-coreaudio was given.
3284 if test "${with_coreaudio+set}" = set; then :
3285 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3289 # Check whether --with-cups was given.
3290 if test "${with_cups+set}" = set; then :
3291 withval=$with_cups;
3295 # Check whether --with-curses was given.
3296 if test "${with_curses+set}" = set; then :
3297 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3301 # Check whether --with-dbus was given.
3302 if test "${with_dbus+set}" = set; then :
3303 withval=$with_dbus;
3307 # Check whether --with-fontconfig was given.
3308 if test "${with_fontconfig+set}" = set; then :
3309 withval=$with_fontconfig;
3313 # Check whether --with-freetype was given.
3314 if test "${with_freetype+set}" = set; then :
3315 withval=$with_freetype;
3319 # Check whether --with-gettext was given.
3320 if test "${with_gettext+set}" = set; then :
3321 withval=$with_gettext;
3325 # Check whether --with-gettextpo was given.
3326 if test "${with_gettextpo+set}" = set; then :
3327 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3331 # Check whether --with-gphoto was given.
3332 if test "${with_gphoto+set}" = set; then :
3333 withval=$with_gphoto;
3337 # Check whether --with-glu was given.
3338 if test "${with_glu+set}" = set; then :
3339 withval=$with_glu;
3343 # Check whether --with-gnutls was given.
3344 if test "${with_gnutls+set}" = set; then :
3345 withval=$with_gnutls;
3349 # Check whether --with-gsm was given.
3350 if test "${with_gsm+set}" = set; then :
3351 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3355 # Check whether --with-gstreamer was given.
3356 if test "${with_gstreamer+set}" = set; then :
3357 withval=$with_gstreamer;
3361 # Check whether --with-hal was given.
3362 if test "${with_hal+set}" = set; then :
3363 withval=$with_hal;
3367 # Check whether --with-jpeg was given.
3368 if test "${with_jpeg+set}" = set; then :
3369 withval=$with_jpeg;
3373 # Check whether --with-ldap was given.
3374 if test "${with_ldap+set}" = set; then :
3375 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3379 # Check whether --with-mpg123 was given.
3380 if test "${with_mpg123+set}" = set; then :
3381 withval=$with_mpg123;
3385 # Check whether --with-netapi was given.
3386 if test "${with_netapi+set}" = set; then :
3387 withval=$with_netapi;
3391 # Check whether --with-openal was given.
3392 if test "${with_openal+set}" = set; then :
3393 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3397 # Check whether --with-opencl was given.
3398 if test "${with_opencl+set}" = set; then :
3399 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3403 # Check whether --with-opengl was given.
3404 if test "${with_opengl+set}" = set; then :
3405 withval=$with_opengl;
3409 # Check whether --with-osmesa was given.
3410 if test "${with_osmesa+set}" = set; then :
3411 withval=$with_osmesa;
3415 # Check whether --with-oss was given.
3416 if test "${with_oss+set}" = set; then :
3417 withval=$with_oss;
3421 # Check whether --with-pcap was given.
3422 if test "${with_pcap+set}" = set; then :
3423 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3427 # Check whether --with-png was given.
3428 if test "${with_png+set}" = set; then :
3429 withval=$with_png;
3433 # Check whether --with-pthread was given.
3434 if test "${with_pthread+set}" = set; then :
3435 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3439 # Check whether --with-sane was given.
3440 if test "${with_sane+set}" = set; then :
3441 withval=$with_sane;
3445 # Check whether --with-tiff was given.
3446 if test "${with_tiff+set}" = set; then :
3447 withval=$with_tiff;
3451 # Check whether --with-v4l was given.
3452 if test "${with_v4l+set}" = set; then :
3453 withval=$with_v4l;
3457 # Check whether --with-xcomposite was given.
3458 if test "${with_xcomposite+set}" = set; then :
3459 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3463 # Check whether --with-xcursor was given.
3464 if test "${with_xcursor+set}" = set; then :
3465 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3469 # Check whether --with-xinerama was given.
3470 if test "${with_xinerama+set}" = set; then :
3471 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3475 # Check whether --with-xinput was given.
3476 if test "${with_xinput+set}" = set; then :
3477 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3481 # Check whether --with-xinput2 was given.
3482 if test "${with_xinput2+set}" = set; then :
3483 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3487 # Check whether --with-xml was given.
3488 if test "${with_xml+set}" = set; then :
3489 withval=$with_xml;
3493 # Check whether --with-xrandr was given.
3494 if test "${with_xrandr+set}" = set; then :
3495 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3499 # Check whether --with-xrender was given.
3500 if test "${with_xrender+set}" = set; then :
3501 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3505 # Check whether --with-xshape was given.
3506 if test "${with_xshape+set}" = set; then :
3507 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3511 # Check whether --with-xshm was given.
3512 if test "${with_xshm+set}" = set; then :
3513 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3517 # Check whether --with-xslt was given.
3518 if test "${with_xslt+set}" = set; then :
3519 withval=$with_xslt;
3523 # Check whether --with-xxf86vm was given.
3524 if test "${with_xxf86vm+set}" = set; then :
3525 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
3529 # Check whether --with-zlib was given.
3530 if test "${with_zlib+set}" = set; then :
3531 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3536 # Check whether --with-wine-tools was given.
3537 if test "${with_wine_tools+set}" = set; then :
3538 withval=$with_wine_tools;
3542 # Check whether --with-wine64 was given.
3543 if test "${with_wine64+set}" = set; then :
3544 withval=$with_wine64;
3548 # Make sure we can run config.sub.
3549 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3550 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3553 $as_echo_n "checking build system type... " >&6; }
3554 if ${ac_cv_build+:} false; then :
3555 $as_echo_n "(cached) " >&6
3556 else
3557 ac_build_alias=$build_alias
3558 test "x$ac_build_alias" = x &&
3559 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3560 test "x$ac_build_alias" = x &&
3561 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3562 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3563 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3567 $as_echo "$ac_cv_build" >&6; }
3568 case $ac_cv_build in
3569 *-*-*) ;;
3570 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3571 esac
3572 build=$ac_cv_build
3573 ac_save_IFS=$IFS; IFS='-'
3574 set x $ac_cv_build
3575 shift
3576 build_cpu=$1
3577 build_vendor=$2
3578 shift; shift
3579 # Remember, the first character of IFS is used to create $*,
3580 # except with old shells:
3581 build_os=$*
3582 IFS=$ac_save_IFS
3583 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3587 $as_echo_n "checking host system type... " >&6; }
3588 if ${ac_cv_host+:} false; then :
3589 $as_echo_n "(cached) " >&6
3590 else
3591 if test "x$host_alias" = x; then
3592 ac_cv_host=$ac_cv_build
3593 else
3594 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3595 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3600 $as_echo "$ac_cv_host" >&6; }
3601 case $ac_cv_host in
3602 *-*-*) ;;
3603 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3604 esac
3605 host=$ac_cv_host
3606 ac_save_IFS=$IFS; IFS='-'
3607 set x $ac_cv_host
3608 shift
3609 host_cpu=$1
3610 host_vendor=$2
3611 shift; shift
3612 # Remember, the first character of IFS is used to create $*,
3613 # except with old shells:
3614 host_os=$*
3615 IFS=$ac_save_IFS
3616 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3620 case "$srcdir" in
3621 .) ;;
3622 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3623 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3624 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3625 fi ;;
3626 esac
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3630 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3631 set x ${MAKE-make}
3632 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3633 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3634 $as_echo_n "(cached) " >&6
3635 else
3636 cat >conftest.make <<\_ACEOF
3637 SHELL = /bin/sh
3638 all:
3639 @echo '@@@%%%=$(MAKE)=@@@%%%'
3640 _ACEOF
3641 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3642 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3643 *@@@%%%=?*=@@@%%%*)
3644 eval ac_cv_prog_make_${ac_make}_set=yes;;
3646 eval ac_cv_prog_make_${ac_make}_set=no;;
3647 esac
3648 rm -f conftest.make
3650 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3652 $as_echo "yes" >&6; }
3653 SET_MAKE=
3654 else
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3656 $as_echo "no" >&6; }
3657 SET_MAKE="MAKE=${MAKE-make}"
3660 ac_ext=c
3661 ac_cpp='$CPP $CPPFLAGS'
3662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3665 if test -n "$ac_tool_prefix"; then
3666 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3667 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3669 $as_echo_n "checking for $ac_word... " >&6; }
3670 if ${ac_cv_prog_CC+:} false; then :
3671 $as_echo_n "(cached) " >&6
3672 else
3673 if test -n "$CC"; then
3674 ac_cv_prog_CC="$CC" # Let the user override the test.
3675 else
3676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3677 for as_dir in $PATH
3679 IFS=$as_save_IFS
3680 test -z "$as_dir" && as_dir=.
3681 for ac_exec_ext in '' $ac_executable_extensions; do
3682 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3683 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3685 break 2
3687 done
3688 done
3689 IFS=$as_save_IFS
3693 CC=$ac_cv_prog_CC
3694 if test -n "$CC"; then
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3696 $as_echo "$CC" >&6; }
3697 else
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3699 $as_echo "no" >&6; }
3704 if test -z "$ac_cv_prog_CC"; then
3705 ac_ct_CC=$CC
3706 # Extract the first word of "gcc", so it can be a program name with args.
3707 set dummy gcc; ac_word=$2
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3709 $as_echo_n "checking for $ac_word... " >&6; }
3710 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3711 $as_echo_n "(cached) " >&6
3712 else
3713 if test -n "$ac_ct_CC"; then
3714 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3715 else
3716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3717 for as_dir in $PATH
3719 IFS=$as_save_IFS
3720 test -z "$as_dir" && as_dir=.
3721 for ac_exec_ext in '' $ac_executable_extensions; do
3722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3723 ac_cv_prog_ac_ct_CC="gcc"
3724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3725 break 2
3727 done
3728 done
3729 IFS=$as_save_IFS
3733 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3734 if test -n "$ac_ct_CC"; then
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3736 $as_echo "$ac_ct_CC" >&6; }
3737 else
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3739 $as_echo "no" >&6; }
3742 if test "x$ac_ct_CC" = x; then
3743 CC=""
3744 else
3745 case $cross_compiling:$ac_tool_warned in
3746 yes:)
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3749 ac_tool_warned=yes ;;
3750 esac
3751 CC=$ac_ct_CC
3753 else
3754 CC="$ac_cv_prog_CC"
3757 if test -z "$CC"; then
3758 if test -n "$ac_tool_prefix"; then
3759 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3760 set dummy ${ac_tool_prefix}cc; ac_word=$2
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3762 $as_echo_n "checking for $ac_word... " >&6; }
3763 if ${ac_cv_prog_CC+:} false; then :
3764 $as_echo_n "(cached) " >&6
3765 else
3766 if test -n "$CC"; then
3767 ac_cv_prog_CC="$CC" # Let the user override the test.
3768 else
3769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3770 for as_dir in $PATH
3772 IFS=$as_save_IFS
3773 test -z "$as_dir" && as_dir=.
3774 for ac_exec_ext in '' $ac_executable_extensions; do
3775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3776 ac_cv_prog_CC="${ac_tool_prefix}cc"
3777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3778 break 2
3780 done
3781 done
3782 IFS=$as_save_IFS
3786 CC=$ac_cv_prog_CC
3787 if test -n "$CC"; then
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3789 $as_echo "$CC" >&6; }
3790 else
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3792 $as_echo "no" >&6; }
3798 if test -z "$CC"; then
3799 # Extract the first word of "cc", so it can be a program name with args.
3800 set dummy cc; ac_word=$2
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3802 $as_echo_n "checking for $ac_word... " >&6; }
3803 if ${ac_cv_prog_CC+:} false; then :
3804 $as_echo_n "(cached) " >&6
3805 else
3806 if test -n "$CC"; then
3807 ac_cv_prog_CC="$CC" # Let the user override the test.
3808 else
3809 ac_prog_rejected=no
3810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3811 for as_dir in $PATH
3813 IFS=$as_save_IFS
3814 test -z "$as_dir" && as_dir=.
3815 for ac_exec_ext in '' $ac_executable_extensions; do
3816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3817 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3818 ac_prog_rejected=yes
3819 continue
3821 ac_cv_prog_CC="cc"
3822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3823 break 2
3825 done
3826 done
3827 IFS=$as_save_IFS
3829 if test $ac_prog_rejected = yes; then
3830 # We found a bogon in the path, so make sure we never use it.
3831 set dummy $ac_cv_prog_CC
3832 shift
3833 if test $# != 0; then
3834 # We chose a different compiler from the bogus one.
3835 # However, it has the same basename, so the bogon will be chosen
3836 # first if we set CC to just the basename; use the full file name.
3837 shift
3838 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3843 CC=$ac_cv_prog_CC
3844 if test -n "$CC"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3846 $as_echo "$CC" >&6; }
3847 else
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3854 if test -z "$CC"; then
3855 if test -n "$ac_tool_prefix"; then
3856 for ac_prog in cl.exe
3858 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3859 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3861 $as_echo_n "checking for $ac_word... " >&6; }
3862 if ${ac_cv_prog_CC+:} false; then :
3863 $as_echo_n "(cached) " >&6
3864 else
3865 if test -n "$CC"; then
3866 ac_cv_prog_CC="$CC" # Let the user override the test.
3867 else
3868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3869 for as_dir in $PATH
3871 IFS=$as_save_IFS
3872 test -z "$as_dir" && as_dir=.
3873 for ac_exec_ext in '' $ac_executable_extensions; do
3874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3875 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3877 break 2
3879 done
3880 done
3881 IFS=$as_save_IFS
3885 CC=$ac_cv_prog_CC
3886 if test -n "$CC"; then
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3888 $as_echo "$CC" >&6; }
3889 else
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891 $as_echo "no" >&6; }
3895 test -n "$CC" && break
3896 done
3898 if test -z "$CC"; then
3899 ac_ct_CC=$CC
3900 for ac_prog in cl.exe
3902 # Extract the first word of "$ac_prog", so it can be a program name with args.
3903 set dummy $ac_prog; ac_word=$2
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3905 $as_echo_n "checking for $ac_word... " >&6; }
3906 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3907 $as_echo_n "(cached) " >&6
3908 else
3909 if test -n "$ac_ct_CC"; then
3910 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3911 else
3912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3913 for as_dir in $PATH
3915 IFS=$as_save_IFS
3916 test -z "$as_dir" && as_dir=.
3917 for ac_exec_ext in '' $ac_executable_extensions; do
3918 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3919 ac_cv_prog_ac_ct_CC="$ac_prog"
3920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3921 break 2
3923 done
3924 done
3925 IFS=$as_save_IFS
3929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3930 if test -n "$ac_ct_CC"; then
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3932 $as_echo "$ac_ct_CC" >&6; }
3933 else
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3935 $as_echo "no" >&6; }
3939 test -n "$ac_ct_CC" && break
3940 done
3942 if test "x$ac_ct_CC" = x; then
3943 CC=""
3944 else
3945 case $cross_compiling:$ac_tool_warned in
3946 yes:)
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949 ac_tool_warned=yes ;;
3950 esac
3951 CC=$ac_ct_CC
3958 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3959 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3960 as_fn_error $? "no acceptable C compiler found in \$PATH
3961 See \`config.log' for more details" "$LINENO" 5; }
3963 # Provide some information about the compiler.
3964 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3965 set X $ac_compile
3966 ac_compiler=$2
3967 for ac_option in --version -v -V -qversion; do
3968 { { ac_try="$ac_compiler $ac_option >&5"
3969 case "(($ac_try" in
3970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3971 *) ac_try_echo=$ac_try;;
3972 esac
3973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3974 $as_echo "$ac_try_echo"; } >&5
3975 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3976 ac_status=$?
3977 if test -s conftest.err; then
3978 sed '10a\
3979 ... rest of stderr output deleted ...
3980 10q' conftest.err >conftest.er1
3981 cat conftest.er1 >&5
3983 rm -f conftest.er1 conftest.err
3984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3985 test $ac_status = 0; }
3986 done
3988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3989 /* end confdefs.h. */
3992 main ()
3996 return 0;
3998 _ACEOF
3999 ac_clean_files_save=$ac_clean_files
4000 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4001 # Try to create an executable without -o first, disregard a.out.
4002 # It will help us diagnose broken compilers, and finding out an intuition
4003 # of exeext.
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4005 $as_echo_n "checking whether the C compiler works... " >&6; }
4006 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4008 # The possible output files:
4009 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4011 ac_rmfiles=
4012 for ac_file in $ac_files
4014 case $ac_file in
4015 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4016 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4017 esac
4018 done
4019 rm -f $ac_rmfiles
4021 if { { ac_try="$ac_link_default"
4022 case "(($ac_try" in
4023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4024 *) ac_try_echo=$ac_try;;
4025 esac
4026 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4027 $as_echo "$ac_try_echo"; } >&5
4028 (eval "$ac_link_default") 2>&5
4029 ac_status=$?
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }; then :
4032 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4033 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4034 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4035 # so that the user can short-circuit this test for compilers unknown to
4036 # Autoconf.
4037 for ac_file in $ac_files ''
4039 test -f "$ac_file" || continue
4040 case $ac_file in
4041 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4043 [ab].out )
4044 # We found the default executable, but exeext='' is most
4045 # certainly right.
4046 break;;
4047 *.* )
4048 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4049 then :; else
4050 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4052 # We set ac_cv_exeext here because the later test for it is not
4053 # safe: cross compilers may not add the suffix if given an `-o'
4054 # argument, so we may need to know it at that point already.
4055 # Even if this section looks crufty: it has the advantage of
4056 # actually working.
4057 break;;
4059 break;;
4060 esac
4061 done
4062 test "$ac_cv_exeext" = no && ac_cv_exeext=
4064 else
4065 ac_file=''
4067 if test -z "$ac_file"; then :
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4070 $as_echo "$as_me: failed program was:" >&5
4071 sed 's/^/| /' conftest.$ac_ext >&5
4073 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4075 as_fn_error 77 "C compiler cannot create executables
4076 See \`config.log' for more details" "$LINENO" 5; }
4077 else
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4079 $as_echo "yes" >&6; }
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4082 $as_echo_n "checking for C compiler default output file name... " >&6; }
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4084 $as_echo "$ac_file" >&6; }
4085 ac_exeext=$ac_cv_exeext
4087 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4088 ac_clean_files=$ac_clean_files_save
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4090 $as_echo_n "checking for suffix of executables... " >&6; }
4091 if { { ac_try="$ac_link"
4092 case "(($ac_try" in
4093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4097 $as_echo "$ac_try_echo"; } >&5
4098 (eval "$ac_link") 2>&5
4099 ac_status=$?
4100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4101 test $ac_status = 0; }; then :
4102 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4103 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4104 # work properly (i.e., refer to `conftest.exe'), while it won't with
4105 # `rm'.
4106 for ac_file in conftest.exe conftest conftest.*; do
4107 test -f "$ac_file" || continue
4108 case $ac_file in
4109 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4110 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4111 break;;
4112 * ) break;;
4113 esac
4114 done
4115 else
4116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4117 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4118 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4119 See \`config.log' for more details" "$LINENO" 5; }
4121 rm -f conftest conftest$ac_cv_exeext
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4123 $as_echo "$ac_cv_exeext" >&6; }
4125 rm -f conftest.$ac_ext
4126 EXEEXT=$ac_cv_exeext
4127 ac_exeext=$EXEEXT
4128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4129 /* end confdefs.h. */
4130 #include <stdio.h>
4132 main ()
4134 FILE *f = fopen ("conftest.out", "w");
4135 return ferror (f) || fclose (f) != 0;
4138 return 0;
4140 _ACEOF
4141 ac_clean_files="$ac_clean_files conftest.out"
4142 # Check that the compiler produces executables we can run. If not, either
4143 # the compiler is broken, or we cross compile.
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4145 $as_echo_n "checking whether we are cross compiling... " >&6; }
4146 if test "$cross_compiling" != yes; then
4147 { { ac_try="$ac_link"
4148 case "(($ac_try" in
4149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4150 *) ac_try_echo=$ac_try;;
4151 esac
4152 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4153 $as_echo "$ac_try_echo"; } >&5
4154 (eval "$ac_link") 2>&5
4155 ac_status=$?
4156 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4157 test $ac_status = 0; }
4158 if { ac_try='./conftest$ac_cv_exeext'
4159 { { case "(($ac_try" in
4160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4161 *) ac_try_echo=$ac_try;;
4162 esac
4163 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4164 $as_echo "$ac_try_echo"; } >&5
4165 (eval "$ac_try") 2>&5
4166 ac_status=$?
4167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4168 test $ac_status = 0; }; }; then
4169 cross_compiling=no
4170 else
4171 if test "$cross_compiling" = maybe; then
4172 cross_compiling=yes
4173 else
4174 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4176 as_fn_error $? "cannot run C compiled programs.
4177 If you meant to cross compile, use \`--host'.
4178 See \`config.log' for more details" "$LINENO" 5; }
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4183 $as_echo "$cross_compiling" >&6; }
4185 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4186 ac_clean_files=$ac_clean_files_save
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4188 $as_echo_n "checking for suffix of object files... " >&6; }
4189 if ${ac_cv_objext+:} false; then :
4190 $as_echo_n "(cached) " >&6
4191 else
4192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4193 /* end confdefs.h. */
4196 main ()
4200 return 0;
4202 _ACEOF
4203 rm -f conftest.o conftest.obj
4204 if { { ac_try="$ac_compile"
4205 case "(($ac_try" in
4206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4207 *) ac_try_echo=$ac_try;;
4208 esac
4209 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 $as_echo "$ac_try_echo"; } >&5
4211 (eval "$ac_compile") 2>&5
4212 ac_status=$?
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }; then :
4215 for ac_file in conftest.o conftest.obj conftest.*; do
4216 test -f "$ac_file" || continue;
4217 case $ac_file in
4218 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4219 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4220 break;;
4221 esac
4222 done
4223 else
4224 $as_echo "$as_me: failed program was:" >&5
4225 sed 's/^/| /' conftest.$ac_ext >&5
4227 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4228 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4229 as_fn_error $? "cannot compute suffix of object files: cannot compile
4230 See \`config.log' for more details" "$LINENO" 5; }
4232 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4235 $as_echo "$ac_cv_objext" >&6; }
4236 OBJEXT=$ac_cv_objext
4237 ac_objext=$OBJEXT
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4239 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4240 if ${ac_cv_c_compiler_gnu+:} false; then :
4241 $as_echo_n "(cached) " >&6
4242 else
4243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4244 /* end confdefs.h. */
4247 main ()
4249 #ifndef __GNUC__
4250 choke me
4251 #endif
4254 return 0;
4256 _ACEOF
4257 if ac_fn_c_try_compile "$LINENO"; then :
4258 ac_compiler_gnu=yes
4259 else
4260 ac_compiler_gnu=no
4262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4263 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4267 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4268 if test $ac_compiler_gnu = yes; then
4269 GCC=yes
4270 else
4271 GCC=
4273 ac_test_CFLAGS=${CFLAGS+set}
4274 ac_save_CFLAGS=$CFLAGS
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4276 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4277 if ${ac_cv_prog_cc_g+:} false; then :
4278 $as_echo_n "(cached) " >&6
4279 else
4280 ac_save_c_werror_flag=$ac_c_werror_flag
4281 ac_c_werror_flag=yes
4282 ac_cv_prog_cc_g=no
4283 CFLAGS="-g"
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4288 main ()
4292 return 0;
4294 _ACEOF
4295 if ac_fn_c_try_compile "$LINENO"; then :
4296 ac_cv_prog_cc_g=yes
4297 else
4298 CFLAGS=""
4299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4300 /* end confdefs.h. */
4303 main ()
4307 return 0;
4309 _ACEOF
4310 if ac_fn_c_try_compile "$LINENO"; then :
4312 else
4313 ac_c_werror_flag=$ac_save_c_werror_flag
4314 CFLAGS="-g"
4315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4316 /* end confdefs.h. */
4319 main ()
4323 return 0;
4325 _ACEOF
4326 if ac_fn_c_try_compile "$LINENO"; then :
4327 ac_cv_prog_cc_g=yes
4329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4334 ac_c_werror_flag=$ac_save_c_werror_flag
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4337 $as_echo "$ac_cv_prog_cc_g" >&6; }
4338 if test "$ac_test_CFLAGS" = set; then
4339 CFLAGS=$ac_save_CFLAGS
4340 elif test $ac_cv_prog_cc_g = yes; then
4341 if test "$GCC" = yes; then
4342 CFLAGS="-g -O2"
4343 else
4344 CFLAGS="-g"
4346 else
4347 if test "$GCC" = yes; then
4348 CFLAGS="-O2"
4349 else
4350 CFLAGS=
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4354 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4355 if ${ac_cv_prog_cc_c89+:} false; then :
4356 $as_echo_n "(cached) " >&6
4357 else
4358 ac_cv_prog_cc_c89=no
4359 ac_save_CC=$CC
4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4362 #include <stdarg.h>
4363 #include <stdio.h>
4364 struct stat;
4365 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4366 struct buf { int x; };
4367 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4368 static char *e (p, i)
4369 char **p;
4370 int i;
4372 return p[i];
4374 static char *f (char * (*g) (char **, int), char **p, ...)
4376 char *s;
4377 va_list v;
4378 va_start (v,p);
4379 s = g (p, va_arg (v,int));
4380 va_end (v);
4381 return s;
4384 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4385 function prototypes and stuff, but not '\xHH' hex character constants.
4386 These don't provoke an error unfortunately, instead are silently treated
4387 as 'x'. The following induces an error, until -std is added to get
4388 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4389 array size at least. It's necessary to write '\x00'==0 to get something
4390 that's true only with -std. */
4391 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4393 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4394 inside strings and character constants. */
4395 #define FOO(x) 'x'
4396 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4398 int test (int i, double x);
4399 struct s1 {int (*f) (int a);};
4400 struct s2 {int (*f) (double a);};
4401 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4402 int argc;
4403 char **argv;
4405 main ()
4407 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4409 return 0;
4411 _ACEOF
4412 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4413 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4415 CC="$ac_save_CC $ac_arg"
4416 if ac_fn_c_try_compile "$LINENO"; then :
4417 ac_cv_prog_cc_c89=$ac_arg
4419 rm -f core conftest.err conftest.$ac_objext
4420 test "x$ac_cv_prog_cc_c89" != "xno" && break
4421 done
4422 rm -f conftest.$ac_ext
4423 CC=$ac_save_CC
4426 # AC_CACHE_VAL
4427 case "x$ac_cv_prog_cc_c89" in
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4430 $as_echo "none needed" >&6; } ;;
4431 xno)
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4433 $as_echo "unsupported" >&6; } ;;
4435 CC="$CC $ac_cv_prog_cc_c89"
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4437 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4438 esac
4439 if test "x$ac_cv_prog_cc_c89" != xno; then :
4443 ac_ext=c
4444 ac_cpp='$CPP $CPPFLAGS'
4445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4449 ac_ext=cpp
4450 ac_cpp='$CXXCPP $CPPFLAGS'
4451 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4452 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4453 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4454 if test -z "$CXX"; then
4455 if test -n "$CCC"; then
4456 CXX=$CCC
4457 else
4458 if test -n "$ac_tool_prefix"; then
4459 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4464 $as_echo_n "checking for $ac_word... " >&6; }
4465 if ${ac_cv_prog_CXX+:} false; then :
4466 $as_echo_n "(cached) " >&6
4467 else
4468 if test -n "$CXX"; then
4469 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4470 else
4471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4472 for as_dir in $PATH
4474 IFS=$as_save_IFS
4475 test -z "$as_dir" && as_dir=.
4476 for ac_exec_ext in '' $ac_executable_extensions; do
4477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4478 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4480 break 2
4482 done
4483 done
4484 IFS=$as_save_IFS
4488 CXX=$ac_cv_prog_CXX
4489 if test -n "$CXX"; then
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4491 $as_echo "$CXX" >&6; }
4492 else
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4494 $as_echo "no" >&6; }
4498 test -n "$CXX" && break
4499 done
4501 if test -z "$CXX"; then
4502 ac_ct_CXX=$CXX
4503 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4505 # Extract the first word of "$ac_prog", so it can be a program name with args.
4506 set dummy $ac_prog; ac_word=$2
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4508 $as_echo_n "checking for $ac_word... " >&6; }
4509 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4510 $as_echo_n "(cached) " >&6
4511 else
4512 if test -n "$ac_ct_CXX"; then
4513 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4522 ac_cv_prog_ac_ct_CXX="$ac_prog"
4523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4533 if test -n "$ac_ct_CXX"; then
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4535 $as_echo "$ac_ct_CXX" >&6; }
4536 else
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4538 $as_echo "no" >&6; }
4542 test -n "$ac_ct_CXX" && break
4543 done
4545 if test "x$ac_ct_CXX" = x; then
4546 CXX="g++"
4547 else
4548 case $cross_compiling:$ac_tool_warned in
4549 yes:)
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4552 ac_tool_warned=yes ;;
4553 esac
4554 CXX=$ac_ct_CXX
4560 # Provide some information about the compiler.
4561 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4562 set X $ac_compile
4563 ac_compiler=$2
4564 for ac_option in --version -v -V -qversion; do
4565 { { ac_try="$ac_compiler $ac_option >&5"
4566 case "(($ac_try" in
4567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4568 *) ac_try_echo=$ac_try;;
4569 esac
4570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4571 $as_echo "$ac_try_echo"; } >&5
4572 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4573 ac_status=$?
4574 if test -s conftest.err; then
4575 sed '10a\
4576 ... rest of stderr output deleted ...
4577 10q' conftest.err >conftest.er1
4578 cat conftest.er1 >&5
4580 rm -f conftest.er1 conftest.err
4581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4582 test $ac_status = 0; }
4583 done
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4586 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4587 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589 else
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4594 main ()
4596 #ifndef __GNUC__
4597 choke me
4598 #endif
4601 return 0;
4603 _ACEOF
4604 if ac_fn_cxx_try_compile "$LINENO"; then :
4605 ac_compiler_gnu=yes
4606 else
4607 ac_compiler_gnu=no
4609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4610 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4614 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4615 if test $ac_compiler_gnu = yes; then
4616 GXX=yes
4617 else
4618 GXX=
4620 ac_test_CXXFLAGS=${CXXFLAGS+set}
4621 ac_save_CXXFLAGS=$CXXFLAGS
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4623 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4624 if ${ac_cv_prog_cxx_g+:} false; then :
4625 $as_echo_n "(cached) " >&6
4626 else
4627 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4628 ac_cxx_werror_flag=yes
4629 ac_cv_prog_cxx_g=no
4630 CXXFLAGS="-g"
4631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4632 /* end confdefs.h. */
4635 main ()
4639 return 0;
4641 _ACEOF
4642 if ac_fn_cxx_try_compile "$LINENO"; then :
4643 ac_cv_prog_cxx_g=yes
4644 else
4645 CXXFLAGS=""
4646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4650 main ()
4654 return 0;
4656 _ACEOF
4657 if ac_fn_cxx_try_compile "$LINENO"; then :
4659 else
4660 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4661 CXXFLAGS="-g"
4662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4663 /* end confdefs.h. */
4666 main ()
4670 return 0;
4672 _ACEOF
4673 if ac_fn_cxx_try_compile "$LINENO"; then :
4674 ac_cv_prog_cxx_g=yes
4676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4681 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4684 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4685 if test "$ac_test_CXXFLAGS" = set; then
4686 CXXFLAGS=$ac_save_CXXFLAGS
4687 elif test $ac_cv_prog_cxx_g = yes; then
4688 if test "$GXX" = yes; then
4689 CXXFLAGS="-g -O2"
4690 else
4691 CXXFLAGS="-g"
4693 else
4694 if test "$GXX" = yes; then
4695 CXXFLAGS="-O2"
4696 else
4697 CXXFLAGS=
4700 ac_ext=c
4701 ac_cpp='$CPP $CPPFLAGS'
4702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4706 if test -n "$ac_tool_prefix"; then
4707 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4708 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4710 $as_echo_n "checking for $ac_word... " >&6; }
4711 if ${ac_cv_prog_CPPBIN+:} false; then :
4712 $as_echo_n "(cached) " >&6
4713 else
4714 if test -n "$CPPBIN"; then
4715 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4716 else
4717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in $PATH
4720 IFS=$as_save_IFS
4721 test -z "$as_dir" && as_dir=.
4722 for ac_exec_ext in '' $ac_executable_extensions; do
4723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4724 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726 break 2
4728 done
4729 done
4730 IFS=$as_save_IFS
4734 CPPBIN=$ac_cv_prog_CPPBIN
4735 if test -n "$CPPBIN"; then
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4737 $as_echo "$CPPBIN" >&6; }
4738 else
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4740 $as_echo "no" >&6; }
4745 if test -z "$ac_cv_prog_CPPBIN"; then
4746 ac_ct_CPPBIN=$CPPBIN
4747 # Extract the first word of "cpp", so it can be a program name with args.
4748 set dummy cpp; ac_word=$2
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4750 $as_echo_n "checking for $ac_word... " >&6; }
4751 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4752 $as_echo_n "(cached) " >&6
4753 else
4754 if test -n "$ac_ct_CPPBIN"; then
4755 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4756 else
4757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4758 for as_dir in $PATH
4760 IFS=$as_save_IFS
4761 test -z "$as_dir" && as_dir=.
4762 for ac_exec_ext in '' $ac_executable_extensions; do
4763 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4764 ac_cv_prog_ac_ct_CPPBIN="cpp"
4765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4766 break 2
4768 done
4769 done
4770 IFS=$as_save_IFS
4774 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4775 if test -n "$ac_ct_CPPBIN"; then
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4777 $as_echo "$ac_ct_CPPBIN" >&6; }
4778 else
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4780 $as_echo "no" >&6; }
4783 if test "x$ac_ct_CPPBIN" = x; then
4784 CPPBIN="cpp"
4785 else
4786 case $cross_compiling:$ac_tool_warned in
4787 yes:)
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4790 ac_tool_warned=yes ;;
4791 esac
4792 CPPBIN=$ac_ct_CPPBIN
4794 else
4795 CPPBIN="$ac_cv_prog_CPPBIN"
4799 cat >>confdefs.h <<_ACEOF
4800 #define EXEEXT "$ac_exeext"
4801 _ACEOF
4803 if test -n "$ac_tool_prefix"; then
4804 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4805 set dummy ${ac_tool_prefix}ld; ac_word=$2
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4807 $as_echo_n "checking for $ac_word... " >&6; }
4808 if ${ac_cv_prog_LD+:} false; then :
4809 $as_echo_n "(cached) " >&6
4810 else
4811 if test -n "$LD"; then
4812 ac_cv_prog_LD="$LD" # Let the user override the test.
4813 else
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815 for as_dir in $PATH
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_exec_ext in '' $ac_executable_extensions; do
4820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4821 ac_cv_prog_LD="${ac_tool_prefix}ld"
4822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4823 break 2
4825 done
4826 done
4827 IFS=$as_save_IFS
4831 LD=$ac_cv_prog_LD
4832 if test -n "$LD"; then
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4834 $as_echo "$LD" >&6; }
4835 else
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837 $as_echo "no" >&6; }
4842 if test -z "$ac_cv_prog_LD"; then
4843 ac_ct_LD=$LD
4844 # Extract the first word of "ld", so it can be a program name with args.
4845 set dummy ld; ac_word=$2
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4847 $as_echo_n "checking for $ac_word... " >&6; }
4848 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4849 $as_echo_n "(cached) " >&6
4850 else
4851 if test -n "$ac_ct_LD"; then
4852 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4853 else
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855 for as_dir in $PATH
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4861 ac_cv_prog_ac_ct_LD="ld"
4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4863 break 2
4865 done
4866 done
4867 IFS=$as_save_IFS
4871 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4872 if test -n "$ac_ct_LD"; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4874 $as_echo "$ac_ct_LD" >&6; }
4875 else
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877 $as_echo "no" >&6; }
4880 if test "x$ac_ct_LD" = x; then
4881 LD=""
4882 else
4883 case $cross_compiling:$ac_tool_warned in
4884 yes:)
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4887 ac_tool_warned=yes ;;
4888 esac
4889 LD=$ac_ct_LD
4891 else
4892 LD="$ac_cv_prog_LD"
4896 case $host in
4897 *-darwin*)
4898 if test "x$enable_win64" = "xyes"
4899 then
4900 CC="$CC -m64"
4901 CXX="$CXX -m64"
4902 host_cpu="x86_64"
4903 notice_platform="64-bit "
4904 TARGETFLAGS="-m64"
4906 else
4907 CC="$CC -m32"
4908 CXX="$CXX -m32"
4909 host_cpu="i386"
4910 notice_platform="32-bit "
4911 TARGETFLAGS="-m32"
4913 enable_win16=${enable_win16:-yes}
4915 with_fontconfig=${with_fontconfig:-no}
4917 x86_64*|amd64*)
4918 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4919 then
4920 CC="$CC -m32"
4921 CXX="$CXX -m32"
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4923 $as_echo_n "checking whether $CC works... " >&6; }
4925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4926 /* end confdefs.h. */
4929 main ()
4933 return 0;
4935 _ACEOF
4936 if ac_fn_c_try_link "$LINENO"; then :
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4938 $as_echo "yes" >&6; }
4939 else
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4941 $as_echo "no" >&6; }
4942 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4944 rm -f core conftest.err conftest.$ac_objext \
4945 conftest$ac_exeext conftest.$ac_ext
4946 host_cpu="i386"
4947 notice_platform="32-bit "
4948 TARGETFLAGS="-m32"
4950 enable_win16=${enable_win16:-yes}
4951 else
4952 if test "x${GCC}" = "xyes"
4953 then
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4955 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4957 /* end confdefs.h. */
4958 #include <stdarg.h>
4960 main ()
4962 void func(__builtin_ms_va_list *args);
4964 return 0;
4966 _ACEOF
4967 if ac_fn_c_try_compile "$LINENO"; then :
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4969 $as_echo "yes" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4973 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4977 host_cpu="x86_64"
4978 TARGETFLAGS="-m64"
4982 arm*)
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4984 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4987 int ac_test(int i) { return i; }
4989 main ()
4991 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4993 return 0;
4995 _ACEOF
4996 if ac_fn_c_try_link "$LINENO"; then :
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4998 $as_echo "yes" >&6; }
4999 else
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5001 $as_echo "no" >&6; }
5002 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5004 rm -f core conftest.err conftest.$ac_objext \
5005 conftest$ac_exeext conftest.$ac_ext
5006 CFLAGS="$CFLAGS -marm"
5007 TARGETFLAGS="-marm"
5010 *-mingw32*|*-cygwin*)
5011 enable_win16=${enable_win16:-no}
5012 CFLAGS="$CFLAGS -D_WIN32"
5014 i[3456789]86*)
5015 enable_win16=${enable_win16:-yes}
5017 esac
5019 enable_win16=${enable_win16:-no}
5020 enable_win64=${enable_win64:-no}
5022 enable_winetest=${enable_winetest:-$enable_tests}
5024 if test -n "$with_wine64"
5025 then
5026 if test "x$enable_win64" = "xyes"
5027 then
5028 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5029 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5031 enable_fonts=${enable_fonts:-no}
5032 enable_server=${enable_server:-no}
5033 elif test "x$enable_win64" = "xyes"
5034 then
5035 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5039 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5040 if ${wine_cv_toolsdir+:} false; then :
5041 $as_echo_n "(cached) " >&6
5042 else
5043 wine_cv_toolsdir="$with_wine_tools"
5044 if test -z "$with_wine_tools"; then
5045 if test "$cross_compiling" = "yes"; then
5046 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5047 elif test -n "$with_wine64"; then
5048 wine_cv_toolsdir="$with_wine64"
5051 if test -z "$wine_cv_toolsdir"; then
5052 wine_makedep=tools/makedep
5053 wine_cv_toolsdir="\$(top_builddir)"
5054 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5055 wine_makedep=$wine_cv_toolsdir/tools/makedep
5056 case "$wine_cv_toolsdir" in
5057 /*) ;;
5058 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5059 esac
5060 enable_tools=${enable_tools:-no}
5061 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5062 else
5063 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5067 $as_echo "$wine_cv_toolsdir" >&6; }
5068 TOOLSDIR=$wine_cv_toolsdir
5070 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5071 then
5072 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5076 for ac_prog in flex
5078 # Extract the first word of "$ac_prog", so it can be a program name with args.
5079 set dummy $ac_prog; ac_word=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if ${ac_cv_prog_FLEX+:} false; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 if test -n "$FLEX"; then
5086 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5087 else
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5095 ac_cv_prog_FLEX="$ac_prog"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5105 FLEX=$ac_cv_prog_FLEX
5106 if test -n "$FLEX"; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5108 $as_echo "$FLEX" >&6; }
5109 else
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 $as_echo "no" >&6; }
5115 test -n "$FLEX" && break
5116 done
5117 test -n "$FLEX" || FLEX="none"
5119 if test "$FLEX" = "none"
5120 then
5121 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5124 $as_echo_n "checking whether flex is recent enough... " >&6; }
5125 cat >conftest.l <<EOF
5126 %top{
5127 #include "prediluvian.h"
5131 if $FLEX -t conftest.l >/dev/null 2>&5
5132 then
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5134 $as_echo "yes" >&6; }
5135 else
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137 $as_echo "no" >&6; }
5138 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5141 for ac_prog in bison
5143 # Extract the first word of "$ac_prog", so it can be a program name with args.
5144 set dummy $ac_prog; ac_word=$2
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5146 $as_echo_n "checking for $ac_word... " >&6; }
5147 if ${ac_cv_prog_BISON+:} false; then :
5148 $as_echo_n "(cached) " >&6
5149 else
5150 if test -n "$BISON"; then
5151 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5152 else
5153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5154 for as_dir in $PATH
5156 IFS=$as_save_IFS
5157 test -z "$as_dir" && as_dir=.
5158 for ac_exec_ext in '' $ac_executable_extensions; do
5159 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5160 ac_cv_prog_BISON="$ac_prog"
5161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5162 break 2
5164 done
5165 done
5166 IFS=$as_save_IFS
5170 BISON=$ac_cv_prog_BISON
5171 if test -n "$BISON"; then
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5173 $as_echo "$BISON" >&6; }
5174 else
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5176 $as_echo "no" >&6; }
5180 test -n "$BISON" && break
5181 done
5182 test -n "$BISON" || BISON="none"
5184 if test "$BISON" = "none"
5185 then
5186 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5189 if test -n "$ac_tool_prefix"; then
5190 for ac_prog in ar gar
5192 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5193 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5195 $as_echo_n "checking for $ac_word... " >&6; }
5196 if ${ac_cv_prog_AR+:} false; then :
5197 $as_echo_n "(cached) " >&6
5198 else
5199 if test -n "$AR"; then
5200 ac_cv_prog_AR="$AR" # Let the user override the test.
5201 else
5202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5203 for as_dir in $PATH
5205 IFS=$as_save_IFS
5206 test -z "$as_dir" && as_dir=.
5207 for ac_exec_ext in '' $ac_executable_extensions; do
5208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5209 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5211 break 2
5213 done
5214 done
5215 IFS=$as_save_IFS
5219 AR=$ac_cv_prog_AR
5220 if test -n "$AR"; then
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5222 $as_echo "$AR" >&6; }
5223 else
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5225 $as_echo "no" >&6; }
5229 test -n "$AR" && break
5230 done
5232 if test -z "$AR"; then
5233 ac_ct_AR=$AR
5234 for ac_prog in ar gar
5236 # Extract the first word of "$ac_prog", so it can be a program name with args.
5237 set dummy $ac_prog; ac_word=$2
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5239 $as_echo_n "checking for $ac_word... " >&6; }
5240 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5241 $as_echo_n "(cached) " >&6
5242 else
5243 if test -n "$ac_ct_AR"; then
5244 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5245 else
5246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5247 for as_dir in $PATH
5249 IFS=$as_save_IFS
5250 test -z "$as_dir" && as_dir=.
5251 for ac_exec_ext in '' $ac_executable_extensions; do
5252 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5253 ac_cv_prog_ac_ct_AR="$ac_prog"
5254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5255 break 2
5257 done
5258 done
5259 IFS=$as_save_IFS
5263 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5264 if test -n "$ac_ct_AR"; then
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5266 $as_echo "$ac_ct_AR" >&6; }
5267 else
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5269 $as_echo "no" >&6; }
5273 test -n "$ac_ct_AR" && break
5274 done
5276 if test "x$ac_ct_AR" = x; then
5277 AR="ar"
5278 else
5279 case $cross_compiling:$ac_tool_warned in
5280 yes:)
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5282 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5283 ac_tool_warned=yes ;;
5284 esac
5285 AR=$ac_ct_AR
5289 if test -n "$ac_tool_prefix"; then
5290 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5291 set dummy ${ac_tool_prefix}strip; ac_word=$2
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5293 $as_echo_n "checking for $ac_word... " >&6; }
5294 if ${ac_cv_prog_STRIP+:} false; then :
5295 $as_echo_n "(cached) " >&6
5296 else
5297 if test -n "$STRIP"; then
5298 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5299 else
5300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5301 for as_dir in $PATH
5303 IFS=$as_save_IFS
5304 test -z "$as_dir" && as_dir=.
5305 for ac_exec_ext in '' $ac_executable_extensions; do
5306 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5307 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5309 break 2
5311 done
5312 done
5313 IFS=$as_save_IFS
5317 STRIP=$ac_cv_prog_STRIP
5318 if test -n "$STRIP"; then
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5320 $as_echo "$STRIP" >&6; }
5321 else
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323 $as_echo "no" >&6; }
5328 if test -z "$ac_cv_prog_STRIP"; then
5329 ac_ct_STRIP=$STRIP
5330 # Extract the first word of "strip", so it can be a program name with args.
5331 set dummy strip; ac_word=$2
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5333 $as_echo_n "checking for $ac_word... " >&6; }
5334 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5335 $as_echo_n "(cached) " >&6
5336 else
5337 if test -n "$ac_ct_STRIP"; then
5338 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5339 else
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341 for as_dir in $PATH
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do
5346 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5347 ac_cv_prog_ac_ct_STRIP="strip"
5348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2
5351 done
5352 done
5353 IFS=$as_save_IFS
5357 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5358 if test -n "$ac_ct_STRIP"; then
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5360 $as_echo "$ac_ct_STRIP" >&6; }
5361 else
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5363 $as_echo "no" >&6; }
5366 if test "x$ac_ct_STRIP" = x; then
5367 STRIP="strip"
5368 else
5369 case $cross_compiling:$ac_tool_warned in
5370 yes:)
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5373 ac_tool_warned=yes ;;
5374 esac
5375 STRIP=$ac_ct_STRIP
5377 else
5378 STRIP="$ac_cv_prog_STRIP"
5381 ARFLAGS=rc
5383 if test -n "$ac_tool_prefix"; then
5384 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5385 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5387 $as_echo_n "checking for $ac_word... " >&6; }
5388 if ${ac_cv_prog_RANLIB+:} false; then :
5389 $as_echo_n "(cached) " >&6
5390 else
5391 if test -n "$RANLIB"; then
5392 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5393 else
5394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5395 for as_dir in $PATH
5397 IFS=$as_save_IFS
5398 test -z "$as_dir" && as_dir=.
5399 for ac_exec_ext in '' $ac_executable_extensions; do
5400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5401 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5403 break 2
5405 done
5406 done
5407 IFS=$as_save_IFS
5411 RANLIB=$ac_cv_prog_RANLIB
5412 if test -n "$RANLIB"; then
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5414 $as_echo "$RANLIB" >&6; }
5415 else
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5417 $as_echo "no" >&6; }
5422 if test -z "$ac_cv_prog_RANLIB"; then
5423 ac_ct_RANLIB=$RANLIB
5424 # Extract the first word of "ranlib", so it can be a program name with args.
5425 set dummy ranlib; ac_word=$2
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5427 $as_echo_n "checking for $ac_word... " >&6; }
5428 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5429 $as_echo_n "(cached) " >&6
5430 else
5431 if test -n "$ac_ct_RANLIB"; then
5432 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5433 else
5434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5435 for as_dir in $PATH
5437 IFS=$as_save_IFS
5438 test -z "$as_dir" && as_dir=.
5439 for ac_exec_ext in '' $ac_executable_extensions; do
5440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5441 ac_cv_prog_ac_ct_RANLIB="ranlib"
5442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5443 break 2
5445 done
5446 done
5447 IFS=$as_save_IFS
5451 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5452 if test -n "$ac_ct_RANLIB"; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5454 $as_echo "$ac_ct_RANLIB" >&6; }
5455 else
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5460 if test "x$ac_ct_RANLIB" = x; then
5461 RANLIB=":"
5462 else
5463 case $cross_compiling:$ac_tool_warned in
5464 yes:)
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5467 ac_tool_warned=yes ;;
5468 esac
5469 RANLIB=$ac_ct_RANLIB
5471 else
5472 RANLIB="$ac_cv_prog_RANLIB"
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5476 $as_echo_n "checking whether ln -s works... " >&6; }
5477 LN_S=$as_ln_s
5478 if test "$LN_S" = "ln -s"; then
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5480 $as_echo "yes" >&6; }
5481 else
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5483 $as_echo "no, using $LN_S" >&6; }
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5487 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5488 if ${ac_cv_path_GREP+:} false; then :
5489 $as_echo_n "(cached) " >&6
5490 else
5491 if test -z "$GREP"; then
5492 ac_path_GREP_found=false
5493 # Loop through the user's path and test for each of PROGNAME-LIST
5494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5495 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5497 IFS=$as_save_IFS
5498 test -z "$as_dir" && as_dir=.
5499 for ac_prog in grep ggrep; do
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5502 as_fn_executable_p "$ac_path_GREP" || continue
5503 # Check for GNU ac_path_GREP and select it if it is found.
5504 # Check for GNU $ac_path_GREP
5505 case `"$ac_path_GREP" --version 2>&1` in
5506 *GNU*)
5507 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5509 ac_count=0
5510 $as_echo_n 0123456789 >"conftest.in"
5511 while :
5513 cat "conftest.in" "conftest.in" >"conftest.tmp"
5514 mv "conftest.tmp" "conftest.in"
5515 cp "conftest.in" "conftest.nl"
5516 $as_echo 'GREP' >> "conftest.nl"
5517 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5518 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5519 as_fn_arith $ac_count + 1 && ac_count=$as_val
5520 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5521 # Best one so far, save it but keep looking for a better one
5522 ac_cv_path_GREP="$ac_path_GREP"
5523 ac_path_GREP_max=$ac_count
5525 # 10*(2^10) chars as input seems more than enough
5526 test $ac_count -gt 10 && break
5527 done
5528 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5529 esac
5531 $ac_path_GREP_found && break 3
5532 done
5533 done
5534 done
5535 IFS=$as_save_IFS
5536 if test -z "$ac_cv_path_GREP"; then
5537 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5539 else
5540 ac_cv_path_GREP=$GREP
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5545 $as_echo "$ac_cv_path_GREP" >&6; }
5546 GREP="$ac_cv_path_GREP"
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5550 $as_echo_n "checking for egrep... " >&6; }
5551 if ${ac_cv_path_EGREP+:} false; then :
5552 $as_echo_n "(cached) " >&6
5553 else
5554 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5555 then ac_cv_path_EGREP="$GREP -E"
5556 else
5557 if test -z "$EGREP"; then
5558 ac_path_EGREP_found=false
5559 # Loop through the user's path and test for each of PROGNAME-LIST
5560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5561 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5563 IFS=$as_save_IFS
5564 test -z "$as_dir" && as_dir=.
5565 for ac_prog in egrep; do
5566 for ac_exec_ext in '' $ac_executable_extensions; do
5567 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5568 as_fn_executable_p "$ac_path_EGREP" || continue
5569 # Check for GNU ac_path_EGREP and select it if it is found.
5570 # Check for GNU $ac_path_EGREP
5571 case `"$ac_path_EGREP" --version 2>&1` in
5572 *GNU*)
5573 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5575 ac_count=0
5576 $as_echo_n 0123456789 >"conftest.in"
5577 while :
5579 cat "conftest.in" "conftest.in" >"conftest.tmp"
5580 mv "conftest.tmp" "conftest.in"
5581 cp "conftest.in" "conftest.nl"
5582 $as_echo 'EGREP' >> "conftest.nl"
5583 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5584 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5585 as_fn_arith $ac_count + 1 && ac_count=$as_val
5586 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5587 # Best one so far, save it but keep looking for a better one
5588 ac_cv_path_EGREP="$ac_path_EGREP"
5589 ac_path_EGREP_max=$ac_count
5591 # 10*(2^10) chars as input seems more than enough
5592 test $ac_count -gt 10 && break
5593 done
5594 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5595 esac
5597 $ac_path_EGREP_found && break 3
5598 done
5599 done
5600 done
5601 IFS=$as_save_IFS
5602 if test -z "$ac_cv_path_EGREP"; then
5603 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5605 else
5606 ac_cv_path_EGREP=$EGREP
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5612 $as_echo "$ac_cv_path_EGREP" >&6; }
5613 EGREP="$ac_cv_path_EGREP"
5616 # Extract the first word of "ldconfig", so it can be a program name with args.
5617 set dummy ldconfig; ac_word=$2
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5619 $as_echo_n "checking for $ac_word... " >&6; }
5620 if ${ac_cv_path_LDCONFIG+:} false; then :
5621 $as_echo_n "(cached) " >&6
5622 else
5623 case $LDCONFIG in
5624 [\\/]* | ?:[\\/]*)
5625 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629 for as_dir in /sbin /usr/sbin $PATH
5631 IFS=$as_save_IFS
5632 test -z "$as_dir" && as_dir=.
5633 for ac_exec_ext in '' $ac_executable_extensions; do
5634 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5635 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5637 break 2
5639 done
5640 done
5641 IFS=$as_save_IFS
5643 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5645 esac
5647 LDCONFIG=$ac_cv_path_LDCONFIG
5648 if test -n "$LDCONFIG"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5650 $as_echo "$LDCONFIG" >&6; }
5651 else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5657 for ac_prog in msgfmt
5659 # Extract the first word of "$ac_prog", so it can be a program name with args.
5660 set dummy $ac_prog; ac_word=$2
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5662 $as_echo_n "checking for $ac_word... " >&6; }
5663 if ${ac_cv_prog_MSGFMT+:} false; then :
5664 $as_echo_n "(cached) " >&6
5665 else
5666 if test -n "$MSGFMT"; then
5667 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5668 else
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670 for as_dir in $PATH
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_exec_ext in '' $ac_executable_extensions; do
5675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5676 ac_cv_prog_MSGFMT="$ac_prog"
5677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5678 break 2
5680 done
5681 done
5682 IFS=$as_save_IFS
5686 MSGFMT=$ac_cv_prog_MSGFMT
5687 if test -n "$MSGFMT"; then
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5689 $as_echo "$MSGFMT" >&6; }
5690 else
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5692 $as_echo "no" >&6; }
5696 test -n "$MSGFMT" && break
5697 done
5698 test -n "$MSGFMT" || MSGFMT="false"
5700 if ${ac_tool_prefix+:} false; then :
5701 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5702 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5704 $as_echo_n "checking for $ac_word... " >&6; }
5705 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5706 $as_echo_n "(cached) " >&6
5707 else
5708 if test -n "$PKG_CONFIG"; then
5709 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5710 else
5711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5712 for as_dir in $PATH
5714 IFS=$as_save_IFS
5715 test -z "$as_dir" && as_dir=.
5716 for ac_exec_ext in '' $ac_executable_extensions; do
5717 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5718 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5720 break 2
5722 done
5723 done
5724 IFS=$as_save_IFS
5728 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5729 if test -n "$PKG_CONFIG"; then
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5731 $as_echo "$PKG_CONFIG" >&6; }
5732 else
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5734 $as_echo "no" >&6; }
5739 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5740 if test "x$cross_compiling" = xyes; then :
5742 else
5743 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5744 # Extract the first word of "pkg-config", so it can be a program name with args.
5745 set dummy pkg-config; ac_word=$2
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5747 $as_echo_n "checking for $ac_word... " >&6; }
5748 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5751 if test -n "$PKG_CONFIG"; then
5752 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5753 else
5754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5755 for as_dir in $PATH
5757 IFS=$as_save_IFS
5758 test -z "$as_dir" && as_dir=.
5759 for ac_exec_ext in '' $ac_executable_extensions; do
5760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5761 ac_cv_prog_PKG_CONFIG="pkg-config"
5762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5763 break 2
5765 done
5766 done
5767 IFS=$as_save_IFS
5771 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5772 if test -n "$PKG_CONFIG"; then
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5774 $as_echo "$PKG_CONFIG" >&6; }
5775 else
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5777 $as_echo "no" >&6; }
5782 else
5783 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5786 if test "x$enable_maintainer_mode" != "xyes"
5787 then
5788 FONTFORGE=""
5789 RSVG=""
5790 CONVERT=""
5791 ICOTOOL=""
5792 else
5793 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5794 for ac_prog in fontforge
5796 # Extract the first word of "$ac_prog", so it can be a program name with args.
5797 set dummy $ac_prog; ac_word=$2
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5799 $as_echo_n "checking for $ac_word... " >&6; }
5800 if ${ac_cv_prog_FONTFORGE+:} false; then :
5801 $as_echo_n "(cached) " >&6
5802 else
5803 if test -n "$FONTFORGE"; then
5804 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5805 else
5806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807 for as_dir in $PATH
5809 IFS=$as_save_IFS
5810 test -z "$as_dir" && as_dir=.
5811 for ac_exec_ext in '' $ac_executable_extensions; do
5812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_prog_FONTFORGE="$ac_prog"
5814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5815 break 2
5817 done
5818 done
5819 IFS=$as_save_IFS
5823 FONTFORGE=$ac_cv_prog_FONTFORGE
5824 if test -n "$FONTFORGE"; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5826 $as_echo "$FONTFORGE" >&6; }
5827 else
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5829 $as_echo "no" >&6; }
5833 test -n "$FONTFORGE" && break
5834 done
5835 test -n "$FONTFORGE" || FONTFORGE="false"
5837 for ac_prog in rsvg-convert rsvg
5839 # Extract the first word of "$ac_prog", so it can be a program name with args.
5840 set dummy $ac_prog; ac_word=$2
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5842 $as_echo_n "checking for $ac_word... " >&6; }
5843 if ${ac_cv_prog_RSVG+:} false; then :
5844 $as_echo_n "(cached) " >&6
5845 else
5846 if test -n "$RSVG"; then
5847 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5848 else
5849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5850 for as_dir in $PATH
5852 IFS=$as_save_IFS
5853 test -z "$as_dir" && as_dir=.
5854 for ac_exec_ext in '' $ac_executable_extensions; do
5855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5856 ac_cv_prog_RSVG="$ac_prog"
5857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5858 break 2
5860 done
5861 done
5862 IFS=$as_save_IFS
5866 RSVG=$ac_cv_prog_RSVG
5867 if test -n "$RSVG"; then
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5869 $as_echo "$RSVG" >&6; }
5870 else
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5872 $as_echo "no" >&6; }
5876 test -n "$RSVG" && break
5877 done
5878 test -n "$RSVG" || RSVG="false"
5880 for ac_prog in convert
5882 # Extract the first word of "$ac_prog", so it can be a program name with args.
5883 set dummy $ac_prog; ac_word=$2
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885 $as_echo_n "checking for $ac_word... " >&6; }
5886 if ${ac_cv_prog_CONVERT+:} false; then :
5887 $as_echo_n "(cached) " >&6
5888 else
5889 if test -n "$CONVERT"; then
5890 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5891 else
5892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893 for as_dir in $PATH
5895 IFS=$as_save_IFS
5896 test -z "$as_dir" && as_dir=.
5897 for ac_exec_ext in '' $ac_executable_extensions; do
5898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5899 ac_cv_prog_CONVERT="$ac_prog"
5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5901 break 2
5903 done
5904 done
5905 IFS=$as_save_IFS
5909 CONVERT=$ac_cv_prog_CONVERT
5910 if test -n "$CONVERT"; then
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5912 $as_echo "$CONVERT" >&6; }
5913 else
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915 $as_echo "no" >&6; }
5919 test -n "$CONVERT" && break
5920 done
5921 test -n "$CONVERT" || CONVERT="false"
5923 for ac_prog in icotool
5925 # Extract the first word of "$ac_prog", so it can be a program name with args.
5926 set dummy $ac_prog; ac_word=$2
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5928 $as_echo_n "checking for $ac_word... " >&6; }
5929 if ${ac_cv_prog_ICOTOOL+:} false; then :
5930 $as_echo_n "(cached) " >&6
5931 else
5932 if test -n "$ICOTOOL"; then
5933 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5934 else
5935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5936 for as_dir in $PATH
5938 IFS=$as_save_IFS
5939 test -z "$as_dir" && as_dir=.
5940 for ac_exec_ext in '' $ac_executable_extensions; do
5941 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5942 ac_cv_prog_ICOTOOL="$ac_prog"
5943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5944 break 2
5946 done
5947 done
5948 IFS=$as_save_IFS
5952 ICOTOOL=$ac_cv_prog_ICOTOOL
5953 if test -n "$ICOTOOL"; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5955 $as_echo "$ICOTOOL" >&6; }
5956 else
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5962 test -n "$ICOTOOL" && break
5963 done
5964 test -n "$ICOTOOL" || ICOTOOL="false"
5966 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5967 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5969 if test "$CONVERT" = false
5970 then
5971 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5972 else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5974 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5975 convert_version=`convert --version | head -n1`
5976 if test "x$convert_version" != "x"
5977 then
5978 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5979 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5980 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5981 then
5982 CONVERT=false
5985 if test "$CONVERT" = false
5986 then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5988 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5989 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5990 else
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5992 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5996 if test "$ICOTOOL" = false
5997 then
5998 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5999 else
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6001 $as_echo_n "checking for recent enough icotool... " >&6; }
6002 icotool_version=`icotool --version | head -n1`
6003 if test "x$icotool_version" != "x"
6004 then
6005 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6006 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6007 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6008 then
6009 ICOTOOL=false
6010 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6013 if test "$ICOTOOL" = false
6014 then
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6016 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6017 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6018 else
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6020 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6024 with_gettext=yes
6025 with_gettextpo=yes
6026 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6029 test "x$with_gettext" != xno || MSGFMT=false
6030 if test "$MSGFMT" != "false"
6031 then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6033 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6034 cat >conftest.po <<EOF
6035 # comment
6036 msgctxt "ctxt"
6037 msgid "id"
6038 msgstr "str"
6040 if $MSGFMT -o /dev/null conftest.po 2>&5
6041 then
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6043 $as_echo "yes" >&6; }
6044 else
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6046 $as_echo "no" >&6; }
6047 MSGFMT=false
6050 if test "$MSGFMT" = false; then :
6051 case "x$with_gettext" in
6052 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6053 xno) ;;
6054 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6055 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6056 esac
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6061 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6062 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6063 $as_echo_n "(cached) " >&6
6064 else
6065 ac_check_lib_save_LIBS=$LIBS
6066 LIBS="-li386 $LIBS"
6067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6068 /* end confdefs.h. */
6070 /* Override any GCC internal prototype to avoid an error.
6071 Use char because int might match the return type of a GCC
6072 builtin and then its argument prototype would still apply. */
6073 #ifdef __cplusplus
6074 extern "C"
6075 #endif
6076 char i386_set_ldt ();
6078 main ()
6080 return i386_set_ldt ();
6082 return 0;
6084 _ACEOF
6085 if ac_fn_c_try_link "$LINENO"; then :
6086 ac_cv_lib_i386_i386_set_ldt=yes
6087 else
6088 ac_cv_lib_i386_i386_set_ldt=no
6090 rm -f core conftest.err conftest.$ac_objext \
6091 conftest$ac_exeext conftest.$ac_ext
6092 LIBS=$ac_check_lib_save_LIBS
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6095 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6096 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6097 cat >>confdefs.h <<_ACEOF
6098 #define HAVE_LIBI386 1
6099 _ACEOF
6101 LIBS="-li386 $LIBS"
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6106 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6107 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6108 $as_echo_n "(cached) " >&6
6109 else
6110 ac_check_lib_save_LIBS=$LIBS
6111 LIBS="-lossaudio $LIBS"
6112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6113 /* end confdefs.h. */
6115 /* Override any GCC internal prototype to avoid an error.
6116 Use char because int might match the return type of a GCC
6117 builtin and then its argument prototype would still apply. */
6118 #ifdef __cplusplus
6119 extern "C"
6120 #endif
6121 char _oss_ioctl ();
6123 main ()
6125 return _oss_ioctl ();
6127 return 0;
6129 _ACEOF
6130 if ac_fn_c_try_link "$LINENO"; then :
6131 ac_cv_lib_ossaudio__oss_ioctl=yes
6132 else
6133 ac_cv_lib_ossaudio__oss_ioctl=no
6135 rm -f core conftest.err conftest.$ac_objext \
6136 conftest$ac_exeext conftest.$ac_ext
6137 LIBS=$ac_check_lib_save_LIBS
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6140 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6141 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6142 cat >>confdefs.h <<_ACEOF
6143 #define HAVE_LIBOSSAUDIO 1
6144 _ACEOF
6146 LIBS="-lossaudio $LIBS"
6151 OPENGL_LIBS=""
6155 # Check whether --enable-largefile was given.
6156 if test "${enable_largefile+set}" = set; then :
6157 enableval=$enable_largefile;
6160 if test "$enable_largefile" != no; then
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6163 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6164 if ${ac_cv_sys_largefile_CC+:} false; then :
6165 $as_echo_n "(cached) " >&6
6166 else
6167 ac_cv_sys_largefile_CC=no
6168 if test "$GCC" != yes; then
6169 ac_save_CC=$CC
6170 while :; do
6171 # IRIX 6.2 and later do not support large files by default,
6172 # so use the C compiler's -n32 option if that helps.
6173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6174 /* end confdefs.h. */
6175 #include <sys/types.h>
6176 /* Check that off_t can represent 2**63 - 1 correctly.
6177 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6178 since some C++ compilers masquerading as C compilers
6179 incorrectly reject 9223372036854775807. */
6180 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6181 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6182 && LARGE_OFF_T % 2147483647 == 1)
6183 ? 1 : -1];
6185 main ()
6189 return 0;
6191 _ACEOF
6192 if ac_fn_c_try_compile "$LINENO"; then :
6193 break
6195 rm -f core conftest.err conftest.$ac_objext
6196 CC="$CC -n32"
6197 if ac_fn_c_try_compile "$LINENO"; then :
6198 ac_cv_sys_largefile_CC=' -n32'; break
6200 rm -f core conftest.err conftest.$ac_objext
6201 break
6202 done
6203 CC=$ac_save_CC
6204 rm -f conftest.$ac_ext
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6208 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6209 if test "$ac_cv_sys_largefile_CC" != no; then
6210 CC=$CC$ac_cv_sys_largefile_CC
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6214 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6215 if ${ac_cv_sys_file_offset_bits+:} false; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 while :; do
6219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6220 /* end confdefs.h. */
6221 #include <sys/types.h>
6222 /* Check that off_t can represent 2**63 - 1 correctly.
6223 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6224 since some C++ compilers masquerading as C compilers
6225 incorrectly reject 9223372036854775807. */
6226 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6227 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6228 && LARGE_OFF_T % 2147483647 == 1)
6229 ? 1 : -1];
6231 main ()
6235 return 0;
6237 _ACEOF
6238 if ac_fn_c_try_compile "$LINENO"; then :
6239 ac_cv_sys_file_offset_bits=no; break
6241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6243 /* end confdefs.h. */
6244 #define _FILE_OFFSET_BITS 64
6245 #include <sys/types.h>
6246 /* Check that off_t can represent 2**63 - 1 correctly.
6247 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6248 since some C++ compilers masquerading as C compilers
6249 incorrectly reject 9223372036854775807. */
6250 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6251 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6252 && LARGE_OFF_T % 2147483647 == 1)
6253 ? 1 : -1];
6255 main ()
6259 return 0;
6261 _ACEOF
6262 if ac_fn_c_try_compile "$LINENO"; then :
6263 ac_cv_sys_file_offset_bits=64; break
6265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6266 ac_cv_sys_file_offset_bits=unknown
6267 break
6268 done
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6271 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6272 case $ac_cv_sys_file_offset_bits in #(
6273 no | unknown) ;;
6275 cat >>confdefs.h <<_ACEOF
6276 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6277 _ACEOF
6279 esac
6280 rm -rf conftest*
6281 if test $ac_cv_sys_file_offset_bits = unknown; then
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6283 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6284 if ${ac_cv_sys_large_files+:} false; then :
6285 $as_echo_n "(cached) " >&6
6286 else
6287 while :; do
6288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6289 /* end confdefs.h. */
6290 #include <sys/types.h>
6291 /* Check that off_t can represent 2**63 - 1 correctly.
6292 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6293 since some C++ compilers masquerading as C compilers
6294 incorrectly reject 9223372036854775807. */
6295 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6296 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6297 && LARGE_OFF_T % 2147483647 == 1)
6298 ? 1 : -1];
6300 main ()
6304 return 0;
6306 _ACEOF
6307 if ac_fn_c_try_compile "$LINENO"; then :
6308 ac_cv_sys_large_files=no; break
6310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6312 /* end confdefs.h. */
6313 #define _LARGE_FILES 1
6314 #include <sys/types.h>
6315 /* Check that off_t can represent 2**63 - 1 correctly.
6316 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6317 since some C++ compilers masquerading as C compilers
6318 incorrectly reject 9223372036854775807. */
6319 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6320 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6321 && LARGE_OFF_T % 2147483647 == 1)
6322 ? 1 : -1];
6324 main ()
6328 return 0;
6330 _ACEOF
6331 if ac_fn_c_try_compile "$LINENO"; then :
6332 ac_cv_sys_large_files=1; break
6334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6335 ac_cv_sys_large_files=unknown
6336 break
6337 done
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6340 $as_echo "$ac_cv_sys_large_files" >&6; }
6341 case $ac_cv_sys_large_files in #(
6342 no | unknown) ;;
6344 cat >>confdefs.h <<_ACEOF
6345 #define _LARGE_FILES $ac_cv_sys_large_files
6346 _ACEOF
6348 esac
6349 rm -rf conftest*
6356 ac_ext=c
6357 ac_cpp='$CPP $CPPFLAGS'
6358 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6359 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6360 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6362 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6363 # On Suns, sometimes $CPP names a directory.
6364 if test -n "$CPP" && test -d "$CPP"; then
6365 CPP=
6367 if test -z "$CPP"; then
6368 if ${ac_cv_prog_CPP+:} false; then :
6369 $as_echo_n "(cached) " >&6
6370 else
6371 # Double quotes because CPP needs to be expanded
6372 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6374 ac_preproc_ok=false
6375 for ac_c_preproc_warn_flag in '' yes
6377 # Use a header file that comes with gcc, so configuring glibc
6378 # with a fresh cross-compiler works.
6379 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6380 # <limits.h> exists even on freestanding compilers.
6381 # On the NeXT, cc -E runs the code through the compiler's parser,
6382 # not just through cpp. "Syntax error" is here to catch this case.
6383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6384 /* end confdefs.h. */
6385 #ifdef __STDC__
6386 # include <limits.h>
6387 #else
6388 # include <assert.h>
6389 #endif
6390 Syntax error
6391 _ACEOF
6392 if ac_fn_c_try_cpp "$LINENO"; then :
6394 else
6395 # Broken: fails on valid input.
6396 continue
6398 rm -f conftest.err conftest.i conftest.$ac_ext
6400 # OK, works on sane cases. Now check whether nonexistent headers
6401 # can be detected and how.
6402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6403 /* end confdefs.h. */
6404 #include <ac_nonexistent.h>
6405 _ACEOF
6406 if ac_fn_c_try_cpp "$LINENO"; then :
6407 # Broken: success on invalid input.
6408 continue
6409 else
6410 # Passes both tests.
6411 ac_preproc_ok=:
6412 break
6414 rm -f conftest.err conftest.i conftest.$ac_ext
6416 done
6417 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6418 rm -f conftest.i conftest.err conftest.$ac_ext
6419 if $ac_preproc_ok; then :
6420 break
6423 done
6424 ac_cv_prog_CPP=$CPP
6427 CPP=$ac_cv_prog_CPP
6428 else
6429 ac_cv_prog_CPP=$CPP
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6432 $as_echo "$CPP" >&6; }
6433 ac_preproc_ok=false
6434 for ac_c_preproc_warn_flag in '' yes
6436 # Use a header file that comes with gcc, so configuring glibc
6437 # with a fresh cross-compiler works.
6438 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6439 # <limits.h> exists even on freestanding compilers.
6440 # On the NeXT, cc -E runs the code through the compiler's parser,
6441 # not just through cpp. "Syntax error" is here to catch this case.
6442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6443 /* end confdefs.h. */
6444 #ifdef __STDC__
6445 # include <limits.h>
6446 #else
6447 # include <assert.h>
6448 #endif
6449 Syntax error
6450 _ACEOF
6451 if ac_fn_c_try_cpp "$LINENO"; then :
6453 else
6454 # Broken: fails on valid input.
6455 continue
6457 rm -f conftest.err conftest.i conftest.$ac_ext
6459 # OK, works on sane cases. Now check whether nonexistent headers
6460 # can be detected and how.
6461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6462 /* end confdefs.h. */
6463 #include <ac_nonexistent.h>
6464 _ACEOF
6465 if ac_fn_c_try_cpp "$LINENO"; then :
6466 # Broken: success on invalid input.
6467 continue
6468 else
6469 # Passes both tests.
6470 ac_preproc_ok=:
6471 break
6473 rm -f conftest.err conftest.i conftest.$ac_ext
6475 done
6476 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6477 rm -f conftest.i conftest.err conftest.$ac_ext
6478 if $ac_preproc_ok; then :
6480 else
6481 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6482 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6483 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6484 See \`config.log' for more details" "$LINENO" 5; }
6487 ac_ext=c
6488 ac_cpp='$CPP $CPPFLAGS'
6489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6495 $as_echo_n "checking for ANSI C header files... " >&6; }
6496 if ${ac_cv_header_stdc+:} false; then :
6497 $as_echo_n "(cached) " >&6
6498 else
6499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6500 /* end confdefs.h. */
6501 #include <stdlib.h>
6502 #include <stdarg.h>
6503 #include <string.h>
6504 #include <float.h>
6507 main ()
6511 return 0;
6513 _ACEOF
6514 if ac_fn_c_try_compile "$LINENO"; then :
6515 ac_cv_header_stdc=yes
6516 else
6517 ac_cv_header_stdc=no
6519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6521 if test $ac_cv_header_stdc = yes; then
6522 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6524 /* end confdefs.h. */
6525 #include <string.h>
6527 _ACEOF
6528 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6529 $EGREP "memchr" >/dev/null 2>&1; then :
6531 else
6532 ac_cv_header_stdc=no
6534 rm -f conftest*
6538 if test $ac_cv_header_stdc = yes; then
6539 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h. */
6542 #include <stdlib.h>
6544 _ACEOF
6545 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6546 $EGREP "free" >/dev/null 2>&1; then :
6548 else
6549 ac_cv_header_stdc=no
6551 rm -f conftest*
6555 if test $ac_cv_header_stdc = yes; then
6556 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6557 if test "$cross_compiling" = yes; then :
6559 else
6560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6561 /* end confdefs.h. */
6562 #include <ctype.h>
6563 #include <stdlib.h>
6564 #if ((' ' & 0x0FF) == 0x020)
6565 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6566 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6567 #else
6568 # define ISLOWER(c) \
6569 (('a' <= (c) && (c) <= 'i') \
6570 || ('j' <= (c) && (c) <= 'r') \
6571 || ('s' <= (c) && (c) <= 'z'))
6572 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6573 #endif
6575 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6577 main ()
6579 int i;
6580 for (i = 0; i < 256; i++)
6581 if (XOR (islower (i), ISLOWER (i))
6582 || toupper (i) != TOUPPER (i))
6583 return 2;
6584 return 0;
6586 _ACEOF
6587 if ac_fn_c_try_run "$LINENO"; then :
6589 else
6590 ac_cv_header_stdc=no
6592 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6593 conftest.$ac_objext conftest.beam conftest.$ac_ext
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6599 $as_echo "$ac_cv_header_stdc" >&6; }
6600 if test $ac_cv_header_stdc = yes; then
6602 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6606 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6607 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6608 inttypes.h stdint.h unistd.h
6609 do :
6610 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6611 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6613 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6614 cat >>confdefs.h <<_ACEOF
6615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6616 _ACEOF
6620 done
6623 for ac_header in \
6624 AL/al.h \
6625 ApplicationServices/ApplicationServices.h \
6626 AudioToolbox/AudioConverter.h \
6627 AudioUnit/AudioUnit.h \
6628 AudioUnit/AudioComponent.h \
6629 CL/cl.h \
6630 Carbon/Carbon.h \
6631 CoreAudio/CoreAudio.h \
6632 CoreServices/CoreServices.h \
6633 DiskArbitration/DiskArbitration.h \
6634 IOKit/IOKitLib.h \
6635 IOKit/hid/IOHIDLib.h \
6636 OpenAL/al.h \
6637 OpenCL/opencl.h \
6638 QuickTime/ImageCompression.h \
6639 Security/Security.h \
6640 alias.h \
6641 alsa/asoundlib.h \
6642 arpa/inet.h \
6643 arpa/nameser.h \
6644 asm/types.h \
6645 asm/user.h \
6646 curses.h \
6647 direct.h \
6648 dirent.h \
6649 dlfcn.h \
6650 elf.h \
6651 float.h \
6652 fnmatch.h \
6653 getopt.h \
6654 gettext-po.h \
6655 grp.h \
6656 gsm.h \
6657 gsm/gsm.h \
6658 ieeefp.h \
6659 inet/mib2.h \
6660 io.h \
6661 kstat.h \
6662 lber.h \
6663 ldap.h \
6664 libproc.h \
6665 link.h \
6666 linux/cdrom.h \
6667 linux/compiler.h \
6668 linux/filter.h \
6669 linux/hdreg.h \
6670 linux/input.h \
6671 linux/ioctl.h \
6672 linux/joystick.h \
6673 linux/major.h \
6674 linux/param.h \
6675 linux/serial.h \
6676 linux/types.h \
6677 linux/ucdrom.h \
6678 lwp.h \
6679 mach-o/nlist.h \
6680 mach-o/loader.h \
6681 mach/mach.h \
6682 mach/machine.h \
6683 machine/cpu.h \
6684 machine/limits.h \
6685 machine/sysarch.h \
6686 mntent.h \
6687 ncurses.h \
6688 netdb.h \
6689 netinet/in.h \
6690 netinet/in_systm.h \
6691 netinet/tcp.h \
6692 netinet/tcp_fsm.h \
6693 pcap/pcap.h \
6694 poll.h \
6695 port.h \
6696 process.h \
6697 pthread.h \
6698 pwd.h \
6699 sched.h \
6700 scsi/scsi.h \
6701 scsi/scsi_ioctl.h \
6702 scsi/sg.h \
6703 stdbool.h \
6704 stdint.h \
6705 stropts.h \
6706 sys/asoundlib.h \
6707 sys/attr.h \
6708 sys/cdio.h \
6709 sys/elf32.h \
6710 sys/epoll.h \
6711 sys/event.h \
6712 sys/exec_elf.h \
6713 sys/filio.h \
6714 sys/inotify.h \
6715 sys/ioctl.h \
6716 sys/ipc.h \
6717 sys/limits.h \
6718 sys/link.h \
6719 sys/mman.h \
6720 sys/modem.h \
6721 sys/msg.h \
6722 sys/mtio.h \
6723 sys/param.h \
6724 sys/poll.h \
6725 sys/prctl.h \
6726 sys/protosw.h \
6727 sys/ptrace.h \
6728 sys/queue.h \
6729 sys/resource.h \
6730 sys/scsiio.h \
6731 sys/shm.h \
6732 sys/signal.h \
6733 sys/socket.h \
6734 sys/socketvar.h \
6735 sys/sockio.h \
6736 sys/statvfs.h \
6737 sys/strtio.h \
6738 sys/syscall.h \
6739 sys/tihdr.h \
6740 sys/time.h \
6741 sys/timeout.h \
6742 sys/times.h \
6743 sys/uio.h \
6744 sys/user.h \
6745 sys/utsname.h \
6746 sys/vm86.h \
6747 sys/vnode.h \
6748 sys/wait.h \
6749 syscall.h \
6750 termios.h \
6751 unistd.h \
6752 utime.h \
6753 valgrind/memcheck.h \
6754 valgrind/valgrind.h \
6755 zlib.h
6757 do :
6758 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6759 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6760 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6761 cat >>confdefs.h <<_ACEOF
6762 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6763 _ACEOF
6767 done
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6770 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6771 if ${ac_cv_header_stat_broken+:} false; then :
6772 $as_echo_n "(cached) " >&6
6773 else
6774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6775 /* end confdefs.h. */
6776 #include <sys/types.h>
6777 #include <sys/stat.h>
6779 #if defined S_ISBLK && defined S_IFDIR
6780 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6781 #endif
6783 #if defined S_ISBLK && defined S_IFCHR
6784 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6785 #endif
6787 #if defined S_ISLNK && defined S_IFREG
6788 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6789 #endif
6791 #if defined S_ISSOCK && defined S_IFREG
6792 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6793 #endif
6795 _ACEOF
6796 if ac_fn_c_try_compile "$LINENO"; then :
6797 ac_cv_header_stat_broken=no
6798 else
6799 ac_cv_header_stat_broken=yes
6801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6804 $as_echo "$ac_cv_header_stat_broken" >&6; }
6805 if test $ac_cv_header_stat_broken = yes; then
6807 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6813 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6814 do :
6815 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6816 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6817 #ifdef HAVE_SYS_PARAM_H
6818 # include <sys/param.h>
6819 #endif
6821 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6822 cat >>confdefs.h <<_ACEOF
6823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6824 _ACEOF
6828 done
6831 for ac_header in \
6832 netinet/ip.h \
6833 net/if.h \
6834 net/if_arp.h \
6835 net/if_dl.h \
6836 net/if_types.h \
6837 net/route.h \
6838 netinet/if_ether.h \
6839 netinet/if_inarp.h \
6840 netinet/in_pcb.h \
6841 netinet/ip_icmp.h \
6842 netinet/ip_var.h \
6843 netinet/udp.h \
6844 netipx/ipx.h \
6845 sys/un.h \
6847 do :
6848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6850 #ifdef HAVE_SYS_SOCKET_H
6851 # include <sys/socket.h>
6852 #endif
6853 #ifdef HAVE_SYS_SOCKETVAR_H
6854 # include <sys/socketvar.h>
6855 #endif
6856 #ifdef HAVE_NET_ROUTE_H
6857 # include <net/route.h>
6858 #endif
6859 #ifdef HAVE_NETINET_IN_H
6860 # include <netinet/in.h>
6861 #endif
6862 #ifdef HAVE_NETINET_IN_SYSTM_H
6863 # include <netinet/in_systm.h>
6864 #endif
6865 #ifdef HAVE_NET_IF_H
6866 # include <net/if.h>
6867 #endif
6868 #ifdef HAVE_NETINET_IP_H
6869 # include <netinet/ip.h>
6870 #endif
6872 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6873 cat >>confdefs.h <<_ACEOF
6874 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6875 _ACEOF
6879 done
6882 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6883 do :
6884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6885 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6886 #ifdef HAVE_ALIAS_H
6887 # include <alias.h>
6888 #endif
6889 #ifdef HAVE_SYS_SOCKET_H
6890 # include <sys/socket.h>
6891 #endif
6892 #ifdef HAVE_SYS_SOCKETVAR_H
6893 # include <sys/socketvar.h>
6894 #endif
6895 #ifdef HAVE_SYS_TIMEOUT_H
6896 # include <sys/timeout.h>
6897 #endif
6898 #ifdef HAVE_NETINET_IN_H
6899 # include <netinet/in.h>
6900 #endif
6901 #ifdef HAVE_NETINET_IN_SYSTM_H
6902 # include <netinet/in_systm.h>
6903 #endif
6904 #ifdef HAVE_NETINET_IP_H
6905 # include <netinet/ip.h>
6906 #endif
6907 #ifdef HAVE_NETINET_IP_VAR_H
6908 # include <netinet/ip_var.h>
6909 #endif
6910 #ifdef HAVE_NETINET_IP_ICMP_H
6911 # include <netinet/ip_icmp.h>
6912 #endif
6913 #ifdef HAVE_NETINET_UDP_H
6914 # include <netinet/udp.h>
6915 #endif
6916 #ifdef HAVE_NETINET_TCP_H
6917 # include <netinet/tcp.h>
6918 #endif
6919 #ifdef HAVE_NETINET_TCP_TIMER_H
6920 #include <netinet/tcp_timer.h>
6921 #endif
6923 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6924 cat >>confdefs.h <<_ACEOF
6925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6926 _ACEOF
6930 done
6933 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6934 do :
6935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6936 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6937 #ifdef HAVE_ASM_TYPES_H
6938 # include <asm/types.h>
6939 #endif
6940 #ifdef HAVE_SYS_SOCKET_H
6941 # include <sys/socket.h>
6942 #endif
6943 #ifdef HAVE_LINUX_TYPES_H
6944 # include <linux/types.h>
6945 #endif
6947 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6948 cat >>confdefs.h <<_ACEOF
6949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6950 _ACEOF
6954 done
6957 for ac_header in mach-o/dyld_images.h
6958 do :
6959 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6960 # include <stdbool.h>
6961 #endif
6962 #ifdef HAVE_STDINT_H
6963 # include <stdint.h>
6964 #endif
6966 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6967 cat >>confdefs.h <<_ACEOF
6968 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6969 _ACEOF
6973 done
6976 for ac_header in resolv.h
6977 do :
6978 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6979 #ifdef HAVE_SYS_SOCKET_H
6980 # include <sys/socket.h>
6981 #endif
6982 #ifdef HAVE_NETINET_IN_H
6983 # include <netinet/in.h>
6984 #endif
6985 #ifdef HAVE_ARPA_NAMESER_H
6986 # include <arpa/nameser.h>
6987 #endif
6989 if test "x$ac_cv_header_resolv_h" = xyes; then :
6990 cat >>confdefs.h <<_ACEOF
6991 #define HAVE_RESOLV_H 1
6992 _ACEOF
6996 done
6999 for ac_header in ifaddrs.h
7000 do :
7001 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7003 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7004 cat >>confdefs.h <<_ACEOF
7005 #define HAVE_IFADDRS_H 1
7006 _ACEOF
7010 done
7013 for ac_header in sys/ucontext.h
7014 do :
7015 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7017 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7018 cat >>confdefs.h <<_ACEOF
7019 #define HAVE_SYS_UCONTEXT_H 1
7020 _ACEOF
7024 done
7027 for ac_header in sys/thr.h
7028 do :
7029 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7030 #ifdef HAVE_SYS_UCONTEXT_H
7031 #include <sys/ucontext.h>
7032 #endif
7034 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7035 cat >>confdefs.h <<_ACEOF
7036 #define HAVE_SYS_THR_H 1
7037 _ACEOF
7041 done
7044 for ac_header in pthread_np.h
7045 do :
7046 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7047 #include <pthread.h>
7048 #endif
7050 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7051 cat >>confdefs.h <<_ACEOF
7052 #define HAVE_PTHREAD_NP_H 1
7053 _ACEOF
7057 done
7060 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7061 do :
7062 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7063 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7064 #include <sys/time.h>
7065 #endif
7066 #include <sys/types.h>
7067 #ifdef HAVE_ASM_TYPES_H
7068 #include <asm/types.h>
7069 #endif
7071 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7072 cat >>confdefs.h <<_ACEOF
7073 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7074 _ACEOF
7078 done
7081 for ac_header in libprocstat.h
7082 do :
7083 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7084 #include <sys/param.h>
7085 #endif
7086 #ifdef HAVE_SYS_QUEUE_H
7087 #include <sys/queue.h>
7088 #endif
7089 #ifdef HAVE_SYS_SOCKET_H
7090 #include <sys/socket.h>
7091 #endif
7093 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7094 cat >>confdefs.h <<_ACEOF
7095 #define HAVE_LIBPROCSTAT_H 1
7096 _ACEOF
7100 done
7104 dlldir="\${libdir}/wine"
7106 DLLPREFIX=""
7108 DLLFLAGS="-D_REENTRANT"
7110 LDRPATH_INSTALL=""
7112 LDRPATH_LOCAL=""
7114 LIBEXT="so"
7115 DLLEXT=".so"
7116 IMPLIBEXT="def"
7117 STATIC_IMPLIBEXT="def.a"
7118 # Extract the first word of "ldd", so it can be a program name with args.
7119 set dummy ldd; ac_word=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121 $as_echo_n "checking for $ac_word... " >&6; }
7122 if ${ac_cv_path_LDD+:} false; then :
7123 $as_echo_n "(cached) " >&6
7124 else
7125 case $LDD in
7126 [\\/]* | ?:[\\/]*)
7127 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131 as_dummy="/sbin:/usr/sbin:$PATH"
7132 for as_dir in $as_dummy
7134 IFS=$as_save_IFS
7135 test -z "$as_dir" && as_dir=.
7136 for ac_exec_ext in '' $ac_executable_extensions; do
7137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7138 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7140 break 2
7142 done
7143 done
7144 IFS=$as_save_IFS
7146 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7148 esac
7150 LDD=$ac_cv_path_LDD
7151 if test -n "$LDD"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7153 $as_echo "$LDD" >&6; }
7154 else
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7160 if test -n "$ac_tool_prefix"; then
7161 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7162 set dummy ${ac_tool_prefix}otool; ac_word=$2
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7164 $as_echo_n "checking for $ac_word... " >&6; }
7165 if ${ac_cv_prog_OTOOL+:} false; then :
7166 $as_echo_n "(cached) " >&6
7167 else
7168 if test -n "$OTOOL"; then
7169 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7170 else
7171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7172 for as_dir in $PATH
7174 IFS=$as_save_IFS
7175 test -z "$as_dir" && as_dir=.
7176 for ac_exec_ext in '' $ac_executable_extensions; do
7177 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7178 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7180 break 2
7182 done
7183 done
7184 IFS=$as_save_IFS
7188 OTOOL=$ac_cv_prog_OTOOL
7189 if test -n "$OTOOL"; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7191 $as_echo "$OTOOL" >&6; }
7192 else
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7194 $as_echo "no" >&6; }
7199 if test -z "$ac_cv_prog_OTOOL"; then
7200 ac_ct_OTOOL=$OTOOL
7201 # Extract the first word of "otool", so it can be a program name with args.
7202 set dummy otool; ac_word=$2
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7204 $as_echo_n "checking for $ac_word... " >&6; }
7205 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7206 $as_echo_n "(cached) " >&6
7207 else
7208 if test -n "$ac_ct_OTOOL"; then
7209 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7210 else
7211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7212 for as_dir in $PATH
7214 IFS=$as_save_IFS
7215 test -z "$as_dir" && as_dir=.
7216 for ac_exec_ext in '' $ac_executable_extensions; do
7217 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7218 ac_cv_prog_ac_ct_OTOOL="otool"
7219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7220 break 2
7222 done
7223 done
7224 IFS=$as_save_IFS
7228 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7229 if test -n "$ac_ct_OTOOL"; then
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7231 $as_echo "$ac_ct_OTOOL" >&6; }
7232 else
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7234 $as_echo "no" >&6; }
7237 if test "x$ac_ct_OTOOL" = x; then
7238 OTOOL="otool"
7239 else
7240 case $cross_compiling:$ac_tool_warned in
7241 yes:)
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7243 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7244 ac_tool_warned=yes ;;
7245 esac
7246 OTOOL=$ac_ct_OTOOL
7248 else
7249 OTOOL="$ac_cv_prog_OTOOL"
7252 if test -n "$ac_tool_prefix"; then
7253 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7254 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7256 $as_echo_n "checking for $ac_word... " >&6; }
7257 if ${ac_cv_prog_READELF+:} false; then :
7258 $as_echo_n "(cached) " >&6
7259 else
7260 if test -n "$READELF"; then
7261 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7262 else
7263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7264 for as_dir in $PATH
7266 IFS=$as_save_IFS
7267 test -z "$as_dir" && as_dir=.
7268 for ac_exec_ext in '' $ac_executable_extensions; do
7269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7270 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7272 break 2
7274 done
7275 done
7276 IFS=$as_save_IFS
7280 READELF=$ac_cv_prog_READELF
7281 if test -n "$READELF"; then
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7283 $as_echo "$READELF" >&6; }
7284 else
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7286 $as_echo "no" >&6; }
7291 if test -z "$ac_cv_prog_READELF"; then
7292 ac_ct_READELF=$READELF
7293 # Extract the first word of "readelf", so it can be a program name with args.
7294 set dummy readelf; ac_word=$2
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7296 $as_echo_n "checking for $ac_word... " >&6; }
7297 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7298 $as_echo_n "(cached) " >&6
7299 else
7300 if test -n "$ac_ct_READELF"; then
7301 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7302 else
7303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7304 for as_dir in $PATH
7306 IFS=$as_save_IFS
7307 test -z "$as_dir" && as_dir=.
7308 for ac_exec_ext in '' $ac_executable_extensions; do
7309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7310 ac_cv_prog_ac_ct_READELF="readelf"
7311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7312 break 2
7314 done
7315 done
7316 IFS=$as_save_IFS
7320 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7321 if test -n "$ac_ct_READELF"; then
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7323 $as_echo "$ac_ct_READELF" >&6; }
7324 else
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7326 $as_echo "no" >&6; }
7329 if test "x$ac_ct_READELF" = x; then
7330 READELF="true"
7331 else
7332 case $cross_compiling:$ac_tool_warned in
7333 yes:)
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7335 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7336 ac_tool_warned=yes ;;
7337 esac
7338 READELF=$ac_ct_READELF
7340 else
7341 READELF="$ac_cv_prog_READELF"
7344 wine_rules_file=conf$$rules.make
7345 rm -f $wine_rules_file
7346 ALL_POT_FILES=""
7347 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7348 ALL_TEST_RESOURCES=""
7351 wine_fn_append_file ()
7353 as_fn_append $1 " \\$as_nl $2"
7356 wine_fn_ignore_file ()
7358 case "$1" in
7359 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7360 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7361 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7362 esac
7365 wine_fn_append_rule ()
7367 $as_echo "$1" >>$wine_rules_file
7370 wine_fn_has_flag ()
7372 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7375 wine_fn_depend_rules ()
7377 wine_fn_append_rule \
7378 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7379 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7380 depend: $ac_dir/depend
7381 .PHONY: $ac_dir/depend
7382 $ac_dir/depend: \$(MAKEDEP) dummy
7383 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7386 wine_fn_pot_rules ()
7388 test "x$with_gettextpo" = xyes || return
7390 if wine_fn_has_flag mc
7391 then
7392 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7393 wine_fn_append_rule \
7394 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7395 @cd $ac_dir && \$(MAKE) msg.pot
7396 $ac_dir/msg.pot: tools/wmc include"
7398 if wine_fn_has_flag po
7399 then
7400 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7401 wine_fn_append_rule \
7402 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7403 @cd $ac_dir && \$(MAKE) rsrc.pot
7404 $ac_dir/rsrc.pot: tools/wrc include"
7408 wine_fn_all_rules ()
7410 wine_fn_depend_rules
7411 wine_fn_append_rule \
7412 "all: $ac_dir
7413 .PHONY: $ac_dir
7414 $ac_dir: $ac_dir/Makefile dummy
7415 @cd $ac_dir && \$(MAKE)"
7418 wine_fn_install_rules ()
7420 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7422 wine_fn_append_rule \
7423 ".PHONY: $ac_dir/install $ac_dir/uninstall
7424 $ac_dir/install:: $ac_dir
7425 @cd $ac_dir && \$(MAKE) install
7426 $ac_dir/uninstall:: $ac_dir/Makefile
7427 @cd $ac_dir && \$(MAKE) uninstall
7428 install:: $ac_dir/install
7429 __uninstall__: $ac_dir/uninstall"
7431 if wine_fn_has_flag install-lib
7432 then
7433 wine_fn_append_rule \
7434 ".PHONY: $ac_dir/install-lib
7435 $ac_dir/install-lib:: $ac_dir
7436 @cd $ac_dir && \$(MAKE) install-lib
7437 install-lib:: $ac_dir/install-lib"
7440 if wine_fn_has_flag install-dev
7441 then
7442 wine_fn_append_rule \
7443 ".PHONY: $ac_dir/install-dev
7444 $ac_dir/install-dev:: $ac_dir
7445 @cd $ac_dir && \$(MAKE) install-dev
7446 install-dev:: $ac_dir/install-dev"
7450 wine_fn_clean_rules ()
7452 ac_clean=$@
7453 ac_extraclean="$ac_dir/Makefile"
7454 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7455 case $ac_dir in
7456 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7457 esac
7459 if wine_fn_has_flag clean
7460 then
7461 wine_fn_append_rule \
7462 "__clean__: $ac_dir/clean
7463 .PHONY: $ac_dir/clean
7464 $ac_dir/clean: $ac_dir/Makefile
7465 @cd $ac_dir && \$(MAKE) clean
7466 \$(RM) $ac_extraclean"
7467 else
7468 wine_fn_append_rule \
7469 "__clean__: $ac_dir/clean
7470 .PHONY: $ac_dir/clean
7471 $ac_dir/clean: dummy
7472 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7476 wine_fn_disabled_rules ()
7478 ac_clean=$@
7479 ac_extraclean="$ac_dir/Makefile"
7480 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
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"
7489 wine_fn_config_makefile ()
7491 ac_dir=$1
7492 ac_enable=$2
7493 ac_flags=$3
7495 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7496 wine_fn_disabled_rules; return
7498 wine_fn_all_rules
7499 wine_fn_install_rules
7500 wine_fn_clean_rules
7503 wine_fn_config_lib ()
7505 ac_name=$1
7506 ac_flags=$2
7507 ac_dir=dlls/$ac_name
7508 ac_deps="include"
7510 if test "x$enable_tools" = xno; then :
7512 else
7513 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7515 wine_fn_all_rules
7516 wine_fn_clean_rules
7518 wine_fn_append_rule \
7519 ".PHONY: $ac_dir/install $ac_dir/uninstall
7520 $ac_dir/install:: $ac_dir
7521 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7522 $ac_dir/uninstall::
7523 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7524 install install-dev:: $ac_dir/install
7525 __uninstall__: $ac_dir/uninstall
7526 __builddeps__: $ac_dir
7527 $ac_dir: $ac_deps"
7530 wine_fn_config_dll ()
7532 ac_name=$1
7533 ac_dir=dlls/$ac_name
7534 ac_enable=$2
7535 ac_flags=$3
7536 ac_implib=${4:-$ac_name}
7537 ac_file=$ac_dir/lib$ac_implib
7538 ac_dll=$ac_name
7539 ac_deps="include"
7540 ac_implibflags=""
7542 if test "x$enable_tools" = xno; then :
7544 else
7545 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7547 case $ac_name in
7548 *16) ac_implibflags=" -m16" ;;
7549 *.*) ;;
7550 *) ac_dll=$ac_dll.dll ;;
7551 esac
7553 ac_clean=
7554 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7555 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7556 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7557 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7559 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7560 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7561 then
7562 wine_fn_depend_rules
7563 wine_fn_clean_rules $ac_clean
7564 else
7565 wine_fn_disabled_rules $ac_clean
7566 return
7568 else
7569 wine_fn_all_rules
7570 wine_fn_clean_rules $ac_clean
7571 wine_fn_append_rule \
7572 "$ac_dir: __builddeps__
7573 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7574 @cd $ac_dir && \$(MAKE) \$@
7575 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7576 install install-lib:: $ac_dir/install-lib
7577 __uninstall__: $ac_dir/uninstall"
7578 if test -n "$DLLEXT"
7579 then
7580 wine_fn_append_rule \
7581 "$ac_dir/install-lib:: $ac_dir
7582 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7583 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7584 $ac_dir/uninstall::
7585 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7586 else
7587 wine_fn_append_rule \
7588 "$ac_dir/install-lib:: $ac_dir
7589 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7590 $ac_dir/uninstall::
7591 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7594 wine_fn_pot_rules
7597 if wine_fn_has_flag staticimplib
7598 then
7599 wine_fn_append_rule \
7600 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7601 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7602 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7603 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7604 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7605 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7606 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7607 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7608 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7609 $ac_dir/uninstall::
7610 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7611 install install-dev:: $ac_dir/install-dev
7612 __uninstall__: $ac_dir/uninstall"
7614 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7615 then
7616 wine_fn_append_rule \
7617 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7618 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7619 $ac_dir/uninstall::
7620 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7623 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7624 then
7625 wine_fn_append_rule \
7626 "__builddeps__: $ac_file.cross.a
7627 $ac_file.cross.a: $ac_dir/Makefile dummy
7628 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7631 elif wine_fn_has_flag implib
7632 then
7633 wine_fn_append_rule \
7634 "__builddeps__: $ac_file.$IMPLIBEXT
7635 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7636 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7637 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7638 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7639 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7640 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7641 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7642 $ac_dir/uninstall::
7643 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7644 install install-dev:: $ac_dir/install-dev
7645 __uninstall__: $ac_dir/uninstall"
7646 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7647 then
7648 wine_fn_append_rule \
7649 "__builddeps__: $ac_file.cross.a
7650 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7651 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7654 if test "$ac_name" != "$ac_implib"
7655 then
7656 wine_fn_append_rule \
7657 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7658 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7659 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7660 clean::
7661 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7662 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7663 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7664 then
7665 wine_fn_append_rule \
7666 "__builddeps__: dlls/lib$ac_implib.cross.a
7667 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7668 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7669 clean::
7670 \$(RM) dlls/lib$ac_implib.cross.a"
7671 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7677 wine_fn_config_program ()
7679 ac_name=$1
7680 ac_dir=programs/$ac_name
7681 ac_enable=$2
7682 ac_flags=$3
7683 ac_program=$ac_name
7685 case $ac_name in
7686 *.*) ;;
7687 *) ac_program=$ac_program.exe ;;
7688 esac
7690 ac_clean=
7691 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7692 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7693 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7694 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7696 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7697 wine_fn_disabled_rules $ac_clean; return
7700 wine_fn_all_rules
7701 wine_fn_clean_rules $ac_clean
7702 wine_fn_append_rule "$ac_dir: __builddeps__"
7703 wine_fn_pot_rules
7705 wine_fn_has_flag install || return
7706 wine_fn_append_rule \
7707 ".PHONY: $ac_dir/install $ac_dir/uninstall
7708 install install-lib:: $ac_dir/install
7709 __uninstall__: $ac_dir/uninstall"
7711 if test -n "$DLLEXT"
7712 then
7713 wine_fn_append_rule \
7714 "$ac_dir/install:: $ac_dir
7715 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7716 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7717 $ac_dir/uninstall::
7718 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7720 if test -z "$with_wine64" && wine_fn_has_flag installbin
7721 then
7722 wine_fn_append_rule \
7723 "$ac_dir/install:: __tooldeps__
7724 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7725 $ac_dir/uninstall::
7726 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7728 else
7729 wine_fn_append_rule \
7730 "$ac_dir/install:: $ac_dir
7731 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7732 $ac_dir/uninstall::
7733 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7736 if test -z "$with_wine64" && wine_fn_has_flag manpage
7737 then
7738 wine_fn_append_rule \
7739 "$ac_dir/install:: $ac_dir
7740 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7741 $ac_dir/uninstall::
7742 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7746 wine_fn_config_test ()
7748 ac_dir=$1
7749 ac_name=$2
7750 ac_flags=$3
7752 ac_clean=
7753 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7754 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7756 if test "x$enable_tests" = xno; then :
7757 wine_fn_disabled_rules $ac_clean; return
7760 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7761 wine_fn_all_rules
7762 wine_fn_clean_rules $ac_clean
7764 wine_fn_append_rule \
7765 "$ac_dir: programs/winetest/Makefile __builddeps__
7766 programs/winetest: $ac_dir
7767 check test: $ac_dir/test
7768 .PHONY: $ac_dir/test
7769 $ac_dir/test: dummy
7770 @cd $ac_dir && \$(MAKE) test
7771 testclean::
7772 \$(RM) $ac_dir/*.ok"
7774 if test -n "$CROSSTARGET"
7775 then
7776 wine_fn_append_rule \
7777 "crosstest: $ac_dir/crosstest
7778 .PHONY: $ac_dir/crosstest
7779 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7780 @cd $ac_dir && \$(MAKE) crosstest"
7784 wine_fn_config_tool ()
7786 ac_dir=$1
7787 ac_flags=$2
7788 if test "x$enable_tools" = xno; then :
7789 return
7792 wine_fn_all_rules
7793 wine_fn_install_rules
7794 wine_fn_clean_rules
7796 wine_fn_append_rule "__tooldeps__: $ac_dir"
7797 wine_fn_append_rule "$ac_dir: libs/port"
7798 case $ac_dir in
7799 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7800 esac
7803 wine_fn_config_symlink ()
7805 ac_linkdir=
7806 if test "x$1" = "x-d"
7807 then
7808 ac_linkdir=$2
7809 shift; shift
7811 ac_links=$@
7812 wine_fn_append_rule \
7813 "$ac_links:
7814 @./config.status \$@
7815 distclean::
7816 \$(RM) $ac_links"
7817 for f in $ac_links; do wine_fn_ignore_file $f; done
7818 test -n "$ac_linkdir" || return
7819 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7822 wine_binary="wine"
7823 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7824 loader_programs="$wine_binary wine-installed"
7825 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7827 LOADER_RULES="
7828 all: wine.inf
7830 install install-lib:: wine-installed
7831 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7833 uninstall::
7834 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7838 case $host_os in
7839 cygwin*|mingw32*)
7840 if test -n "$ac_tool_prefix"; then
7841 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7842 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7844 $as_echo_n "checking for $ac_word... " >&6; }
7845 if ${ac_cv_prog_DLLTOOL+:} false; then :
7846 $as_echo_n "(cached) " >&6
7847 else
7848 if test -n "$DLLTOOL"; then
7849 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7850 else
7851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7852 for as_dir in $PATH
7854 IFS=$as_save_IFS
7855 test -z "$as_dir" && as_dir=.
7856 for ac_exec_ext in '' $ac_executable_extensions; do
7857 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7858 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7860 break 2
7862 done
7863 done
7864 IFS=$as_save_IFS
7868 DLLTOOL=$ac_cv_prog_DLLTOOL
7869 if test -n "$DLLTOOL"; then
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7871 $as_echo "$DLLTOOL" >&6; }
7872 else
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7874 $as_echo "no" >&6; }
7879 if test -z "$ac_cv_prog_DLLTOOL"; then
7880 ac_ct_DLLTOOL=$DLLTOOL
7881 # Extract the first word of "dlltool", so it can be a program name with args.
7882 set dummy dlltool; ac_word=$2
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7884 $as_echo_n "checking for $ac_word... " >&6; }
7885 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7886 $as_echo_n "(cached) " >&6
7887 else
7888 if test -n "$ac_ct_DLLTOOL"; then
7889 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7890 else
7891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7892 for as_dir in $PATH
7894 IFS=$as_save_IFS
7895 test -z "$as_dir" && as_dir=.
7896 for ac_exec_ext in '' $ac_executable_extensions; do
7897 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7898 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7900 break 2
7902 done
7903 done
7904 IFS=$as_save_IFS
7908 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7909 if test -n "$ac_ct_DLLTOOL"; then
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7911 $as_echo "$ac_ct_DLLTOOL" >&6; }
7912 else
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 $as_echo "no" >&6; }
7917 if test "x$ac_ct_DLLTOOL" = x; then
7918 DLLTOOL="false"
7919 else
7920 case $cross_compiling:$ac_tool_warned in
7921 yes:)
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7923 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7924 ac_tool_warned=yes ;;
7925 esac
7926 DLLTOOL=$ac_ct_DLLTOOL
7928 else
7929 DLLTOOL="$ac_cv_prog_DLLTOOL"
7932 LIBEXT="dll"
7933 DLLEXT=""
7934 IMPLIBEXT="a"
7935 STATIC_IMPLIBEXT="a"
7936 enable_iphlpapi=${enable_iphlpapi:-no}
7937 enable_kernel32=${enable_kernel32:-no}
7938 enable_msvcrt=${enable_msvcrt:-no}
7939 enable_ntdll=${enable_ntdll:-no}
7940 enable_ws2_32=${enable_ws2_32:-no}
7941 enable_loader=${enable_loader:-no}
7942 enable_server=${enable_server:-no}
7943 with_x=${with_x:-no}
7944 with_pthread=${with_pthread:-no}
7946 crtlibs=""
7947 case $host_os in
7948 mingw32*)
7949 crtlibs="-lmsvcrt"
7950 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7952 esac
7954 libwine_targets="libwine.dll libwine.a"
7955 LIBWINE_RULES="
7956 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7958 all: libwine.dll libwine.a
7960 libwine.a: \$(srcdir)/wine.def
7961 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7963 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7964 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7966 install install-lib:: libwine.dll
7967 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7969 install install-dev:: libwine.a
7970 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7972 uninstall::
7973 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7978 darwin*|macosx*)
7979 for ac_header in libunwind.h
7980 do :
7981 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7982 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7983 cat >>confdefs.h <<_ACEOF
7984 #define HAVE_LIBUNWIND_H 1
7985 _ACEOF
7989 done
7991 LIBEXT="dylib"
7992 DLLFLAGS="$DLLFLAGS -fPIC"
7993 LIBWINE_LDFLAGS="-multiply_defined suppress"
7994 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7995 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7996 COREFOUNDATION_LIBS="-framework CoreFoundation"
7998 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8000 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8002 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8004 CORESERVICES_LIBS="-framework CoreServices"
8006 APPKIT_LIBS="-framework AppKit"
8008 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8010 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8011 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8012 $as_echo_n "(cached) " >&6
8013 else
8014 ac_wine_try_cflags_saved=$CFLAGS
8015 CFLAGS="$CFLAGS -Wl,-no_pie"
8016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8017 /* end confdefs.h. */
8018 int main(int argc, char **argv) { return 0; }
8019 _ACEOF
8020 if ac_fn_c_try_link "$LINENO"; then :
8021 ac_cv_cflags__Wl__no_pie=yes
8022 else
8023 ac_cv_cflags__Wl__no_pie=no
8025 rm -f core conftest.err conftest.$ac_objext \
8026 conftest$ac_exeext conftest.$ac_ext
8027 CFLAGS=$ac_wine_try_cflags_saved
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8030 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8031 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8032 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8034 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8035 then
8036 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8039 if test "$ac_cv_header_Security_Security_h" = "yes"
8040 then
8041 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8043 ac_save_LIBS="$LIBS"
8044 LIBS="$LIBS $SECURITY_LIBS"
8045 for ac_func in SSLCopyPeerCertificates
8046 do :
8047 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8048 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8049 cat >>confdefs.h <<_ACEOF
8050 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8051 _ACEOF
8054 done
8056 LIBS="$ac_save_LIBS"
8057 with_gnutls=${with_gnutls:-no}
8059 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8060 then
8061 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8062 then
8063 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8065 else
8066 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8069 ac_save_LIBS="$LIBS"
8070 LIBS="$LIBS $COREAUDIO_LIBS"
8071 for ac_func in AUGraphAddNode
8072 do :
8073 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8074 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8075 cat >>confdefs.h <<_ACEOF
8076 #define HAVE_AUGRAPHADDNODE 1
8077 _ACEOF
8080 done
8082 LIBS="$ac_save_LIBS"
8084 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8085 then
8086 OPENAL_LIBS="-framework OpenAL"
8089 cat >>confdefs.h <<_ACEOF
8090 #define HAVE_OPENAL 1
8091 _ACEOF
8093 ac_cv_lib_openal=yes
8095 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8096 then
8097 OPENCL_LIBS="-framework OpenCL"
8099 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8101 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8102 then
8103 ac_save_LIBS="$LIBS"
8104 LIBS="$LIBS $IOKIT_LIBS"
8105 for ac_func in IOHIDManagerCreate
8106 do :
8107 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8108 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8109 cat >>confdefs.h <<_ACEOF
8110 #define HAVE_IOHIDMANAGERCREATE 1
8111 _ACEOF
8114 done
8116 LIBS="$ac_save_LIBS"
8118 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8119 then
8120 ac_save_LIBS="$LIBS"
8121 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8123 $as_echo_n "checking for the QuickTime framework... " >&6; }
8124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8125 /* end confdefs.h. */
8126 #include <QuickTime/ImageCompression.h>
8128 main ()
8130 CodecManagerVersion(NULL);
8132 return 0;
8134 _ACEOF
8135 if ac_fn_c_try_link "$LINENO"; then :
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8137 $as_echo "yes" >&6; }
8138 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8140 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8141 else
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8143 $as_echo "no" >&6; }
8144 ac_cv_header_QuickTime_ImageCompression_h=no
8146 rm -f core conftest.err conftest.$ac_objext \
8147 conftest$ac_exeext conftest.$ac_ext
8148 LIBS="$ac_save_LIBS"
8150 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8151 then
8152 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8154 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8155 then
8156 CARBON_LIBS="-framework Carbon"
8160 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8161 then
8162 ac_save_LIBS="$LIBS"
8163 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8164 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8165 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8166 enable_winemac_drv=${enable_winemac_drv:-yes}
8169 LIBS="$ac_save_LIBS"
8172 if test "x$enable_win16" = "xyes"
8173 then
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8175 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8176 if test "$cross_compiling" = yes; then :
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8178 $as_echo "cross-compiling, assuming yes" >&6; }
8179 else
8180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8181 /* end confdefs.h. */
8182 asm(".text\n"
8183 "bad:\tnop;nop\n"
8184 "good:\tnop;nop\n\t"
8185 ".globl _testfunc\n"
8186 "_testfunc:\tcallw good");
8187 extern void testfunc();
8189 main ()
8191 unsigned short *p = (unsigned short *)testfunc;
8192 return p[0] != 0xe866 || p[1] != 0xfffa
8194 return 0;
8196 _ACEOF
8197 if ac_fn_c_try_run "$LINENO"; then :
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8199 $as_echo "yes" >&6; }
8200 else
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8202 $as_echo "no" >&6; }
8203 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
8205 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8206 conftest.$ac_objext conftest.beam conftest.$ac_ext
8211 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8212 LIBWINE_RULES="
8213 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8215 all: libwine.dylib
8217 libwine.$libwine_version.dylib: \$(OBJS)
8218 \$(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 \$@
8220 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8221 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8223 libwine.dylib: libwine.$libwine_soversion.dylib
8224 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8226 install install-lib:: libwine.$libwine_version.dylib
8227 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8228 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8230 install install-dev::
8231 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8233 uninstall::
8234 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8238 as_fn_append LOADER_RULES "
8239 $wine_binary: main.o wine_info.plist
8240 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8242 wine-installed: main.o wine_info.plist
8243 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8247 linux-android*)
8248 DLLFLAGS="$DLLFLAGS -fPIC"
8249 DLLPREFIX="lib"
8250 LDEXECFLAGS=""
8251 dlldir="\${libdir}"
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8253 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8254 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8255 $as_echo_n "(cached) " >&6
8256 else
8257 ac_wine_try_cflags_saved=$CFLAGS
8258 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8260 /* end confdefs.h. */
8261 int main(int argc, char **argv) { return 0; }
8262 _ACEOF
8263 if ac_fn_c_try_link "$LINENO"; then :
8264 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8265 else
8266 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8268 rm -f core conftest.err conftest.$ac_objext \
8269 conftest$ac_exeext conftest.$ac_ext
8270 CFLAGS=$ac_wine_try_cflags_saved
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8273 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8274 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8275 LDEXECFLAGS="-Wl,--export-dynamic"
8277 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8279 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8280 if eval \${$as_ac_var+:} false; then :
8281 $as_echo_n "(cached) " >&6
8282 else
8283 ac_wine_try_cflags_saved=$CFLAGS
8284 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 int main(int argc, char **argv) { return 0; }
8288 _ACEOF
8289 if ac_fn_c_try_link "$LINENO"; then :
8290 eval "$as_ac_var=yes"
8291 else
8292 eval "$as_ac_var=no"
8294 rm -f core conftest.err conftest.$ac_objext \
8295 conftest$ac_exeext conftest.$ac_ext
8296 CFLAGS=$ac_wine_try_cflags_saved
8298 eval ac_res=\$$as_ac_var
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8300 $as_echo "$ac_res" >&6; }
8301 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8302 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8303 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8304 else
8305 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8307 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8308 if eval \${$as_ac_var+:} false; then :
8309 $as_echo_n "(cached) " >&6
8310 else
8311 ac_wine_try_cflags_saved=$CFLAGS
8312 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8314 /* end confdefs.h. */
8315 int main(int argc, char **argv) { return 0; }
8316 _ACEOF
8317 if ac_fn_c_try_link "$LINENO"; then :
8318 eval "$as_ac_var=yes"
8319 else
8320 eval "$as_ac_var=no"
8322 rm -f core conftest.err conftest.$ac_objext \
8323 conftest$ac_exeext conftest.$ac_ext
8324 CFLAGS=$ac_wine_try_cflags_saved
8326 eval ac_res=\$$as_ac_var
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8328 $as_echo "$ac_res" >&6; }
8329 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8330 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8331 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8336 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8337 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8338 $as_echo_n "(cached) " >&6
8339 else
8340 ac_wine_try_cflags_saved=$CFLAGS
8341 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8343 /* end confdefs.h. */
8344 int main(int argc, char **argv) { return 0; }
8345 _ACEOF
8346 if ac_fn_c_try_link "$LINENO"; then :
8347 ac_cv_cflags__Wl___enable_new_dtags=yes
8348 else
8349 ac_cv_cflags__Wl___enable_new_dtags=no
8351 rm -f core conftest.err conftest.$ac_objext \
8352 conftest$ac_exeext conftest.$ac_ext
8353 CFLAGS=$ac_wine_try_cflags_saved
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8356 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8357 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8358 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8361 case $host_cpu in
8362 *i[3456789]86* | x86_64)
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8364 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8365 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8366 $as_echo_n "(cached) " >&6
8367 else
8368 ac_wine_try_cflags_saved=$CFLAGS
8369 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h. */
8372 int main(int argc, char **argv) { return 0; }
8373 _ACEOF
8374 if ac_fn_c_try_link "$LINENO"; then :
8375 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8376 else
8377 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8379 rm -f core conftest.err conftest.$ac_objext \
8380 conftest$ac_exeext conftest.$ac_ext
8381 CFLAGS=$ac_wine_try_cflags_saved
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8384 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8385 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8386 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8389 esac
8391 libwine_targets="libwine.so"
8392 LIBWINE_RULES="
8393 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8395 all: libwine.so
8397 libwine.so: \$(OBJS)
8398 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8400 install install-lib:: libwine.so
8401 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8403 uninstall::
8404 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8408 as_fn_append LOADER_RULES "
8409 $wine_binary: main.o
8410 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8412 wine-installed: main.o
8413 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8418 DLLFLAGS="$DLLFLAGS -fPIC"
8419 LDEXECFLAGS=""
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8421 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8422 if ${ac_cv_c_dll_gnuelf+:} false; then :
8423 $as_echo_n "(cached) " >&6
8424 else
8425 ac_wine_try_cflags_saved=$CFLAGS
8426 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428 /* end confdefs.h. */
8429 void myfunc() {}
8430 _ACEOF
8431 if ac_fn_c_try_link "$LINENO"; then :
8432 ac_cv_c_dll_gnuelf="yes"
8433 else
8434 ac_cv_c_dll_gnuelf="no"
8436 rm -f core conftest.err conftest.$ac_objext \
8437 conftest$ac_exeext conftest.$ac_ext
8438 CFLAGS=$ac_wine_try_cflags_saved
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8441 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8442 if test "$ac_cv_c_dll_gnuelf" = "yes"
8443 then
8444 LDSHARED="\$(CC) -shared"
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8446 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8447 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8448 $as_echo_n "(cached) " >&6
8449 else
8450 ac_wine_try_cflags_saved=$CFLAGS
8451 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8453 /* end confdefs.h. */
8454 int main(int argc, char **argv) { return 0; }
8455 _ACEOF
8456 if ac_fn_c_try_link "$LINENO"; then :
8457 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8458 else
8459 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8461 rm -f core conftest.err conftest.$ac_objext \
8462 conftest$ac_exeext conftest.$ac_ext
8463 CFLAGS=$ac_wine_try_cflags_saved
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8466 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8467 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8468 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8469 else
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8471 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8472 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8473 $as_echo_n "(cached) " >&6
8474 else
8475 ac_wine_try_cflags_saved=$CFLAGS
8476 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 int main(int argc, char **argv) { return 0; }
8480 _ACEOF
8481 if ac_fn_c_try_link "$LINENO"; then :
8482 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8483 else
8484 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8486 rm -f core conftest.err conftest.$ac_objext \
8487 conftest$ac_exeext conftest.$ac_ext
8488 CFLAGS=$ac_wine_try_cflags_saved
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8491 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8492 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8493 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8497 echo '{ global: *; };' >conftest.map
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8499 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8500 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8501 $as_echo_n "(cached) " >&6
8502 else
8503 ac_wine_try_cflags_saved=$CFLAGS
8504 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8506 /* end confdefs.h. */
8507 int main(int argc, char **argv) { return 0; }
8508 _ACEOF
8509 if ac_fn_c_try_link "$LINENO"; then :
8510 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8511 else
8512 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8514 rm -f core conftest.err conftest.$ac_objext \
8515 conftest$ac_exeext conftest.$ac_ext
8516 CFLAGS=$ac_wine_try_cflags_saved
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8519 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8520 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8521 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8523 rm -f conftest.map
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8527 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8528 $as_echo_n "(cached) " >&6
8529 else
8530 ac_wine_try_cflags_saved=$CFLAGS
8531 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8535 _ACEOF
8536 if ac_fn_c_try_link "$LINENO"; then :
8537 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8538 else
8539 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8541 rm -f core conftest.err conftest.$ac_objext \
8542 conftest$ac_exeext conftest.$ac_ext
8543 CFLAGS=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8548 LDEXECFLAGS="-Wl,--export-dynamic"
8551 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8554 if eval \${$as_ac_var+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 ac_wine_try_cflags_saved=$CFLAGS
8558 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8562 _ACEOF
8563 if ac_fn_c_try_link "$LINENO"; then :
8564 eval "$as_ac_var=yes"
8565 else
8566 eval "$as_ac_var=no"
8568 rm -f core conftest.err conftest.$ac_objext \
8569 conftest$ac_exeext conftest.$ac_ext
8570 CFLAGS=$ac_wine_try_cflags_saved
8572 eval ac_res=\$$as_ac_var
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8574 $as_echo "$ac_res" >&6; }
8575 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8576 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8577 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8578 else
8579 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8581 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8582 if eval \${$as_ac_var+:} false; then :
8583 $as_echo_n "(cached) " >&6
8584 else
8585 ac_wine_try_cflags_saved=$CFLAGS
8586 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h. */
8589 int main(int argc, char **argv) { return 0; }
8590 _ACEOF
8591 if ac_fn_c_try_link "$LINENO"; then :
8592 eval "$as_ac_var=yes"
8593 else
8594 eval "$as_ac_var=no"
8596 rm -f core conftest.err conftest.$ac_objext \
8597 conftest$ac_exeext conftest.$ac_ext
8598 CFLAGS=$ac_wine_try_cflags_saved
8600 eval ac_res=\$$as_ac_var
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8602 $as_echo "$ac_res" >&6; }
8603 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8604 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8605 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8610 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8611 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8612 $as_echo_n "(cached) " >&6
8613 else
8614 ac_wine_try_cflags_saved=$CFLAGS
8615 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8618 int main(int argc, char **argv) { return 0; }
8619 _ACEOF
8620 if ac_fn_c_try_link "$LINENO"; then :
8621 ac_cv_cflags__Wl___enable_new_dtags=yes
8622 else
8623 ac_cv_cflags__Wl___enable_new_dtags=no
8625 rm -f core conftest.err conftest.$ac_objext \
8626 conftest$ac_exeext conftest.$ac_ext
8627 CFLAGS=$ac_wine_try_cflags_saved
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8630 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8631 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8632 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8635 case $host_cpu in
8636 *i[3456789]86* | x86_64)
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8638 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8639 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8640 $as_echo_n "(cached) " >&6
8641 else
8642 ac_wine_try_cflags_saved=$CFLAGS
8643 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8645 /* end confdefs.h. */
8646 int main(int argc, char **argv) { return 0; }
8647 _ACEOF
8648 if ac_fn_c_try_link "$LINENO"; then :
8649 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8650 else
8651 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8653 rm -f core conftest.err conftest.$ac_objext \
8654 conftest$ac_exeext conftest.$ac_ext
8655 CFLAGS=$ac_wine_try_cflags_saved
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8658 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8659 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8660 case $host_os in
8661 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8662 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8663 esac
8666 # Extract the first word of "prelink", so it can be a program name with args.
8667 set dummy prelink; ac_word=$2
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8669 $as_echo_n "checking for $ac_word... " >&6; }
8670 if ${ac_cv_path_PRELINK+:} false; then :
8671 $as_echo_n "(cached) " >&6
8672 else
8673 case $PRELINK in
8674 [\\/]* | ?:[\\/]*)
8675 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8679 for as_dir in /sbin /usr/sbin $PATH
8681 IFS=$as_save_IFS
8682 test -z "$as_dir" && as_dir=.
8683 for ac_exec_ext in '' $ac_executable_extensions; do
8684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8685 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8687 break 2
8689 done
8690 done
8691 IFS=$as_save_IFS
8693 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8695 esac
8697 PRELINK=$ac_cv_path_PRELINK
8698 if test -n "$PRELINK"; then
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8700 $as_echo "$PRELINK" >&6; }
8701 else
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703 $as_echo "no" >&6; }
8707 if test "x$PRELINK" = xfalse
8708 then
8709 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8712 esac
8714 else
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8716 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8717 if ${ac_cv_c_dll_unixware+:} false; then :
8718 $as_echo_n "(cached) " >&6
8719 else
8720 ac_wine_try_cflags_saved=$CFLAGS
8721 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8724 void myfunc() {}
8725 _ACEOF
8726 if ac_fn_c_try_link "$LINENO"; then :
8727 ac_cv_c_dll_unixware="yes"
8728 else
8729 ac_cv_c_dll_unixware="no"
8731 rm -f core conftest.err conftest.$ac_objext \
8732 conftest$ac_exeext conftest.$ac_ext
8733 CFLAGS=$ac_wine_try_cflags_saved
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8736 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8737 if test "$ac_cv_c_dll_unixware" = "yes"
8738 then
8739 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8742 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8743 LIBWINE_RULES="
8744 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8746 all: libwine.so
8748 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8749 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8751 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8752 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8754 libwine.so: libwine.so.$libwine_soversion
8755 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8757 install install-lib:: libwine.so.$libwine_version
8758 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8759 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8761 install install-dev::
8762 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8764 uninstall::
8765 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8769 as_fn_append LOADER_RULES "
8770 $wine_binary: main.o
8771 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8773 wine-installed: main.o
8774 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8777 esac
8779 as_fn_append LIBWINE_RULES "
8780 EXTRA_TARGETS = $libwine_targets
8783 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8784 enable_winemac_drv=${enable_winemac_drv:-no}
8786 CROSSTARGET=""
8788 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8789 then
8790 case "$host_cpu" in
8791 i[3456789]86*)
8792 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
8793 mingw32-gcc" ;;
8794 x86_64)
8795 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 " ;;
8797 ac_prefix_list="" ;;
8798 esac
8799 for ac_prog in $ac_prefix_list
8801 # Extract the first word of "$ac_prog", so it can be a program name with args.
8802 set dummy $ac_prog; ac_word=$2
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8804 $as_echo_n "checking for $ac_word... " >&6; }
8805 if ${ac_cv_prog_CROSSCC+:} false; then :
8806 $as_echo_n "(cached) " >&6
8807 else
8808 if test -n "$CROSSCC"; then
8809 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8810 else
8811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8812 for as_dir in $PATH
8814 IFS=$as_save_IFS
8815 test -z "$as_dir" && as_dir=.
8816 for ac_exec_ext in '' $ac_executable_extensions; do
8817 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8818 ac_cv_prog_CROSSCC="$ac_prog"
8819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8820 break 2
8822 done
8823 done
8824 IFS=$as_save_IFS
8828 CROSSCC=$ac_cv_prog_CROSSCC
8829 if test -n "$CROSSCC"; then
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8831 $as_echo "$CROSSCC" >&6; }
8832 else
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8834 $as_echo "no" >&6; }
8838 test -n "$CROSSCC" && break
8839 done
8840 test -n "$CROSSCC" || CROSSCC="false"
8842 if test "$CROSSCC" != "false"
8843 then
8844 ac_save_CC="$CC"
8845 CC="$CROSSCC"
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8847 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8849 /* end confdefs.h. */
8852 main ()
8856 return 0;
8858 _ACEOF
8859 if ac_fn_c_try_compile "$LINENO"; then :
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8861 $as_echo "yes" >&6; }
8862 set x $CROSSCC
8863 shift
8864 while test $# -ge 1
8866 case "$1" in
8867 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8868 esac
8869 shift
8870 done
8871 else
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8873 $as_echo "no" >&6; }
8875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8876 CC="$ac_save_CC"
8881 if test "$ac_cv_header_pthread_h" = "yes"
8882 then
8883 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8884 if test "x$ac_cv_func_pthread_create" = xyes; then :
8886 else
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8888 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8889 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8890 $as_echo_n "(cached) " >&6
8891 else
8892 ac_check_lib_save_LIBS=$LIBS
8893 LIBS="-lpthread $LIBS"
8894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8895 /* end confdefs.h. */
8897 /* Override any GCC internal prototype to avoid an error.
8898 Use char because int might match the return type of a GCC
8899 builtin and then its argument prototype would still apply. */
8900 #ifdef __cplusplus
8901 extern "C"
8902 #endif
8903 char pthread_create ();
8905 main ()
8907 return pthread_create ();
8909 return 0;
8911 _ACEOF
8912 if ac_fn_c_try_link "$LINENO"; then :
8913 ac_cv_lib_pthread_pthread_create=yes
8914 else
8915 ac_cv_lib_pthread_pthread_create=no
8917 rm -f core conftest.err conftest.$ac_objext \
8918 conftest$ac_exeext conftest.$ac_ext
8919 LIBS=$ac_check_lib_save_LIBS
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8922 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8923 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8924 PTHREAD_LIBS="-lpthread"
8931 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8932 case "x$with_pthread" in
8933 xno) ;;
8934 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8935 Wine cannot support threads without libpthread.
8936 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8937 esac
8941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8942 $as_echo_n "checking for X... " >&6; }
8945 # Check whether --with-x was given.
8946 if test "${with_x+set}" = set; then :
8947 withval=$with_x;
8950 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8951 if test "x$with_x" = xno; then
8952 # The user explicitly disabled X.
8953 have_x=disabled
8954 else
8955 case $x_includes,$x_libraries in #(
8956 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8957 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8958 $as_echo_n "(cached) " >&6
8959 else
8960 # One or both of the vars are not set, and there is no cached value.
8961 ac_x_includes=no ac_x_libraries=no
8962 rm -f -r conftest.dir
8963 if mkdir conftest.dir; then
8964 cd conftest.dir
8965 cat >Imakefile <<'_ACEOF'
8966 incroot:
8967 @echo incroot='${INCROOT}'
8968 usrlibdir:
8969 @echo usrlibdir='${USRLIBDIR}'
8970 libdir:
8971 @echo libdir='${LIBDIR}'
8972 _ACEOF
8973 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8974 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8975 for ac_var in incroot usrlibdir libdir; do
8976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8977 done
8978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8979 for ac_extension in a so sl dylib la dll; do
8980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8982 ac_im_usrlibdir=$ac_im_libdir; break
8984 done
8985 # Screen out bogus values from the imake configuration. They are
8986 # bogus both because they are the default anyway, and because
8987 # using them would break gcc on systems where it needs fixed includes.
8988 case $ac_im_incroot in
8989 /usr/include) ac_x_includes= ;;
8990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8991 esac
8992 case $ac_im_usrlibdir in
8993 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8995 esac
8997 cd ..
8998 rm -f -r conftest.dir
9001 # Standard set of common directories for X headers.
9002 # Check X11 before X11Rn because it is often a symlink to the current release.
9003 ac_x_header_dirs='
9004 /usr/X11/include
9005 /usr/X11R7/include
9006 /usr/X11R6/include
9007 /usr/X11R5/include
9008 /usr/X11R4/include
9010 /usr/include/X11
9011 /usr/include/X11R7
9012 /usr/include/X11R6
9013 /usr/include/X11R5
9014 /usr/include/X11R4
9016 /usr/local/X11/include
9017 /usr/local/X11R7/include
9018 /usr/local/X11R6/include
9019 /usr/local/X11R5/include
9020 /usr/local/X11R4/include
9022 /usr/local/include/X11
9023 /usr/local/include/X11R7
9024 /usr/local/include/X11R6
9025 /usr/local/include/X11R5
9026 /usr/local/include/X11R4
9028 /usr/X386/include
9029 /usr/x386/include
9030 /usr/XFree86/include/X11
9032 /usr/include
9033 /usr/local/include
9034 /usr/unsupported/include
9035 /usr/athena/include
9036 /usr/local/x11r5/include
9037 /usr/lpp/Xamples/include
9039 /usr/openwin/include
9040 /usr/openwin/share/include'
9042 if test "$ac_x_includes" = no; then
9043 # Guess where to find include files, by looking for Xlib.h.
9044 # First, try using that file with no special directory specified.
9045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9046 /* end confdefs.h. */
9047 #include <X11/Xlib.h>
9048 _ACEOF
9049 if ac_fn_c_try_cpp "$LINENO"; then :
9050 # We can compile using X headers with no special include directory.
9051 ac_x_includes=
9052 else
9053 for ac_dir in $ac_x_header_dirs; do
9054 if test -r "$ac_dir/X11/Xlib.h"; then
9055 ac_x_includes=$ac_dir
9056 break
9058 done
9060 rm -f conftest.err conftest.i conftest.$ac_ext
9061 fi # $ac_x_includes = no
9063 if test "$ac_x_libraries" = no; then
9064 # Check for the libraries.
9065 # See if we find them without any special options.
9066 # Don't add to $LIBS permanently.
9067 ac_save_LIBS=$LIBS
9068 LIBS="-lX11 $LIBS"
9069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9070 /* end confdefs.h. */
9071 #include <X11/Xlib.h>
9073 main ()
9075 XrmInitialize ()
9077 return 0;
9079 _ACEOF
9080 if ac_fn_c_try_link "$LINENO"; then :
9081 LIBS=$ac_save_LIBS
9082 # We can link X programs with no special library path.
9083 ac_x_libraries=
9084 else
9085 LIBS=$ac_save_LIBS
9086 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9088 # Don't even attempt the hair of trying to link an X program!
9089 for ac_extension in a so sl dylib la dll; do
9090 if test -r "$ac_dir/libX11.$ac_extension"; then
9091 ac_x_libraries=$ac_dir
9092 break 2
9094 done
9095 done
9097 rm -f core conftest.err conftest.$ac_objext \
9098 conftest$ac_exeext conftest.$ac_ext
9099 fi # $ac_x_libraries = no
9101 case $ac_x_includes,$ac_x_libraries in #(
9102 no,* | *,no | *\'*)
9103 # Didn't find X, or a directory has "'" in its name.
9104 ac_cv_have_x="have_x=no";; #(
9106 # Record where we found X for the cache.
9107 ac_cv_have_x="have_x=yes\
9108 ac_x_includes='$ac_x_includes'\
9109 ac_x_libraries='$ac_x_libraries'"
9110 esac
9112 ;; #(
9113 *) have_x=yes;;
9114 esac
9115 eval "$ac_cv_have_x"
9116 fi # $with_x != no
9118 if test "$have_x" != yes; then
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9120 $as_echo "$have_x" >&6; }
9121 no_x=yes
9122 else
9123 # If each of the values was on the command line, it overrides each guess.
9124 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9125 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9126 # Update the cache value to reflect the command line values.
9127 ac_cv_have_x="have_x=yes\
9128 ac_x_includes='$x_includes'\
9129 ac_x_libraries='$x_libraries'"
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9131 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9134 if test "$no_x" = yes; then
9135 # Not all programs may use this symbol, but it does not hurt to define it.
9137 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9139 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9140 else
9141 if test -n "$x_includes"; then
9142 X_CFLAGS="$X_CFLAGS -I$x_includes"
9145 # It would also be nice to do this for all -L options, not just this one.
9146 if test -n "$x_libraries"; then
9147 X_LIBS="$X_LIBS -L$x_libraries"
9148 # For Solaris; some versions of Sun CC require a space after -R and
9149 # others require no space. Words are not sufficient . . . .
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9151 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9152 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9153 ac_xsave_c_werror_flag=$ac_c_werror_flag
9154 ac_c_werror_flag=yes
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9159 main ()
9163 return 0;
9165 _ACEOF
9166 if ac_fn_c_try_link "$LINENO"; then :
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9168 $as_echo "no" >&6; }
9169 X_LIBS="$X_LIBS -R$x_libraries"
9170 else
9171 LIBS="$ac_xsave_LIBS -R $x_libraries"
9172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h. */
9176 main ()
9180 return 0;
9182 _ACEOF
9183 if ac_fn_c_try_link "$LINENO"; then :
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9185 $as_echo "yes" >&6; }
9186 X_LIBS="$X_LIBS -R $x_libraries"
9187 else
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9189 $as_echo "neither works" >&6; }
9191 rm -f core conftest.err conftest.$ac_objext \
9192 conftest$ac_exeext conftest.$ac_ext
9194 rm -f core conftest.err conftest.$ac_objext \
9195 conftest$ac_exeext conftest.$ac_ext
9196 ac_c_werror_flag=$ac_xsave_c_werror_flag
9197 LIBS=$ac_xsave_LIBS
9200 # Check for system-dependent libraries X programs must link with.
9201 # Do this before checking for the system-independent R6 libraries
9202 # (-lICE), since we may need -lsocket or whatever for X linking.
9204 if test "$ISC" = yes; then
9205 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9206 else
9207 # Martyn Johnson says this is needed for Ultrix, if the X
9208 # libraries were built with DECnet support. And Karl Berry says
9209 # the Alpha needs dnet_stub (dnet does not exist).
9210 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9217 #ifdef __cplusplus
9218 extern "C"
9219 #endif
9220 char XOpenDisplay ();
9222 main ()
9224 return XOpenDisplay ();
9226 return 0;
9228 _ACEOF
9229 if ac_fn_c_try_link "$LINENO"; then :
9231 else
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9233 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9234 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9235 $as_echo_n "(cached) " >&6
9236 else
9237 ac_check_lib_save_LIBS=$LIBS
9238 LIBS="-ldnet $LIBS"
9239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9240 /* end confdefs.h. */
9242 /* Override any GCC internal prototype to avoid an error.
9243 Use char because int might match the return type of a GCC
9244 builtin and then its argument prototype would still apply. */
9245 #ifdef __cplusplus
9246 extern "C"
9247 #endif
9248 char dnet_ntoa ();
9250 main ()
9252 return dnet_ntoa ();
9254 return 0;
9256 _ACEOF
9257 if ac_fn_c_try_link "$LINENO"; then :
9258 ac_cv_lib_dnet_dnet_ntoa=yes
9259 else
9260 ac_cv_lib_dnet_dnet_ntoa=no
9262 rm -f core conftest.err conftest.$ac_objext \
9263 conftest$ac_exeext conftest.$ac_ext
9264 LIBS=$ac_check_lib_save_LIBS
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9267 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9268 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9269 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9272 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9274 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9275 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9276 $as_echo_n "(cached) " >&6
9277 else
9278 ac_check_lib_save_LIBS=$LIBS
9279 LIBS="-ldnet_stub $LIBS"
9280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9281 /* end confdefs.h. */
9283 /* Override any GCC internal prototype to avoid an error.
9284 Use char because int might match the return type of a GCC
9285 builtin and then its argument prototype would still apply. */
9286 #ifdef __cplusplus
9287 extern "C"
9288 #endif
9289 char dnet_ntoa ();
9291 main ()
9293 return dnet_ntoa ();
9295 return 0;
9297 _ACEOF
9298 if ac_fn_c_try_link "$LINENO"; then :
9299 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9300 else
9301 ac_cv_lib_dnet_stub_dnet_ntoa=no
9303 rm -f core conftest.err conftest.$ac_objext \
9304 conftest$ac_exeext conftest.$ac_ext
9305 LIBS=$ac_check_lib_save_LIBS
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9308 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9309 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9310 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9315 rm -f core conftest.err conftest.$ac_objext \
9316 conftest$ac_exeext conftest.$ac_ext
9317 LIBS="$ac_xsave_LIBS"
9319 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9320 # to get the SysV transport functions.
9321 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9322 # needs -lnsl.
9323 # The nsl library prevents programs from opening the X display
9324 # on Irix 5.2, according to T.E. Dickey.
9325 # The functions gethostbyname, getservbyname, and inet_addr are
9326 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9327 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9328 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9332 if test $ac_cv_func_gethostbyname = no; then
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9334 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9335 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9336 $as_echo_n "(cached) " >&6
9337 else
9338 ac_check_lib_save_LIBS=$LIBS
9339 LIBS="-lnsl $LIBS"
9340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9346 #ifdef __cplusplus
9347 extern "C"
9348 #endif
9349 char gethostbyname ();
9351 main ()
9353 return gethostbyname ();
9355 return 0;
9357 _ACEOF
9358 if ac_fn_c_try_link "$LINENO"; then :
9359 ac_cv_lib_nsl_gethostbyname=yes
9360 else
9361 ac_cv_lib_nsl_gethostbyname=no
9363 rm -f core conftest.err conftest.$ac_objext \
9364 conftest$ac_exeext conftest.$ac_ext
9365 LIBS=$ac_check_lib_save_LIBS
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9368 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9369 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9370 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9373 if test $ac_cv_lib_nsl_gethostbyname = no; then
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9375 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9376 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9377 $as_echo_n "(cached) " >&6
9378 else
9379 ac_check_lib_save_LIBS=$LIBS
9380 LIBS="-lbsd $LIBS"
9381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9387 #ifdef __cplusplus
9388 extern "C"
9389 #endif
9390 char gethostbyname ();
9392 main ()
9394 return gethostbyname ();
9396 return 0;
9398 _ACEOF
9399 if ac_fn_c_try_link "$LINENO"; then :
9400 ac_cv_lib_bsd_gethostbyname=yes
9401 else
9402 ac_cv_lib_bsd_gethostbyname=no
9404 rm -f core conftest.err conftest.$ac_objext \
9405 conftest$ac_exeext conftest.$ac_ext
9406 LIBS=$ac_check_lib_save_LIBS
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9409 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9410 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9411 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9417 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9418 # socket/setsockopt and other routines are undefined under SCO ODT
9419 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9420 # on later versions), says Simon Leinen: it contains gethostby*
9421 # variants that don't use the name server (or something). -lsocket
9422 # must be given before -lnsl if both are needed. We assume that
9423 # if connect needs -lnsl, so does gethostbyname.
9424 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9425 if test "x$ac_cv_func_connect" = xyes; then :
9429 if test $ac_cv_func_connect = no; then
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9431 $as_echo_n "checking for connect in -lsocket... " >&6; }
9432 if ${ac_cv_lib_socket_connect+:} false; then :
9433 $as_echo_n "(cached) " >&6
9434 else
9435 ac_check_lib_save_LIBS=$LIBS
9436 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9438 /* end confdefs.h. */
9440 /* Override any GCC internal prototype to avoid an error.
9441 Use char because int might match the return type of a GCC
9442 builtin and then its argument prototype would still apply. */
9443 #ifdef __cplusplus
9444 extern "C"
9445 #endif
9446 char connect ();
9448 main ()
9450 return connect ();
9452 return 0;
9454 _ACEOF
9455 if ac_fn_c_try_link "$LINENO"; then :
9456 ac_cv_lib_socket_connect=yes
9457 else
9458 ac_cv_lib_socket_connect=no
9460 rm -f core conftest.err conftest.$ac_objext \
9461 conftest$ac_exeext conftest.$ac_ext
9462 LIBS=$ac_check_lib_save_LIBS
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9465 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9466 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9467 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9472 # Guillermo Gomez says -lposix is necessary on A/UX.
9473 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9474 if test "x$ac_cv_func_remove" = xyes; then :
9478 if test $ac_cv_func_remove = no; then
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9480 $as_echo_n "checking for remove in -lposix... " >&6; }
9481 if ${ac_cv_lib_posix_remove+:} false; then :
9482 $as_echo_n "(cached) " >&6
9483 else
9484 ac_check_lib_save_LIBS=$LIBS
9485 LIBS="-lposix $LIBS"
9486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9487 /* end confdefs.h. */
9489 /* Override any GCC internal prototype to avoid an error.
9490 Use char because int might match the return type of a GCC
9491 builtin and then its argument prototype would still apply. */
9492 #ifdef __cplusplus
9493 extern "C"
9494 #endif
9495 char remove ();
9497 main ()
9499 return remove ();
9501 return 0;
9503 _ACEOF
9504 if ac_fn_c_try_link "$LINENO"; then :
9505 ac_cv_lib_posix_remove=yes
9506 else
9507 ac_cv_lib_posix_remove=no
9509 rm -f core conftest.err conftest.$ac_objext \
9510 conftest$ac_exeext conftest.$ac_ext
9511 LIBS=$ac_check_lib_save_LIBS
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9514 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9515 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9516 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9521 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9522 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9523 if test "x$ac_cv_func_shmat" = xyes; then :
9527 if test $ac_cv_func_shmat = no; then
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9529 $as_echo_n "checking for shmat in -lipc... " >&6; }
9530 if ${ac_cv_lib_ipc_shmat+:} false; then :
9531 $as_echo_n "(cached) " >&6
9532 else
9533 ac_check_lib_save_LIBS=$LIBS
9534 LIBS="-lipc $LIBS"
9535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9536 /* end confdefs.h. */
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9541 #ifdef __cplusplus
9542 extern "C"
9543 #endif
9544 char shmat ();
9546 main ()
9548 return shmat ();
9550 return 0;
9552 _ACEOF
9553 if ac_fn_c_try_link "$LINENO"; then :
9554 ac_cv_lib_ipc_shmat=yes
9555 else
9556 ac_cv_lib_ipc_shmat=no
9558 rm -f core conftest.err conftest.$ac_objext \
9559 conftest$ac_exeext conftest.$ac_ext
9560 LIBS=$ac_check_lib_save_LIBS
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9563 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9564 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9565 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9571 # Check for libraries that X11R6 Xt/Xaw programs need.
9572 ac_save_LDFLAGS=$LDFLAGS
9573 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9574 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9575 # check for ICE first), but we must link in the order -lSM -lICE or
9576 # we get undefined symbols. So assume we have SM if we have ICE.
9577 # These have to be linked with before -lX11, unlike the other
9578 # libraries we check for below, so use a different variable.
9579 # John Interrante, Karl Berry
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9581 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9582 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9583 $as_echo_n "(cached) " >&6
9584 else
9585 ac_check_lib_save_LIBS=$LIBS
9586 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9588 /* end confdefs.h. */
9590 /* Override any GCC internal prototype to avoid an error.
9591 Use char because int might match the return type of a GCC
9592 builtin and then its argument prototype would still apply. */
9593 #ifdef __cplusplus
9594 extern "C"
9595 #endif
9596 char IceConnectionNumber ();
9598 main ()
9600 return IceConnectionNumber ();
9602 return 0;
9604 _ACEOF
9605 if ac_fn_c_try_link "$LINENO"; then :
9606 ac_cv_lib_ICE_IceConnectionNumber=yes
9607 else
9608 ac_cv_lib_ICE_IceConnectionNumber=no
9610 rm -f core conftest.err conftest.$ac_objext \
9611 conftest$ac_exeext conftest.$ac_ext
9612 LIBS=$ac_check_lib_save_LIBS
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9615 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9616 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9617 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9620 LDFLAGS=$ac_save_LDFLAGS
9625 if test "$have_x" = "yes"
9626 then
9627 ac_save_CPPFLAGS="$CPPFLAGS"
9628 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9631 $as_echo_n "checking for -lX11... " >&6; }
9632 if ${ac_cv_lib_soname_X11+:} false; then :
9633 $as_echo_n "(cached) " >&6
9634 else
9635 ac_check_soname_save_LIBS=$LIBS
9636 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9638 /* end confdefs.h. */
9640 /* Override any GCC internal prototype to avoid an error.
9641 Use char because int might match the return type of a GCC
9642 builtin and then its argument prototype would still apply. */
9643 #ifdef __cplusplus
9644 extern "C"
9645 #endif
9646 char XCreateWindow ();
9648 main ()
9650 return XCreateWindow ();
9652 return 0;
9654 _ACEOF
9655 if ac_fn_c_try_link "$LINENO"; then :
9656 case "$LIBEXT" in
9657 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9658 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'` ;;
9659 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9660 if ${ac_cv_lib_soname_X11:+false} :; then :
9661 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9662 fi ;;
9663 esac
9665 rm -f core conftest.err conftest.$ac_objext \
9666 conftest$ac_exeext conftest.$ac_ext
9667 LIBS=$ac_check_soname_save_LIBS
9669 if ${ac_cv_lib_soname_X11:+false} :; then :
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9671 $as_echo "not found" >&6; }
9673 else
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9675 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9677 cat >>confdefs.h <<_ACEOF
9678 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9679 _ACEOF
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9684 $as_echo_n "checking for -lXext... " >&6; }
9685 if ${ac_cv_lib_soname_Xext+:} false; then :
9686 $as_echo_n "(cached) " >&6
9687 else
9688 ac_check_soname_save_LIBS=$LIBS
9689 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9691 /* end confdefs.h. */
9693 /* Override any GCC internal prototype to avoid an error.
9694 Use char because int might match the return type of a GCC
9695 builtin and then its argument prototype would still apply. */
9696 #ifdef __cplusplus
9697 extern "C"
9698 #endif
9699 char XextCreateExtension ();
9701 main ()
9703 return XextCreateExtension ();
9705 return 0;
9707 _ACEOF
9708 if ac_fn_c_try_link "$LINENO"; then :
9709 case "$LIBEXT" in
9710 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9711 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'` ;;
9712 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9713 if ${ac_cv_lib_soname_Xext:+false} :; then :
9714 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9715 fi ;;
9716 esac
9718 rm -f core conftest.err conftest.$ac_objext \
9719 conftest$ac_exeext conftest.$ac_ext
9720 LIBS=$ac_check_soname_save_LIBS
9722 if ${ac_cv_lib_soname_Xext:+false} :; then :
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9724 $as_echo "not found" >&6; }
9726 else
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9728 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9730 cat >>confdefs.h <<_ACEOF
9731 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9732 _ACEOF
9734 X_LIBS="$X_LIBS -lXext"
9736 X_LIBS="$X_LIBS -lX11"
9738 for ac_header in X11/Xlib.h \
9739 X11/XKBlib.h \
9740 X11/Xutil.h \
9741 X11/Xcursor/Xcursor.h \
9742 X11/extensions/shape.h \
9743 X11/extensions/XInput.h \
9744 X11/extensions/XInput2.h \
9745 X11/extensions/XShm.h \
9746 X11/extensions/Xcomposite.h \
9747 X11/extensions/Xinerama.h \
9748 X11/extensions/Xrandr.h \
9749 X11/extensions/Xrender.h \
9750 X11/extensions/xf86vmode.h \
9751 X11/extensions/xf86vmproto.h
9752 do :
9753 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9754 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9755 # include <X11/Xlib.h>
9756 #endif
9757 #ifdef HAVE_X11_XUTIL_H
9758 # include <X11/Xutil.h>
9759 #endif
9761 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9762 cat >>confdefs.h <<_ACEOF
9763 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9764 _ACEOF
9768 done
9771 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9772 then
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9774 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9775 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9776 $as_echo_n "(cached) " >&6
9777 else
9778 ac_check_lib_save_LIBS=$LIBS
9779 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9781 /* end confdefs.h. */
9783 /* Override any GCC internal prototype to avoid an error.
9784 Use char because int might match the return type of a GCC
9785 builtin and then its argument prototype would still apply. */
9786 #ifdef __cplusplus
9787 extern "C"
9788 #endif
9789 char XkbQueryExtension ();
9791 main ()
9793 return XkbQueryExtension ();
9795 return 0;
9797 _ACEOF
9798 if ac_fn_c_try_link "$LINENO"; then :
9799 ac_cv_lib_X11_XkbQueryExtension=yes
9800 else
9801 ac_cv_lib_X11_XkbQueryExtension=no
9803 rm -f core conftest.err conftest.$ac_objext \
9804 conftest$ac_exeext conftest.$ac_ext
9805 LIBS=$ac_check_lib_save_LIBS
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9808 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9809 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9811 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9817 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9818 then
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9820 $as_echo_n "checking for -lXcursor... " >&6; }
9821 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9822 $as_echo_n "(cached) " >&6
9823 else
9824 ac_check_soname_save_LIBS=$LIBS
9825 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9827 /* end confdefs.h. */
9829 /* Override any GCC internal prototype to avoid an error.
9830 Use char because int might match the return type of a GCC
9831 builtin and then its argument prototype would still apply. */
9832 #ifdef __cplusplus
9833 extern "C"
9834 #endif
9835 char XcursorImageLoadCursor ();
9837 main ()
9839 return XcursorImageLoadCursor ();
9841 return 0;
9843 _ACEOF
9844 if ac_fn_c_try_link "$LINENO"; then :
9845 case "$LIBEXT" in
9846 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9847 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'` ;;
9848 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9849 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9850 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9851 fi ;;
9852 esac
9854 rm -f core conftest.err conftest.$ac_objext \
9855 conftest$ac_exeext conftest.$ac_ext
9856 LIBS=$ac_check_soname_save_LIBS
9858 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9860 $as_echo "not found" >&6; }
9862 else
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9864 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9866 cat >>confdefs.h <<_ACEOF
9867 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9868 _ACEOF
9873 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9874 case "x$with_xcursor" in
9875 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9876 xno) ;;
9877 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9878 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9879 esac
9882 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9883 then
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9885 $as_echo_n "checking for -lXi... " >&6; }
9886 if ${ac_cv_lib_soname_Xi+:} false; then :
9887 $as_echo_n "(cached) " >&6
9888 else
9889 ac_check_soname_save_LIBS=$LIBS
9890 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9892 /* end confdefs.h. */
9894 /* Override any GCC internal prototype to avoid an error.
9895 Use char because int might match the return type of a GCC
9896 builtin and then its argument prototype would still apply. */
9897 #ifdef __cplusplus
9898 extern "C"
9899 #endif
9900 char XOpenDevice ();
9902 main ()
9904 return XOpenDevice ();
9906 return 0;
9908 _ACEOF
9909 if ac_fn_c_try_link "$LINENO"; then :
9910 case "$LIBEXT" in
9911 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9912 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'` ;;
9913 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9914 if ${ac_cv_lib_soname_Xi:+false} :; then :
9915 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9916 fi ;;
9917 esac
9919 rm -f core conftest.err conftest.$ac_objext \
9920 conftest$ac_exeext conftest.$ac_ext
9921 LIBS=$ac_check_soname_save_LIBS
9923 if ${ac_cv_lib_soname_Xi:+false} :; then :
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9925 $as_echo "not found" >&6; }
9927 else
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9929 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9931 cat >>confdefs.h <<_ACEOF
9932 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9933 _ACEOF
9938 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9939 case "x$with_xinput" in
9940 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9941 xno) ;;
9942 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9943 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9944 esac
9947 if test "x$ac_cv_lib_soname_Xi" != x
9948 then
9949 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9950 case "x$with_xinput2" in
9951 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9952 xno) ;;
9953 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9954 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9955 esac
9959 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9960 then
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9962 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9963 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9964 $as_echo_n "(cached) " >&6
9965 else
9966 ac_check_lib_save_LIBS=$LIBS
9967 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9969 /* end confdefs.h. */
9971 /* Override any GCC internal prototype to avoid an error.
9972 Use char because int might match the return type of a GCC
9973 builtin and then its argument prototype would still apply. */
9974 #ifdef __cplusplus
9975 extern "C"
9976 #endif
9977 char XShmQueryExtension ();
9979 main ()
9981 return XShmQueryExtension ();
9983 return 0;
9985 _ACEOF
9986 if ac_fn_c_try_link "$LINENO"; then :
9987 ac_cv_lib_Xext_XShmQueryExtension=yes
9988 else
9989 ac_cv_lib_Xext_XShmQueryExtension=no
9991 rm -f core conftest.err conftest.$ac_objext \
9992 conftest$ac_exeext conftest.$ac_ext
9993 LIBS=$ac_check_lib_save_LIBS
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9996 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9997 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9999 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10004 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10005 case "x$with_xshm" in
10006 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10007 xno) ;;
10008 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10009 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10010 esac
10013 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10014 then
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10016 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10017 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10018 $as_echo_n "(cached) " >&6
10019 else
10020 ac_check_lib_save_LIBS=$LIBS
10021 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10023 /* end confdefs.h. */
10025 /* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
10028 #ifdef __cplusplus
10029 extern "C"
10030 #endif
10031 char XShapeQueryExtension ();
10033 main ()
10035 return XShapeQueryExtension ();
10037 return 0;
10039 _ACEOF
10040 if ac_fn_c_try_link "$LINENO"; then :
10041 ac_cv_lib_Xext_XShapeQueryExtension=yes
10042 else
10043 ac_cv_lib_Xext_XShapeQueryExtension=no
10045 rm -f core conftest.err conftest.$ac_objext \
10046 conftest$ac_exeext conftest.$ac_ext
10047 LIBS=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10050 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10051 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10053 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10058 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10059 case "x$with_xshape" in
10060 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10061 xno) ;;
10062 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10063 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10064 esac
10067 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10068 then
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10070 $as_echo_n "checking for -lXxf86vm... " >&6; }
10071 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10072 $as_echo_n "(cached) " >&6
10073 else
10074 ac_check_soname_save_LIBS=$LIBS
10075 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10077 /* end confdefs.h. */
10079 /* Override any GCC internal prototype to avoid an error.
10080 Use char because int might match the return type of a GCC
10081 builtin and then its argument prototype would still apply. */
10082 #ifdef __cplusplus
10083 extern "C"
10084 #endif
10085 char XF86VidModeQueryExtension ();
10087 main ()
10089 return XF86VidModeQueryExtension ();
10091 return 0;
10093 _ACEOF
10094 if ac_fn_c_try_link "$LINENO"; then :
10095 case "$LIBEXT" in
10096 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10097 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'` ;;
10098 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10099 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10100 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10101 fi ;;
10102 esac
10104 rm -f core conftest.err conftest.$ac_objext \
10105 conftest$ac_exeext conftest.$ac_ext
10106 LIBS=$ac_check_soname_save_LIBS
10108 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10110 $as_echo "not found" >&6; }
10112 else
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10114 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10116 cat >>confdefs.h <<_ACEOF
10117 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10118 _ACEOF
10123 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10124 case "x$with_xxf86vm" in
10125 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10126 xno) ;;
10127 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10128 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10129 esac
10132 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10133 then
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10135 $as_echo_n "checking for -lXrender... " >&6; }
10136 if ${ac_cv_lib_soname_Xrender+:} false; then :
10137 $as_echo_n "(cached) " >&6
10138 else
10139 ac_check_soname_save_LIBS=$LIBS
10140 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10144 /* Override any GCC internal prototype to avoid an error.
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10147 #ifdef __cplusplus
10148 extern "C"
10149 #endif
10150 char XRenderQueryExtension ();
10152 main ()
10154 return XRenderQueryExtension ();
10156 return 0;
10158 _ACEOF
10159 if ac_fn_c_try_link "$LINENO"; then :
10160 case "$LIBEXT" in
10161 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10162 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'` ;;
10163 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10164 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10165 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10166 fi ;;
10167 esac
10169 rm -f core conftest.err conftest.$ac_objext \
10170 conftest$ac_exeext conftest.$ac_ext
10171 LIBS=$ac_check_soname_save_LIBS
10173 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10175 $as_echo "not found" >&6; }
10177 else
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10179 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10181 cat >>confdefs.h <<_ACEOF
10182 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10183 _ACEOF
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10186 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10187 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10188 $as_echo_n "(cached) " >&6
10189 else
10190 ac_check_lib_save_LIBS=$LIBS
10191 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10193 /* end confdefs.h. */
10195 /* Override any GCC internal prototype to avoid an error.
10196 Use char because int might match the return type of a GCC
10197 builtin and then its argument prototype would still apply. */
10198 #ifdef __cplusplus
10199 extern "C"
10200 #endif
10201 char XRenderSetPictureTransform ();
10203 main ()
10205 return XRenderSetPictureTransform ();
10207 return 0;
10209 _ACEOF
10210 if ac_fn_c_try_link "$LINENO"; then :
10211 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10212 else
10213 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10215 rm -f core conftest.err conftest.$ac_objext \
10216 conftest$ac_exeext conftest.$ac_ext
10217 LIBS=$ac_check_lib_save_LIBS
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10220 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10221 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10223 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10228 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10229 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10230 $as_echo_n "(cached) " >&6
10231 else
10232 ac_check_lib_save_LIBS=$LIBS
10233 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10235 /* end confdefs.h. */
10237 /* Override any GCC internal prototype to avoid an error.
10238 Use char because int might match the return type of a GCC
10239 builtin and then its argument prototype would still apply. */
10240 #ifdef __cplusplus
10241 extern "C"
10242 #endif
10243 char XRenderCreateLinearGradient ();
10245 main ()
10247 return XRenderCreateLinearGradient ();
10249 return 0;
10251 _ACEOF
10252 if ac_fn_c_try_link "$LINENO"; then :
10253 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10254 else
10255 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10257 rm -f core conftest.err conftest.$ac_objext \
10258 conftest$ac_exeext conftest.$ac_ext
10259 LIBS=$ac_check_lib_save_LIBS
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10262 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10263 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10265 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10272 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10273 case "x$with_xrender" in
10274 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10275 xno) ;;
10276 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10277 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10278 esac
10281 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10282 then
10283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10285 #include <X11/Xlib.h>
10286 #include <X11/extensions/Xrandr.h>
10288 main ()
10290 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10292 return 0;
10294 _ACEOF
10295 if ac_fn_c_try_compile "$LINENO"; then :
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10297 $as_echo_n "checking for -lXrandr... " >&6; }
10298 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10299 $as_echo_n "(cached) " >&6
10300 else
10301 ac_check_soname_save_LIBS=$LIBS
10302 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10304 /* end confdefs.h. */
10306 /* Override any GCC internal prototype to avoid an error.
10307 Use char because int might match the return type of a GCC
10308 builtin and then its argument prototype would still apply. */
10309 #ifdef __cplusplus
10310 extern "C"
10311 #endif
10312 char XRRQueryExtension ();
10314 main ()
10316 return XRRQueryExtension ();
10318 return 0;
10320 _ACEOF
10321 if ac_fn_c_try_link "$LINENO"; then :
10322 case "$LIBEXT" in
10323 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10324 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'` ;;
10325 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10326 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10327 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10328 fi ;;
10329 esac
10331 rm -f core conftest.err conftest.$ac_objext \
10332 conftest$ac_exeext conftest.$ac_ext
10333 LIBS=$ac_check_soname_save_LIBS
10335 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10337 $as_echo "not found" >&6; }
10339 else
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10341 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10343 cat >>confdefs.h <<_ACEOF
10344 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10345 _ACEOF
10347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10348 /* end confdefs.h. */
10349 #include <X11/Xlib.h>
10350 #include <X11/extensions/Xrandr.h>
10352 main ()
10354 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10356 return 0;
10358 _ACEOF
10359 if ac_fn_c_try_compile "$LINENO"; then :
10361 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10369 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10370 case "x$with_xrandr" in
10371 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10372 xno) ;;
10373 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10374 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10375 esac
10378 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10379 then
10380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10382 #include <X11/Xlib.h>
10383 #include <X11/extensions/Xinerama.h>
10385 main ()
10387 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10389 return 0;
10391 _ACEOF
10392 if ac_fn_c_try_compile "$LINENO"; then :
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10394 $as_echo_n "checking for -lXinerama... " >&6; }
10395 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10396 $as_echo_n "(cached) " >&6
10397 else
10398 ac_check_soname_save_LIBS=$LIBS
10399 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char XineramaQueryScreens ();
10411 main ()
10413 return XineramaQueryScreens ();
10415 return 0;
10417 _ACEOF
10418 if ac_fn_c_try_link "$LINENO"; then :
10419 case "$LIBEXT" in
10420 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10421 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'` ;;
10422 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10423 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10424 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10425 fi ;;
10426 esac
10428 rm -f core conftest.err conftest.$ac_objext \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_soname_save_LIBS
10432 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10434 $as_echo "not found" >&6; }
10436 else
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10438 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10442 _ACEOF
10447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10449 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10450 case "x$with_xinerama" in
10451 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10452 xno) ;;
10453 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10454 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10455 esac
10458 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10459 then
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10461 $as_echo_n "checking for -lXcomposite... " >&6; }
10462 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10463 $as_echo_n "(cached) " >&6
10464 else
10465 ac_check_soname_save_LIBS=$LIBS
10466 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10468 /* end confdefs.h. */
10470 /* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
10473 #ifdef __cplusplus
10474 extern "C"
10475 #endif
10476 char XCompositeRedirectWindow ();
10478 main ()
10480 return XCompositeRedirectWindow ();
10482 return 0;
10484 _ACEOF
10485 if ac_fn_c_try_link "$LINENO"; then :
10486 case "$LIBEXT" in
10487 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10488 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'` ;;
10489 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10490 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10491 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10492 fi ;;
10493 esac
10495 rm -f core conftest.err conftest.$ac_objext \
10496 conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_soname_save_LIBS
10499 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10501 $as_echo "not found" >&6; }
10503 else
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10505 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10507 cat >>confdefs.h <<_ACEOF
10508 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10509 _ACEOF
10514 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10515 case "x$with_xcomposite" in
10516 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10517 xno) ;;
10518 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10519 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10520 esac
10523 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10524 #include <X11/Xlib.h>
10525 #endif
10527 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10529 cat >>confdefs.h <<_ACEOF
10530 #define HAVE_XICCALLBACK_CALLBACK 1
10531 _ACEOF
10535 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10536 #include <X11/Xlib.h>
10537 #endif
10539 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10541 cat >>confdefs.h <<_ACEOF
10542 #define HAVE_XEVENT_XCOOKIE 1
10543 _ACEOF
10550 opengl_msg=""
10551 if test "x$with_opengl" != "xno"
10552 then
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10554 $as_echo_n "checking for -lGL... " >&6; }
10555 if ${ac_cv_lib_soname_GL+:} false; then :
10556 $as_echo_n "(cached) " >&6
10557 else
10558 ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10566 #ifdef __cplusplus
10567 extern "C"
10568 #endif
10569 char glXCreateContext ();
10571 main ()
10573 return glXCreateContext ();
10575 return 0;
10577 _ACEOF
10578 if ac_fn_c_try_link "$LINENO"; then :
10579 case "$LIBEXT" in
10580 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10581 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'` ;;
10582 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10583 if ${ac_cv_lib_soname_GL:+false} :; then :
10584 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10585 fi ;;
10586 esac
10588 rm -f core conftest.err conftest.$ac_objext \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_soname_save_LIBS
10592 if ${ac_cv_lib_soname_GL:+false} :; then :
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10594 $as_echo "not found" >&6; }
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10596 $as_echo_n "checking for -lGL... " >&6; }
10597 if ${ac_cv_lib_soname_GL+:} false; then :
10598 $as_echo_n "(cached) " >&6
10599 else
10600 ac_check_soname_save_LIBS=$LIBS
10601 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"
10602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10603 /* end confdefs.h. */
10605 /* Override any GCC internal prototype to avoid an error.
10606 Use char because int might match the return type of a GCC
10607 builtin and then its argument prototype would still apply. */
10608 #ifdef __cplusplus
10609 extern "C"
10610 #endif
10611 char glXCreateContext ();
10613 main ()
10615 return glXCreateContext ();
10617 return 0;
10619 _ACEOF
10620 if ac_fn_c_try_link "$LINENO"; then :
10621 case "$LIBEXT" in
10622 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10623 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'` ;;
10624 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10625 if ${ac_cv_lib_soname_GL:+false} :; then :
10626 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10627 fi ;;
10628 esac
10630 rm -f core conftest.err conftest.$ac_objext \
10631 conftest$ac_exeext conftest.$ac_ext
10632 LIBS=$ac_check_soname_save_LIBS
10634 if ${ac_cv_lib_soname_GL:+false} :; then :
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10636 $as_echo "not found" >&6; }
10637 if test -f /usr/X11R6/lib/libGL.a
10638 then
10639 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10640 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10641 else
10642 opengl_msg="No OpenGL library found on this system."
10644 else
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10646 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10648 cat >>confdefs.h <<_ACEOF
10649 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10650 _ACEOF
10652 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"
10654 else
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10656 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10658 cat >>confdefs.h <<_ACEOF
10659 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10660 _ACEOF
10662 OPENGL_LIBS="-lGL"
10664 if test "x$with_glu" != "xno"
10665 then
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10667 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10668 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10669 $as_echo_n "(cached) " >&6
10670 else
10671 ac_check_lib_save_LIBS=$LIBS
10672 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10674 /* end confdefs.h. */
10676 /* Override any GCC internal prototype to avoid an error.
10677 Use char because int might match the return type of a GCC
10678 builtin and then its argument prototype would still apply. */
10679 #ifdef __cplusplus
10680 extern "C"
10681 #endif
10682 char gluLookAt ();
10684 main ()
10686 return gluLookAt ();
10688 return 0;
10690 _ACEOF
10691 if ac_fn_c_try_link "$LINENO"; then :
10692 ac_cv_lib_GLU_gluLookAt=yes
10693 else
10694 ac_cv_lib_GLU_gluLookAt=no
10696 rm -f core conftest.err conftest.$ac_objext \
10697 conftest$ac_exeext conftest.$ac_ext
10698 LIBS=$ac_check_lib_save_LIBS
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10701 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10702 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10706 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10707 case "x$with_glu" in
10708 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10709 xno) ;;
10710 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10711 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10712 esac
10716 if test "x$with_osmesa" != "xno"
10717 then
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10719 $as_echo_n "checking for -lOSMesa... " >&6; }
10720 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 ac_check_soname_save_LIBS=$LIBS
10724 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char glAccum ();
10736 main ()
10738 return glAccum ();
10740 return 0;
10742 _ACEOF
10743 if ac_fn_c_try_link "$LINENO"; then :
10744 case "$LIBEXT" in
10745 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10746 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'` ;;
10747 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10748 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10749 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10750 fi ;;
10751 esac
10753 rm -f core conftest.err conftest.$ac_objext \
10754 conftest$ac_exeext conftest.$ac_ext
10755 LIBS=$ac_check_soname_save_LIBS
10757 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10759 $as_echo "not found" >&6; }
10761 else
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10763 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10765 cat >>confdefs.h <<_ACEOF
10766 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10767 _ACEOF
10771 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10772 case "x$with_osmesa" in
10773 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10774 xno) ;;
10775 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10776 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10777 esac
10781 if test -n "$opengl_msg"; then :
10782 case "x$with_opengl" in
10783 x) as_fn_append wine_warnings "|$opengl_msg
10784 OpenGL and Direct3D won't be supported." ;;
10785 xno) ;;
10786 *) as_fn_error $? "$opengl_msg
10787 OpenGL and Direct3D won't be supported.
10788 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10789 esac
10792 CPPFLAGS="$ac_save_CPPFLAGS"
10793 else
10794 X_CFLAGS=""
10795 X_LIBS=""
10796 enable_winex11_drv=${enable_winex11_drv:-no}
10798 if test "x$X_LIBS" = "x"; then :
10799 case "x$with_x" in
10800 xno) ;;
10801 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10802 without X support, which probably isn't what you want. You will need
10803 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10804 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10805 esac
10808 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10810 if test "$ac_cv_header_CL_cl_h" = "yes"
10811 then
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10813 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10814 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10815 $as_echo_n "(cached) " >&6
10816 else
10817 ac_check_lib_save_LIBS=$LIBS
10818 LIBS="-lOpenCL $LIBS"
10819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10820 /* end confdefs.h. */
10822 /* Override any GCC internal prototype to avoid an error.
10823 Use char because int might match the return type of a GCC
10824 builtin and then its argument prototype would still apply. */
10825 #ifdef __cplusplus
10826 extern "C"
10827 #endif
10828 char clGetPlatformInfo ();
10830 main ()
10832 return clGetPlatformInfo ();
10834 return 0;
10836 _ACEOF
10837 if ac_fn_c_try_link "$LINENO"; then :
10838 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10839 else
10840 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10842 rm -f core conftest.err conftest.$ac_objext \
10843 conftest$ac_exeext conftest.$ac_ext
10844 LIBS=$ac_check_lib_save_LIBS
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10847 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10848 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10849 OPENCL_LIBS="-lOpenCL"
10854 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10855 case "x$with_opencl" in
10856 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10857 xno) ;;
10858 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10859 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10860 esac
10862 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10864 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10865 then
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10867 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10868 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10869 $as_echo_n "(cached) " >&6
10870 else
10871 ac_check_lib_save_LIBS=$LIBS
10872 LIBS="-lpcap $LIBS"
10873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10874 /* end confdefs.h. */
10876 /* Override any GCC internal prototype to avoid an error.
10877 Use char because int might match the return type of a GCC
10878 builtin and then its argument prototype would still apply. */
10879 #ifdef __cplusplus
10880 extern "C"
10881 #endif
10882 char pcap_create ();
10884 main ()
10886 return pcap_create ();
10888 return 0;
10890 _ACEOF
10891 if ac_fn_c_try_link "$LINENO"; then :
10892 ac_cv_lib_pcap_pcap_create=yes
10893 else
10894 ac_cv_lib_pcap_pcap_create=no
10896 rm -f core conftest.err conftest.$ac_objext \
10897 conftest$ac_exeext conftest.$ac_ext
10898 LIBS=$ac_check_lib_save_LIBS
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10901 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10902 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10903 LIBPCAP="-lpcap"
10908 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10909 case "x$with_pcap" in
10910 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10911 xno) ;;
10912 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10913 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10914 esac
10916 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10919 if test "x$with_xml" != "xno"
10920 then
10921 if ${XML2_CFLAGS:+false} :; then :
10922 if ${PKG_CONFIG+:} false; then :
10923 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10926 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10927 if ${XML2_LIBS:+false} :; then :
10928 if ${PKG_CONFIG+:} false; then :
10929 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10932 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10933 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10934 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10935 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10936 ac_save_CPPFLAGS=$CPPFLAGS
10937 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10938 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10939 do :
10940 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10941 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10942 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10943 cat >>confdefs.h <<_ACEOF
10944 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10945 _ACEOF
10949 done
10951 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"
10952 then
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10954 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10955 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10956 $as_echo_n "(cached) " >&6
10957 else
10958 ac_check_lib_save_LIBS=$LIBS
10959 LIBS="-lxml2 $XML2_LIBS $LIBS"
10960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10966 #ifdef __cplusplus
10967 extern "C"
10968 #endif
10969 char xmlParseMemory ();
10971 main ()
10973 return xmlParseMemory ();
10975 return 0;
10977 _ACEOF
10978 if ac_fn_c_try_link "$LINENO"; then :
10979 ac_cv_lib_xml2_xmlParseMemory=yes
10980 else
10981 ac_cv_lib_xml2_xmlParseMemory=no
10983 rm -f core conftest.err conftest.$ac_objext \
10984 conftest$ac_exeext conftest.$ac_ext
10985 LIBS=$ac_check_lib_save_LIBS
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10988 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10989 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10991 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10993 else
10994 XML2_LIBS=""
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10998 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10999 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11000 $as_echo_n "(cached) " >&6
11001 else
11002 ac_check_lib_save_LIBS=$LIBS
11003 LIBS="-lxml2 $XML2_LIBS $LIBS"
11004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11005 /* end confdefs.h. */
11007 /* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
11010 #ifdef __cplusplus
11011 extern "C"
11012 #endif
11013 char xmlReadMemory ();
11015 main ()
11017 return xmlReadMemory ();
11019 return 0;
11021 _ACEOF
11022 if ac_fn_c_try_link "$LINENO"; then :
11023 ac_cv_lib_xml2_xmlReadMemory=yes
11024 else
11025 ac_cv_lib_xml2_xmlReadMemory=no
11027 rm -f core conftest.err conftest.$ac_objext \
11028 conftest$ac_exeext conftest.$ac_ext
11029 LIBS=$ac_check_lib_save_LIBS
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11032 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11033 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11035 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11040 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11041 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11042 $as_echo_n "(cached) " >&6
11043 else
11044 ac_check_lib_save_LIBS=$LIBS
11045 LIBS="-lxml2 $XML2_LIBS $LIBS"
11046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11047 /* end confdefs.h. */
11049 /* Override any GCC internal prototype to avoid an error.
11050 Use char because int might match the return type of a GCC
11051 builtin and then its argument prototype would still apply. */
11052 #ifdef __cplusplus
11053 extern "C"
11054 #endif
11055 char xmlNewDocPI ();
11057 main ()
11059 return xmlNewDocPI ();
11061 return 0;
11063 _ACEOF
11064 if ac_fn_c_try_link "$LINENO"; then :
11065 ac_cv_lib_xml2_xmlNewDocPI=yes
11066 else
11067 ac_cv_lib_xml2_xmlNewDocPI=no
11069 rm -f core conftest.err conftest.$ac_objext \
11070 conftest$ac_exeext conftest.$ac_ext
11071 LIBS=$ac_check_lib_save_LIBS
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11074 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11075 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11077 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11082 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11083 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_lib_save_LIBS=$LIBS
11087 LIBS="-lxml2 $XML2_LIBS $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char xmlSchemaSetParserStructuredErrors ();
11099 main ()
11101 return xmlSchemaSetParserStructuredErrors ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11108 else
11109 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11111 rm -f core conftest.err conftest.$ac_objext \
11112 conftest$ac_exeext conftest.$ac_ext
11113 LIBS=$ac_check_lib_save_LIBS
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11116 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11117 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11119 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11124 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11125 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11126 $as_echo_n "(cached) " >&6
11127 else
11128 ac_check_lib_save_LIBS=$LIBS
11129 LIBS="-lxml2 $XML2_LIBS $LIBS"
11130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11131 /* end confdefs.h. */
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11136 #ifdef __cplusplus
11137 extern "C"
11138 #endif
11139 char xmlSchemaSetValidStructuredErrors ();
11141 main ()
11143 return xmlSchemaSetValidStructuredErrors ();
11145 return 0;
11147 _ACEOF
11148 if ac_fn_c_try_link "$LINENO"; then :
11149 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11150 else
11151 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11153 rm -f core conftest.err conftest.$ac_objext \
11154 conftest$ac_exeext conftest.$ac_ext
11155 LIBS=$ac_check_lib_save_LIBS
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11158 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11159 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11161 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11166 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11167 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11168 $as_echo_n "(cached) " >&6
11169 else
11170 ac_check_lib_save_LIBS=$LIBS
11171 LIBS="-lxml2 $XML2_LIBS $LIBS"
11172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h. */
11175 /* Override any GCC internal prototype to avoid an error.
11176 Use char because int might match the return type of a GCC
11177 builtin and then its argument prototype would still apply. */
11178 #ifdef __cplusplus
11179 extern "C"
11180 #endif
11181 char xmlFirstElementChild ();
11183 main ()
11185 return xmlFirstElementChild ();
11187 return 0;
11189 _ACEOF
11190 if ac_fn_c_try_link "$LINENO"; then :
11191 ac_cv_lib_xml2_xmlFirstElementChild=yes
11192 else
11193 ac_cv_lib_xml2_xmlFirstElementChild=no
11195 rm -f core conftest.err conftest.$ac_objext \
11196 conftest$ac_exeext conftest.$ac_ext
11197 LIBS=$ac_check_lib_save_LIBS
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11200 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11201 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11203 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11207 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11209 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11211 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11215 else
11216 XML2_CFLAGS=""
11217 XML2_LIBS=""
11219 CPPFLAGS=$ac_save_CPPFLAGS
11220 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11221 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11224 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11225 case "x$with_xml" in
11226 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11227 xno) ;;
11228 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11229 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11230 esac
11233 if test "x$with_xslt" != "xno"
11234 then
11235 if ${XSLT_CFLAGS:+false} :; then :
11236 if ${PKG_CONFIG+:} false; then :
11237 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11240 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11241 if ${XSLT_LIBS:+false} :; then :
11242 if ${PKG_CONFIG+:} false; then :
11243 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11246 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11247 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11248 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11249 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11250 ac_save_CPPFLAGS=$CPPFLAGS
11251 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11252 for ac_header in libxslt/pattern.h libxslt/transform.h
11253 do :
11254 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11255 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11256 # include <libxslt/pattern.h>
11257 #endif
11259 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11260 cat >>confdefs.h <<_ACEOF
11261 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11262 _ACEOF
11266 done
11268 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11269 then
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11271 $as_echo_n "checking for -lxslt... " >&6; }
11272 if ${ac_cv_lib_soname_xslt+:} false; then :
11273 $as_echo_n "(cached) " >&6
11274 else
11275 ac_check_soname_save_LIBS=$LIBS
11276 LIBS="-lxslt $XSLT_LIBS $LIBS"
11277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11278 /* end confdefs.h. */
11280 /* Override any GCC internal prototype to avoid an error.
11281 Use char because int might match the return type of a GCC
11282 builtin and then its argument prototype would still apply. */
11283 #ifdef __cplusplus
11284 extern "C"
11285 #endif
11286 char xsltCompilePattern ();
11288 main ()
11290 return xsltCompilePattern ();
11292 return 0;
11294 _ACEOF
11295 if ac_fn_c_try_link "$LINENO"; then :
11296 case "$LIBEXT" in
11297 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11298 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'` ;;
11299 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11300 if ${ac_cv_lib_soname_xslt:+false} :; then :
11301 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11302 fi ;;
11303 esac
11305 rm -f core conftest.err conftest.$ac_objext \
11306 conftest$ac_exeext conftest.$ac_ext
11307 LIBS=$ac_check_soname_save_LIBS
11309 if ${ac_cv_lib_soname_xslt:+false} :; then :
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11311 $as_echo "not found" >&6; }
11313 else
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11315 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11317 cat >>confdefs.h <<_ACEOF
11318 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11319 _ACEOF
11323 else
11324 XSLT_CFLAGS=""
11326 CPPFLAGS=$ac_save_CPPFLAGS
11327 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11328 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11331 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11332 case "x$with_xslt" in
11333 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11334 xno) ;;
11335 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11336 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11337 esac
11340 if test "x$with_dbus" != "xno"
11341 then
11342 if ${DBUS_CFLAGS:+false} :; then :
11343 if ${PKG_CONFIG+:} false; then :
11344 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11348 if ${DBUS_LIBS:+false} :; then :
11349 if ${PKG_CONFIG+:} false; then :
11350 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11355 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11356 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11357 ac_save_CPPFLAGS=$CPPFLAGS
11358 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11359 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11360 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11362 $as_echo_n "checking for -ldbus-1... " >&6; }
11363 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11364 $as_echo_n "(cached) " >&6
11365 else
11366 ac_check_soname_save_LIBS=$LIBS
11367 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11369 /* end confdefs.h. */
11371 /* Override any GCC internal prototype to avoid an error.
11372 Use char because int might match the return type of a GCC
11373 builtin and then its argument prototype would still apply. */
11374 #ifdef __cplusplus
11375 extern "C"
11376 #endif
11377 char dbus_connection_close ();
11379 main ()
11381 return dbus_connection_close ();
11383 return 0;
11385 _ACEOF
11386 if ac_fn_c_try_link "$LINENO"; then :
11387 case "$LIBEXT" in
11388 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11389 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'` ;;
11390 *) 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'`
11391 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11392 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11393 fi ;;
11394 esac
11396 rm -f core conftest.err conftest.$ac_objext \
11397 conftest$ac_exeext conftest.$ac_ext
11398 LIBS=$ac_check_soname_save_LIBS
11400 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11402 $as_echo "not found" >&6; }
11403 DBUS_CFLAGS=""
11404 else
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11406 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11408 cat >>confdefs.h <<_ACEOF
11409 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11410 _ACEOF
11414 else
11415 DBUS_CFLAGS=""
11419 CPPFLAGS=$ac_save_CPPFLAGS
11420 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11421 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11424 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11425 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11426 case "x$with_dbus" in
11427 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11428 xno) ;;
11429 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11430 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11431 esac
11434 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11435 then
11436 if ${HAL_CFLAGS:+false} :; then :
11437 if ${PKG_CONFIG+:} false; then :
11438 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11442 if ${HAL_LIBS:+false} :; then :
11443 if ${PKG_CONFIG+:} false; then :
11444 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11448 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11449 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11450 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11451 ac_save_CPPFLAGS=$CPPFLAGS
11452 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11453 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11454 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11456 $as_echo_n "checking for -lhal... " >&6; }
11457 if ${ac_cv_lib_soname_hal+:} false; then :
11458 $as_echo_n "(cached) " >&6
11459 else
11460 ac_check_soname_save_LIBS=$LIBS
11461 LIBS="-lhal $HAL_LIBS $LIBS"
11462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11463 /* end confdefs.h. */
11465 /* Override any GCC internal prototype to avoid an error.
11466 Use char because int might match the return type of a GCC
11467 builtin and then its argument prototype would still apply. */
11468 #ifdef __cplusplus
11469 extern "C"
11470 #endif
11471 char libhal_ctx_new ();
11473 main ()
11475 return libhal_ctx_new ();
11477 return 0;
11479 _ACEOF
11480 if ac_fn_c_try_link "$LINENO"; then :
11481 case "$LIBEXT" in
11482 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11483 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'` ;;
11484 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11485 if ${ac_cv_lib_soname_hal:+false} :; then :
11486 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11487 fi ;;
11488 esac
11490 rm -f core conftest.err conftest.$ac_objext \
11491 conftest$ac_exeext conftest.$ac_ext
11492 LIBS=$ac_check_soname_save_LIBS
11494 if ${ac_cv_lib_soname_hal:+false} :; then :
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11496 $as_echo "not found" >&6; }
11497 HAL_CFLAGS=""
11498 else
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11500 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11502 cat >>confdefs.h <<_ACEOF
11503 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11504 _ACEOF
11508 else
11509 HAL_CFLAGS=""
11513 CPPFLAGS=$ac_save_CPPFLAGS
11514 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11515 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11517 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11518 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11519 case "x$with_hal" in
11520 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11521 xno) ;;
11522 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11523 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11524 esac
11528 if test "x$with_gnutls" != "xno"
11529 then
11530 if ${GNUTLS_CFLAGS:+false} :; then :
11531 if ${PKG_CONFIG+:} false; then :
11532 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11536 if ${GNUTLS_LIBS:+false} :; then :
11537 if ${PKG_CONFIG+:} false; then :
11538 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11543 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11544 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11545 ac_save_CPPFLAGS=$CPPFLAGS
11546 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11547 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11548 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h. */
11551 #include <gnutls/gnutls.h>
11552 #include <gnutls/crypto.h>
11554 main ()
11556 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11558 return 0;
11560 _ACEOF
11561 if ac_fn_c_try_compile "$LINENO"; then :
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11563 $as_echo_n "checking for -lgnutls... " >&6; }
11564 if ${ac_cv_lib_soname_gnutls+:} false; then :
11565 $as_echo_n "(cached) " >&6
11566 else
11567 ac_check_soname_save_LIBS=$LIBS
11568 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11572 /* Override any GCC internal prototype to avoid an error.
11573 Use char because int might match the return type of a GCC
11574 builtin and then its argument prototype would still apply. */
11575 #ifdef __cplusplus
11576 extern "C"
11577 #endif
11578 char gnutls_global_init ();
11580 main ()
11582 return gnutls_global_init ();
11584 return 0;
11586 _ACEOF
11587 if ac_fn_c_try_link "$LINENO"; then :
11588 case "$LIBEXT" in
11589 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11590 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'` ;;
11591 *) 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'`
11592 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11593 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'`
11594 fi ;;
11595 esac
11597 rm -f core conftest.err conftest.$ac_objext \
11598 conftest$ac_exeext conftest.$ac_ext
11599 LIBS=$ac_check_soname_save_LIBS
11601 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11603 $as_echo "not found" >&6; }
11604 GNUTLS_CFLAGS=""
11605 else
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11607 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11609 cat >>confdefs.h <<_ACEOF
11610 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11611 _ACEOF
11616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11617 else
11618 GNUTLS_CFLAGS=""
11622 CPPFLAGS=$ac_save_CPPFLAGS
11623 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11624 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11627 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11628 case "x$with_gnutls" in
11629 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11630 xno) ;;
11631 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11632 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11633 esac
11636 CURSES_LIBS=""
11637 if test "$ac_cv_header_ncurses_h" = "yes"
11638 then
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11640 $as_echo_n "checking for -lncurses... " >&6; }
11641 if ${ac_cv_lib_soname_ncurses+:} false; then :
11642 $as_echo_n "(cached) " >&6
11643 else
11644 ac_check_soname_save_LIBS=$LIBS
11645 LIBS="-lncurses $LIBS"
11646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11647 /* end confdefs.h. */
11649 /* Override any GCC internal prototype to avoid an error.
11650 Use char because int might match the return type of a GCC
11651 builtin and then its argument prototype would still apply. */
11652 #ifdef __cplusplus
11653 extern "C"
11654 #endif
11655 char waddch ();
11657 main ()
11659 return waddch ();
11661 return 0;
11663 _ACEOF
11664 if ac_fn_c_try_link "$LINENO"; then :
11665 case "$LIBEXT" in
11666 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11667 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'` ;;
11668 *) 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'`
11669 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11670 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11671 fi ;;
11672 esac
11674 rm -f core conftest.err conftest.$ac_objext \
11675 conftest$ac_exeext conftest.$ac_ext
11676 LIBS=$ac_check_soname_save_LIBS
11678 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11680 $as_echo "not found" >&6; }
11682 else
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11684 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11686 cat >>confdefs.h <<_ACEOF
11687 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11688 _ACEOF
11690 CURSES_LIBS="-lncurses"
11692 elif test "$ac_cv_header_curses_h" = "yes"
11693 then
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11695 $as_echo_n "checking for -lcurses... " >&6; }
11696 if ${ac_cv_lib_soname_curses+:} false; then :
11697 $as_echo_n "(cached) " >&6
11698 else
11699 ac_check_soname_save_LIBS=$LIBS
11700 LIBS="-lcurses $LIBS"
11701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11702 /* end confdefs.h. */
11704 /* Override any GCC internal prototype to avoid an error.
11705 Use char because int might match the return type of a GCC
11706 builtin and then its argument prototype would still apply. */
11707 #ifdef __cplusplus
11708 extern "C"
11709 #endif
11710 char waddch ();
11712 main ()
11714 return waddch ();
11716 return 0;
11718 _ACEOF
11719 if ac_fn_c_try_link "$LINENO"; then :
11720 case "$LIBEXT" in
11721 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11722 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'` ;;
11723 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11724 if ${ac_cv_lib_soname_curses:+false} :; then :
11725 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11726 fi ;;
11727 esac
11729 rm -f core conftest.err conftest.$ac_objext \
11730 conftest$ac_exeext conftest.$ac_ext
11731 LIBS=$ac_check_soname_save_LIBS
11733 if ${ac_cv_lib_soname_curses:+false} :; then :
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11735 $as_echo "not found" >&6; }
11737 else
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11739 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11741 cat >>confdefs.h <<_ACEOF
11742 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11743 _ACEOF
11745 CURSES_LIBS="-lcurses"
11748 ac_save_LIBS="$LIBS"
11749 LIBS="$LIBS $CURSES_LIBS"
11750 for ac_func in mousemask
11751 do :
11752 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11753 if test "x$ac_cv_func_mousemask" = xyes; then :
11754 cat >>confdefs.h <<_ACEOF
11755 #define HAVE_MOUSEMASK 1
11756 _ACEOF
11759 done
11761 LIBS="$ac_save_LIBS"
11762 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11763 case "x$with_curses" in
11764 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11765 xno) ;;
11766 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11767 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11768 esac
11771 if test "x$with_sane" != "xno"
11772 then
11773 if ${SANE_CFLAGS:+false} :; then :
11774 if ${PKG_CONFIG+:} false; then :
11775 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11778 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11779 if ${SANE_LIBS:+false} :; then :
11780 if ${PKG_CONFIG+:} false; then :
11781 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11784 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11786 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11787 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11788 ac_save_CPPFLAGS=$CPPFLAGS
11789 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11790 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11791 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11793 $as_echo_n "checking for -lsane... " >&6; }
11794 if ${ac_cv_lib_soname_sane+:} false; then :
11795 $as_echo_n "(cached) " >&6
11796 else
11797 ac_check_soname_save_LIBS=$LIBS
11798 LIBS="-lsane $SANE_LIBS $LIBS"
11799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h. */
11802 /* Override any GCC internal prototype to avoid an error.
11803 Use char because int might match the return type of a GCC
11804 builtin and then its argument prototype would still apply. */
11805 #ifdef __cplusplus
11806 extern "C"
11807 #endif
11808 char sane_init ();
11810 main ()
11812 return sane_init ();
11814 return 0;
11816 _ACEOF
11817 if ac_fn_c_try_link "$LINENO"; then :
11818 case "$LIBEXT" in
11819 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11820 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'` ;;
11821 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11822 if ${ac_cv_lib_soname_sane:+false} :; then :
11823 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11824 fi ;;
11825 esac
11827 rm -f core conftest.err conftest.$ac_objext \
11828 conftest$ac_exeext conftest.$ac_ext
11829 LIBS=$ac_check_soname_save_LIBS
11831 if ${ac_cv_lib_soname_sane:+false} :; then :
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11833 $as_echo "not found" >&6; }
11834 SANE_CFLAGS=""
11835 else
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11837 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11839 cat >>confdefs.h <<_ACEOF
11840 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11841 _ACEOF
11845 else
11846 SANE_CFLAGS=""
11850 CPPFLAGS=$ac_save_CPPFLAGS
11851 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11852 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11855 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11856 case "x$with_sane" in
11857 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11858 xno) ;;
11859 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11860 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11861 esac
11864 if test "x$with_v4l" != "xno"
11865 then
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11867 $as_echo_n "checking for -lv4l1... " >&6; }
11868 if ${ac_cv_lib_soname_v4l1+:} false; then :
11869 $as_echo_n "(cached) " >&6
11870 else
11871 ac_check_soname_save_LIBS=$LIBS
11872 LIBS="-lv4l1 $LIBS"
11873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11874 /* end confdefs.h. */
11876 /* Override any GCC internal prototype to avoid an error.
11877 Use char because int might match the return type of a GCC
11878 builtin and then its argument prototype would still apply. */
11879 #ifdef __cplusplus
11880 extern "C"
11881 #endif
11882 char v4l1_open ();
11884 main ()
11886 return v4l1_open ();
11888 return 0;
11890 _ACEOF
11891 if ac_fn_c_try_link "$LINENO"; then :
11892 case "$LIBEXT" in
11893 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11894 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'` ;;
11895 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11896 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11897 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11898 fi ;;
11899 esac
11901 rm -f core conftest.err conftest.$ac_objext \
11902 conftest$ac_exeext conftest.$ac_ext
11903 LIBS=$ac_check_soname_save_LIBS
11905 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11907 $as_echo "not found" >&6; }
11909 else
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11911 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11913 cat >>confdefs.h <<_ACEOF
11914 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11915 _ACEOF
11920 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11921 case "x$with_v4l" in
11922 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11923 xno) ;;
11924 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11925 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11926 esac
11929 if test "x$with_gphoto" != "xno"
11930 then
11931 if ${GPHOTO2_CFLAGS:+false} :; then :
11932 if ${PKG_CONFIG+:} false; then :
11933 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11936 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11937 if ${GPHOTO2_LIBS:+false} :; then :
11938 if ${PKG_CONFIG+:} false; then :
11939 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11942 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11943 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11944 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11945 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11946 ac_save_CPPFLAGS=$CPPFLAGS
11947 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11948 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11949 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11951 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11952 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11953 $as_echo_n "(cached) " >&6
11954 else
11955 ac_check_lib_save_LIBS=$LIBS
11956 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11958 /* end confdefs.h. */
11960 /* Override any GCC internal prototype to avoid an error.
11961 Use char because int might match the return type of a GCC
11962 builtin and then its argument prototype would still apply. */
11963 #ifdef __cplusplus
11964 extern "C"
11965 #endif
11966 char gp_camera_new ();
11968 main ()
11970 return gp_camera_new ();
11972 return 0;
11974 _ACEOF
11975 if ac_fn_c_try_link "$LINENO"; then :
11976 ac_cv_lib_gphoto2_gp_camera_new=yes
11977 else
11978 ac_cv_lib_gphoto2_gp_camera_new=no
11980 rm -f core conftest.err conftest.$ac_objext \
11981 conftest$ac_exeext conftest.$ac_ext
11982 LIBS=$ac_check_lib_save_LIBS
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11985 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11986 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11988 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11990 else
11991 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11994 else
11995 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11999 CPPFLAGS=$ac_save_CPPFLAGS
12000 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12001 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12003 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12004 if ${PKG_CONFIG+:} false; then :
12005 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12008 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12009 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12010 if ${PKG_CONFIG+:} false; then :
12011 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12014 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12015 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12016 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12017 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12018 ac_save_CPPFLAGS=$CPPFLAGS
12019 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12020 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12021 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12023 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12024 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12025 $as_echo_n "(cached) " >&6
12026 else
12027 ac_check_lib_save_LIBS=$LIBS
12028 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12030 /* end confdefs.h. */
12032 /* Override any GCC internal prototype to avoid an error.
12033 Use char because int might match the return type of a GCC
12034 builtin and then its argument prototype would still apply. */
12035 #ifdef __cplusplus
12036 extern "C"
12037 #endif
12038 char gp_port_info_list_new ();
12040 main ()
12042 return gp_port_info_list_new ();
12044 return 0;
12046 _ACEOF
12047 if ac_fn_c_try_link "$LINENO"; then :
12048 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12049 else
12050 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12052 rm -f core conftest.err conftest.$ac_objext \
12053 conftest$ac_exeext conftest.$ac_ext
12054 LIBS=$ac_check_lib_save_LIBS
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12057 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12058 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12060 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12062 else
12063 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12066 else
12067 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12071 CPPFLAGS=$ac_save_CPPFLAGS
12072 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12073 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12076 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12077 case "x$with_gphoto" in
12078 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12079 xno) ;;
12080 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12081 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12082 esac
12084 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12085 case "x$with_gphoto" in
12086 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12087 xno) ;;
12088 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12089 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12090 esac
12094 if test "$ac_cv_header_resolv_h" = "yes"
12095 then
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12097 $as_echo_n "checking for resolver library... " >&6; }
12098 if ${ac_cv_have_resolv+:} false; then :
12099 $as_echo_n "(cached) " >&6
12100 else
12101 ac_save_LIBS="$LIBS"
12102 for lib in '' -lresolv
12104 LIBS="$lib $ac_save_LIBS"
12105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12106 /* end confdefs.h. */
12107 #ifdef HAVE_NETINET_IN_H
12108 #include <netinet/in.h>
12109 #endif
12110 #include <resolv.h>
12112 main ()
12114 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12116 return 0;
12118 _ACEOF
12119 if ac_fn_c_try_link "$LINENO"; then :
12120 ac_cv_have_resolv=${lib:-"none required"}
12121 else
12122 ac_cv_have_resolv="not found"
12124 rm -f core conftest.err conftest.$ac_objext \
12125 conftest$ac_exeext conftest.$ac_ext
12126 test "x$ac_cv_have_resolv" = "xnot found" || break
12127 done
12128 LIBS="$ac_save_LIBS"
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12131 $as_echo "$ac_cv_have_resolv" >&6; }
12133 case "$ac_cv_have_resolv" in
12134 "not found") ;;
12135 "none required")
12137 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12140 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12142 RESOLV_LIBS=$ac_cv_have_resolv
12144 esac
12147 if test "x$with_cms" != "xno"
12148 then
12149 if ${LCMS2_CFLAGS:+false} :; then :
12150 if ${PKG_CONFIG+:} false; then :
12151 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12155 if ${LCMS2_LIBS:+false} :; then :
12156 if ${PKG_CONFIG+:} false; then :
12157 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12161 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12162 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12163 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12164 ac_save_CPPFLAGS=$CPPFLAGS
12165 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12166 for ac_header in lcms2.h
12167 do :
12168 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12169 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12170 cat >>confdefs.h <<_ACEOF
12171 #define HAVE_LCMS2_H 1
12172 _ACEOF
12176 done
12178 if test "$ac_cv_header_lcms2_h" = "yes"
12179 then
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12181 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12182 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12183 $as_echo_n "(cached) " >&6
12184 else
12185 ac_check_lib_save_LIBS=$LIBS
12186 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12188 /* end confdefs.h. */
12190 /* Override any GCC internal prototype to avoid an error.
12191 Use char because int might match the return type of a GCC
12192 builtin and then its argument prototype would still apply. */
12193 #ifdef __cplusplus
12194 extern "C"
12195 #endif
12196 char cmsOpenProfileFromFile ();
12198 main ()
12200 return cmsOpenProfileFromFile ();
12202 return 0;
12204 _ACEOF
12205 if ac_fn_c_try_link "$LINENO"; then :
12206 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12207 else
12208 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12210 rm -f core conftest.err conftest.$ac_objext \
12211 conftest$ac_exeext conftest.$ac_ext
12212 LIBS=$ac_check_lib_save_LIBS
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12215 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12216 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12218 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12220 else
12221 LCMS2_LIBS=""
12224 else
12225 LCMS2_CFLAGS=""
12226 LCMS2_LIBS=""
12228 CPPFLAGS=$ac_save_CPPFLAGS
12229 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12230 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12233 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12234 case "x$with_cms" in
12235 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12236 xno) ;;
12237 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12238 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12239 esac
12242 if test "x$with_freetype" != "xno"
12243 then
12244 if ${FREETYPE_CFLAGS:+false} :; then :
12245 if ${PKG_CONFIG+:} false; then :
12246 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12249 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12250 if ${FREETYPE_LIBS:+false} :; then :
12251 if ${PKG_CONFIG+:} false; then :
12252 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12255 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12256 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12257 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12258 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12259 ac_save_CPPFLAGS=$CPPFLAGS
12260 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12261 for ac_header in ft2build.h
12262 do :
12263 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12264 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12265 cat >>confdefs.h <<_ACEOF
12266 #define HAVE_FT2BUILD_H 1
12267 _ACEOF
12271 done
12273 if test "$ac_cv_header_ft2build_h" = "yes"
12274 then
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12276 $as_echo_n "checking for -lfreetype... " >&6; }
12277 if ${ac_cv_lib_soname_freetype+:} false; then :
12278 $as_echo_n "(cached) " >&6
12279 else
12280 ac_check_soname_save_LIBS=$LIBS
12281 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12285 /* Override any GCC internal prototype to avoid an error.
12286 Use char because int might match the return type of a GCC
12287 builtin and then its argument prototype would still apply. */
12288 #ifdef __cplusplus
12289 extern "C"
12290 #endif
12291 char FT_Init_FreeType ();
12293 main ()
12295 return FT_Init_FreeType ();
12297 return 0;
12299 _ACEOF
12300 if ac_fn_c_try_link "$LINENO"; then :
12301 case "$LIBEXT" in
12302 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12303 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'` ;;
12304 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12305 if ${ac_cv_lib_soname_freetype:+false} :; then :
12306 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12307 fi ;;
12308 esac
12310 rm -f core conftest.err conftest.$ac_objext \
12311 conftest$ac_exeext conftest.$ac_ext
12312 LIBS=$ac_check_soname_save_LIBS
12314 if ${ac_cv_lib_soname_freetype:+false} :; then :
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12316 $as_echo "not found" >&6; }
12317 FREETYPE_LIBS=""
12318 else
12319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12320 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12322 cat >>confdefs.h <<_ACEOF
12323 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12324 _ACEOF
12327 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12329 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12330 #include FT_MODULE_H
12332 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12334 cat >>confdefs.h <<_ACEOF
12335 #define HAVE_FT_TRUETYPEENGINETYPE 1
12336 _ACEOF
12342 else
12343 FREETYPE_CFLAGS=""
12344 FREETYPE_LIBS=""
12346 CPPFLAGS=$ac_save_CPPFLAGS
12347 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12348 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12351 if test "x$ac_cv_lib_soname_freetype" = x; then :
12352 case "x$with_freetype" in
12353 xno) ;;
12354 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12355 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12356 esac
12358 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12361 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12362 if ${ac_cv_c_ppdev+:} false; then :
12363 $as_echo_n "(cached) " >&6
12364 else
12365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12366 /* end confdefs.h. */
12367 #ifdef HAVE_SYS_IOCTL_H
12368 # include <sys/ioctl.h>
12369 #endif
12370 #include <linux/ppdev.h>
12372 main ()
12374 ioctl (1,PPCLAIM,0)
12376 return 0;
12378 _ACEOF
12379 if ac_fn_c_try_compile "$LINENO"; then :
12380 ac_cv_c_ppdev="yes"
12381 else
12382 ac_cv_c_ppdev="no"
12384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12387 $as_echo "$ac_cv_c_ppdev" >&6; }
12388 if test "$ac_cv_c_ppdev" = "yes"
12389 then
12391 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12395 ac_wine_check_funcs_save_LIBS="$LIBS"
12396 LIBS="$LIBS $PTHREAD_LIBS"
12397 for ac_func in \
12398 pthread_attr_get_np \
12399 pthread_getattr_np \
12400 pthread_getthreadid_np \
12401 pthread_get_stackaddr_np \
12402 pthread_get_stacksize_np
12403 do :
12404 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12405 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12406 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12407 cat >>confdefs.h <<_ACEOF
12408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12409 _ACEOF
12412 done
12414 LIBS="$ac_wine_check_funcs_save_LIBS"
12416 if test "$ac_cv_header_zlib_h" = "yes"
12417 then
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12419 $as_echo_n "checking for inflate in -lz... " >&6; }
12420 if ${ac_cv_lib_z_inflate+:} false; then :
12421 $as_echo_n "(cached) " >&6
12422 else
12423 ac_check_lib_save_LIBS=$LIBS
12424 LIBS="-lz $LIBS"
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12431 #ifdef __cplusplus
12432 extern "C"
12433 #endif
12434 char inflate ();
12436 main ()
12438 return inflate ();
12440 return 0;
12442 _ACEOF
12443 if ac_fn_c_try_link "$LINENO"; then :
12444 ac_cv_lib_z_inflate=yes
12445 else
12446 ac_cv_lib_z_inflate=no
12448 rm -f core conftest.err conftest.$ac_objext \
12449 conftest$ac_exeext conftest.$ac_ext
12450 LIBS=$ac_check_lib_save_LIBS
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12453 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12454 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12456 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12458 Z_LIBS="-lz"
12463 if test "x$Z_LIBS" = "x"; then :
12464 case "x$with_zlib" in
12465 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12466 xno) ;;
12467 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12468 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12469 esac
12472 if test "x$enable_tools" != xno
12473 then
12474 if test "$ac_cv_header_gettext_po_h" = "yes"
12475 then
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12477 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12478 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12479 $as_echo_n "(cached) " >&6
12480 else
12481 ac_check_lib_save_LIBS=$LIBS
12482 LIBS="-lgettextpo $LIBS"
12483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12486 /* Override any GCC internal prototype to avoid an error.
12487 Use char because int might match the return type of a GCC
12488 builtin and then its argument prototype would still apply. */
12489 #ifdef __cplusplus
12490 extern "C"
12491 #endif
12492 char po_message_msgctxt ();
12494 main ()
12496 return po_message_msgctxt ();
12498 return 0;
12500 _ACEOF
12501 if ac_fn_c_try_link "$LINENO"; then :
12502 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12503 else
12504 ac_cv_lib_gettextpo_po_message_msgctxt=no
12506 rm -f core conftest.err conftest.$ac_objext \
12507 conftest$ac_exeext conftest.$ac_ext
12508 LIBS=$ac_check_lib_save_LIBS
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12511 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12512 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12514 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12516 GETTEXTPO_LIBS="-lgettextpo"
12521 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12522 case "x$with_gettextpo" in
12523 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12524 xno) ;;
12525 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12526 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12527 esac
12531 if test "x$with_gstreamer" != "xno"
12532 then
12533 if ${GSTREAMER_CFLAGS:+false} :; then :
12534 if ${PKG_CONFIG+:} false; then :
12535 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12539 if ${GSTREAMER_LIBS:+false} :; then :
12540 if ${PKG_CONFIG+:} false; then :
12541 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12546 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12547 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12548 ac_save_CPPFLAGS=$CPPFLAGS
12549 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12550 ac_gst_incl=""
12551 for i in $GSTREAMER_CFLAGS
12553 case "$i" in
12554 -I*) ac_gst_incl="$ac_gst_incl $i";;
12555 esac
12556 done
12557 GSTREAMER_CFLAGS=$ac_gst_incl
12558 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12559 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12560 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12561 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12562 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12564 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566 /* end confdefs.h. */
12567 #include <gst/app/gstappsink.h>
12569 main ()
12571 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12573 return 0;
12575 _ACEOF
12576 if ac_fn_c_try_compile "$LINENO"; then :
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12578 $as_echo "yes" >&6; }
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12580 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12581 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12582 $as_echo_n "(cached) " >&6
12583 else
12584 ac_check_lib_save_LIBS=$LIBS
12585 LIBS="-lgstreamer-0.10 $LIBS"
12586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12587 /* end confdefs.h. */
12589 /* Override any GCC internal prototype to avoid an error.
12590 Use char because int might match the return type of a GCC
12591 builtin and then its argument prototype would still apply. */
12592 #ifdef __cplusplus
12593 extern "C"
12594 #endif
12595 char gst_pad_get_caps_reffed ();
12597 main ()
12599 return gst_pad_get_caps_reffed ();
12601 return 0;
12603 _ACEOF
12604 if ac_fn_c_try_link "$LINENO"; then :
12605 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12606 else
12607 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12609 rm -f core conftest.err conftest.$ac_objext \
12610 conftest$ac_exeext conftest.$ac_ext
12611 LIBS=$ac_check_lib_save_LIBS
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12614 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12615 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12617 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12618 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12619 $as_echo_n "(cached) " >&6
12620 else
12621 ac_check_lib_save_LIBS=$LIBS
12622 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12629 #ifdef __cplusplus
12630 extern "C"
12631 #endif
12632 char gst_app_buffer_new ();
12634 main ()
12636 return gst_app_buffer_new ();
12638 return 0;
12640 _ACEOF
12641 if ac_fn_c_try_link "$LINENO"; then :
12642 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12643 else
12644 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12646 rm -f core conftest.err conftest.$ac_objext \
12647 conftest$ac_exeext conftest.$ac_ext
12648 LIBS=$ac_check_lib_save_LIBS
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12651 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12652 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12658 else
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12660 $as_echo "no" >&6; }
12662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12666 else
12667 GSTREAMER_CFLAGS=""
12671 CPPFLAGS=$ac_save_CPPFLAGS
12672 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12673 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12676 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12677 case "x$with_gstreamer" in
12678 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12679 xno) ;;
12680 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12681 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12682 esac
12684 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12686 ALSA_LIBS=""
12688 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12689 then
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12691 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12692 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12693 $as_echo_n "(cached) " >&6
12694 else
12695 ac_check_lib_save_LIBS=$LIBS
12696 LIBS="-lasound $LIBS"
12697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12698 /* end confdefs.h. */
12700 /* Override any GCC internal prototype to avoid an error.
12701 Use char because int might match the return type of a GCC
12702 builtin and then its argument prototype would still apply. */
12703 #ifdef __cplusplus
12704 extern "C"
12705 #endif
12706 char snd_pcm_hw_params_get_access_mask ();
12708 main ()
12710 return snd_pcm_hw_params_get_access_mask ();
12712 return 0;
12714 _ACEOF
12715 if ac_fn_c_try_link "$LINENO"; then :
12716 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12717 else
12718 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12720 rm -f core conftest.err conftest.$ac_objext \
12721 conftest$ac_exeext conftest.$ac_ext
12722 LIBS=$ac_check_lib_save_LIBS
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12725 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12726 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12728 /* end confdefs.h. */
12729 #ifdef HAVE_ALSA_ASOUNDLIB_H
12730 #include <alsa/asoundlib.h>
12731 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12732 #include <sys/asoundlib.h>
12733 #endif
12735 main ()
12737 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12739 return 0;
12741 _ACEOF
12742 if ac_fn_c_try_compile "$LINENO"; then :
12743 ALSA_LIBS="-lasound"
12745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12750 if test "x$with_oss" != xno
12751 then
12752 ac_save_CPPFLAGS="$CPPFLAGS"
12753 if test -f /etc/oss.conf
12754 then
12755 . /etc/oss.conf
12757 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12758 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12759 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12760 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12761 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12763 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12765 cat >>confdefs.h <<_ACEOF
12766 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12767 _ACEOF
12769 OSS4_CFLAGS="$ac_oss_incl"
12776 CPPFLAGS="$ac_save_CPPFLAGS"
12777 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12778 then
12779 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12783 if test "x$with_capi" != "xno"
12784 then
12785 if ${CAPI20_CFLAGS:+false} :; then :
12786 if ${PKG_CONFIG+:} false; then :
12787 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12791 if ${CAPI20_LIBS:+false} :; then :
12792 if ${PKG_CONFIG+:} false; then :
12793 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12798 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12799 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12800 ac_save_CPPFLAGS=$CPPFLAGS
12801 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12802 for ac_header in capi20.h linux/capi.h
12803 do :
12804 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12805 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12807 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12808 cat >>confdefs.h <<_ACEOF
12809 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12810 _ACEOF
12814 done
12816 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12817 then
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12819 $as_echo_n "checking for -lcapi20... " >&6; }
12820 if ${ac_cv_lib_soname_capi20+:} false; then :
12821 $as_echo_n "(cached) " >&6
12822 else
12823 ac_check_soname_save_LIBS=$LIBS
12824 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12826 /* end confdefs.h. */
12828 /* Override any GCC internal prototype to avoid an error.
12829 Use char because int might match the return type of a GCC
12830 builtin and then its argument prototype would still apply. */
12831 #ifdef __cplusplus
12832 extern "C"
12833 #endif
12834 char capi20_register ();
12836 main ()
12838 return capi20_register ();
12840 return 0;
12842 _ACEOF
12843 if ac_fn_c_try_link "$LINENO"; then :
12844 case "$LIBEXT" in
12845 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12846 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'` ;;
12847 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12848 if ${ac_cv_lib_soname_capi20:+false} :; then :
12849 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12850 fi ;;
12851 esac
12853 rm -f core conftest.err conftest.$ac_objext \
12854 conftest$ac_exeext conftest.$ac_ext
12855 LIBS=$ac_check_soname_save_LIBS
12857 if ${ac_cv_lib_soname_capi20:+false} :; then :
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12859 $as_echo "not found" >&6; }
12861 else
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12863 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12865 cat >>confdefs.h <<_ACEOF
12866 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12867 _ACEOF
12872 CPPFLAGS=$ac_save_CPPFLAGS
12873 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12874 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12877 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12878 case "x$with_capi" in
12879 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12880 xno) ;;
12881 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12882 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12883 esac
12886 CUPS_CFLAGS=""
12888 if test "x$with_cups" != "xno"
12889 then
12890 ac_save_CPPFLAGS="$CPPFLAGS"
12891 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12892 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12893 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12894 for ac_header in cups/cups.h
12895 do :
12896 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12897 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12898 cat >>confdefs.h <<_ACEOF
12899 #define HAVE_CUPS_CUPS_H 1
12900 _ACEOF
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12902 $as_echo_n "checking for -lcups... " >&6; }
12903 if ${ac_cv_lib_soname_cups+:} false; then :
12904 $as_echo_n "(cached) " >&6
12905 else
12906 ac_check_soname_save_LIBS=$LIBS
12907 LIBS="-lcups $ac_cups_libs $LIBS"
12908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12909 /* end confdefs.h. */
12911 /* Override any GCC internal prototype to avoid an error.
12912 Use char because int might match the return type of a GCC
12913 builtin and then its argument prototype would still apply. */
12914 #ifdef __cplusplus
12915 extern "C"
12916 #endif
12917 char cupsGetDefault ();
12919 main ()
12921 return cupsGetDefault ();
12923 return 0;
12925 _ACEOF
12926 if ac_fn_c_try_link "$LINENO"; then :
12927 case "$LIBEXT" in
12928 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12929 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'` ;;
12930 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12931 if ${ac_cv_lib_soname_cups:+false} :; then :
12932 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12933 fi ;;
12934 esac
12936 rm -f core conftest.err conftest.$ac_objext \
12937 conftest$ac_exeext conftest.$ac_ext
12938 LIBS=$ac_check_soname_save_LIBS
12940 if ${ac_cv_lib_soname_cups:+false} :; then :
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12942 $as_echo "not found" >&6; }
12944 else
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12946 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12948 cat >>confdefs.h <<_ACEOF
12949 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12950 _ACEOF
12952 CUPS_CFLAGS="$ac_cups_cflags"
12956 done
12958 CPPFLAGS="$ac_save_CPPFLAGS"
12960 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12961 case "x$with_cups" in
12962 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12963 xno) ;;
12964 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12965 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12966 esac
12969 if test "x$with_fontconfig" != "xno"
12970 then
12971 if ${FONTCONFIG_CFLAGS:+false} :; then :
12972 if ${PKG_CONFIG+:} false; then :
12973 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12976 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12977 if ${FONTCONFIG_LIBS:+false} :; then :
12978 if ${PKG_CONFIG+:} false; then :
12979 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12982 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12984 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12985 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12986 ac_save_CPPFLAGS=$CPPFLAGS
12987 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
12988 for ac_header in fontconfig/fontconfig.h
12989 do :
12990 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12991 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
12992 cat >>confdefs.h <<_ACEOF
12993 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12994 _ACEOF
12998 done
13000 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13001 then
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13003 $as_echo_n "checking for -lfontconfig... " >&6; }
13004 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13005 $as_echo_n "(cached) " >&6
13006 else
13007 ac_check_soname_save_LIBS=$LIBS
13008 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13010 /* end confdefs.h. */
13012 /* Override any GCC internal prototype to avoid an error.
13013 Use char because int might match the return type of a GCC
13014 builtin and then its argument prototype would still apply. */
13015 #ifdef __cplusplus
13016 extern "C"
13017 #endif
13018 char FcInit ();
13020 main ()
13022 return FcInit ();
13024 return 0;
13026 _ACEOF
13027 if ac_fn_c_try_link "$LINENO"; then :
13028 case "$LIBEXT" in
13029 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13030 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'` ;;
13031 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13032 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13033 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13034 fi ;;
13035 esac
13037 rm -f core conftest.err conftest.$ac_objext \
13038 conftest$ac_exeext conftest.$ac_ext
13039 LIBS=$ac_check_soname_save_LIBS
13041 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13043 $as_echo "not found" >&6; }
13044 FONTCONFIG_CFLAGS=""
13045 else
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13047 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13049 cat >>confdefs.h <<_ACEOF
13050 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13051 _ACEOF
13055 else
13056 FONTCONFIG_CFLAGS=""
13058 CPPFLAGS=$ac_save_CPPFLAGS
13059 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13060 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13063 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13064 case "x$with_fontconfig" in
13065 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13066 xno) ;;
13067 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13068 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13069 esac
13072 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13073 then
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13075 $as_echo_n "checking for -lgsm... " >&6; }
13076 if ${ac_cv_lib_soname_gsm+:} false; then :
13077 $as_echo_n "(cached) " >&6
13078 else
13079 ac_check_soname_save_LIBS=$LIBS
13080 LIBS="-lgsm $LIBS"
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13084 /* Override any GCC internal prototype to avoid an error.
13085 Use char because int might match the return type of a GCC
13086 builtin and then its argument prototype would still apply. */
13087 #ifdef __cplusplus
13088 extern "C"
13089 #endif
13090 char gsm_create ();
13092 main ()
13094 return gsm_create ();
13096 return 0;
13098 _ACEOF
13099 if ac_fn_c_try_link "$LINENO"; then :
13100 case "$LIBEXT" in
13101 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13102 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'` ;;
13103 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13104 if ${ac_cv_lib_soname_gsm:+false} :; then :
13105 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13106 fi ;;
13107 esac
13109 rm -f core conftest.err conftest.$ac_objext \
13110 conftest$ac_exeext conftest.$ac_ext
13111 LIBS=$ac_check_soname_save_LIBS
13113 if ${ac_cv_lib_soname_gsm:+false} :; then :
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13115 $as_echo "not found" >&6; }
13117 else
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13119 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13121 cat >>confdefs.h <<_ACEOF
13122 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13123 _ACEOF
13128 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13129 case "x$with_gsm" in
13130 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13131 xno) ;;
13132 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13133 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13134 esac
13137 if test "x$with_jpeg" != "xno"
13138 then
13139 if ${JPEG_CFLAGS:+false} :; then :
13140 if ${PKG_CONFIG+:} false; then :
13141 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13145 if ${JPEG_LIBS:+false} :; then :
13146 if ${PKG_CONFIG+:} false; then :
13147 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13152 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13153 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13154 ac_save_CPPFLAGS=$CPPFLAGS
13155 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13156 for ac_header in jpeglib.h
13157 do :
13158 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13159 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13160 cat >>confdefs.h <<_ACEOF
13161 #define HAVE_JPEGLIB_H 1
13162 _ACEOF
13166 done
13168 if test "$ac_cv_header_jpeglib_h" = "yes"
13169 then
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13171 $as_echo_n "checking for -ljpeg... " >&6; }
13172 if ${ac_cv_lib_soname_jpeg+:} false; then :
13173 $as_echo_n "(cached) " >&6
13174 else
13175 ac_check_soname_save_LIBS=$LIBS
13176 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13178 /* end confdefs.h. */
13180 /* Override any GCC internal prototype to avoid an error.
13181 Use char because int might match the return type of a GCC
13182 builtin and then its argument prototype would still apply. */
13183 #ifdef __cplusplus
13184 extern "C"
13185 #endif
13186 char jpeg_start_decompress ();
13188 main ()
13190 return jpeg_start_decompress ();
13192 return 0;
13194 _ACEOF
13195 if ac_fn_c_try_link "$LINENO"; then :
13196 case "$LIBEXT" in
13197 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13198 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'` ;;
13199 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13200 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13201 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13202 fi ;;
13203 esac
13205 rm -f core conftest.err conftest.$ac_objext \
13206 conftest$ac_exeext conftest.$ac_ext
13207 LIBS=$ac_check_soname_save_LIBS
13209 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13211 $as_echo "not found" >&6; }
13212 JPEG_CFLAGS=""
13213 else
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13215 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13217 cat >>confdefs.h <<_ACEOF
13218 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13219 _ACEOF
13223 else
13224 JPEG_CFLAGS=""
13226 CPPFLAGS=$ac_save_CPPFLAGS
13227 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13228 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13231 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13232 case "x$with_jpeg" in
13233 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13234 xno) ;;
13235 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13236 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13237 esac
13240 if test "x$with_png" != "xno"
13241 then
13242 if ${PNG_CFLAGS:+false} :; then :
13243 if ${PKG_CONFIG+:} false; then :
13244 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13247 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13248 if ${PNG_LIBS:+false} :; then :
13249 if ${PKG_CONFIG+:} false; then :
13250 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13253 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13255 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13256 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13257 ac_save_CPPFLAGS=$CPPFLAGS
13258 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13259 for ac_header in png.h
13260 do :
13261 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13262 if test "x$ac_cv_header_png_h" = xyes; then :
13263 cat >>confdefs.h <<_ACEOF
13264 #define HAVE_PNG_H 1
13265 _ACEOF
13269 done
13271 if test "$ac_cv_header_png_h" = "yes"
13272 then
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13274 $as_echo_n "checking for -lpng... " >&6; }
13275 if ${ac_cv_lib_soname_png+:} false; then :
13276 $as_echo_n "(cached) " >&6
13277 else
13278 ac_check_soname_save_LIBS=$LIBS
13279 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13281 /* end confdefs.h. */
13283 /* Override any GCC internal prototype to avoid an error.
13284 Use char because int might match the return type of a GCC
13285 builtin and then its argument prototype would still apply. */
13286 #ifdef __cplusplus
13287 extern "C"
13288 #endif
13289 char png_create_read_struct ();
13291 main ()
13293 return png_create_read_struct ();
13295 return 0;
13297 _ACEOF
13298 if ac_fn_c_try_link "$LINENO"; then :
13299 case "$LIBEXT" in
13300 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13301 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'` ;;
13302 *) 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'`
13303 if ${ac_cv_lib_soname_png:+false} :; then :
13304 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13305 fi ;;
13306 esac
13308 rm -f core conftest.err conftest.$ac_objext \
13309 conftest$ac_exeext conftest.$ac_ext
13310 LIBS=$ac_check_soname_save_LIBS
13312 if ${ac_cv_lib_soname_png:+false} :; then :
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13314 $as_echo "not found" >&6; }
13315 PNG_CFLAGS=""
13316 else
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13318 $as_echo "$ac_cv_lib_soname_png" >&6; }
13320 cat >>confdefs.h <<_ACEOF
13321 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13322 _ACEOF
13324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13326 #include <png.h>
13328 main ()
13330 typeof(png_set_expand_gray_1_2_4_to_8) *p
13332 return 0;
13334 _ACEOF
13335 if ac_fn_c_try_compile "$LINENO"; then :
13337 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13342 else
13343 PNG_CFLAGS=""
13345 CPPFLAGS=$ac_save_CPPFLAGS
13346 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13347 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13350 if test "x$ac_cv_lib_soname_png" = "x"; then :
13351 case "x$with_png" in
13352 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13353 xno) ;;
13354 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13355 This is an error since --with-png was requested." "$LINENO" 5 ;;
13356 esac
13359 if test "x$with_tiff" != "xno"
13360 then
13361 if ${TIFF_CFLAGS:+false} :; then :
13362 if ${PKG_CONFIG+:} false; then :
13363 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13367 if ${TIFF_LIBS:+false} :; then :
13368 if ${PKG_CONFIG+:} false; then :
13369 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13374 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13375 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13376 ac_save_CPPFLAGS=$CPPFLAGS
13377 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13378 for ac_header in tiffio.h
13379 do :
13380 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13381 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13382 cat >>confdefs.h <<_ACEOF
13383 #define HAVE_TIFFIO_H 1
13384 _ACEOF
13388 done
13390 if test "$ac_cv_header_tiffio_h" = "yes"
13391 then
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13393 $as_echo_n "checking for -ltiff... " >&6; }
13394 if ${ac_cv_lib_soname_tiff+:} false; then :
13395 $as_echo_n "(cached) " >&6
13396 else
13397 ac_check_soname_save_LIBS=$LIBS
13398 LIBS="-ltiff $TIFF_LIBS $LIBS"
13399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13400 /* end confdefs.h. */
13402 /* Override any GCC internal prototype to avoid an error.
13403 Use char because int might match the return type of a GCC
13404 builtin and then its argument prototype would still apply. */
13405 #ifdef __cplusplus
13406 extern "C"
13407 #endif
13408 char TIFFClientOpen ();
13410 main ()
13412 return TIFFClientOpen ();
13414 return 0;
13416 _ACEOF
13417 if ac_fn_c_try_link "$LINENO"; then :
13418 case "$LIBEXT" in
13419 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13420 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'` ;;
13421 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13422 if ${ac_cv_lib_soname_tiff:+false} :; then :
13423 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13424 fi ;;
13425 esac
13427 rm -f core conftest.err conftest.$ac_objext \
13428 conftest$ac_exeext conftest.$ac_ext
13429 LIBS=$ac_check_soname_save_LIBS
13431 if ${ac_cv_lib_soname_tiff:+false} :; then :
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13433 $as_echo "not found" >&6; }
13435 else
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13437 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13439 cat >>confdefs.h <<_ACEOF
13440 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13441 _ACEOF
13446 CPPFLAGS=$ac_save_CPPFLAGS
13447 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13448 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13451 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13452 case "x$with_tiff" in
13453 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13454 xno) ;;
13455 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13456 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13457 esac
13460 if test "x$with_mpg123" != "xno"
13461 then
13462 if ${MPG123_CFLAGS:+false} :; then :
13463 if ${PKG_CONFIG+:} false; then :
13464 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13468 if ${MPG123_LIBS:+false} :; then :
13469 if ${PKG_CONFIG+:} false; then :
13470 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13474 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13475 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13476 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13477 ac_save_CPPFLAGS=$CPPFLAGS
13478 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13479 for ac_header in mpg123.h
13480 do :
13481 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13482 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13483 cat >>confdefs.h <<_ACEOF
13484 #define HAVE_MPG123_H 1
13485 _ACEOF
13489 done
13491 if test "$ac_cv_header_mpg123_h" = "yes"
13492 then
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13494 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13495 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13496 $as_echo_n "(cached) " >&6
13497 else
13498 ac_check_lib_save_LIBS=$LIBS
13499 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13501 /* end confdefs.h. */
13503 /* Override any GCC internal prototype to avoid an error.
13504 Use char because int might match the return type of a GCC
13505 builtin and then its argument prototype would still apply. */
13506 #ifdef __cplusplus
13507 extern "C"
13508 #endif
13509 char mpg123_feed ();
13511 main ()
13513 return mpg123_feed ();
13515 return 0;
13517 _ACEOF
13518 if ac_fn_c_try_link "$LINENO"; then :
13519 ac_cv_lib_mpg123_mpg123_feed=yes
13520 else
13521 ac_cv_lib_mpg123_mpg123_feed=no
13523 rm -f core conftest.err conftest.$ac_objext \
13524 conftest$ac_exeext conftest.$ac_ext
13525 LIBS=$ac_check_lib_save_LIBS
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13528 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13529 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13531 else
13532 MPG123_LIBS=""
13535 else
13536 MPG123_CFLAGS=""
13537 MPG123_LIBS=""
13539 CPPFLAGS=$ac_save_CPPFLAGS
13540 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13541 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13544 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13545 case "x$with_mpg123" in
13546 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13547 xno) ;;
13548 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13549 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13550 esac
13552 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}
13554 if test "$ac_cv_header_AL_al_h" = "yes"
13555 then
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13557 $as_echo_n "checking for -lopenal... " >&6; }
13558 if ${ac_cv_lib_soname_openal+:} false; then :
13559 $as_echo_n "(cached) " >&6
13560 else
13561 ac_check_soname_save_LIBS=$LIBS
13562 LIBS="-lopenal $LIBS"
13563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13566 /* Override any GCC internal prototype to avoid an error.
13567 Use char because int might match the return type of a GCC
13568 builtin and then its argument prototype would still apply. */
13569 #ifdef __cplusplus
13570 extern "C"
13571 #endif
13572 char alGetSource3i ();
13574 main ()
13576 return alGetSource3i ();
13578 return 0;
13580 _ACEOF
13581 if ac_fn_c_try_link "$LINENO"; then :
13582 case "$LIBEXT" in
13583 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13584 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'` ;;
13585 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13586 if ${ac_cv_lib_soname_openal:+false} :; then :
13587 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13588 fi ;;
13589 esac
13591 rm -f core conftest.err conftest.$ac_objext \
13592 conftest$ac_exeext conftest.$ac_ext
13593 LIBS=$ac_check_soname_save_LIBS
13595 if ${ac_cv_lib_soname_openal:+false} :; then :
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13597 $as_echo "not found" >&6; }
13599 else
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13601 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13603 cat >>confdefs.h <<_ACEOF
13604 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13605 _ACEOF
13607 OPENAL_LIBS="-lopenal"
13609 ac_cv_lib_openal=yes
13611 cat >>confdefs.h <<_ACEOF
13612 #define HAVE_OPENAL 1
13613 _ACEOF
13617 if test "x$ac_cv_lib_openal" != xyes; then :
13618 case "x$with_openal" in
13619 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13620 xno) ;;
13621 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13622 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13623 esac
13625 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13627 if test "x$ac_cv_lib_openal" = xyes
13628 then
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13630 $as_echo_n "checking for openal-soft... " >&6; }
13631 if ${ac_cv_have_openalsoft+:} false; then :
13632 $as_echo_n "(cached) " >&6
13633 else
13634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13635 /* end confdefs.h. */
13636 #include <AL/alext.h>
13637 LPALCRENDERSAMPLESSOFT x;
13639 main ()
13643 return 0;
13645 _ACEOF
13646 if ac_fn_c_try_compile "$LINENO"; then :
13647 ac_cv_have_openalsoft=yes
13648 else
13649 ac_cv_have_openalsoft=no
13651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13654 $as_echo "$ac_cv_have_openalsoft" >&6; }
13656 if test "x$ac_cv_have_openalsoft" != xyes
13657 then
13658 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13659 enable_xaudio2_7=${enable_xaudio2_7:-no}
13662 if test "$ac_cv_header_kstat_h" = "yes"
13663 then
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13665 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13666 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13667 $as_echo_n "(cached) " >&6
13668 else
13669 ac_check_lib_save_LIBS=$LIBS
13670 LIBS="-lkstat $LIBS"
13671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13677 #ifdef __cplusplus
13678 extern "C"
13679 #endif
13680 char kstat_open ();
13682 main ()
13684 return kstat_open ();
13686 return 0;
13688 _ACEOF
13689 if ac_fn_c_try_link "$LINENO"; then :
13690 ac_cv_lib_kstat_kstat_open=yes
13691 else
13692 ac_cv_lib_kstat_kstat_open=no
13694 rm -f core conftest.err conftest.$ac_objext \
13695 conftest$ac_exeext conftest.$ac_ext
13696 LIBS=$ac_check_lib_save_LIBS
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13699 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13700 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13702 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13704 KSTAT_LIBS="-lkstat"
13710 if test "$ac_cv_header_libprocstat_h" = "yes"
13711 then
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13713 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13714 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13715 $as_echo_n "(cached) " >&6
13716 else
13717 ac_check_lib_save_LIBS=$LIBS
13718 LIBS="-lprocstat $LIBS"
13719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13720 /* end confdefs.h. */
13722 /* Override any GCC internal prototype to avoid an error.
13723 Use char because int might match the return type of a GCC
13724 builtin and then its argument prototype would still apply. */
13725 #ifdef __cplusplus
13726 extern "C"
13727 #endif
13728 char procstat_open_sysctl ();
13730 main ()
13732 return procstat_open_sysctl ();
13734 return 0;
13736 _ACEOF
13737 if ac_fn_c_try_link "$LINENO"; then :
13738 ac_cv_lib_procstat_procstat_open_sysctl=yes
13739 else
13740 ac_cv_lib_procstat_procstat_open_sysctl=no
13742 rm -f core conftest.err conftest.$ac_objext \
13743 conftest$ac_exeext conftest.$ac_ext
13744 LIBS=$ac_check_lib_save_LIBS
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13747 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13748 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13750 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13752 PROCSTAT_LIBS="-lprocstat"
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13759 $as_echo_n "checking for -lodbc... " >&6; }
13760 if ${ac_cv_lib_soname_odbc+:} false; then :
13761 $as_echo_n "(cached) " >&6
13762 else
13763 ac_check_soname_save_LIBS=$LIBS
13764 LIBS="-lodbc $LIBS"
13765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13766 /* end confdefs.h. */
13768 /* Override any GCC internal prototype to avoid an error.
13769 Use char because int might match the return type of a GCC
13770 builtin and then its argument prototype would still apply. */
13771 #ifdef __cplusplus
13772 extern "C"
13773 #endif
13774 char SQLConnect ();
13776 main ()
13778 return SQLConnect ();
13780 return 0;
13782 _ACEOF
13783 if ac_fn_c_try_link "$LINENO"; then :
13784 case "$LIBEXT" in
13785 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13786 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'` ;;
13787 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13788 if ${ac_cv_lib_soname_odbc:+false} :; then :
13789 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13790 fi ;;
13791 esac
13793 rm -f core conftest.err conftest.$ac_objext \
13794 conftest$ac_exeext conftest.$ac_ext
13795 LIBS=$ac_check_soname_save_LIBS
13797 if ${ac_cv_lib_soname_odbc:+false} :; then :
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13799 $as_echo "not found" >&6; }
13800 cat >>confdefs.h <<_ACEOF
13801 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13802 _ACEOF
13804 else
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13806 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13808 cat >>confdefs.h <<_ACEOF
13809 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13810 _ACEOF
13815 if test "x$with_netapi" != "xno"
13816 then
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13818 $as_echo_n "checking for -lnetapi... " >&6; }
13819 if ${ac_cv_lib_soname_netapi+:} false; then :
13820 $as_echo_n "(cached) " >&6
13821 else
13822 ac_check_soname_save_LIBS=$LIBS
13823 LIBS="-lnetapi $LIBS"
13824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13825 /* end confdefs.h. */
13827 /* Override any GCC internal prototype to avoid an error.
13828 Use char because int might match the return type of a GCC
13829 builtin and then its argument prototype would still apply. */
13830 #ifdef __cplusplus
13831 extern "C"
13832 #endif
13833 char libnetapi_init ();
13835 main ()
13837 return libnetapi_init ();
13839 return 0;
13841 _ACEOF
13842 if ac_fn_c_try_link "$LINENO"; then :
13843 case "$LIBEXT" in
13844 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13845 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'` ;;
13846 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13847 if ${ac_cv_lib_soname_netapi:+false} :; then :
13848 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13849 fi ;;
13850 esac
13852 rm -f core conftest.err conftest.$ac_objext \
13853 conftest$ac_exeext conftest.$ac_ext
13854 LIBS=$ac_check_soname_save_LIBS
13856 if ${ac_cv_lib_soname_netapi:+false} :; then :
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13858 $as_echo "not found" >&6; }
13859 cat >>confdefs.h <<_ACEOF
13860 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13861 _ACEOF
13863 else
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13865 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13867 cat >>confdefs.h <<_ACEOF
13868 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13869 _ACEOF
13875 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13876 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13877 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13878 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13880 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13881 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13882 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13883 then
13884 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13888 EXTRACFLAGS=""
13890 if test "x${GCC}" = "xyes"
13891 then
13892 EXTRACFLAGS="-Wall -pipe"
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13895 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13896 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13897 $as_echo_n "(cached) " >&6
13898 else
13899 if test "$cross_compiling" = yes; then :
13900 ac_cv_c_gcc_strength_bug="no"
13901 else
13902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13903 /* end confdefs.h. */
13904 int L[4] = {0,1,2,3};
13906 main ()
13908 static int Array[3];
13909 unsigned int B = 3;
13910 int i;
13911 for(i=0; i<B; i++) Array[i] = i - 3;
13912 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13913 L[i] = 4;
13914 return (Array[1] != -2 || L[2] != 3)
13916 return 0;
13918 _ACEOF
13919 if ac_fn_c_try_run "$LINENO"; then :
13920 ac_cv_c_gcc_strength_bug="no"
13921 else
13922 ac_cv_c_gcc_strength_bug="yes"
13924 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13925 conftest.$ac_objext conftest.beam conftest.$ac_ext
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13930 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13931 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13932 then
13933 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13937 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13938 if ${ac_cv_cflags__fno_builtin+:} false; then :
13939 $as_echo_n "(cached) " >&6
13940 else
13941 ac_wine_try_cflags_saved=$CFLAGS
13942 CFLAGS="$CFLAGS -fno-builtin"
13943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13944 /* end confdefs.h. */
13945 int main(int argc, char **argv) { return 0; }
13946 _ACEOF
13947 if ac_fn_c_try_link "$LINENO"; then :
13948 ac_cv_cflags__fno_builtin=yes
13949 else
13950 ac_cv_cflags__fno_builtin=no
13952 rm -f core conftest.err conftest.$ac_objext \
13953 conftest$ac_exeext conftest.$ac_ext
13954 CFLAGS=$ac_wine_try_cflags_saved
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13957 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13958 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13959 BUILTINFLAG="-fno-builtin"
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13963 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13964 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13965 $as_echo_n "(cached) " >&6
13966 else
13967 ac_wine_try_cflags_saved=$CFLAGS
13968 CFLAGS="$CFLAGS -fno-strict-aliasing"
13969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13970 /* end confdefs.h. */
13971 int main(int argc, char **argv) { return 0; }
13972 _ACEOF
13973 if ac_fn_c_try_link "$LINENO"; then :
13974 ac_cv_cflags__fno_strict_aliasing=yes
13975 else
13976 ac_cv_cflags__fno_strict_aliasing=no
13978 rm -f core conftest.err conftest.$ac_objext \
13979 conftest$ac_exeext conftest.$ac_ext
13980 CFLAGS=$ac_wine_try_cflags_saved
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13983 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13984 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13985 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13987 saved_CFLAGS=$CFLAGS
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13989 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13990 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_wine_try_cflags_saved=$CFLAGS
13994 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
13995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13997 int main(int argc, char **argv) { return 0; }
13998 _ACEOF
13999 if ac_fn_c_try_link "$LINENO"; then :
14000 ac_cv_cflags__Werror_unknown_warning_option=yes
14001 else
14002 ac_cv_cflags__Werror_unknown_warning_option=no
14004 rm -f core conftest.err conftest.$ac_objext \
14005 conftest$ac_exeext conftest.$ac_ext
14006 CFLAGS=$ac_wine_try_cflags_saved
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14009 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14010 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14011 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14014 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14015 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14016 $as_echo_n "(cached) " >&6
14017 else
14018 ac_wine_try_cflags_saved=$CFLAGS
14019 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14021 /* end confdefs.h. */
14022 int main(int argc, char **argv) { return 0; }
14023 _ACEOF
14024 if ac_fn_c_try_link "$LINENO"; then :
14025 ac_cv_cflags__Wdeclaration_after_statement=yes
14026 else
14027 ac_cv_cflags__Wdeclaration_after_statement=no
14029 rm -f core conftest.err conftest.$ac_objext \
14030 conftest$ac_exeext conftest.$ac_ext
14031 CFLAGS=$ac_wine_try_cflags_saved
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14034 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14035 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14036 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14039 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14040 if ${ac_cv_cflags__Wempty_body+:} false; then :
14041 $as_echo_n "(cached) " >&6
14042 else
14043 ac_wine_try_cflags_saved=$CFLAGS
14044 CFLAGS="$CFLAGS -Wempty-body"
14045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14046 /* end confdefs.h. */
14047 int main(int argc, char **argv) { return 0; }
14048 _ACEOF
14049 if ac_fn_c_try_link "$LINENO"; then :
14050 ac_cv_cflags__Wempty_body=yes
14051 else
14052 ac_cv_cflags__Wempty_body=no
14054 rm -f core conftest.err conftest.$ac_objext \
14055 conftest$ac_exeext conftest.$ac_ext
14056 CFLAGS=$ac_wine_try_cflags_saved
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14059 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14060 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14061 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14064 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14065 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14066 $as_echo_n "(cached) " >&6
14067 else
14068 ac_wine_try_cflags_saved=$CFLAGS
14069 CFLAGS="$CFLAGS -Wignored-qualifiers"
14070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14071 /* end confdefs.h. */
14072 int main(int argc, char **argv) { return 0; }
14073 _ACEOF
14074 if ac_fn_c_try_link "$LINENO"; then :
14075 ac_cv_cflags__Wignored_qualifiers=yes
14076 else
14077 ac_cv_cflags__Wignored_qualifiers=no
14079 rm -f core conftest.err conftest.$ac_objext \
14080 conftest$ac_exeext conftest.$ac_ext
14081 CFLAGS=$ac_wine_try_cflags_saved
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14084 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14085 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14086 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14089 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14090 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14091 $as_echo_n "(cached) " >&6
14092 else
14093 ac_wine_try_cflags_saved=$CFLAGS
14094 CFLAGS="$CFLAGS -Wstrict-prototypes"
14095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14096 /* end confdefs.h. */
14097 int main(int argc, char **argv) { return 0; }
14098 _ACEOF
14099 if ac_fn_c_try_link "$LINENO"; then :
14100 ac_cv_cflags__Wstrict_prototypes=yes
14101 else
14102 ac_cv_cflags__Wstrict_prototypes=no
14104 rm -f core conftest.err conftest.$ac_objext \
14105 conftest$ac_exeext conftest.$ac_ext
14106 CFLAGS=$ac_wine_try_cflags_saved
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14109 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14110 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14111 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14114 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14115 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14116 $as_echo_n "(cached) " >&6
14117 else
14118 ac_wine_try_cflags_saved=$CFLAGS
14119 CFLAGS="$CFLAGS -Wtype-limits"
14120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14121 /* end confdefs.h. */
14122 int main(int argc, char **argv) { return 0; }
14123 _ACEOF
14124 if ac_fn_c_try_link "$LINENO"; then :
14125 ac_cv_cflags__Wtype_limits=yes
14126 else
14127 ac_cv_cflags__Wtype_limits=no
14129 rm -f core conftest.err conftest.$ac_objext \
14130 conftest$ac_exeext conftest.$ac_ext
14131 CFLAGS=$ac_wine_try_cflags_saved
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14134 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14135 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14136 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14139 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14140 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14141 $as_echo_n "(cached) " >&6
14142 else
14143 ac_wine_try_cflags_saved=$CFLAGS
14144 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14146 /* end confdefs.h. */
14147 int main(int argc, char **argv) { return 0; }
14148 _ACEOF
14149 if ac_fn_c_try_link "$LINENO"; then :
14150 ac_cv_cflags__Wunused_but_set_parameter=yes
14151 else
14152 ac_cv_cflags__Wunused_but_set_parameter=no
14154 rm -f core conftest.err conftest.$ac_objext \
14155 conftest$ac_exeext conftest.$ac_ext
14156 CFLAGS=$ac_wine_try_cflags_saved
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14159 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14160 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14161 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14164 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14165 if ${ac_cv_cflags__Wvla+:} false; then :
14166 $as_echo_n "(cached) " >&6
14167 else
14168 ac_wine_try_cflags_saved=$CFLAGS
14169 CFLAGS="$CFLAGS -Wvla"
14170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14172 int main(int argc, char **argv) { return 0; }
14173 _ACEOF
14174 if ac_fn_c_try_link "$LINENO"; then :
14175 ac_cv_cflags__Wvla=yes
14176 else
14177 ac_cv_cflags__Wvla=no
14179 rm -f core conftest.err conftest.$ac_objext \
14180 conftest$ac_exeext conftest.$ac_ext
14181 CFLAGS=$ac_wine_try_cflags_saved
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14184 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14185 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14186 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14189 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14190 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14191 $as_echo_n "(cached) " >&6
14192 else
14193 ac_wine_try_cflags_saved=$CFLAGS
14194 CFLAGS="$CFLAGS -Wwrite-strings"
14195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14196 /* end confdefs.h. */
14197 int main(int argc, char **argv) { return 0; }
14198 _ACEOF
14199 if ac_fn_c_try_link "$LINENO"; then :
14200 ac_cv_cflags__Wwrite_strings=yes
14201 else
14202 ac_cv_cflags__Wwrite_strings=no
14204 rm -f core conftest.err conftest.$ac_objext \
14205 conftest$ac_exeext conftest.$ac_ext
14206 CFLAGS=$ac_wine_try_cflags_saved
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14209 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14210 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14211 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14215 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14216 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14217 $as_echo_n "(cached) " >&6
14218 else
14219 ac_wine_try_cflags_saved=$CFLAGS
14220 CFLAGS="$CFLAGS -Wpointer-arith"
14221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14222 /* end confdefs.h. */
14223 int main(int argc, char **argv) { return 0; }
14224 _ACEOF
14225 if ac_fn_c_try_link "$LINENO"; then :
14226 ac_cv_cflags__Wpointer_arith=yes
14227 else
14228 ac_cv_cflags__Wpointer_arith=no
14230 rm -f core conftest.err conftest.$ac_objext \
14231 conftest$ac_exeext conftest.$ac_ext
14232 CFLAGS=$ac_wine_try_cflags_saved
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14235 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14236 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14237 saved_string_h_CFLAGS=$CFLAGS
14238 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14240 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14241 if ${ac_cv_c_string_h_warnings+:} false; then :
14242 $as_echo_n "(cached) " >&6
14243 else
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 #include <string.h>
14248 main ()
14252 return 0;
14254 _ACEOF
14255 if ac_fn_c_try_compile "$LINENO"; then :
14256 ac_cv_c_string_h_warnings=no
14257 else
14258 ac_cv_c_string_h_warnings=yes
14260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14263 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14264 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14265 CFLAGS=$saved_string_h_CFLAGS
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14269 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14270 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14271 $as_echo_n "(cached) " >&6
14272 else
14273 ac_wine_try_cflags_saved=$CFLAGS
14274 CFLAGS="$CFLAGS -Wlogical-op"
14275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14277 int main(int argc, char **argv) { return 0; }
14278 _ACEOF
14279 if ac_fn_c_try_link "$LINENO"; then :
14280 ac_cv_cflags__Wlogical_op=yes
14281 else
14282 ac_cv_cflags__Wlogical_op=no
14284 rm -f core conftest.err conftest.$ac_objext \
14285 conftest$ac_exeext conftest.$ac_ext
14286 CFLAGS=$ac_wine_try_cflags_saved
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14289 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14290 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14291 saved_string_h_CFLAGS=$CFLAGS
14292 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14294 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14295 if ${ac_cv_c_logicalop_noisy+:} false; then :
14296 $as_echo_n "(cached) " >&6
14297 else
14298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14299 /* end confdefs.h. */
14300 #include <string.h>
14301 char*f(const char *h,char n) {return strchr(h,n);}
14303 main ()
14307 return 0;
14309 _ACEOF
14310 if ac_fn_c_try_compile "$LINENO"; then :
14311 ac_cv_c_logicalop_noisy=no
14312 else
14313 ac_cv_c_logicalop_noisy=yes
14315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14318 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14319 CFLAGS=$saved_string_h_CFLAGS
14320 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14323 CFLAGS=$saved_CFLAGS
14325 for ac_flag in $CFLAGS; do
14326 case $ac_flag in
14327 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14328 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14329 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14330 $as_echo_n "(cached) " >&6
14331 else
14332 ac_wine_try_cflags_saved=$CFLAGS
14333 CFLAGS="$CFLAGS -gdwarf-2"
14334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14335 /* end confdefs.h. */
14336 int main(int argc, char **argv) { return 0; }
14337 _ACEOF
14338 if ac_fn_c_try_link "$LINENO"; then :
14339 ac_cv_cflags__gdwarf_2=yes
14340 else
14341 ac_cv_cflags__gdwarf_2=no
14343 rm -f core conftest.err conftest.$ac_objext \
14344 conftest$ac_exeext conftest.$ac_ext
14345 CFLAGS=$ac_wine_try_cflags_saved
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14348 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14349 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14350 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14353 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14354 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14355 $as_echo_n "(cached) " >&6
14356 else
14357 ac_wine_try_cflags_saved=$CFLAGS
14358 CFLAGS="$CFLAGS -gstrict-dwarf"
14359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14360 /* end confdefs.h. */
14361 int main(int argc, char **argv) { return 0; }
14362 _ACEOF
14363 if ac_fn_c_try_link "$LINENO"; then :
14364 ac_cv_cflags__gstrict_dwarf=yes
14365 else
14366 ac_cv_cflags__gstrict_dwarf=no
14368 rm -f core conftest.err conftest.$ac_objext \
14369 conftest$ac_exeext conftest.$ac_ext
14370 CFLAGS=$ac_wine_try_cflags_saved
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14373 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14374 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14375 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14376 fi ;;
14377 esac
14378 done
14380 case $host_cpu in
14381 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14382 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14383 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14384 $as_echo_n "(cached) " >&6
14385 else
14386 ac_wine_try_cflags_saved=$CFLAGS
14387 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14389 /* end confdefs.h. */
14390 int main(int argc, char **argv) { return 0; }
14391 _ACEOF
14392 if ac_fn_c_try_link "$LINENO"; then :
14393 ac_cv_cflags__fno_omit_frame_pointer=yes
14394 else
14395 ac_cv_cflags__fno_omit_frame_pointer=no
14397 rm -f core conftest.err conftest.$ac_objext \
14398 conftest$ac_exeext conftest.$ac_ext
14399 CFLAGS=$ac_wine_try_cflags_saved
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14402 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14403 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14404 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14405 fi ;;
14406 esac
14408 case $host in
14409 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14410 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14411 if ${ac_cv_cflags__Wno_format+:} false; then :
14412 $as_echo_n "(cached) " >&6
14413 else
14414 ac_wine_try_cflags_saved=$CFLAGS
14415 CFLAGS="$CFLAGS -Wno-format"
14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h. */
14418 int main(int argc, char **argv) { return 0; }
14419 _ACEOF
14420 if ac_fn_c_try_link "$LINENO"; then :
14421 ac_cv_cflags__Wno_format=yes
14422 else
14423 ac_cv_cflags__Wno_format=no
14425 rm -f core conftest.err conftest.$ac_objext \
14426 conftest$ac_exeext conftest.$ac_ext
14427 CFLAGS=$ac_wine_try_cflags_saved
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14430 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14431 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14432 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14433 fi ;;
14434 esac
14436 if test "x$enable_maintainer_mode" = "xyes"
14437 then
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14439 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14440 if ${ac_cv_cflags__Werror+:} false; then :
14441 $as_echo_n "(cached) " >&6
14442 else
14443 ac_wine_try_cflags_saved=$CFLAGS
14444 CFLAGS="$CFLAGS -Werror"
14445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14446 /* end confdefs.h. */
14447 int main(int argc, char **argv) { return 0; }
14448 _ACEOF
14449 if ac_fn_c_try_link "$LINENO"; then :
14450 ac_cv_cflags__Werror=yes
14451 else
14452 ac_cv_cflags__Werror=no
14454 rm -f core conftest.err conftest.$ac_objext \
14455 conftest$ac_exeext conftest.$ac_ext
14456 CFLAGS=$ac_wine_try_cflags_saved
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14459 $as_echo "$ac_cv_cflags__Werror" >&6; }
14460 if test "x$ac_cv_cflags__Werror" = xyes; then :
14461 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14465 saved_CFLAGS="$CFLAGS"
14466 CFLAGS="$CFLAGS -Werror"
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14468 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14469 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14470 $as_echo_n "(cached) " >&6
14471 else
14472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14473 /* end confdefs.h. */
14474 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14476 main ()
14480 return 0;
14482 _ACEOF
14483 if ac_fn_c_try_compile "$LINENO"; then :
14484 ac_cv_have_ms_hook_prologue="yes"
14485 else
14486 ac_cv_have_ms_hook_prologue="no"
14488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14491 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14492 CFLAGS="$saved_CFLAGS"
14493 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14494 then
14496 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14498 else
14499 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14506 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14507 if ${ac_cv_c_fortify_enabled+:} false; then :
14508 $as_echo_n "(cached) " >&6
14509 else
14510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14511 /* end confdefs.h. */
14512 #include <string.h>
14514 main ()
14516 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14517 #error Fortify enabled
14518 #endif
14520 return 0;
14522 _ACEOF
14523 if ac_fn_c_try_compile "$LINENO"; then :
14524 ac_cv_c_fortify_enabled=no
14525 else
14526 ac_cv_c_fortify_enabled=yes
14528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14531 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14532 if test "$ac_cv_c_fortify_enabled" = yes
14533 then
14534 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14539 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14540 if ${ac_cv_c_extern_prefix+:} false; then :
14541 $as_echo_n "(cached) " >&6
14542 else
14543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14544 /* end confdefs.h. */
14545 extern int ac_test;
14547 main ()
14549 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14551 return 0;
14553 _ACEOF
14554 if ac_fn_c_try_link "$LINENO"; then :
14555 ac_cv_c_extern_prefix="yes"
14556 else
14557 ac_cv_c_extern_prefix="no"
14559 rm -f core conftest.err conftest.$ac_objext \
14560 conftest$ac_exeext conftest.$ac_ext
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14563 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14565 case $host_cpu in
14566 *i[3456789]86*)
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14568 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14569 if ${ac_cv_c_stdcall_suffix+:} false; then :
14570 $as_echo_n "(cached) " >&6
14571 else
14572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14574 #ifndef _MSC_VER
14575 #define __stdcall __attribute__((__stdcall__))
14576 #endif
14577 int __stdcall ac_test(int i) { return i; }
14579 main ()
14581 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14583 return 0;
14585 _ACEOF
14586 if ac_fn_c_try_link "$LINENO"; then :
14587 ac_cv_c_stdcall_suffix="yes"
14588 else
14589 ac_cv_c_stdcall_suffix="no"
14591 rm -f core conftest.err conftest.$ac_objext \
14592 conftest$ac_exeext conftest.$ac_ext
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14595 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14596 *) ac_cv_c_stdcall_suffix="no" ;;
14597 esac
14600 if test "$ac_cv_c_extern_prefix" = "yes"
14601 then
14602 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14604 asm_name_prefix="_"
14605 else
14606 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14608 asm_name_prefix=""
14612 if test "$ac_cv_c_stdcall_suffix" = "yes"
14613 then
14614 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14616 else
14617 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14623 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14624 if ${ac_cv_asm_func_def+:} false; then :
14625 $as_echo_n "(cached) " >&6
14626 else
14627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14631 main ()
14633 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14635 return 0;
14637 _ACEOF
14638 if ac_fn_c_try_link "$LINENO"; then :
14639 ac_cv_asm_func_def=".def"
14640 else
14641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14642 /* end confdefs.h. */
14645 main ()
14647 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14649 return 0;
14651 _ACEOF
14652 if ac_fn_c_try_link "$LINENO"; then :
14653 ac_cv_asm_func_def=".type @function"
14654 else
14655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14656 /* end confdefs.h. */
14659 main ()
14661 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14663 return 0;
14665 _ACEOF
14666 if ac_fn_c_try_link "$LINENO"; then :
14667 ac_cv_asm_func_def=".type 2"
14668 else
14669 ac_cv_asm_func_def="unknown"
14671 rm -f core conftest.err conftest.$ac_objext \
14672 conftest$ac_exeext conftest.$ac_ext
14674 rm -f core conftest.err conftest.$ac_objext \
14675 conftest$ac_exeext conftest.$ac_ext
14677 rm -f core conftest.err conftest.$ac_objext \
14678 conftest$ac_exeext conftest.$ac_ext
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14681 $as_echo "$ac_cv_asm_func_def" >&6; }
14684 case "$ac_cv_asm_func_def" in
14685 ".def")
14686 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14688 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14689 ".type @function")
14690 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14692 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14693 ".type 2")
14694 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14696 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14698 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14700 asm_func_header="" ;;
14701 esac
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14704 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14705 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14706 $as_echo_n "(cached) " >&6
14707 else
14708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14709 /* end confdefs.h. */
14710 asm(".text\n\t.long 0");
14712 main ()
14716 return 0;
14718 _ACEOF
14719 if ac_fn_c_try_compile "$LINENO"; then :
14720 ac_cv_c_asm_outside_funcs="yes"
14721 else
14722 ac_cv_c_asm_outside_funcs="no"
14724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14727 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14730 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14731 if ${ac_cv_c_dot_previous+:} false; then :
14732 $as_echo_n "(cached) " >&6
14733 else
14734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14735 /* end confdefs.h. */
14738 main ()
14740 asm(".text\nac_test:\t.long 0\n\t.previous");
14742 return 0;
14744 _ACEOF
14745 if ac_fn_c_try_link "$LINENO"; then :
14746 ac_cv_c_dot_previous="yes"
14747 else
14748 ac_cv_c_dot_previous="no"
14750 rm -f core conftest.err conftest.$ac_objext \
14751 conftest$ac_exeext conftest.$ac_ext
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14754 $as_echo "$ac_cv_c_dot_previous" >&6; }
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14757 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14758 if ${ac_cv_c_cfi_support+:} false; then :
14759 $as_echo_n "(cached) " >&6
14760 else
14761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14762 /* end confdefs.h. */
14763 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14765 main ()
14769 return 0;
14771 _ACEOF
14772 if ac_fn_c_try_compile "$LINENO"; then :
14773 ac_cv_c_cfi_support="yes"
14774 else
14775 ac_cv_c_cfi_support="no"
14777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14780 $as_echo "$ac_cv_c_cfi_support" >&6; }
14782 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14783 asm_func_trailer=""
14784 if test "$ac_cv_c_dot_previous" = "yes"
14785 then
14786 asm_func_trailer="\\n\\t.previous"
14788 if test "$ac_cv_c_cfi_support" = "yes"
14789 then
14790 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14791 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14793 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14795 UNWINDFLAGS=-fasynchronous-unwind-tables
14797 else
14798 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14800 if test "x$enable_win64" = "xyes"
14801 then
14802 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14806 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14809 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14810 then
14811 cat >>confdefs.h <<_ACEOF
14812 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14813 _ACEOF
14815 else
14816 cat >>confdefs.h <<_ACEOF
14817 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14818 _ACEOF
14822 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14825 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14829 case $build_os in
14830 cygwin*|mingw32*) TOOLSEXT=".exe"
14832 esac
14834 case $host_os in
14835 linux*)
14836 case $host_cpu in
14837 *i[3456789]86*|x86_64*)
14838 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14839 loader_programs="$loader_programs $wine_binary-preloader"
14840 as_fn_append LOADER_RULES "
14841 $wine_binary-preloader: preloader.o
14842 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14844 install install-lib:: $wine_binary-preloader
14845 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14847 uninstall::
14848 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14850 preloader_EXTRADEFS = $BUILTINFLAG
14851 " ;;
14852 esac
14854 esac
14855 as_fn_append LOADER_RULES "
14856 PROGRAMS = $loader_programs
14860 ac_save_CFLAGS="$CFLAGS"
14861 CFLAGS="$CFLAGS $BUILTINFLAG"
14862 for ac_func in \
14863 __res_get_state \
14864 __res_getservers \
14865 _finite \
14866 _isnan \
14867 _pclose \
14868 _popen \
14869 _snprintf \
14870 _spawnvp \
14871 _strdup \
14872 _stricmp \
14873 _strnicmp \
14874 _strtoi64 \
14875 _strtoui64 \
14876 _vsnprintf \
14877 asctime_r \
14878 chsize \
14879 dlopen \
14880 epoll_create \
14881 ffs \
14882 finitef \
14883 fnmatch \
14884 fork \
14885 fpclass \
14886 fstatfs \
14887 fstatvfs \
14888 ftruncate \
14889 futimens \
14890 futimes \
14891 futimesat \
14892 getattrlist \
14893 getdirentries \
14894 getopt_long_only \
14895 getpwuid \
14896 gettimeofday \
14897 getuid \
14898 if_nameindex \
14899 isnanf \
14900 kqueue \
14901 lstat \
14902 memmove \
14903 mmap \
14904 pclose \
14905 pipe2 \
14906 poll \
14907 popen \
14908 port_create \
14909 prctl \
14910 pread \
14911 proc_pidinfo \
14912 pwrite \
14913 readdir \
14914 readlink \
14915 sched_yield \
14916 select \
14917 setproctitle \
14918 setrlimit \
14919 settimeofday \
14920 sigaltstack \
14921 sigprocmask \
14922 snprintf \
14923 statfs \
14924 statvfs \
14925 strcasecmp \
14926 strdup \
14927 strerror \
14928 strncasecmp \
14929 strtold \
14930 strtoll \
14931 strtoull \
14932 symlink \
14933 tcdrain \
14934 thr_kill2 \
14935 timegm \
14936 usleep \
14937 vsnprintf
14939 do :
14940 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14941 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14942 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14943 cat >>confdefs.h <<_ACEOF
14944 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14945 _ACEOF
14948 done
14950 CFLAGS="$ac_save_CFLAGS"
14952 if test "$ac_cv_func_dlopen" = no
14953 then
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14955 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14956 if ${ac_cv_lib_dl_dlopen+:} false; then :
14957 $as_echo_n "(cached) " >&6
14958 else
14959 ac_check_lib_save_LIBS=$LIBS
14960 LIBS="-ldl $LIBS"
14961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14964 /* Override any GCC internal prototype to avoid an error.
14965 Use char because int might match the return type of a GCC
14966 builtin and then its argument prototype would still apply. */
14967 #ifdef __cplusplus
14968 extern "C"
14969 #endif
14970 char dlopen ();
14972 main ()
14974 return dlopen ();
14976 return 0;
14978 _ACEOF
14979 if ac_fn_c_try_link "$LINENO"; then :
14980 ac_cv_lib_dl_dlopen=yes
14981 else
14982 ac_cv_lib_dl_dlopen=no
14984 rm -f core conftest.err conftest.$ac_objext \
14985 conftest$ac_exeext conftest.$ac_ext
14986 LIBS=$ac_check_lib_save_LIBS
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14989 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14990 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14991 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14992 DL_LIBS="-ldl"
14997 ac_wine_check_funcs_save_LIBS="$LIBS"
14998 LIBS="$LIBS $DL_LIBS"
14999 for ac_func in dladdr
15000 do :
15001 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15002 if test "x$ac_cv_func_dladdr" = xyes; then :
15003 cat >>confdefs.h <<_ACEOF
15004 #define HAVE_DLADDR 1
15005 _ACEOF
15008 done
15010 LIBS="$ac_wine_check_funcs_save_LIBS"
15012 if test "$ac_cv_func_poll" = no
15013 then
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15015 $as_echo_n "checking for poll in -lpoll... " >&6; }
15016 if ${ac_cv_lib_poll_poll+:} false; then :
15017 $as_echo_n "(cached) " >&6
15018 else
15019 ac_check_lib_save_LIBS=$LIBS
15020 LIBS="-lpoll $LIBS"
15021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15022 /* end confdefs.h. */
15024 /* Override any GCC internal prototype to avoid an error.
15025 Use char because int might match the return type of a GCC
15026 builtin and then its argument prototype would still apply. */
15027 #ifdef __cplusplus
15028 extern "C"
15029 #endif
15030 char poll ();
15032 main ()
15034 return poll ();
15036 return 0;
15038 _ACEOF
15039 if ac_fn_c_try_link "$LINENO"; then :
15040 ac_cv_lib_poll_poll=yes
15041 else
15042 ac_cv_lib_poll_poll=no
15044 rm -f core conftest.err conftest.$ac_objext \
15045 conftest$ac_exeext conftest.$ac_ext
15046 LIBS=$ac_check_lib_save_LIBS
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15049 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15050 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15051 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15052 POLL_LIBS="-lpoll"
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15059 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15060 if ${ac_cv_search_gethostbyname+:} false; then :
15061 $as_echo_n "(cached) " >&6
15062 else
15063 ac_func_search_save_LIBS=$LIBS
15064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15065 /* end confdefs.h. */
15067 /* Override any GCC internal prototype to avoid an error.
15068 Use char because int might match the return type of a GCC
15069 builtin and then its argument prototype would still apply. */
15070 #ifdef __cplusplus
15071 extern "C"
15072 #endif
15073 char gethostbyname ();
15075 main ()
15077 return gethostbyname ();
15079 return 0;
15081 _ACEOF
15082 for ac_lib in '' nsl; do
15083 if test -z "$ac_lib"; then
15084 ac_res="none required"
15085 else
15086 ac_res=-l$ac_lib
15087 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15089 if ac_fn_c_try_link "$LINENO"; then :
15090 ac_cv_search_gethostbyname=$ac_res
15092 rm -f core conftest.err conftest.$ac_objext \
15093 conftest$ac_exeext
15094 if ${ac_cv_search_gethostbyname+:} false; then :
15095 break
15097 done
15098 if ${ac_cv_search_gethostbyname+:} false; then :
15100 else
15101 ac_cv_search_gethostbyname=no
15103 rm conftest.$ac_ext
15104 LIBS=$ac_func_search_save_LIBS
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15107 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15108 ac_res=$ac_cv_search_gethostbyname
15109 if test "$ac_res" != no; then :
15110 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15116 $as_echo_n "checking for library containing connect... " >&6; }
15117 if ${ac_cv_search_connect+:} false; then :
15118 $as_echo_n "(cached) " >&6
15119 else
15120 ac_func_search_save_LIBS=$LIBS
15121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15122 /* end confdefs.h. */
15124 /* Override any GCC internal prototype to avoid an error.
15125 Use char because int might match the return type of a GCC
15126 builtin and then its argument prototype would still apply. */
15127 #ifdef __cplusplus
15128 extern "C"
15129 #endif
15130 char connect ();
15132 main ()
15134 return connect ();
15136 return 0;
15138 _ACEOF
15139 for ac_lib in '' socket; do
15140 if test -z "$ac_lib"; then
15141 ac_res="none required"
15142 else
15143 ac_res=-l$ac_lib
15144 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15146 if ac_fn_c_try_link "$LINENO"; then :
15147 ac_cv_search_connect=$ac_res
15149 rm -f core conftest.err conftest.$ac_objext \
15150 conftest$ac_exeext
15151 if ${ac_cv_search_connect+:} false; then :
15152 break
15154 done
15155 if ${ac_cv_search_connect+:} false; then :
15157 else
15158 ac_cv_search_connect=no
15160 rm conftest.$ac_ext
15161 LIBS=$ac_func_search_save_LIBS
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15164 $as_echo "$ac_cv_search_connect" >&6; }
15165 ac_res=$ac_cv_search_connect
15166 if test "$ac_res" != no; then :
15167 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15173 $as_echo_n "checking for library containing inet_aton... " >&6; }
15174 if ${ac_cv_search_inet_aton+:} false; then :
15175 $as_echo_n "(cached) " >&6
15176 else
15177 ac_func_search_save_LIBS=$LIBS
15178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15179 /* end confdefs.h. */
15181 /* Override any GCC internal prototype to avoid an error.
15182 Use char because int might match the return type of a GCC
15183 builtin and then its argument prototype would still apply. */
15184 #ifdef __cplusplus
15185 extern "C"
15186 #endif
15187 char inet_aton ();
15189 main ()
15191 return inet_aton ();
15193 return 0;
15195 _ACEOF
15196 for ac_lib in '' resolv; do
15197 if test -z "$ac_lib"; then
15198 ac_res="none required"
15199 else
15200 ac_res=-l$ac_lib
15201 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15203 if ac_fn_c_try_link "$LINENO"; then :
15204 ac_cv_search_inet_aton=$ac_res
15206 rm -f core conftest.err conftest.$ac_objext \
15207 conftest$ac_exeext
15208 if ${ac_cv_search_inet_aton+:} false; then :
15209 break
15211 done
15212 if ${ac_cv_search_inet_aton+:} false; then :
15214 else
15215 ac_cv_search_inet_aton=no
15217 rm conftest.$ac_ext
15218 LIBS=$ac_func_search_save_LIBS
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15221 $as_echo "$ac_cv_search_inet_aton" >&6; }
15222 ac_res=$ac_cv_search_inet_aton
15223 if test "$ac_res" != no; then :
15224 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15229 for ac_func in \
15230 getaddrinfo \
15231 getnameinfo \
15232 getnetbyname \
15233 getprotobyname \
15234 getprotobynumber \
15235 getservbyport \
15236 inet_addr \
15237 inet_network \
15238 inet_ntop \
15239 inet_pton \
15240 sendmsg \
15241 socketpair \
15243 do :
15244 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15245 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15246 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15247 cat >>confdefs.h <<_ACEOF
15248 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15249 _ACEOF
15252 done
15255 ac_save_LIBS=$LIBS
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15257 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15258 if ${ac_cv_search_clock_gettime+:} false; then :
15259 $as_echo_n "(cached) " >&6
15260 else
15261 ac_func_search_save_LIBS=$LIBS
15262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15263 /* end confdefs.h. */
15265 /* Override any GCC internal prototype to avoid an error.
15266 Use char because int might match the return type of a GCC
15267 builtin and then its argument prototype would still apply. */
15268 #ifdef __cplusplus
15269 extern "C"
15270 #endif
15271 char clock_gettime ();
15273 main ()
15275 return clock_gettime ();
15277 return 0;
15279 _ACEOF
15280 for ac_lib in '' rt; do
15281 if test -z "$ac_lib"; then
15282 ac_res="none required"
15283 else
15284 ac_res=-l$ac_lib
15285 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15287 if ac_fn_c_try_link "$LINENO"; then :
15288 ac_cv_search_clock_gettime=$ac_res
15290 rm -f core conftest.err conftest.$ac_objext \
15291 conftest$ac_exeext
15292 if ${ac_cv_search_clock_gettime+:} false; then :
15293 break
15295 done
15296 if ${ac_cv_search_clock_gettime+:} false; then :
15298 else
15299 ac_cv_search_clock_gettime=no
15301 rm conftest.$ac_ext
15302 LIBS=$ac_func_search_save_LIBS
15304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15305 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15306 ac_res=$ac_cv_search_clock_gettime
15307 if test "$ac_res" != no; then :
15308 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15310 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15312 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15316 LIBS=$ac_save_LIBS
15318 LDAP_LIBS=""
15320 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15321 then
15322 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15324 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15326 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15327 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15328 $as_echo_n "(cached) " >&6
15329 else
15330 ac_check_lib_save_LIBS=$LIBS
15331 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15333 /* end confdefs.h. */
15335 /* Override any GCC internal prototype to avoid an error.
15336 Use char because int might match the return type of a GCC
15337 builtin and then its argument prototype would still apply. */
15338 #ifdef __cplusplus
15339 extern "C"
15340 #endif
15341 char ldap_initialize ();
15343 main ()
15345 return ldap_initialize ();
15347 return 0;
15349 _ACEOF
15350 if ac_fn_c_try_link "$LINENO"; then :
15351 ac_cv_lib_ldap_r_ldap_initialize=yes
15352 else
15353 ac_cv_lib_ldap_r_ldap_initialize=no
15355 rm -f core conftest.err conftest.$ac_objext \
15356 conftest$ac_exeext conftest.$ac_ext
15357 LIBS=$ac_check_lib_save_LIBS
15359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15360 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15361 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15363 $as_echo_n "checking for ber_init in -llber... " >&6; }
15364 if ${ac_cv_lib_lber_ber_init+:} false; then :
15365 $as_echo_n "(cached) " >&6
15366 else
15367 ac_check_lib_save_LIBS=$LIBS
15368 LIBS="-llber $PTHREAD_LIBS $LIBS"
15369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15370 /* end confdefs.h. */
15372 /* Override any GCC internal prototype to avoid an error.
15373 Use char because int might match the return type of a GCC
15374 builtin and then its argument prototype would still apply. */
15375 #ifdef __cplusplus
15376 extern "C"
15377 #endif
15378 char ber_init ();
15380 main ()
15382 return ber_init ();
15384 return 0;
15386 _ACEOF
15387 if ac_fn_c_try_link "$LINENO"; then :
15388 ac_cv_lib_lber_ber_init=yes
15389 else
15390 ac_cv_lib_lber_ber_init=no
15392 rm -f core conftest.err conftest.$ac_objext \
15393 conftest$ac_exeext conftest.$ac_ext
15394 LIBS=$ac_check_lib_save_LIBS
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15397 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15398 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15400 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15402 LDAP_LIBS="-lldap_r -llber"
15409 ac_wine_check_funcs_save_LIBS="$LIBS"
15410 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15411 for ac_func in \
15412 ldap_count_references \
15413 ldap_first_reference \
15414 ldap_next_reference \
15415 ldap_parse_reference \
15416 ldap_parse_sort_control \
15417 ldap_parse_sortresponse_control \
15418 ldap_parse_vlv_control \
15419 ldap_parse_vlvresponse_control
15420 do :
15421 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15422 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15423 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15424 cat >>confdefs.h <<_ACEOF
15425 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15426 _ACEOF
15429 done
15431 LIBS="$ac_wine_check_funcs_save_LIBS"
15433 if test "x$LDAP_LIBS" = "x"; then :
15434 case "x$with_ldap" in
15435 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15436 xno) ;;
15437 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15438 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15439 esac
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15443 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15444 if ${wine_cv_one_arg_mkdir+:} false; then :
15445 $as_echo_n "(cached) " >&6
15446 else
15447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15448 /* end confdefs.h. */
15449 #include <sys/stat.h>
15451 main ()
15453 mkdir("foo");
15455 return 0;
15457 _ACEOF
15458 if ac_fn_c_try_compile "$LINENO"; then :
15459 wine_cv_one_arg_mkdir=yes
15460 else
15461 wine_cv_one_arg_mkdir=no
15463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15466 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15467 if test "$wine_cv_one_arg_mkdir" = "yes"
15468 then
15470 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15475 $as_echo_n "checking for sched_setaffinity... " >&6; }
15476 if ${wine_cv_have_sched_setaffinity+:} false; then :
15477 $as_echo_n "(cached) " >&6
15478 else
15479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15480 /* end confdefs.h. */
15481 #define _GNU_SOURCE
15482 #include <sched.h>
15484 main ()
15486 sched_setaffinity(0, 0, 0);
15488 return 0;
15490 _ACEOF
15491 if ac_fn_c_try_link "$LINENO"; then :
15492 wine_cv_have_sched_setaffinity=yes
15493 else
15494 wine_cv_have_sched_setaffinity=no
15496 rm -f core conftest.err conftest.$ac_objext \
15497 conftest$ac_exeext conftest.$ac_ext
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15500 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15501 if test "$wine_cv_have_sched_setaffinity" = "yes"
15502 then
15504 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15509 $as_echo_n "checking for fallocate... " >&6; }
15510 if ${wine_cv_have_fallocate+:} false; then :
15511 $as_echo_n "(cached) " >&6
15512 else
15513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15514 /* end confdefs.h. */
15515 #define _GNU_SOURCE
15516 #include <fcntl.h>
15518 main ()
15520 fallocate(-1, 0, 0, 0);
15522 return 0;
15524 _ACEOF
15525 if ac_fn_c_try_link "$LINENO"; then :
15526 wine_cv_have_fallocate=yes
15527 else
15528 wine_cv_have_fallocate=no
15530 rm -f core conftest.err conftest.$ac_objext \
15531 conftest$ac_exeext conftest.$ac_ext
15533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15534 $as_echo "$wine_cv_have_fallocate" >&6; }
15535 if test "$wine_cv_have_fallocate" = "yes"
15536 then
15538 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15544 $as_echo_n "checking for inline... " >&6; }
15545 if ${ac_cv_c_inline+:} false; then :
15546 $as_echo_n "(cached) " >&6
15547 else
15548 ac_cv_c_inline=no
15549 for ac_kw in inline __inline__ __inline; do
15550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15552 #ifndef __cplusplus
15553 typedef int foo_t;
15554 static $ac_kw foo_t static_foo () {return 0; }
15555 $ac_kw foo_t foo () {return 0; }
15556 #endif
15558 _ACEOF
15559 if ac_fn_c_try_compile "$LINENO"; then :
15560 ac_cv_c_inline=$ac_kw
15562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15563 test "$ac_cv_c_inline" != no && break
15564 done
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15568 $as_echo "$ac_cv_c_inline" >&6; }
15570 case $ac_cv_c_inline in
15571 inline | yes) ;;
15573 case $ac_cv_c_inline in
15574 no) ac_val=;;
15575 *) ac_val=$ac_cv_c_inline;;
15576 esac
15577 cat >>confdefs.h <<_ACEOF
15578 #ifndef __cplusplus
15579 #define inline $ac_val
15580 #endif
15581 _ACEOF
15583 esac
15585 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15586 if test "x$ac_cv_type_mode_t" = xyes; then :
15588 cat >>confdefs.h <<_ACEOF
15589 #define HAVE_MODE_T 1
15590 _ACEOF
15594 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15595 if test "x$ac_cv_type_off_t" = xyes; then :
15597 cat >>confdefs.h <<_ACEOF
15598 #define HAVE_OFF_T 1
15599 _ACEOF
15603 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15604 if test "x$ac_cv_type_pid_t" = xyes; then :
15606 cat >>confdefs.h <<_ACEOF
15607 #define HAVE_PID_T 1
15608 _ACEOF
15612 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15613 if test "x$ac_cv_type_size_t" = xyes; then :
15615 cat >>confdefs.h <<_ACEOF
15616 #define HAVE_SIZE_T 1
15617 _ACEOF
15621 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15622 if test "x$ac_cv_type_ssize_t" = xyes; then :
15624 cat >>confdefs.h <<_ACEOF
15625 #define HAVE_SSIZE_T 1
15626 _ACEOF
15630 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15631 if test "x$ac_cv_type_long_long" = xyes; then :
15633 cat >>confdefs.h <<_ACEOF
15634 #define HAVE_LONG_LONG 1
15635 _ACEOF
15639 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15640 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15642 cat >>confdefs.h <<_ACEOF
15643 #define HAVE_FSBLKCNT_T 1
15644 _ACEOF
15648 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15649 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15651 cat >>confdefs.h <<_ACEOF
15652 #define HAVE_FSFILCNT_T 1
15653 _ACEOF
15658 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15659 #include <signal.h>
15661 if test "x$ac_cv_type_sigset_t" = xyes; then :
15663 cat >>confdefs.h <<_ACEOF
15664 #define HAVE_SIGSET_T 1
15665 _ACEOF
15670 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15672 if test "x$ac_cv_type_request_sense" = xyes; then :
15674 cat >>confdefs.h <<_ACEOF
15675 #define HAVE_REQUEST_SENSE 1
15676 _ACEOF
15682 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15683 #ifdef HAVE_SYS_SOCKET_H
15684 #include <sys/socket.h>
15685 #endif
15686 #ifdef HAVE_SYS_SOCKETVAR_H
15687 #include <sys/socketvar.h>
15688 #endif
15689 #ifdef HAVE_NET_ROUTE_H
15690 #include <net/route.h>
15691 #endif
15692 #ifdef HAVE_NETINET_IN_H
15693 #include <netinet/in.h>
15694 #endif
15695 #ifdef HAVE_NETINET_IN_SYSTM_H
15696 #include <netinet/in_systm.h>
15697 #endif
15698 #ifdef HAVE_NETINET_IP_H
15699 #include <netinet/ip.h>
15700 #endif
15701 #ifdef HAVE_NETINET_IN_PCB_H
15702 #include <netinet/in_pcb.h>
15703 #endif
15705 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15707 cat >>confdefs.h <<_ACEOF
15708 #define HAVE_STRUCT_XINPGEN 1
15709 _ACEOF
15715 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15716 #include <link.h>
15717 #endif
15718 #ifdef HAVE_SYS_LINK_H
15719 #include <sys/link.h>
15720 #endif
15722 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15724 cat >>confdefs.h <<_ACEOF
15725 #define HAVE_STRUCT_R_DEBUG 1
15726 _ACEOF
15730 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15731 #include <link.h>
15732 #endif
15733 #ifdef HAVE_SYS_LINK_H
15734 #include <sys/link.h>
15735 #endif
15737 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15739 cat >>confdefs.h <<_ACEOF
15740 #define HAVE_STRUCT_LINK_MAP 1
15741 _ACEOF
15747 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15748 #include <linux/input.h>
15749 #endif
15751 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15753 cat >>confdefs.h <<_ACEOF
15754 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15755 _ACEOF
15761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15762 $as_echo_n "checking for sigaddset... " >&6; }
15763 if ${wine_cv_have_sigaddset+:} false; then :
15764 $as_echo_n "(cached) " >&6
15765 else
15766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15767 /* end confdefs.h. */
15768 #include <signal.h>
15770 main ()
15772 sigset_t set; sigaddset(&set,SIGTERM);
15774 return 0;
15776 _ACEOF
15777 if ac_fn_c_try_link "$LINENO"; then :
15778 wine_cv_have_sigaddset=yes
15779 else
15780 wine_cv_have_sigaddset=no
15782 rm -f core conftest.err conftest.$ac_objext \
15783 conftest$ac_exeext conftest.$ac_ext
15785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15786 $as_echo "$wine_cv_have_sigaddset" >&6; }
15787 if test "$wine_cv_have_sigaddset" = "yes"
15788 then
15790 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15796 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15797 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15798 $as_echo_n "(cached) " >&6
15799 else
15800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15801 /* end confdefs.h. */
15802 #include <netdb.h>
15804 main ()
15807 char *name=0;
15808 struct hostent he;
15809 struct hostent *result;
15810 char *buf=0;
15811 int bufsize=0;
15812 int errnr;
15813 char *addr=0;
15814 int addrlen=0;
15815 int addrtype=0;
15816 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15817 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15820 return 0;
15822 _ACEOF
15823 if ac_fn_c_try_link "$LINENO"; then :
15824 wine_cv_linux_gethostbyname_r_6=yes
15825 else
15826 wine_cv_linux_gethostbyname_r_6=no
15829 rm -f core conftest.err conftest.$ac_objext \
15830 conftest$ac_exeext conftest.$ac_ext
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15834 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15835 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15836 then
15838 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15842 if test "$ac_cv_header_linux_joystick_h" = "yes"
15843 then
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15845 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15846 if ${wine_cv_linux_joystick_22_api+:} false; then :
15847 $as_echo_n "(cached) " >&6
15848 else
15849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15850 /* end confdefs.h. */
15852 #include <sys/ioctl.h>
15853 #include <sys/types.h>
15854 #include <linux/joystick.h>
15856 struct js_event blub;
15857 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15858 #error "no 2.2 header"
15859 #endif
15862 main ()
15864 /*empty*/
15866 return 0;
15868 _ACEOF
15869 if ac_fn_c_try_compile "$LINENO"; then :
15870 wine_cv_linux_joystick_22_api=yes
15871 else
15872 wine_cv_linux_joystick_22_api=no
15874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15878 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15879 if test "$wine_cv_linux_joystick_22_api" = "yes"
15880 then
15882 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15888 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15889 #ifdef HAVE_SYS_PARAM_H
15890 # include <sys/param.h>
15891 #endif
15892 #ifdef HAVE_SYS_MOUNT_H
15893 # include <sys/mount.h>
15894 #endif
15895 #ifdef HAVE_SYS_VFS_H
15896 # include <sys/vfs.h>
15897 #endif
15898 #ifdef HAVE_SYS_STATFS_H
15899 # include <sys/statfs.h>
15900 #endif
15902 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15904 cat >>confdefs.h <<_ACEOF
15905 #define HAVE_STRUCT_STATFS_F_BFREE 1
15906 _ACEOF
15910 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15911 #ifdef HAVE_SYS_PARAM_H
15912 # include <sys/param.h>
15913 #endif
15914 #ifdef HAVE_SYS_MOUNT_H
15915 # include <sys/mount.h>
15916 #endif
15917 #ifdef HAVE_SYS_VFS_H
15918 # include <sys/vfs.h>
15919 #endif
15920 #ifdef HAVE_SYS_STATFS_H
15921 # include <sys/statfs.h>
15922 #endif
15924 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15926 cat >>confdefs.h <<_ACEOF
15927 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15928 _ACEOF
15932 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15933 #ifdef HAVE_SYS_PARAM_H
15934 # include <sys/param.h>
15935 #endif
15936 #ifdef HAVE_SYS_MOUNT_H
15937 # include <sys/mount.h>
15938 #endif
15939 #ifdef HAVE_SYS_VFS_H
15940 # include <sys/vfs.h>
15941 #endif
15942 #ifdef HAVE_SYS_STATFS_H
15943 # include <sys/statfs.h>
15944 #endif
15946 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15948 cat >>confdefs.h <<_ACEOF
15949 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15950 _ACEOF
15954 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15955 #ifdef HAVE_SYS_PARAM_H
15956 # include <sys/param.h>
15957 #endif
15958 #ifdef HAVE_SYS_MOUNT_H
15959 # include <sys/mount.h>
15960 #endif
15961 #ifdef HAVE_SYS_VFS_H
15962 # include <sys/vfs.h>
15963 #endif
15964 #ifdef HAVE_SYS_STATFS_H
15965 # include <sys/statfs.h>
15966 #endif
15968 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
15970 cat >>confdefs.h <<_ACEOF
15971 #define HAVE_STRUCT_STATFS_F_FFREE 1
15972 _ACEOF
15976 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15977 #ifdef HAVE_SYS_PARAM_H
15978 # include <sys/param.h>
15979 #endif
15980 #ifdef HAVE_SYS_MOUNT_H
15981 # include <sys/mount.h>
15982 #endif
15983 #ifdef HAVE_SYS_VFS_H
15984 # include <sys/vfs.h>
15985 #endif
15986 #ifdef HAVE_SYS_STATFS_H
15987 # include <sys/statfs.h>
15988 #endif
15990 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
15992 cat >>confdefs.h <<_ACEOF
15993 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15994 _ACEOF
15998 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15999 #ifdef HAVE_SYS_PARAM_H
16000 # include <sys/param.h>
16001 #endif
16002 #ifdef HAVE_SYS_MOUNT_H
16003 # include <sys/mount.h>
16004 #endif
16005 #ifdef HAVE_SYS_VFS_H
16006 # include <sys/vfs.h>
16007 #endif
16008 #ifdef HAVE_SYS_STATFS_H
16009 # include <sys/statfs.h>
16010 #endif
16012 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16014 cat >>confdefs.h <<_ACEOF
16015 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16016 _ACEOF
16022 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16023 #include <sys/statvfs.h>
16024 #endif
16026 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16028 cat >>confdefs.h <<_ACEOF
16029 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16030 _ACEOF
16036 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16037 #include <dirent.h>
16038 #endif
16040 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16042 cat >>confdefs.h <<_ACEOF
16043 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16044 _ACEOF
16050 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16051 #ifdef HAVE_SYS_SOCKET_H
16052 # include <sys/socket.h>
16053 #endif
16054 #ifdef HAVE_SYS_UN_H
16055 # include <sys/un.h>
16056 #endif
16058 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16060 cat >>confdefs.h <<_ACEOF
16061 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16062 _ACEOF
16066 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16067 #ifdef HAVE_SYS_SOCKET_H
16068 # include <sys/socket.h>
16069 #endif
16070 #ifdef HAVE_SYS_UN_H
16071 # include <sys/un.h>
16072 #endif
16074 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16076 cat >>confdefs.h <<_ACEOF
16077 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16078 _ACEOF
16082 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16083 #ifdef HAVE_SYS_SOCKET_H
16084 # include <sys/socket.h>
16085 #endif
16086 #ifdef HAVE_SYS_UN_H
16087 # include <sys/un.h>
16088 #endif
16090 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16092 cat >>confdefs.h <<_ACEOF
16093 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16094 _ACEOF
16100 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16101 #ifdef HAVE_SCSI_SG_H
16102 #include <scsi/sg.h>
16103 #endif
16105 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16107 cat >>confdefs.h <<_ACEOF
16108 #define HAVE_SCSIREQ_T_CMD 1
16109 _ACEOF
16113 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>
16114 #ifdef HAVE_SCSI_SG_H
16115 #include <scsi/sg.h>
16116 #endif
16118 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16120 cat >>confdefs.h <<_ACEOF
16121 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16122 _ACEOF
16128 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16130 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16132 cat >>confdefs.h <<_ACEOF
16133 #define HAVE_SIGINFO_T_SI_FD 1
16134 _ACEOF
16140 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16141 #ifdef HAVE_SYS_MTIO_H
16142 #include <sys/mtio.h>
16143 #endif
16145 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16147 cat >>confdefs.h <<_ACEOF
16148 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16149 _ACEOF
16153 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16154 #ifdef HAVE_SYS_MTIO_H
16155 #include <sys/mtio.h>
16156 #endif
16158 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16160 cat >>confdefs.h <<_ACEOF
16161 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16162 _ACEOF
16166 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16167 #ifdef HAVE_SYS_MTIO_H
16168 #include <sys/mtio.h>
16169 #endif
16171 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16173 cat >>confdefs.h <<_ACEOF
16174 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16175 _ACEOF
16181 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16182 #include <getopt.h>
16183 #endif
16185 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16187 cat >>confdefs.h <<_ACEOF
16188 #define HAVE_STRUCT_OPTION_NAME 1
16189 _ACEOF
16195 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16196 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16198 cat >>confdefs.h <<_ACEOF
16199 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16200 _ACEOF
16204 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16205 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16207 cat >>confdefs.h <<_ACEOF
16208 #define HAVE_STRUCT_STAT_ST_MTIM 1
16209 _ACEOF
16213 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16214 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16216 cat >>confdefs.h <<_ACEOF
16217 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16218 _ACEOF
16222 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16223 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16225 cat >>confdefs.h <<_ACEOF
16226 #define HAVE_STRUCT_STAT_ST_CTIM 1
16227 _ACEOF
16231 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16232 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16234 cat >>confdefs.h <<_ACEOF
16235 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16236 _ACEOF
16240 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16241 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16243 cat >>confdefs.h <<_ACEOF
16244 #define HAVE_STRUCT_STAT_ST_ATIM 1
16245 _ACEOF
16249 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16250 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16252 cat >>confdefs.h <<_ACEOF
16253 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16254 _ACEOF
16258 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16259 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16261 cat >>confdefs.h <<_ACEOF
16262 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16263 _ACEOF
16267 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16268 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16270 cat >>confdefs.h <<_ACEOF
16271 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16272 _ACEOF
16276 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16277 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16279 cat >>confdefs.h <<_ACEOF
16280 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16281 _ACEOF
16285 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16286 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16288 cat >>confdefs.h <<_ACEOF
16289 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16290 _ACEOF
16294 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16295 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16297 cat >>confdefs.h <<_ACEOF
16298 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16299 _ACEOF
16305 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
16306 #include <sys/types.h>
16307 #endif
16308 #ifdef HAVE_NETINET_IN_H
16309 #include <netinet/in.h>
16310 #endif
16312 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16314 cat >>confdefs.h <<_ACEOF
16315 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16316 _ACEOF
16322 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16323 #include <resolv.h>
16324 #endif
16326 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16328 cat >>confdefs.h <<_ACEOF
16329 #define HAVE_STRUCT___RES_STATE 1
16330 _ACEOF
16336 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
16337 #include <resolv.h>
16338 #endif
16340 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16342 cat >>confdefs.h <<_ACEOF
16343 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16344 _ACEOF
16350 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16351 #include <sys/types.h>
16352 #endif
16353 #ifdef HAVE_NETINET_IN_H
16354 # include <netinet/in.h>
16355 #endif
16356 #ifdef HAVE_ARPA_NAMESER_H
16357 # include <arpa/nameser.h>
16358 #endif
16360 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16362 cat >>confdefs.h <<_ACEOF
16363 #define HAVE_NS_MSG__MSG_PTR 1
16364 _ACEOF
16370 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16371 #include <sys/types.h>
16372 #endif
16373 #ifdef HAVE_NETINET_IP_H
16374 #include <netinet/ip.h>
16375 #endif
16376 #ifdef HAVE_NETINET_IP_ICMP_H
16377 #include <netinet/ip_icmp.h>
16378 #endif
16379 #ifdef HAVE_NETINET_ICMP_VAR_H
16380 #include <netinet/icmp_var.h>
16381 #endif
16383 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16385 cat >>confdefs.h <<_ACEOF
16386 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16387 _ACEOF
16393 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16394 #include <sys/types.h>
16395 #endif
16396 #ifdef HAVE_ALIAS_H
16397 #include <alias.h>
16398 #endif
16399 #ifdef HAVE_SYS_SOCKET_H
16400 #include <sys/socket.h>
16401 #endif
16402 #ifdef HAVE_SYS_SOCKETVAR_H
16403 #include <sys/socketvar.h>
16404 #endif
16405 #ifdef HAVE_SYS_TIMEOUT_H
16406 #include <sys/timeout.h>
16407 #endif
16408 #ifdef HAVE_NETINET_IN_H
16409 #include <netinet/in.h>
16410 #endif
16411 #ifdef HAVE_NETINET_IN_SYSTM_H
16412 #include <netinet/in_systm.h>
16413 #endif
16414 #ifdef HAVE_NETINET_IP_H
16415 #include <netinet/ip.h>
16416 #endif
16417 #ifdef HAVE_NETINET_IP_VAR_H
16418 #include <netinet/ip_var.h>
16419 #endif
16420 #ifdef HAVE_NETINET_IP_ICMP_H
16421 #include <netinet/ip_icmp.h>
16422 #endif
16423 #ifdef HAVE_NETINET_ICMP_VAR_H
16424 #include <netinet/icmp_var.h>
16425 #endif
16427 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16429 cat >>confdefs.h <<_ACEOF
16430 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16431 _ACEOF
16437 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16438 #include <sys/types.h>
16439 #endif
16440 #ifdef HAVE_SYS_SOCKETVAR_H
16441 #include <sys/socketvar.h>
16442 #endif
16443 #ifdef HAVE_NETINET_IN_H
16444 #include <netinet/in.h>
16445 #endif
16446 #ifdef HAVE_NETINET_IP_VAR_H
16447 #include <netinet/ip_var.h>
16448 #endif
16450 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16452 cat >>confdefs.h <<_ACEOF
16453 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16454 _ACEOF
16460 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
16461 #include <netinet/ip_var.h>
16462 #endif
16464 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16466 cat >>confdefs.h <<_ACEOF
16467 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16468 _ACEOF
16474 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16475 #include <sys/types.h>
16476 #endif
16477 #ifdef HAVE_SYS_SOCKETVAR_H
16478 #include <sys/socketvar.h>
16479 #endif
16480 #ifdef HAVE_NETINET_IN_H
16481 #include <netinet/in.h>
16482 #endif
16483 #ifdef HAVE_NETINET_TCP_H
16484 #include <netinet/tcp.h>
16485 #endif
16486 #ifdef HAVE_NETINET_TCP_VAR_H
16487 #include <netinet/tcp_var.h>
16488 #endif
16490 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16492 cat >>confdefs.h <<_ACEOF
16493 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16494 _ACEOF
16500 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
16501 #include <netinet/tcp_var.h>
16502 #endif
16504 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16506 cat >>confdefs.h <<_ACEOF
16507 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16508 _ACEOF
16514 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16515 #include <sys/types.h>
16516 #endif
16517 #ifdef HAVE_NETINET_IN_H
16518 #include <netinet/in.h>
16519 #endif
16520 #ifdef HAVE_NETINET_IP_VAR_H
16521 #include <netinet/ip_var.h>
16522 #endif
16523 #ifdef HAVE_NETINET_UDP_H
16524 #include <netinet/udp.h>
16525 #endif
16526 #ifdef HAVE_NETINET_UDP_VAR_H
16527 #include <netinet/udp_var.h>
16528 #endif
16530 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16532 cat >>confdefs.h <<_ACEOF
16533 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16534 _ACEOF
16540 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16541 #include <sys/types.h>
16542 #endif
16543 #ifdef HAVE_NET_IF_H
16544 # include <net/if.h>
16545 #endif
16547 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16549 cat >>confdefs.h <<_ACEOF
16550 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16551 _ACEOF
16557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16558 $as_echo_n "checking for timezone variable... " >&6; }
16559 if ${ac_cv_have_timezone+:} false; then :
16560 $as_echo_n "(cached) " >&6
16561 else
16562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16563 /* end confdefs.h. */
16564 #include <time.h>
16566 main ()
16568 timezone = 1
16570 return 0;
16572 _ACEOF
16573 if ac_fn_c_try_link "$LINENO"; then :
16574 ac_cv_have_timezone="yes"
16575 else
16576 ac_cv_have_timezone="no"
16578 rm -f core conftest.err conftest.$ac_objext \
16579 conftest$ac_exeext conftest.$ac_ext
16581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16582 $as_echo "$ac_cv_have_timezone" >&6; }
16583 if test "$ac_cv_have_timezone" = "yes"
16584 then
16586 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16590 $as_echo_n "checking for daylight variable... " >&6; }
16591 if ${ac_cv_have_daylight+:} false; then :
16592 $as_echo_n "(cached) " >&6
16593 else
16594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16595 /* end confdefs.h. */
16596 #include <time.h>
16598 main ()
16600 daylight = 1
16602 return 0;
16604 _ACEOF
16605 if ac_fn_c_try_link "$LINENO"; then :
16606 ac_cv_have_daylight="yes"
16607 else
16608 ac_cv_have_daylight="no"
16610 rm -f core conftest.err conftest.$ac_objext \
16611 conftest$ac_exeext conftest.$ac_ext
16613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16614 $as_echo "$ac_cv_have_daylight" >&6; }
16615 if test "$ac_cv_have_daylight" = "yes"
16616 then
16618 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16622 ac_save_LIBS="$LIBS"
16623 LIBS="$LIBS -lm"
16624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16625 $as_echo_n "checking for isfinite... " >&6; }
16626 if ${ac_cv_have_isfinite+:} false; then :
16627 $as_echo_n "(cached) " >&6
16628 else
16629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16630 /* end confdefs.h. */
16631 #define _GNU_SOURCE
16632 #include <math.h>
16634 main ()
16636 float f = 0.0; return isfinite(f)
16638 return 0;
16640 _ACEOF
16641 if ac_fn_c_try_link "$LINENO"; then :
16642 ac_cv_have_isfinite="yes"
16643 else
16644 ac_cv_have_isfinite="no"
16646 rm -f core conftest.err conftest.$ac_objext \
16647 conftest$ac_exeext conftest.$ac_ext
16649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16650 $as_echo "$ac_cv_have_isfinite" >&6; }
16651 if test "$ac_cv_have_isfinite" = "yes"
16652 then
16654 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16659 $as_echo_n "checking for isinf... " >&6; }
16660 if ${ac_cv_have_isinf+:} false; then :
16661 $as_echo_n "(cached) " >&6
16662 else
16663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16664 /* end confdefs.h. */
16665 #include <math.h>
16667 main ()
16669 float f = 0.0; return isinf(f)
16671 return 0;
16673 _ACEOF
16674 if ac_fn_c_try_link "$LINENO"; then :
16675 ac_cv_have_isinf="yes"
16676 else
16677 ac_cv_have_isinf="no"
16679 rm -f core conftest.err conftest.$ac_objext \
16680 conftest$ac_exeext conftest.$ac_ext
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16683 $as_echo "$ac_cv_have_isinf" >&6; }
16684 if test "$ac_cv_have_isinf" = "yes"
16685 then
16687 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16692 $as_echo_n "checking for isnan... " >&6; }
16693 if ${ac_cv_have_isnan+:} false; then :
16694 $as_echo_n "(cached) " >&6
16695 else
16696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16697 /* end confdefs.h. */
16698 #include <math.h>
16700 main ()
16702 float f = 0.0; return isnan(f)
16704 return 0;
16706 _ACEOF
16707 if ac_fn_c_try_link "$LINENO"; then :
16708 ac_cv_have_isnan="yes"
16709 else
16710 ac_cv_have_isnan="no"
16712 rm -f core conftest.err conftest.$ac_objext \
16713 conftest$ac_exeext conftest.$ac_ext
16715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16716 $as_echo "$ac_cv_have_isnan" >&6; }
16717 if test "$ac_cv_have_isnan" = "yes"
16718 then
16720 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16724 for ac_func in \
16725 cbrt \
16726 cbrtf \
16727 erf \
16728 erff \
16729 exp2 \
16730 exp2f \
16731 llrint \
16732 llrintf \
16733 llround \
16734 llroundf \
16735 log2 \
16736 log2f \
16737 lrint \
16738 lrintf \
16739 lround \
16740 lroundf \
16741 rint \
16742 rintf \
16743 round \
16744 roundf \
16745 trunc \
16746 truncf
16748 do :
16749 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16750 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16751 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16752 cat >>confdefs.h <<_ACEOF
16753 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16754 _ACEOF
16757 done
16759 LIBS="$ac_save_LIBS"
16761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16762 $as_echo_n "checking for __builtin_clz... " >&6; }
16763 if ${ac_cv_have___builtin_clz+:} false; then :
16764 $as_echo_n "(cached) " >&6
16765 else
16766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16767 /* end confdefs.h. */
16770 main ()
16772 return __builtin_clz(1)
16774 return 0;
16776 _ACEOF
16777 if ac_fn_c_try_link "$LINENO"; then :
16778 ac_cv_have___builtin_clz="yes"
16779 else
16780 ac_cv_have___builtin_clz="no"
16782 rm -f core conftest.err conftest.$ac_objext \
16783 conftest$ac_exeext conftest.$ac_ext
16785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16786 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16787 if test "$ac_cv_have___builtin_clz" = "yes"
16788 then
16790 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16795 case $host_cpu in
16796 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16797 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16798 if ${ac_cv_cpp_def___i386__+:} false; then :
16799 $as_echo_n "(cached) " >&6
16800 else
16801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16802 /* end confdefs.h. */
16803 #ifndef __i386__
16805 #endif
16806 _ACEOF
16807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16808 $EGREP "yes" >/dev/null 2>&1; then :
16809 ac_cv_cpp_def___i386__=yes
16810 else
16811 ac_cv_cpp_def___i386__=no
16813 rm -f conftest*
16816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16817 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16818 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16819 CFLAGS="$CFLAGS -D__i386__"
16820 LINTFLAGS="$LINTFLAGS -D__i386__"
16821 fi ;;
16822 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16823 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16824 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16825 $as_echo_n "(cached) " >&6
16826 else
16827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16828 /* end confdefs.h. */
16829 #ifndef __x86_64__
16831 #endif
16832 _ACEOF
16833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16834 $EGREP "yes" >/dev/null 2>&1; then :
16835 ac_cv_cpp_def___x86_64__=yes
16836 else
16837 ac_cv_cpp_def___x86_64__=no
16839 rm -f conftest*
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16843 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16844 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16845 CFLAGS="$CFLAGS -D__x86_64__"
16846 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16847 fi ;;
16848 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16849 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16850 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16851 $as_echo_n "(cached) " >&6
16852 else
16853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16854 /* end confdefs.h. */
16855 #ifndef __sparc64__
16857 #endif
16858 _ACEOF
16859 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16860 $EGREP "yes" >/dev/null 2>&1; then :
16861 ac_cv_cpp_def___sparc64__=yes
16862 else
16863 ac_cv_cpp_def___sparc64__=no
16865 rm -f conftest*
16868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16869 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16870 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16871 CFLAGS="$CFLAGS -D__sparc64__"
16872 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16873 fi ;;
16874 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16875 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16876 if ${ac_cv_cpp_def___sparc__+:} false; then :
16877 $as_echo_n "(cached) " >&6
16878 else
16879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16880 /* end confdefs.h. */
16881 #ifndef __sparc__
16883 #endif
16884 _ACEOF
16885 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16886 $EGREP "yes" >/dev/null 2>&1; then :
16887 ac_cv_cpp_def___sparc__=yes
16888 else
16889 ac_cv_cpp_def___sparc__=no
16891 rm -f conftest*
16894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16895 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16896 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16897 CFLAGS="$CFLAGS -D__sparc__"
16898 LINTFLAGS="$LINTFLAGS -D__sparc__"
16899 fi ;;
16900 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16901 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16902 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16903 $as_echo_n "(cached) " >&6
16904 else
16905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16906 /* end confdefs.h. */
16907 #ifndef __powerpc64__
16909 #endif
16910 _ACEOF
16911 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16912 $EGREP "yes" >/dev/null 2>&1; then :
16913 ac_cv_cpp_def___powerpc64__=yes
16914 else
16915 ac_cv_cpp_def___powerpc64__=no
16917 rm -f conftest*
16920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16921 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16922 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16923 CFLAGS="$CFLAGS -D__powerpc64__"
16924 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16925 fi ;;
16926 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16927 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16928 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16929 $as_echo_n "(cached) " >&6
16930 else
16931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16932 /* end confdefs.h. */
16933 #ifndef __powerpc__
16935 #endif
16936 _ACEOF
16937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16938 $EGREP "yes" >/dev/null 2>&1; then :
16939 ac_cv_cpp_def___powerpc__=yes
16940 else
16941 ac_cv_cpp_def___powerpc__=no
16943 rm -f conftest*
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16947 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16948 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16949 CFLAGS="$CFLAGS -D__powerpc__"
16950 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16951 fi ;;
16952 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16953 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16954 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16955 $as_echo_n "(cached) " >&6
16956 else
16957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16959 #ifndef __aarch64__
16961 #endif
16962 _ACEOF
16963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16964 $EGREP "yes" >/dev/null 2>&1; then :
16965 ac_cv_cpp_def___aarch64__=yes
16966 else
16967 ac_cv_cpp_def___aarch64__=no
16969 rm -f conftest*
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16973 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16974 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
16975 CFLAGS="$CFLAGS -D__aarch64__"
16976 LINTFLAGS="$LINTFLAGS -D__aarch64__"
16977 fi ;;
16978 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16979 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16980 if ${ac_cv_cpp_def___arm__+:} false; then :
16981 $as_echo_n "(cached) " >&6
16982 else
16983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16984 /* end confdefs.h. */
16985 #ifndef __arm__
16987 #endif
16988 _ACEOF
16989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16990 $EGREP "yes" >/dev/null 2>&1; then :
16991 ac_cv_cpp_def___arm__=yes
16992 else
16993 ac_cv_cpp_def___arm__=no
16995 rm -f conftest*
16998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16999 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17000 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17001 CFLAGS="$CFLAGS -D__arm__"
17002 LINTFLAGS="$LINTFLAGS -D__arm__"
17003 fi ;;
17004 esac
17006 case $host_vendor in
17007 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17008 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17009 if ${ac_cv_cpp_def___sun__+:} false; then :
17010 $as_echo_n "(cached) " >&6
17011 else
17012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17013 /* end confdefs.h. */
17014 #ifndef __sun__
17016 #endif
17017 _ACEOF
17018 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17019 $EGREP "yes" >/dev/null 2>&1; then :
17020 ac_cv_cpp_def___sun__=yes
17021 else
17022 ac_cv_cpp_def___sun__=no
17024 rm -f conftest*
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17028 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17029 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17030 CFLAGS="$CFLAGS -D__sun__"
17031 LINTFLAGS="$LINTFLAGS -D__sun__"
17032 fi ;;
17033 esac
17039 ac_config_commands="$ac_config_commands include/stamp-h"
17041 $as_echo_n "creating Makefile rules..." >&6
17043 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17044 SOCKET_LIBS = $SOCKET_LIBS
17045 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17046 IOKIT_LIBS = $IOKIT_LIBS
17047 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17048 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17049 CORESERVICES_LIBS = $CORESERVICES_LIBS
17050 APPKIT_LIBS = $APPKIT_LIBS
17051 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17052 SECURITY_LIBS = $SECURITY_LIBS
17053 COREAUDIO_LIBS = $COREAUDIO_LIBS
17054 OPENAL_LIBS = $OPENAL_LIBS
17055 OPENCL_LIBS = $OPENCL_LIBS
17056 QUICKTIME_LIBS = $QUICKTIME_LIBS
17057 CARBON_LIBS = $CARBON_LIBS
17058 PTHREAD_LIBS = $PTHREAD_LIBS
17059 X_CFLAGS = $X_CFLAGS
17060 X_PRE_LIBS = $X_PRE_LIBS
17061 X_LIBS = $X_LIBS
17062 X_EXTRA_LIBS = $X_EXTRA_LIBS
17063 XML2_CFLAGS = $XML2_CFLAGS
17064 XML2_LIBS = $XML2_LIBS
17065 XSLT_CFLAGS = $XSLT_CFLAGS
17066 XSLT_LIBS = $XSLT_LIBS
17067 DBUS_CFLAGS = $DBUS_CFLAGS
17068 DBUS_LIBS = $DBUS_LIBS
17069 HAL_CFLAGS = $HAL_CFLAGS
17070 HAL_LIBS = $HAL_LIBS
17071 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17072 GNUTLS_LIBS = $GNUTLS_LIBS
17073 SANE_CFLAGS = $SANE_CFLAGS
17074 SANE_LIBS = $SANE_LIBS
17075 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17076 GPHOTO2_LIBS = $GPHOTO2_LIBS
17077 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17078 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17079 RESOLV_LIBS = $RESOLV_LIBS
17080 LCMS2_CFLAGS = $LCMS2_CFLAGS
17081 LCMS2_LIBS = $LCMS2_LIBS
17082 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17083 FREETYPE_LIBS = $FREETYPE_LIBS
17084 Z_LIBS = $Z_LIBS
17085 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17086 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17087 GSTREAMER_LIBS = $GSTREAMER_LIBS
17088 ALSA_LIBS = $ALSA_LIBS
17089 OSS4_CFLAGS = $OSS4_CFLAGS
17090 CAPI20_CFLAGS = $CAPI20_CFLAGS
17091 CAPI20_LIBS = $CAPI20_LIBS
17092 CUPS_CFLAGS = $CUPS_CFLAGS
17093 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17094 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17095 JPEG_CFLAGS = $JPEG_CFLAGS
17096 JPEG_LIBS = $JPEG_LIBS
17097 PNG_CFLAGS = $PNG_CFLAGS
17098 PNG_LIBS = $PNG_LIBS
17099 TIFF_CFLAGS = $TIFF_CFLAGS
17100 TIFF_LIBS = $TIFF_LIBS
17101 MPG123_CFLAGS = $MPG123_CFLAGS
17102 MPG123_LIBS = $MPG123_LIBS
17103 KSTAT_LIBS = $KSTAT_LIBS
17104 PROCSTAT_LIBS = $PROCSTAT_LIBS
17105 DL_LIBS = $DL_LIBS
17106 POLL_LIBS = $POLL_LIBS
17107 RT_LIBS = $RT_LIBS
17108 LDAP_LIBS = $LDAP_LIBS
17113 wine_fn_append_rule "
17114 # Rules automatically generated by configure
17116 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17118 .INIT: Makefile
17119 .MAKEFILEDEPS:
17120 all: Makefile
17121 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17122 @./config.status Make.tmp Makefile"
17124 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17125 .gitignore: config.status
17126 @./config.status .gitignore"
17128 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17129 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17131 if test "x$enable_fonts" != xno; then
17132 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17133 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17134 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17135 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17136 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf
17138 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17139 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17140 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17141 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17142 ac_config_links="$ac_config_links wine:tools/winewrapper"
17143 wine_fn_config_symlink wine
17144 if test "x$enable_win64" != xno; then
17145 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17146 wine_fn_config_symlink wine64
17149 wine_fn_config_dll acledit enable_acledit
17150 wine_fn_config_dll aclui enable_aclui implib
17151 wine_fn_config_dll activeds enable_activeds implib
17152 wine_fn_config_dll actxprxy enable_actxprxy clean
17153 wine_fn_config_lib adsiid
17154 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17155 wine_fn_config_test dlls/advapi32/tests advapi32_test
17156 wine_fn_config_dll advpack enable_advpack implib
17157 wine_fn_config_test dlls/advpack/tests advpack_test
17158 wine_fn_config_dll amstream enable_amstream clean
17159 wine_fn_config_test dlls/amstream/tests amstream_test
17160 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17161 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17162 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17163 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17164 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17165 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17166 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17167 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17168 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17169 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17170 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17171 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17172 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17173 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17174 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17175 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17176 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17177 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17178 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17179 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17180 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17181 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17182 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17183 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17184 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17185 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17186 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17187 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17188 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17189 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17190 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17191 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17192 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17193 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17194 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17195 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17196 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17197 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17198 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17199 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17200 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17201 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17203 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17204 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17205 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17206 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17207 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17208 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17210 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17211 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17213 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17215 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17217 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17218 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17220 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17221 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17222 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17223 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17224 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17225 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17226 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17227 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17228 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17229 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17230 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17231 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17232 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17233 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17234 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17235 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17236 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17237 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17238 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17239 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17240 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17241 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17242 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17243 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17244 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17245 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17246 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17247 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17248 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17249 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17250 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17251 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17252 wine_fn_config_dll apphelp enable_apphelp
17253 wine_fn_config_test dlls/apphelp/tests apphelp_test
17254 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17255 wine_fn_config_dll atl enable_atl clean,implib
17256 wine_fn_config_test dlls/atl/tests atl_test
17257 wine_fn_config_dll atl100 enable_atl100 clean,implib
17258 wine_fn_config_test dlls/atl100/tests atl100_test
17259 wine_fn_config_dll atl110 enable_atl110 clean
17260 wine_fn_config_dll atl80 enable_atl80 clean,implib
17261 wine_fn_config_test dlls/atl80/tests atl80_test
17262 wine_fn_config_dll atl90 enable_atl90 clean
17263 wine_fn_config_dll authz enable_authz
17264 wine_fn_config_dll avicap32 enable_avicap32 implib
17265 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17266 wine_fn_config_test dlls/avifil32/tests avifil32_test
17267 wine_fn_config_dll avifile.dll16 enable_win16
17268 wine_fn_config_dll avrt enable_avrt implib
17269 wine_fn_config_dll bcrypt enable_bcrypt
17270 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17271 wine_fn_config_dll browseui enable_browseui clean,po
17272 wine_fn_config_test dlls/browseui/tests browseui_test
17273 wine_fn_config_dll cabinet enable_cabinet implib
17274 wine_fn_config_test dlls/cabinet/tests cabinet_test
17275 wine_fn_config_dll capi2032 enable_capi2032 implib
17276 wine_fn_config_dll cards enable_cards implib
17277 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17278 wine_fn_config_dll clusapi enable_clusapi implib
17279 wine_fn_config_dll combase enable_combase
17280 wine_fn_config_test dlls/combase/tests combase_test
17281 wine_fn_config_dll comcat enable_comcat
17282 wine_fn_config_test dlls/comcat/tests comcat_test
17283 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17284 wine_fn_config_test dlls/comctl32/tests comctl32_test
17285 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17286 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17287 wine_fn_config_dll comm.drv16 enable_win16
17288 wine_fn_config_dll commdlg.dll16 enable_win16
17289 wine_fn_config_dll compobj.dll16 enable_win16
17290 wine_fn_config_dll compstui enable_compstui implib
17291 wine_fn_config_dll comsvcs enable_comsvcs implib
17292 wine_fn_config_dll connect enable_connect
17293 wine_fn_config_dll credui enable_credui implib,po
17294 wine_fn_config_test dlls/credui/tests credui_test
17295 wine_fn_config_dll crtdll enable_crtdll implib
17296 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17297 wine_fn_config_test dlls/crypt32/tests crypt32_test
17298 wine_fn_config_dll cryptdlg enable_cryptdlg po
17299 wine_fn_config_dll cryptdll enable_cryptdll implib
17300 wine_fn_config_dll cryptext enable_cryptext
17301 wine_fn_config_dll cryptnet enable_cryptnet implib
17302 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17303 wine_fn_config_dll cryptui enable_cryptui implib,po
17304 wine_fn_config_test dlls/cryptui/tests cryptui_test
17305 wine_fn_config_dll ctapi32 enable_ctapi32
17306 wine_fn_config_dll ctl3d.dll16 enable_win16
17307 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17308 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17309 wine_fn_config_dll d2d1 enable_d2d1 implib
17310 wine_fn_config_test dlls/d2d1/tests d2d1_test
17311 wine_fn_config_dll d3d10 enable_d3d10 implib
17312 wine_fn_config_test dlls/d3d10/tests d3d10_test
17313 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17314 wine_fn_config_dll d3d10core enable_d3d10core implib
17315 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17316 wine_fn_config_dll d3d11 enable_d3d11 implib
17317 wine_fn_config_test dlls/d3d11/tests d3d11_test
17318 wine_fn_config_dll d3d8 enable_d3d8 implib
17319 wine_fn_config_test dlls/d3d8/tests d3d8_test
17320 wine_fn_config_dll d3d9 enable_d3d9 implib
17321 wine_fn_config_test dlls/d3d9/tests d3d9_test
17322 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17323 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17324 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17325 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17326 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17327 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17328 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17329 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17330 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17331 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17332 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17333 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17334 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17335 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17336 wine_fn_config_dll d3dim enable_d3dim implib
17337 wine_fn_config_dll d3drm enable_d3drm implib
17338 wine_fn_config_test dlls/d3drm/tests d3drm_test
17339 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17340 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17341 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17342 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17343 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17344 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17345 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17346 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17347 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17348 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17349 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17350 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17351 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17352 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17353 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17354 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17355 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17356 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17357 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17358 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17359 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17360 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17361 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17362 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17363 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17364 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17365 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17366 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17367 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17368 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17369 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17370 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17371 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17372 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17373 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17374 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17375 wine_fn_config_dll davclnt enable_davclnt
17376 wine_fn_config_dll dbgeng enable_dbgeng implib
17377 wine_fn_config_dll dbghelp enable_dbghelp implib
17378 wine_fn_config_dll dciman32 enable_dciman32 implib
17379 wine_fn_config_dll ddeml.dll16 enable_win16
17380 wine_fn_config_dll ddraw enable_ddraw clean,implib
17381 wine_fn_config_test dlls/ddraw/tests ddraw_test
17382 wine_fn_config_dll ddrawex enable_ddrawex clean
17383 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17384 wine_fn_config_dll devenum enable_devenum clean,po
17385 wine_fn_config_test dlls/devenum/tests devenum_test
17386 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17387 wine_fn_config_dll difxapi enable_difxapi
17388 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17389 wine_fn_config_test dlls/dinput/tests dinput_test
17390 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17391 wine_fn_config_test dlls/dinput8/tests dinput8_test
17392 wine_fn_config_dll dispdib.dll16 enable_win16
17393 wine_fn_config_dll dispex enable_dispex clean
17394 wine_fn_config_test dlls/dispex/tests dispex_test
17395 wine_fn_config_dll display.drv16 enable_win16
17396 wine_fn_config_dll dmband enable_dmband clean
17397 wine_fn_config_test dlls/dmband/tests dmband_test
17398 wine_fn_config_dll dmcompos enable_dmcompos clean
17399 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17400 wine_fn_config_dll dmime enable_dmime clean
17401 wine_fn_config_test dlls/dmime/tests dmime_test
17402 wine_fn_config_dll dmloader enable_dmloader clean
17403 wine_fn_config_test dlls/dmloader/tests dmloader_test
17404 wine_fn_config_dll dmscript enable_dmscript clean
17405 wine_fn_config_test dlls/dmscript/tests dmscript_test
17406 wine_fn_config_dll dmstyle enable_dmstyle clean
17407 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17408 wine_fn_config_dll dmsynth enable_dmsynth clean
17409 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17410 wine_fn_config_dll dmusic enable_dmusic clean
17411 wine_fn_config_test dlls/dmusic/tests dmusic_test
17412 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17413 wine_fn_config_dll dnsapi enable_dnsapi implib
17414 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17415 wine_fn_config_dll dplay enable_dplay implib
17416 wine_fn_config_dll dplayx enable_dplayx clean,implib
17417 wine_fn_config_test dlls/dplayx/tests dplayx_test
17418 wine_fn_config_dll dpnaddr enable_dpnaddr
17419 wine_fn_config_dll dpnet enable_dpnet clean,implib
17420 wine_fn_config_test dlls/dpnet/tests dpnet_test
17421 wine_fn_config_dll dpnhpast enable_dpnhpast
17422 wine_fn_config_dll dpnlobby enable_dpnlobby
17423 wine_fn_config_dll dpvoice enable_dpvoice clean
17424 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17425 wine_fn_config_dll dpwsockx enable_dpwsockx
17426 wine_fn_config_dll drmclien enable_drmclien
17427 wine_fn_config_dll dsound enable_dsound clean,implib
17428 wine_fn_config_test dlls/dsound/tests dsound_test
17429 wine_fn_config_dll dssenh enable_dssenh
17430 wine_fn_config_test dlls/dssenh/tests dssenh_test
17431 wine_fn_config_dll dswave enable_dswave clean
17432 wine_fn_config_test dlls/dswave/tests dswave_test
17433 wine_fn_config_dll dwmapi enable_dwmapi implib
17434 wine_fn_config_dll dwrite enable_dwrite implib
17435 wine_fn_config_test dlls/dwrite/tests dwrite_test
17436 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17437 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17438 wine_fn_config_lib dxerr8
17439 wine_fn_config_lib dxerr9
17440 wine_fn_config_dll dxgi enable_dxgi implib
17441 wine_fn_config_test dlls/dxgi/tests dxgi_test
17442 wine_fn_config_lib dxguid
17443 wine_fn_config_dll dxva2 enable_dxva2
17444 wine_fn_config_dll evr enable_evr
17445 wine_fn_config_dll explorerframe enable_explorerframe clean
17446 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17447 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17448 wine_fn_config_dll faultrep enable_faultrep implib
17449 wine_fn_config_test dlls/faultrep/tests faultrep_test
17450 wine_fn_config_dll fltlib enable_fltlib
17451 wine_fn_config_dll fntcache enable_fntcache
17452 wine_fn_config_dll fontsub enable_fontsub
17453 wine_fn_config_dll fusion enable_fusion
17454 wine_fn_config_test dlls/fusion/tests fusion_test
17455 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17456 wine_fn_config_dll gameux enable_gameux clean
17457 wine_fn_config_test dlls/gameux/tests gameux_test
17458 wine_fn_config_dll gdi.exe16 enable_win16
17459 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17460 wine_fn_config_test dlls/gdi32/tests gdi32_test
17461 wine_fn_config_dll gdiplus enable_gdiplus implib
17462 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17463 wine_fn_config_dll glu32 enable_glu32 implib
17464 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17465 wine_fn_config_dll gpkcsp enable_gpkcsp
17466 wine_fn_config_dll hal enable_hal
17467 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17468 wine_fn_config_dll hid enable_hid implib
17469 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17470 wine_fn_config_dll hlink enable_hlink clean,implib
17471 wine_fn_config_test dlls/hlink/tests hlink_test
17472 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17473 wine_fn_config_dll httpapi enable_httpapi
17474 wine_fn_config_dll iccvid enable_iccvid po
17475 wine_fn_config_dll icmp enable_icmp
17476 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17477 wine_fn_config_test dlls/ieframe/tests ieframe_test
17478 wine_fn_config_dll ifsmgr.vxd enable_win16
17479 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17480 wine_fn_config_dll imagehlp enable_imagehlp implib
17481 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17482 wine_fn_config_dll imm.dll16 enable_win16
17483 wine_fn_config_dll imm32 enable_imm32 implib
17484 wine_fn_config_test dlls/imm32/tests imm32_test
17485 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17486 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17487 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17488 wine_fn_config_dll inetmib1 enable_inetmib1
17489 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17490 wine_fn_config_dll infosoft enable_infosoft clean
17491 wine_fn_config_test dlls/infosoft/tests infosoft_test
17492 wine_fn_config_dll initpki enable_initpki
17493 wine_fn_config_dll inkobj enable_inkobj
17494 wine_fn_config_dll inseng enable_inseng clean
17495 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17496 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17497 wine_fn_config_dll itircl enable_itircl
17498 wine_fn_config_dll itss enable_itss clean
17499 wine_fn_config_test dlls/itss/tests itss_test
17500 wine_fn_config_dll joy.cpl enable_joy_cpl po
17501 wine_fn_config_dll jscript enable_jscript clean,po
17502 wine_fn_config_test dlls/jscript/tests jscript_test
17503 wine_fn_config_dll jsproxy enable_jsproxy implib
17504 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17505 wine_fn_config_test dlls/kernel32/tests kernel32_test
17506 wine_fn_config_dll keyboard.drv16 enable_win16
17507 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17508 wine_fn_config_dll ksuser enable_ksuser
17509 wine_fn_config_dll ktmw32 enable_ktmw32
17510 wine_fn_config_dll loadperf enable_loadperf implib
17511 wine_fn_config_dll localspl enable_localspl po
17512 wine_fn_config_test dlls/localspl/tests localspl_test
17513 wine_fn_config_dll localui enable_localui po
17514 wine_fn_config_test dlls/localui/tests localui_test
17515 wine_fn_config_dll lz32 enable_lz32 implib
17516 wine_fn_config_test dlls/lz32/tests lz32_test
17517 wine_fn_config_dll lzexpand.dll16 enable_win16
17518 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17519 wine_fn_config_test dlls/mapi32/tests mapi32_test
17520 wine_fn_config_dll mapistub enable_mapistub
17521 wine_fn_config_dll mciavi32 enable_mciavi32
17522 wine_fn_config_dll mcicda enable_mcicda
17523 wine_fn_config_dll mciqtz32 enable_mciqtz32
17524 wine_fn_config_dll mciseq enable_mciseq
17525 wine_fn_config_dll mciwave enable_mciwave
17526 wine_fn_config_dll mf enable_mf
17527 wine_fn_config_dll mfplat enable_mfplat
17528 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17529 wine_fn_config_dll mgmtapi enable_mgmtapi
17530 wine_fn_config_dll midimap enable_midimap
17531 wine_fn_config_dll mlang enable_mlang clean,implib
17532 wine_fn_config_test dlls/mlang/tests mlang_test
17533 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17534 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17535 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17536 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17537 wine_fn_config_dll mmdevldr.vxd enable_win16
17538 wine_fn_config_dll mmsystem.dll16 enable_win16
17539 wine_fn_config_dll monodebg.vxd enable_win16
17540 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17541 wine_fn_config_dll mouse.drv16 enable_win16
17542 wine_fn_config_dll mpr enable_mpr implib,po
17543 wine_fn_config_test dlls/mpr/tests mpr_test
17544 wine_fn_config_dll mprapi enable_mprapi implib
17545 wine_fn_config_dll msacm.dll16 enable_win16
17546 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17547 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17548 wine_fn_config_test dlls/msacm32/tests msacm32_test
17549 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17550 wine_fn_config_dll msasn1 enable_msasn1 implib
17551 wine_fn_config_dll mscat32 enable_mscat32
17552 wine_fn_config_dll mscms enable_mscms implib
17553 wine_fn_config_test dlls/mscms/tests mscms_test
17554 wine_fn_config_dll mscoree enable_mscoree clean
17555 wine_fn_config_test dlls/mscoree/tests mscoree_test
17556 wine_fn_config_dll msctf enable_msctf clean
17557 wine_fn_config_test dlls/msctf/tests msctf_test
17558 wine_fn_config_dll msctfp enable_msctfp clean
17559 wine_fn_config_dll msdaps enable_msdaps clean
17560 wine_fn_config_dll msdmo enable_msdmo implib
17561 wine_fn_config_test dlls/msdmo/tests msdmo_test
17562 wine_fn_config_dll msftedit enable_msftedit
17563 wine_fn_config_dll msg711.acm enable_msg711_acm
17564 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17565 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17566 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17567 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17568 wine_fn_config_dll msi enable_msi clean,implib,po
17569 wine_fn_config_test dlls/msi/tests msi_test
17570 wine_fn_config_dll msident enable_msident clean
17571 wine_fn_config_dll msimg32 enable_msimg32 implib
17572 wine_fn_config_dll msimsg enable_msimsg
17573 wine_fn_config_dll msimtf enable_msimtf clean
17574 wine_fn_config_dll msisip enable_msisip
17575 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17576 wine_fn_config_dll msls31 enable_msls31
17577 wine_fn_config_dll msnet32 enable_msnet32
17578 wine_fn_config_dll mspatcha enable_mspatcha implib
17579 wine_fn_config_dll msrle32 enable_msrle32 po
17580 wine_fn_config_test dlls/msrle32/tests msrle32_test
17581 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17582 wine_fn_config_dll mssign32 enable_mssign32
17583 wine_fn_config_dll mssip32 enable_mssip32
17584 wine_fn_config_dll mstask enable_mstask clean
17585 wine_fn_config_test dlls/mstask/tests mstask_test
17586 wine_fn_config_dll msvcirt enable_msvcirt
17587 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17588 wine_fn_config_dll msvcm80 enable_msvcm80
17589 wine_fn_config_dll msvcm90 enable_msvcm90
17590 wine_fn_config_dll msvcp100 enable_msvcp100
17591 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17592 wine_fn_config_dll msvcp110 enable_msvcp110
17593 wine_fn_config_dll msvcp120 enable_msvcp120
17594 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17595 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17596 wine_fn_config_dll msvcp60 enable_msvcp60
17597 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17598 wine_fn_config_dll msvcp70 enable_msvcp70
17599 wine_fn_config_dll msvcp71 enable_msvcp71
17600 wine_fn_config_dll msvcp80 enable_msvcp80
17601 wine_fn_config_dll msvcp90 enable_msvcp90
17602 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17603 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17604 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17605 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17606 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17607 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17608 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17609 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17610 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17611 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17612 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17613 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17614 wine_fn_config_dll msvcrt enable_msvcrt implib
17615 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17616 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17617 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17618 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17619 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17620 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17621 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17622 wine_fn_config_dll msvidc32 enable_msvidc32 po
17623 wine_fn_config_dll msvideo.dll16 enable_win16
17624 wine_fn_config_dll mswsock enable_mswsock implib
17625 wine_fn_config_dll msxml enable_msxml clean
17626 wine_fn_config_dll msxml2 enable_msxml2 clean
17627 wine_fn_config_dll msxml3 enable_msxml3 clean
17628 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17629 wine_fn_config_dll msxml4 enable_msxml4 clean
17630 wine_fn_config_dll msxml6 enable_msxml6 clean
17631 wine_fn_config_dll nddeapi enable_nddeapi implib
17632 wine_fn_config_dll ndis.sys enable_ndis_sys
17633 wine_fn_config_dll netapi32 enable_netapi32 implib
17634 wine_fn_config_test dlls/netapi32/tests netapi32_test
17635 wine_fn_config_dll netcfgx enable_netcfgx clean
17636 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17637 wine_fn_config_dll netprofm enable_netprofm clean
17638 wine_fn_config_test dlls/netprofm/tests netprofm_test
17639 wine_fn_config_dll newdev enable_newdev implib
17640 wine_fn_config_dll normaliz enable_normaliz implib
17641 wine_fn_config_dll npmshtml enable_npmshtml
17642 wine_fn_config_dll npptools enable_npptools
17643 wine_fn_config_dll ntdll enable_ntdll implib
17644 wine_fn_config_test dlls/ntdll/tests ntdll_test
17645 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17646 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17647 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17648 wine_fn_config_dll ntprint enable_ntprint
17649 wine_fn_config_test dlls/ntprint/tests ntprint_test
17650 wine_fn_config_dll objsel enable_objsel clean
17651 wine_fn_config_dll odbc32 enable_odbc32 implib
17652 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17653 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17654 wine_fn_config_dll odbccu32 enable_odbccu32
17655 wine_fn_config_dll ole2.dll16 enable_win16
17656 wine_fn_config_dll ole2conv.dll16 enable_win16
17657 wine_fn_config_dll ole2disp.dll16 enable_win16
17658 wine_fn_config_dll ole2nls.dll16 enable_win16
17659 wine_fn_config_dll ole2prox.dll16 enable_win16
17660 wine_fn_config_dll ole2thk.dll16 enable_win16
17661 wine_fn_config_dll ole32 enable_ole32 clean,implib
17662 wine_fn_config_test dlls/ole32/tests ole32_test
17663 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17664 wine_fn_config_test dlls/oleacc/tests oleacc_test
17665 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17666 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17667 wine_fn_config_dll olecli.dll16 enable_win16
17668 wine_fn_config_dll olecli32 enable_olecli32 implib
17669 wine_fn_config_dll oledb32 enable_oledb32 clean
17670 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17671 wine_fn_config_dll oledlg enable_oledlg implib,po
17672 wine_fn_config_test dlls/oledlg/tests oledlg_test
17673 wine_fn_config_dll olepro32 enable_olepro32 implib
17674 wine_fn_config_dll olesvr.dll16 enable_win16
17675 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17676 wine_fn_config_dll olethk32 enable_olethk32
17677 wine_fn_config_dll openal32 enable_openal32
17678 wine_fn_config_dll opencl enable_opencl
17679 wine_fn_config_dll opengl32 enable_opengl32 implib
17680 wine_fn_config_test dlls/opengl32/tests opengl32_test
17681 wine_fn_config_dll packager enable_packager clean
17682 wine_fn_config_test dlls/packager/tests packager_test
17683 wine_fn_config_dll pdh enable_pdh implib
17684 wine_fn_config_test dlls/pdh/tests pdh_test
17685 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17686 wine_fn_config_dll pidgen enable_pidgen
17687 wine_fn_config_dll powrprof enable_powrprof implib
17688 wine_fn_config_dll printui enable_printui
17689 wine_fn_config_dll prntvpt enable_prntvpt
17690 wine_fn_config_dll propsys enable_propsys clean,implib
17691 wine_fn_config_test dlls/propsys/tests propsys_test
17692 wine_fn_config_dll psapi enable_psapi implib
17693 wine_fn_config_test dlls/psapi/tests psapi_test
17694 wine_fn_config_dll pstorec enable_pstorec clean
17695 wine_fn_config_dll qcap enable_qcap
17696 wine_fn_config_test dlls/qcap/tests qcap_test
17697 wine_fn_config_dll qedit enable_qedit clean
17698 wine_fn_config_test dlls/qedit/tests qedit_test
17699 wine_fn_config_dll qmgr enable_qmgr clean
17700 wine_fn_config_test dlls/qmgr/tests qmgr_test
17701 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17702 wine_fn_config_dll quartz enable_quartz clean,implib
17703 wine_fn_config_test dlls/quartz/tests quartz_test clean
17704 wine_fn_config_dll query enable_query
17705 wine_fn_config_dll rasapi16.dll16 enable_win16
17706 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17707 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17708 wine_fn_config_dll rasdlg enable_rasdlg implib
17709 wine_fn_config_dll regapi enable_regapi
17710 wine_fn_config_dll resutils enable_resutils implib
17711 wine_fn_config_dll riched20 enable_riched20 clean,implib
17712 wine_fn_config_test dlls/riched20/tests riched20_test
17713 wine_fn_config_dll riched32 enable_riched32
17714 wine_fn_config_test dlls/riched32/tests riched32_test
17715 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17716 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17717 wine_fn_config_dll rsabase enable_rsabase
17718 wine_fn_config_dll rsaenh enable_rsaenh implib
17719 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17720 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17721 wine_fn_config_dll rtutils enable_rtutils implib
17722 wine_fn_config_dll samlib enable_samlib
17723 wine_fn_config_dll sane.ds enable_sane_ds po
17724 wine_fn_config_dll scarddlg enable_scarddlg
17725 wine_fn_config_dll sccbase enable_sccbase
17726 wine_fn_config_dll schannel enable_schannel
17727 wine_fn_config_test dlls/schannel/tests schannel_test
17728 wine_fn_config_dll schedsvc enable_schedsvc clean
17729 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17730 wine_fn_config_dll scrrun enable_scrrun clean
17731 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17732 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17733 wine_fn_config_dll secur32 enable_secur32 implib
17734 wine_fn_config_test dlls/secur32/tests secur32_test
17735 wine_fn_config_dll security enable_security
17736 wine_fn_config_dll sensapi enable_sensapi implib
17737 wine_fn_config_dll serialui enable_serialui implib,po
17738 wine_fn_config_test dlls/serialui/tests serialui_test
17739 wine_fn_config_dll setupapi enable_setupapi implib,po
17740 wine_fn_config_test dlls/setupapi/tests setupapi_test
17741 wine_fn_config_dll setupx.dll16 enable_win16
17742 wine_fn_config_dll sfc enable_sfc implib
17743 wine_fn_config_dll sfc_os enable_sfc_os implib
17744 wine_fn_config_dll shdoclc enable_shdoclc po
17745 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17746 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17747 wine_fn_config_dll shell.dll16 enable_win16
17748 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17749 wine_fn_config_test dlls/shell32/tests shell32_test
17750 wine_fn_config_dll shfolder enable_shfolder implib
17751 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17752 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17753 wine_fn_config_dll slbcsp enable_slbcsp
17754 wine_fn_config_dll slc enable_slc implib
17755 wine_fn_config_test dlls/slc/tests slc_test
17756 wine_fn_config_dll snmpapi enable_snmpapi implib
17757 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17758 wine_fn_config_dll softpub enable_softpub
17759 wine_fn_config_dll sound.drv16 enable_win16
17760 wine_fn_config_dll spoolss enable_spoolss implib
17761 wine_fn_config_test dlls/spoolss/tests spoolss_test
17762 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17763 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17764 wine_fn_config_dll sti enable_sti clean,implib
17765 wine_fn_config_test dlls/sti/tests sti_test
17766 wine_fn_config_dll storage.dll16 enable_win16
17767 wine_fn_config_dll stress.dll16 enable_win16
17768 wine_fn_config_lib strmbase
17769 wine_fn_config_lib strmiids
17770 wine_fn_config_dll svrapi enable_svrapi
17771 wine_fn_config_dll sxs enable_sxs implib
17772 wine_fn_config_test dlls/sxs/tests sxs_test
17773 wine_fn_config_dll system.drv16 enable_win16
17774 wine_fn_config_dll t2embed enable_t2embed
17775 wine_fn_config_dll tapi32 enable_tapi32 implib
17776 wine_fn_config_dll taskschd enable_taskschd clean
17777 wine_fn_config_test dlls/taskschd/tests taskschd_test
17778 wine_fn_config_dll toolhelp.dll16 enable_win16
17779 wine_fn_config_dll traffic enable_traffic
17780 wine_fn_config_dll twain.dll16 enable_win16
17781 wine_fn_config_dll twain_32 enable_twain_32
17782 wine_fn_config_test dlls/twain_32/tests twain_32_test
17783 wine_fn_config_dll typelib.dll16 enable_win16
17784 wine_fn_config_dll ucrtbase enable_ucrtbase
17785 wine_fn_config_dll unicows enable_unicows implib
17786 wine_fn_config_dll updspapi enable_updspapi
17787 wine_fn_config_dll url enable_url implib
17788 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17789 wine_fn_config_test dlls/urlmon/tests urlmon_test
17790 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17791 wine_fn_config_dll user.exe16 enable_win16
17792 wine_fn_config_dll user32 enable_user32 clean,implib,po
17793 wine_fn_config_test dlls/user32/tests user32_test
17794 wine_fn_config_dll userenv enable_userenv implib
17795 wine_fn_config_test dlls/userenv/tests userenv_test
17796 wine_fn_config_dll usp10 enable_usp10 implib
17797 wine_fn_config_test dlls/usp10/tests usp10_test
17798 wine_fn_config_lib uuid
17799 wine_fn_config_dll uxtheme enable_uxtheme implib
17800 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17801 wine_fn_config_dll vbscript enable_vbscript clean
17802 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17803 wine_fn_config_dll vcomp enable_vcomp
17804 wine_fn_config_test dlls/vcomp/tests vcomp_test
17805 wine_fn_config_dll vcomp100 enable_vcomp100
17806 wine_fn_config_dll vcomp110 enable_vcomp110
17807 wine_fn_config_dll vcomp90 enable_vcomp90
17808 wine_fn_config_dll vdhcp.vxd enable_win16
17809 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17810 wine_fn_config_dll ver.dll16 enable_win16
17811 wine_fn_config_dll version enable_version implib
17812 wine_fn_config_test dlls/version/tests version_test
17813 wine_fn_config_dll vmm.vxd enable_win16
17814 wine_fn_config_dll vnbt.vxd enable_win16
17815 wine_fn_config_dll vnetbios.vxd enable_win16
17816 wine_fn_config_dll vssapi enable_vssapi
17817 wine_fn_config_dll vtdapi.vxd enable_win16
17818 wine_fn_config_dll vwin32.vxd enable_win16
17819 wine_fn_config_dll w32skrnl enable_win16
17820 wine_fn_config_dll w32sys.dll16 enable_win16
17821 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17822 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17823 wine_fn_config_dll wbemprox enable_wbemprox clean
17824 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17825 wine_fn_config_dll webservices enable_webservices implib
17826 wine_fn_config_dll wer enable_wer implib
17827 wine_fn_config_test dlls/wer/tests wer_test
17828 wine_fn_config_dll wevtapi enable_wevtapi
17829 wine_fn_config_dll wiaservc enable_wiaservc clean
17830 wine_fn_config_dll win32s16.dll16 enable_win16
17831 wine_fn_config_dll win87em.dll16 enable_win16
17832 wine_fn_config_dll winaspi.dll16 enable_win16
17833 wine_fn_config_dll windebug.dll16 enable_win16
17834 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17835 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17836 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17837 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17838 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17839 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17840 wine_fn_config_lib winecrt0
17841 wine_fn_config_dll wined3d enable_wined3d implib
17842 wine_fn_config_dll winegstreamer enable_winegstreamer
17843 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17844 wine_fn_config_dll winemac.drv enable_winemac_drv
17845 wine_fn_config_dll winemapi enable_winemapi
17846 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17847 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17848 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17849 wine_fn_config_dll wineps16.drv16 enable_win16
17850 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17851 wine_fn_config_dll winex11.drv enable_winex11_drv
17852 wine_fn_config_dll wing.dll16 enable_win16
17853 wine_fn_config_dll wing32 enable_wing32
17854 wine_fn_config_dll winhttp enable_winhttp clean,implib
17855 wine_fn_config_test dlls/winhttp/tests winhttp_test
17856 wine_fn_config_dll wininet enable_wininet implib,po
17857 wine_fn_config_test dlls/wininet/tests wininet_test
17858 wine_fn_config_dll winmm enable_winmm implib,po
17859 wine_fn_config_test dlls/winmm/tests winmm_test
17860 wine_fn_config_dll winnls.dll16 enable_win16
17861 wine_fn_config_dll winnls32 enable_winnls32 implib
17862 wine_fn_config_dll winscard enable_winscard implib
17863 wine_fn_config_dll winsock.dll16 enable_win16
17864 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17865 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17866 wine_fn_config_dll winsta enable_winsta
17867 wine_fn_config_dll wintab.dll16 enable_win16
17868 wine_fn_config_dll wintab32 enable_wintab32 implib
17869 wine_fn_config_test dlls/wintab32/tests wintab32_test
17870 wine_fn_config_dll wintrust enable_wintrust implib
17871 wine_fn_config_test dlls/wintrust/tests wintrust_test
17872 wine_fn_config_dll wlanapi enable_wlanapi
17873 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17874 wine_fn_config_test dlls/wldap32/tests wldap32_test
17875 wine_fn_config_dll wmi enable_wmi
17876 wine_fn_config_dll wmiutils enable_wmiutils clean
17877 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17878 wine_fn_config_dll wmp enable_wmp clean
17879 wine_fn_config_test dlls/wmp/tests wmp_test
17880 wine_fn_config_dll wmvcore enable_wmvcore
17881 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17882 wine_fn_config_dll wow32 enable_win16 implib
17883 wine_fn_config_dll wpcap enable_wpcap
17884 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17885 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17886 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17887 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17888 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17889 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17890 wine_fn_config_dll wsock32 enable_wsock32 implib
17891 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17892 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17893 wine_fn_config_dll wuapi enable_wuapi clean
17894 wine_fn_config_dll wuaueng enable_wuaueng
17895 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17896 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17897 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17898 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17899 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17900 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17901 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17902 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17903 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17904 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17905 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17906 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17907 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17908 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17909 wine_fn_config_dll xinput1_1 enable_xinput1_1
17910 wine_fn_config_dll xinput1_2 enable_xinput1_2
17911 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17912 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17913 wine_fn_config_dll xinput1_4 enable_xinput1_4
17914 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17915 wine_fn_config_dll xmllite enable_xmllite implib
17916 wine_fn_config_test dlls/xmllite/tests xmllite_test
17917 wine_fn_config_dll xolehlp enable_xolehlp
17918 wine_fn_config_dll xpsprint enable_xpsprint
17919 wine_fn_config_dll xpssvcs enable_xpssvcs
17920 wine_fn_config_makefile documentation enable_documentation clean
17921 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17922 wine_fn_config_makefile include enable_include clean,install-dev
17923 wine_fn_config_makefile libs/port enable_libs_port
17924 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17925 wine_fn_config_makefile libs/wpp enable_libs_wpp
17926 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17927 wine_fn_config_program arp enable_arp install
17928 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17929 wine_fn_config_program attrib enable_attrib install,po
17930 wine_fn_config_program cabarc enable_cabarc install
17931 wine_fn_config_program cacls enable_cacls install
17932 wine_fn_config_program clock enable_clock install,po
17933 wine_fn_config_program cmd enable_cmd install,po
17934 wine_fn_config_test programs/cmd/tests cmd.exe_test
17935 wine_fn_config_program conhost enable_conhost install
17936 wine_fn_config_program control enable_control install
17937 wine_fn_config_program cscript enable_cscript clean,install
17938 wine_fn_config_program dpnsvr enable_dpnsvr install
17939 wine_fn_config_program dxdiag enable_dxdiag install,po
17940 wine_fn_config_program eject enable_eject install
17941 wine_fn_config_program expand enable_expand install
17942 wine_fn_config_program explorer enable_explorer install,po
17943 wine_fn_config_program extrac32 enable_extrac32 install
17944 wine_fn_config_program findstr enable_findstr install
17945 wine_fn_config_program hh enable_hh install
17946 wine_fn_config_program hostname enable_hostname install,po
17947 wine_fn_config_program icinfo enable_icinfo install
17948 wine_fn_config_program iexplore enable_iexplore install
17949 wine_fn_config_program ipconfig enable_ipconfig install,po
17950 wine_fn_config_program lodctr enable_lodctr install
17951 wine_fn_config_program mofcomp enable_mofcomp install
17952 wine_fn_config_program mshta enable_mshta install
17953 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
17954 wine_fn_config_program net enable_net install,po
17955 wine_fn_config_program netsh enable_netsh install
17956 wine_fn_config_program netstat enable_netstat install,po
17957 wine_fn_config_program ngen enable_ngen install
17958 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
17959 wine_fn_config_program oleview enable_oleview install,po
17960 wine_fn_config_program ping enable_ping install
17961 wine_fn_config_program plugplay enable_plugplay install
17962 wine_fn_config_program presentationfontcache enable_presentationfontcache install
17963 wine_fn_config_program progman enable_progman install,po
17964 wine_fn_config_program reg enable_reg install,po
17965 wine_fn_config_test programs/reg/tests reg.exe_test
17966 wine_fn_config_program regasm enable_regasm install
17967 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
17968 wine_fn_config_test programs/regedit/tests regedit.exe_test
17969 wine_fn_config_program regsvcs enable_regsvcs install
17970 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
17971 wine_fn_config_program rpcss enable_rpcss clean,install
17972 wine_fn_config_program rundll.exe16 enable_win16 install
17973 wine_fn_config_program rundll32 enable_rundll32 install
17974 wine_fn_config_program sc enable_sc install
17975 wine_fn_config_program schtasks enable_schtasks install
17976 wine_fn_config_program sdbinst enable_sdbinst install
17977 wine_fn_config_program secedit enable_secedit install
17978 wine_fn_config_program servicemodelreg enable_servicemodelreg install
17979 wine_fn_config_program services enable_services clean,install
17980 wine_fn_config_test programs/services/tests services.exe_test
17981 wine_fn_config_program spoolsv enable_spoolsv install
17982 wine_fn_config_program start enable_start install,po
17983 wine_fn_config_program svchost enable_svchost install
17984 wine_fn_config_program systeminfo enable_systeminfo install
17985 wine_fn_config_program taskkill enable_taskkill install,po
17986 wine_fn_config_program tasklist enable_tasklist install
17987 wine_fn_config_program taskmgr enable_taskmgr install,po
17988 wine_fn_config_program termsv enable_termsv install
17989 wine_fn_config_program uninstaller enable_uninstaller install,po
17990 wine_fn_config_program unlodctr enable_unlodctr install
17991 wine_fn_config_program view enable_view install,po
17992 wine_fn_config_program wevtutil enable_wevtutil install
17993 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
17994 wine_fn_config_program winebrowser enable_winebrowser install
17995 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
17996 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
17997 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
17998 wine_fn_config_program winedevice enable_winedevice install
17999 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18000 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18001 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18002 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18003 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18004 wine_fn_config_program winetest enable_winetest clean
18005 wine_fn_config_program winevdm enable_win16 install
18006 wine_fn_config_program winhelp.exe16 enable_win16 install
18007 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18008 wine_fn_config_program winoldap.mod16 enable_win16 install
18009 wine_fn_config_program winver enable_winver install
18010 wine_fn_config_program wmic enable_wmic install,po
18011 wine_fn_config_program wordpad enable_wordpad install,po
18012 wine_fn_config_program write enable_write install,po
18013 wine_fn_config_program wscript enable_wscript clean,install
18014 wine_fn_config_test programs/wscript/tests wscript.exe_test
18015 wine_fn_config_program wusa enable_wusa install
18016 wine_fn_config_program xcopy enable_xcopy install,po
18017 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18018 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18019 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18020 wine_fn_config_tool tools/sfnt2fon clean
18021 wine_fn_config_tool tools/widl clean,install-dev,manpage
18022 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18023 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18024 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18025 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18026 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18028 LINGUAS="\
18029 ar \
18030 bg \
18031 ca \
18032 cs \
18033 da \
18034 de \
18035 el \
18036 en \
18037 en_US \
18038 eo \
18039 es \
18040 fa \
18041 fi \
18042 fr \
18043 he \
18044 hi \
18045 hr \
18046 hu \
18047 it \
18048 ja \
18049 ko \
18050 lt \
18051 ml \
18052 nb_NO \
18053 nl \
18054 or \
18055 pa \
18056 pl \
18057 pt_BR \
18058 pt_PT \
18059 rm \
18060 ro \
18061 ru \
18062 sk \
18063 sl \
18064 sr_RS@cyrillic \
18065 sr_RS@latin \
18066 sv \
18067 te \
18068 th \
18069 tr \
18070 uk \
18071 wa \
18072 zh_CN \
18073 zh_TW"
18078 wine_fn_ignore_file ".gitignore"
18079 wine_fn_ignore_file "Makefile"
18080 wine_fn_ignore_file "TAGS"
18081 wine_fn_ignore_file "tags"
18082 wine_fn_ignore_file "autom4te.cache"
18083 wine_fn_ignore_file "config.cache"
18084 wine_fn_ignore_file "config.log"
18085 wine_fn_ignore_file "config.status"
18086 wine_fn_ignore_file "configure.lineno"
18087 wine_fn_ignore_file "include/config.h"
18088 wine_fn_ignore_file "include/stamp-h"
18089 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18091 if test "x$enable_tools" != xno
18092 then
18093 wine_fn_ignore_file "tools/makedep$ac_exeext"
18094 ac_config_commands="$ac_config_commands tools/makedep"
18098 ac_config_commands="$ac_config_commands Makefile"
18101 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18105 if test "x$enable_maintainer_mode" = xyes
18106 then
18107 wine_fn_append_rule "configure: configure.ac aclocal.m4
18108 autoconf --warnings=all
18109 include/config.h.in: include/stamp-h.in
18110 include/stamp-h.in: configure.ac aclocal.m4
18111 autoheader --warnings=all
18112 @echo timestamp > \$@"
18115 if test "x$with_gettextpo" = xyes
18116 then
18117 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18118 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18119 \$(LINGUAS:%=po/%.po): po/wine.pot
18120 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18121 po/wine.pot: \$(ALL_POT_FILES)
18122 msgcat -o \$@ \$(ALL_POT_FILES)"
18125 if test "$MSGFMT" != false
18126 then
18127 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18128 clean::
18129 \$(RM) \$(LINGUAS:%=po/%.mo)"
18131 posrc="po"
18132 test "$srcdir" = . || posrc="$srcdir/po"
18133 for i in $LINGUAS
18135 wine_fn_ignore_file "po/$i.mo"
18136 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18137 \$(MSGFMT) -o \$@ $posrc/$i.po"
18138 done
18139 else
18140 LINGUAS=
18143 if test "x$enable_tools" != xno
18144 then
18145 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18146 @./config.status tools/makedep
18147 Makefile: tools/makedep$ac_exeext
18148 distclean:: clean
18149 \$(RM) tools/makedep$ac_exeext"
18150 else
18151 wine_fn_append_rule "\$(MAKEDEP):
18152 @echo \"You need to run make in $TOOLSDIR first\" && false"
18155 if test -n "$with_wine64"
18156 then
18157 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18158 fonts server tools:
18159 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18160 $with_wine64/loader/wine:
18161 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18162 $with_wine64/loader/wine-preloader:
18163 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18164 clean::
18165 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18166 else
18167 as_fn_append LOADER_RULES "
18168 install install-lib:: wine.inf install-man-pages
18169 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18170 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18172 uninstall::
18173 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18177 if test "$srcdir" = .
18178 then
18179 ac_config_commands="$ac_config_commands .gitignore"
18183 $as_echo " done" >&6
18184 cat >confcache <<\_ACEOF
18185 # This file is a shell script that caches the results of configure
18186 # tests run on this system so they can be shared between configure
18187 # scripts and configure runs, see configure's option --config-cache.
18188 # It is not useful on other systems. If it contains results you don't
18189 # want to keep, you may remove or edit it.
18191 # config.status only pays attention to the cache file if you give it
18192 # the --recheck option to rerun configure.
18194 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18195 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18196 # following values.
18198 _ACEOF
18200 # The following way of writing the cache mishandles newlines in values,
18201 # but we know of no workaround that is simple, portable, and efficient.
18202 # So, we kill variables containing newlines.
18203 # Ultrix sh set writes to stderr and can't be redirected directly,
18204 # and sets the high bit in the cache file unless we assign to the vars.
18206 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18207 eval ac_val=\$$ac_var
18208 case $ac_val in #(
18209 *${as_nl}*)
18210 case $ac_var in #(
18211 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18212 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18213 esac
18214 case $ac_var in #(
18215 _ | IFS | as_nl) ;; #(
18216 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18217 *) { eval $ac_var=; unset $ac_var;} ;;
18218 esac ;;
18219 esac
18220 done
18222 (set) 2>&1 |
18223 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18224 *${as_nl}ac_space=\ *)
18225 # `set' does not quote correctly, so add quotes: double-quote
18226 # substitution turns \\\\ into \\, and sed turns \\ into \.
18227 sed -n \
18228 "s/'/'\\\\''/g;
18229 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18230 ;; #(
18232 # `set' quotes correctly as required by POSIX, so do not add quotes.
18233 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18235 esac |
18236 sort
18238 sed '
18239 /^ac_cv_env_/b end
18240 t clear
18241 :clear
18242 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18243 t end
18244 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18245 :end' >>confcache
18246 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18247 if test -w "$cache_file"; then
18248 if test "x$cache_file" != "x/dev/null"; then
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18250 $as_echo "$as_me: updating cache $cache_file" >&6;}
18251 if test ! -f "$cache_file" || test -h "$cache_file"; then
18252 cat confcache >"$cache_file"
18253 else
18254 case $cache_file in #(
18255 */* | ?:*)
18256 mv -f confcache "$cache_file"$$ &&
18257 mv -f "$cache_file"$$ "$cache_file" ;; #(
18259 mv -f confcache "$cache_file" ;;
18260 esac
18263 else
18264 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18265 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18268 rm -f confcache
18270 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18271 # Let make expand exec_prefix.
18272 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18274 DEFS=-DHAVE_CONFIG_H
18276 ac_libobjs=
18277 ac_ltlibobjs=
18279 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18280 # 1. Remove the extension, and $U if already installed.
18281 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18282 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18283 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18284 # will be set to the directory where LIBOBJS objects are built.
18285 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18286 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18287 done
18288 LIBOBJS=$ac_libobjs
18290 LTLIBOBJS=$ac_ltlibobjs
18294 : "${CONFIG_STATUS=./config.status}"
18295 ac_write_fail=0
18296 ac_clean_files_save=$ac_clean_files
18297 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18298 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18299 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18300 as_write_fail=0
18301 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18302 #! $SHELL
18303 # Generated by $as_me.
18304 # Run this file to recreate the current configuration.
18305 # Compiler output produced by configure, useful for debugging
18306 # configure, is in config.log if it exists.
18308 debug=false
18309 ac_cs_recheck=false
18310 ac_cs_silent=false
18312 SHELL=\${CONFIG_SHELL-$SHELL}
18313 export SHELL
18314 _ASEOF
18315 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18316 ## -------------------- ##
18317 ## M4sh Initialization. ##
18318 ## -------------------- ##
18320 # Be more Bourne compatible
18321 DUALCASE=1; export DUALCASE # for MKS sh
18322 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18323 emulate sh
18324 NULLCMD=:
18325 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18326 # is contrary to our usage. Disable this feature.
18327 alias -g '${1+"$@"}'='"$@"'
18328 setopt NO_GLOB_SUBST
18329 else
18330 case `(set -o) 2>/dev/null` in #(
18331 *posix*) :
18332 set -o posix ;; #(
18333 *) :
18335 esac
18339 as_nl='
18341 export as_nl
18342 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18343 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18344 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18345 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18346 # Prefer a ksh shell builtin over an external printf program on Solaris,
18347 # but without wasting forks for bash or zsh.
18348 if test -z "$BASH_VERSION$ZSH_VERSION" \
18349 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18350 as_echo='print -r --'
18351 as_echo_n='print -rn --'
18352 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18353 as_echo='printf %s\n'
18354 as_echo_n='printf %s'
18355 else
18356 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18357 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18358 as_echo_n='/usr/ucb/echo -n'
18359 else
18360 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18361 as_echo_n_body='eval
18362 arg=$1;
18363 case $arg in #(
18364 *"$as_nl"*)
18365 expr "X$arg" : "X\\(.*\\)$as_nl";
18366 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18367 esac;
18368 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18370 export as_echo_n_body
18371 as_echo_n='sh -c $as_echo_n_body as_echo'
18373 export as_echo_body
18374 as_echo='sh -c $as_echo_body as_echo'
18377 # The user is always right.
18378 if test "${PATH_SEPARATOR+set}" != set; then
18379 PATH_SEPARATOR=:
18380 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18381 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18382 PATH_SEPARATOR=';'
18387 # IFS
18388 # We need space, tab and new line, in precisely that order. Quoting is
18389 # there to prevent editors from complaining about space-tab.
18390 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18391 # splitting by setting IFS to empty value.)
18392 IFS=" "" $as_nl"
18394 # Find who we are. Look in the path if we contain no directory separator.
18395 as_myself=
18396 case $0 in #((
18397 *[\\/]* ) as_myself=$0 ;;
18398 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18399 for as_dir in $PATH
18401 IFS=$as_save_IFS
18402 test -z "$as_dir" && as_dir=.
18403 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18404 done
18405 IFS=$as_save_IFS
18408 esac
18409 # We did not find ourselves, most probably we were run as `sh COMMAND'
18410 # in which case we are not to be found in the path.
18411 if test "x$as_myself" = x; then
18412 as_myself=$0
18414 if test ! -f "$as_myself"; then
18415 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18416 exit 1
18419 # Unset variables that we do not need and which cause bugs (e.g. in
18420 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18421 # suppresses any "Segmentation fault" message there. '((' could
18422 # trigger a bug in pdksh 5.2.14.
18423 for as_var in BASH_ENV ENV MAIL MAILPATH
18424 do eval test x\${$as_var+set} = xset \
18425 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18426 done
18427 PS1='$ '
18428 PS2='> '
18429 PS4='+ '
18431 # NLS nuisances.
18432 LC_ALL=C
18433 export LC_ALL
18434 LANGUAGE=C
18435 export LANGUAGE
18437 # CDPATH.
18438 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18441 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18442 # ----------------------------------------
18443 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18444 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18445 # script with STATUS, using 1 if that was 0.
18446 as_fn_error ()
18448 as_status=$1; test $as_status -eq 0 && as_status=1
18449 if test "$4"; then
18450 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18451 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18453 $as_echo "$as_me: error: $2" >&2
18454 as_fn_exit $as_status
18455 } # as_fn_error
18458 # as_fn_set_status STATUS
18459 # -----------------------
18460 # Set $? to STATUS, without forking.
18461 as_fn_set_status ()
18463 return $1
18464 } # as_fn_set_status
18466 # as_fn_exit STATUS
18467 # -----------------
18468 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18469 as_fn_exit ()
18471 set +e
18472 as_fn_set_status $1
18473 exit $1
18474 } # as_fn_exit
18476 # as_fn_unset VAR
18477 # ---------------
18478 # Portably unset VAR.
18479 as_fn_unset ()
18481 { eval $1=; unset $1;}
18483 as_unset=as_fn_unset
18484 # as_fn_append VAR VALUE
18485 # ----------------------
18486 # Append the text in VALUE to the end of the definition contained in VAR. Take
18487 # advantage of any shell optimizations that allow amortized linear growth over
18488 # repeated appends, instead of the typical quadratic growth present in naive
18489 # implementations.
18490 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18491 eval 'as_fn_append ()
18493 eval $1+=\$2
18495 else
18496 as_fn_append ()
18498 eval $1=\$$1\$2
18500 fi # as_fn_append
18502 # as_fn_arith ARG...
18503 # ------------------
18504 # Perform arithmetic evaluation on the ARGs, and store the result in the
18505 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18506 # must be portable across $(()) and expr.
18507 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18508 eval 'as_fn_arith ()
18510 as_val=$(( $* ))
18512 else
18513 as_fn_arith ()
18515 as_val=`expr "$@" || test $? -eq 1`
18517 fi # as_fn_arith
18520 if expr a : '\(a\)' >/dev/null 2>&1 &&
18521 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18522 as_expr=expr
18523 else
18524 as_expr=false
18527 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18528 as_basename=basename
18529 else
18530 as_basename=false
18533 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18534 as_dirname=dirname
18535 else
18536 as_dirname=false
18539 as_me=`$as_basename -- "$0" ||
18540 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18541 X"$0" : 'X\(//\)$' \| \
18542 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18543 $as_echo X/"$0" |
18544 sed '/^.*\/\([^/][^/]*\)\/*$/{
18545 s//\1/
18548 /^X\/\(\/\/\)$/{
18549 s//\1/
18552 /^X\/\(\/\).*/{
18553 s//\1/
18556 s/.*/./; q'`
18558 # Avoid depending upon Character Ranges.
18559 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18560 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18561 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18562 as_cr_digits='0123456789'
18563 as_cr_alnum=$as_cr_Letters$as_cr_digits
18565 ECHO_C= ECHO_N= ECHO_T=
18566 case `echo -n x` in #(((((
18567 -n*)
18568 case `echo 'xy\c'` in
18569 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18570 xy) ECHO_C='\c';;
18571 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18572 ECHO_T=' ';;
18573 esac;;
18575 ECHO_N='-n';;
18576 esac
18578 rm -f conf$$ conf$$.exe conf$$.file
18579 if test -d conf$$.dir; then
18580 rm -f conf$$.dir/conf$$.file
18581 else
18582 rm -f conf$$.dir
18583 mkdir conf$$.dir 2>/dev/null
18585 if (echo >conf$$.file) 2>/dev/null; then
18586 if ln -s conf$$.file conf$$ 2>/dev/null; then
18587 as_ln_s='ln -s'
18588 # ... but there are two gotchas:
18589 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18590 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18591 # In both cases, we have to default to `cp -pR'.
18592 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18593 as_ln_s='cp -pR'
18594 elif ln conf$$.file conf$$ 2>/dev/null; then
18595 as_ln_s=ln
18596 else
18597 as_ln_s='cp -pR'
18599 else
18600 as_ln_s='cp -pR'
18602 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18603 rmdir conf$$.dir 2>/dev/null
18606 # as_fn_mkdir_p
18607 # -------------
18608 # Create "$as_dir" as a directory, including parents if necessary.
18609 as_fn_mkdir_p ()
18612 case $as_dir in #(
18613 -*) as_dir=./$as_dir;;
18614 esac
18615 test -d "$as_dir" || eval $as_mkdir_p || {
18616 as_dirs=
18617 while :; do
18618 case $as_dir in #(
18619 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18620 *) as_qdir=$as_dir;;
18621 esac
18622 as_dirs="'$as_qdir' $as_dirs"
18623 as_dir=`$as_dirname -- "$as_dir" ||
18624 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18625 X"$as_dir" : 'X\(//\)[^/]' \| \
18626 X"$as_dir" : 'X\(//\)$' \| \
18627 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18628 $as_echo X"$as_dir" |
18629 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18630 s//\1/
18633 /^X\(\/\/\)[^/].*/{
18634 s//\1/
18637 /^X\(\/\/\)$/{
18638 s//\1/
18641 /^X\(\/\).*/{
18642 s//\1/
18645 s/.*/./; q'`
18646 test -d "$as_dir" && break
18647 done
18648 test -z "$as_dirs" || eval "mkdir $as_dirs"
18649 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18652 } # as_fn_mkdir_p
18653 if mkdir -p . 2>/dev/null; then
18654 as_mkdir_p='mkdir -p "$as_dir"'
18655 else
18656 test -d ./-p && rmdir ./-p
18657 as_mkdir_p=false
18661 # as_fn_executable_p FILE
18662 # -----------------------
18663 # Test if FILE is an executable regular file.
18664 as_fn_executable_p ()
18666 test -f "$1" && test -x "$1"
18667 } # as_fn_executable_p
18668 as_test_x='test -x'
18669 as_executable_p=as_fn_executable_p
18671 # Sed expression to map a string onto a valid CPP name.
18672 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18674 # Sed expression to map a string onto a valid variable name.
18675 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18678 exec 6>&1
18679 ## ----------------------------------- ##
18680 ## Main body of $CONFIG_STATUS script. ##
18681 ## ----------------------------------- ##
18682 _ASEOF
18683 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18686 # Save the log message, to keep $0 and so on meaningful, and to
18687 # report actual input values of CONFIG_FILES etc. instead of their
18688 # values after options handling.
18689 ac_log="
18690 This file was extended by Wine $as_me 1.7.50, which was
18691 generated by GNU Autoconf 2.69. Invocation command line was
18693 CONFIG_FILES = $CONFIG_FILES
18694 CONFIG_HEADERS = $CONFIG_HEADERS
18695 CONFIG_LINKS = $CONFIG_LINKS
18696 CONFIG_COMMANDS = $CONFIG_COMMANDS
18697 $ $0 $@
18699 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18702 _ACEOF
18704 case $ac_config_files in *"
18705 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18706 esac
18708 case $ac_config_headers in *"
18709 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18710 esac
18713 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18714 # Files that config.status was made for.
18715 config_files="$ac_config_files"
18716 config_headers="$ac_config_headers"
18717 config_links="$ac_config_links"
18718 config_commands="$ac_config_commands"
18720 _ACEOF
18722 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18723 ac_cs_usage="\
18724 \`$as_me' instantiates files and other configuration actions
18725 from templates according to the current configuration. Unless the files
18726 and actions are specified as TAGs, all are instantiated by default.
18728 Usage: $0 [OPTION]... [TAG]...
18730 -h, --help print this help, then exit
18731 -V, --version print version number and configuration settings, then exit
18732 --config print configuration, then exit
18733 -q, --quiet, --silent
18734 do not print progress messages
18735 -d, --debug don't remove temporary files
18736 --recheck update $as_me by reconfiguring in the same conditions
18737 --file=FILE[:TEMPLATE]
18738 instantiate the configuration file FILE
18739 --header=FILE[:TEMPLATE]
18740 instantiate the configuration header FILE
18742 Configuration files:
18743 $config_files
18745 Configuration headers:
18746 $config_headers
18748 Configuration links:
18749 $config_links
18751 Configuration commands:
18752 $config_commands
18754 Report bugs to <wine-devel@winehq.org>.
18755 Wine home page: <http://www.winehq.org>."
18757 _ACEOF
18758 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18759 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18760 ac_cs_version="\\
18761 Wine config.status 1.7.50
18762 configured by $0, generated by GNU Autoconf 2.69,
18763 with options \\"\$ac_cs_config\\"
18765 Copyright (C) 2012 Free Software Foundation, Inc.
18766 This config.status script is free software; the Free Software Foundation
18767 gives unlimited permission to copy, distribute and modify it."
18769 ac_pwd='$ac_pwd'
18770 srcdir='$srcdir'
18771 test -n "\$AWK" || AWK=awk
18772 _ACEOF
18774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18775 # The default lists apply if the user does not specify any file.
18776 ac_need_defaults=:
18777 while test $# != 0
18779 case $1 in
18780 --*=?*)
18781 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18782 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18783 ac_shift=:
18785 --*=)
18786 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18787 ac_optarg=
18788 ac_shift=:
18791 ac_option=$1
18792 ac_optarg=$2
18793 ac_shift=shift
18795 esac
18797 case $ac_option in
18798 # Handling of the options.
18799 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18800 ac_cs_recheck=: ;;
18801 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18802 $as_echo "$ac_cs_version"; exit ;;
18803 --config | --confi | --conf | --con | --co | --c )
18804 $as_echo "$ac_cs_config"; exit ;;
18805 --debug | --debu | --deb | --de | --d | -d )
18806 debug=: ;;
18807 --file | --fil | --fi | --f )
18808 $ac_shift
18809 case $ac_optarg in
18810 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18811 '') as_fn_error $? "missing file argument" ;;
18812 esac
18813 as_fn_append CONFIG_FILES " '$ac_optarg'"
18814 ac_need_defaults=false;;
18815 --header | --heade | --head | --hea )
18816 $ac_shift
18817 case $ac_optarg in
18818 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18819 esac
18820 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18821 ac_need_defaults=false;;
18822 --he | --h)
18823 # Conflict between --help and --header
18824 as_fn_error $? "ambiguous option: \`$1'
18825 Try \`$0 --help' for more information.";;
18826 --help | --hel | -h )
18827 $as_echo "$ac_cs_usage"; exit ;;
18828 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18829 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18830 ac_cs_silent=: ;;
18832 # This is an error.
18833 -*) as_fn_error $? "unrecognized option: \`$1'
18834 Try \`$0 --help' for more information." ;;
18836 *) as_fn_append ac_config_targets " $1"
18837 ac_need_defaults=false ;;
18839 esac
18840 shift
18841 done
18843 ac_configure_extra_args=
18845 if $ac_cs_silent; then
18846 exec 6>/dev/null
18847 ac_configure_extra_args="$ac_configure_extra_args --silent"
18850 _ACEOF
18851 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18852 if \$ac_cs_recheck; then
18853 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18854 shift
18855 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18856 CONFIG_SHELL='$SHELL'
18857 export CONFIG_SHELL
18858 exec "\$@"
18861 _ACEOF
18862 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18863 exec 5>>config.log
18865 echo
18866 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18867 ## Running $as_me. ##
18868 _ASBOX
18869 $as_echo "$ac_log"
18870 } >&5
18872 _ACEOF
18873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18875 # INIT-COMMANDS
18877 wine_fn_output_makedep ()
18879 as_dir=tools; as_fn_mkdir_p
18880 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18882 wine_fn_output_makefile ()
18884 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18885 `cat $wine_rules_file`
18886 _WINE_EOF
18887 as_fn_error $? "could not create Makefile" "$LINENO" 5
18889 wine_fn_output_gitignore ()
18891 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18892 $GITIGNORE
18893 _WINE_EOF
18894 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18897 _ACEOF
18899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18901 # Handling of arguments.
18902 for ac_config_target in $ac_config_targets
18904 case $ac_config_target in
18905 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18906 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18907 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18908 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18909 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18910 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18911 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18912 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18913 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18914 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18915 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18916 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18917 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18918 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18920 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18921 esac
18922 done
18925 # If the user did not use the arguments to specify the items to instantiate,
18926 # then the envvar interface is used. Set only those that are not.
18927 # We use the long form for the default assignment because of an extremely
18928 # bizarre bug on SunOS 4.1.3.
18929 if $ac_need_defaults; then
18930 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18931 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18932 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18933 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18936 # Have a temporary directory for convenience. Make it in the build tree
18937 # simply because there is no reason against having it here, and in addition,
18938 # creating and moving files from /tmp can sometimes cause problems.
18939 # Hook for its removal unless debugging.
18940 # Note that there is a small window in which the directory will not be cleaned:
18941 # after its creation but before its name has been assigned to `$tmp'.
18942 $debug ||
18944 tmp= ac_tmp=
18945 trap 'exit_status=$?
18946 : "${ac_tmp:=$tmp}"
18947 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18949 trap 'as_fn_exit 1' 1 2 13 15
18951 # Create a (secure) tmp directory for tmp files.
18954 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18955 test -d "$tmp"
18956 } ||
18958 tmp=./conf$$-$RANDOM
18959 (umask 077 && mkdir "$tmp")
18960 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18961 ac_tmp=$tmp
18963 # Set up the scripts for CONFIG_FILES section.
18964 # No need to generate them if there are no CONFIG_FILES.
18965 # This happens for instance with `./config.status config.h'.
18966 if test -n "$CONFIG_FILES"; then
18969 ac_cr=`echo X | tr X '\015'`
18970 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18971 # But we know of no other shell where ac_cr would be empty at this
18972 # point, so we can use a bashism as a fallback.
18973 if test "x$ac_cr" = x; then
18974 eval ac_cr=\$\'\\r\'
18976 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18977 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18978 ac_cs_awk_cr='\\r'
18979 else
18980 ac_cs_awk_cr=$ac_cr
18983 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18984 _ACEOF
18988 echo "cat >conf$$subs.awk <<_ACEOF" &&
18989 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18990 echo "_ACEOF"
18991 } >conf$$subs.sh ||
18992 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18993 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18994 ac_delim='%!_!# '
18995 for ac_last_try in false false false false false :; do
18996 . ./conf$$subs.sh ||
18997 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18999 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19000 if test $ac_delim_n = $ac_delim_num; then
19001 break
19002 elif $ac_last_try; then
19003 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19004 else
19005 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19007 done
19008 rm -f conf$$subs.sh
19010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19011 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19012 _ACEOF
19013 sed -n '
19015 s/^/S["/; s/!.*/"]=/
19018 s/^[^!]*!//
19019 :repl
19020 t repl
19021 s/'"$ac_delim"'$//
19022 t delim
19025 s/\(.\{148\}\)..*/\1/
19026 t more1
19027 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19030 b repl
19031 :more1
19032 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19035 s/.\{148\}//
19036 t nl
19037 :delim
19039 s/\(.\{148\}\)..*/\1/
19040 t more2
19041 s/["\\]/\\&/g; s/^/"/; s/$/"/
19044 :more2
19045 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19048 s/.\{148\}//
19049 t delim
19050 ' <conf$$subs.awk | sed '
19051 /^[^""]/{
19053 s/\n//
19055 ' >>$CONFIG_STATUS || ac_write_fail=1
19056 rm -f conf$$subs.awk
19057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19058 _ACAWK
19059 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19060 for (key in S) S_is_set[key] = 1
19061 FS = "\a"
19065 line = $ 0
19066 nfields = split(line, field, "@")
19067 substed = 0
19068 len = length(field[1])
19069 for (i = 2; i < nfields; i++) {
19070 key = field[i]
19071 keylen = length(key)
19072 if (S_is_set[key]) {
19073 value = S[key]
19074 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19075 len += length(value) + length(field[++i])
19076 substed = 1
19077 } else
19078 len += 1 + keylen
19081 print line
19084 _ACAWK
19085 _ACEOF
19086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19087 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19088 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19089 else
19091 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19092 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19093 _ACEOF
19095 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19096 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19097 # trailing colons and then remove the whole line if VPATH becomes empty
19098 # (actually we leave an empty line to preserve line numbers).
19099 if test "x$srcdir" = x.; then
19100 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19102 s///
19103 s/^/:/
19104 s/[ ]*$/:/
19105 s/:\$(srcdir):/:/g
19106 s/:\${srcdir}:/:/g
19107 s/:@srcdir@:/:/g
19108 s/^:*//
19109 s/:*$//
19111 s/\(=[ ]*\).*/\1/
19113 s/\n//
19114 s/^[^=]*=[ ]*$//
19118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19119 fi # test -n "$CONFIG_FILES"
19121 # Set up the scripts for CONFIG_HEADERS section.
19122 # No need to generate them if there are no CONFIG_HEADERS.
19123 # This happens for instance with `./config.status Makefile'.
19124 if test -n "$CONFIG_HEADERS"; then
19125 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19126 BEGIN {
19127 _ACEOF
19129 # Transform confdefs.h into an awk script `defines.awk', embedded as
19130 # here-document in config.status, that substitutes the proper values into
19131 # config.h.in to produce config.h.
19133 # Create a delimiter string that does not exist in confdefs.h, to ease
19134 # handling of long lines.
19135 ac_delim='%!_!# '
19136 for ac_last_try in false false :; do
19137 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19138 if test -z "$ac_tt"; then
19139 break
19140 elif $ac_last_try; then
19141 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19142 else
19143 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19145 done
19147 # For the awk script, D is an array of macro values keyed by name,
19148 # likewise P contains macro parameters if any. Preserve backslash
19149 # newline sequences.
19151 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19152 sed -n '
19153 s/.\{148\}/&'"$ac_delim"'/g
19154 t rset
19155 :rset
19156 s/^[ ]*#[ ]*define[ ][ ]*/ /
19157 t def
19159 :def
19160 s/\\$//
19161 t bsnl
19162 s/["\\]/\\&/g
19163 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19164 D["\1"]=" \3"/p
19165 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19167 :bsnl
19168 s/["\\]/\\&/g
19169 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19170 D["\1"]=" \3\\\\\\n"\\/p
19171 t cont
19172 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19173 t cont
19175 :cont
19177 s/.\{148\}/&'"$ac_delim"'/g
19178 t clear
19179 :clear
19180 s/\\$//
19181 t bsnlc
19182 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19184 :bsnlc
19185 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19186 b cont
19187 ' <confdefs.h | sed '
19188 s/'"$ac_delim"'/"\\\
19189 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19192 for (key in D) D_is_set[key] = 1
19193 FS = "\a"
19195 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19196 line = \$ 0
19197 split(line, arg, " ")
19198 if (arg[1] == "#") {
19199 defundef = arg[2]
19200 mac1 = arg[3]
19201 } else {
19202 defundef = substr(arg[1], 2)
19203 mac1 = arg[2]
19205 split(mac1, mac2, "(") #)
19206 macro = mac2[1]
19207 prefix = substr(line, 1, index(line, defundef) - 1)
19208 if (D_is_set[macro]) {
19209 # Preserve the white space surrounding the "#".
19210 print prefix "define", macro P[macro] D[macro]
19211 next
19212 } else {
19213 # Replace #undef with comments. This is necessary, for example,
19214 # in the case of _POSIX_SOURCE, which is predefined and required
19215 # on some systems where configure will not decide to define it.
19216 if (defundef == "undef") {
19217 print "/*", prefix defundef, macro, "*/"
19218 next
19222 { print }
19223 _ACAWK
19224 _ACEOF
19225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19226 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19227 fi # test -n "$CONFIG_HEADERS"
19230 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19231 shift
19232 for ac_tag
19234 case $ac_tag in
19235 :[FHLC]) ac_mode=$ac_tag; continue;;
19236 esac
19237 case $ac_mode$ac_tag in
19238 :[FHL]*:*);;
19239 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19240 :[FH]-) ac_tag=-:-;;
19241 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19242 esac
19243 ac_save_IFS=$IFS
19244 IFS=:
19245 set x $ac_tag
19246 IFS=$ac_save_IFS
19247 shift
19248 ac_file=$1
19249 shift
19251 case $ac_mode in
19252 :L) ac_source=$1;;
19253 :[FH])
19254 ac_file_inputs=
19255 for ac_f
19257 case $ac_f in
19258 -) ac_f="$ac_tmp/stdin";;
19259 *) # Look for the file first in the build tree, then in the source tree
19260 # (if the path is not absolute). The absolute path cannot be DOS-style,
19261 # because $ac_f cannot contain `:'.
19262 test -f "$ac_f" ||
19263 case $ac_f in
19264 [\\/$]*) false;;
19265 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19266 esac ||
19267 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19268 esac
19269 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19270 as_fn_append ac_file_inputs " '$ac_f'"
19271 done
19273 # Let's still pretend it is `configure' which instantiates (i.e., don't
19274 # use $as_me), people would be surprised to read:
19275 # /* config.h. Generated by config.status. */
19276 configure_input='Generated from '`
19277 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19278 `' by configure.'
19279 if test x"$ac_file" != x-; then
19280 configure_input="$ac_file. $configure_input"
19281 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19282 $as_echo "$as_me: creating $ac_file" >&6;}
19284 # Neutralize special characters interpreted by sed in replacement strings.
19285 case $configure_input in #(
19286 *\&* | *\|* | *\\* )
19287 ac_sed_conf_input=`$as_echo "$configure_input" |
19288 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19289 *) ac_sed_conf_input=$configure_input;;
19290 esac
19292 case $ac_tag in
19293 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19294 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19295 esac
19297 esac
19299 ac_dir=`$as_dirname -- "$ac_file" ||
19300 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19301 X"$ac_file" : 'X\(//\)[^/]' \| \
19302 X"$ac_file" : 'X\(//\)$' \| \
19303 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19304 $as_echo X"$ac_file" |
19305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19306 s//\1/
19309 /^X\(\/\/\)[^/].*/{
19310 s//\1/
19313 /^X\(\/\/\)$/{
19314 s//\1/
19317 /^X\(\/\).*/{
19318 s//\1/
19321 s/.*/./; q'`
19322 as_dir="$ac_dir"; as_fn_mkdir_p
19323 ac_builddir=.
19325 case "$ac_dir" in
19326 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19328 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19329 # A ".." for each directory in $ac_dir_suffix.
19330 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19331 case $ac_top_builddir_sub in
19332 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19333 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19334 esac ;;
19335 esac
19336 ac_abs_top_builddir=$ac_pwd
19337 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19338 # for backward compatibility:
19339 ac_top_builddir=$ac_top_build_prefix
19341 case $srcdir in
19342 .) # We are building in place.
19343 ac_srcdir=.
19344 ac_top_srcdir=$ac_top_builddir_sub
19345 ac_abs_top_srcdir=$ac_pwd ;;
19346 [\\/]* | ?:[\\/]* ) # Absolute name.
19347 ac_srcdir=$srcdir$ac_dir_suffix;
19348 ac_top_srcdir=$srcdir
19349 ac_abs_top_srcdir=$srcdir ;;
19350 *) # Relative name.
19351 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19352 ac_top_srcdir=$ac_top_build_prefix$srcdir
19353 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19354 esac
19355 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19358 case $ac_mode in
19361 # CONFIG_FILE
19364 _ACEOF
19366 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19367 # If the template does not know about datarootdir, expand it.
19368 # FIXME: This hack should be removed a few years after 2.60.
19369 ac_datarootdir_hack=; ac_datarootdir_seen=
19370 ac_sed_dataroot='
19371 /datarootdir/ {
19375 /@datadir@/p
19376 /@docdir@/p
19377 /@infodir@/p
19378 /@localedir@/p
19379 /@mandir@/p'
19380 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19381 *datarootdir*) ac_datarootdir_seen=yes;;
19382 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19384 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19385 _ACEOF
19386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19387 ac_datarootdir_hack='
19388 s&@datadir@&$datadir&g
19389 s&@docdir@&$docdir&g
19390 s&@infodir@&$infodir&g
19391 s&@localedir@&$localedir&g
19392 s&@mandir@&$mandir&g
19393 s&\\\${datarootdir}&$datarootdir&g' ;;
19394 esac
19395 _ACEOF
19397 # Neutralize VPATH when `$srcdir' = `.'.
19398 # Shell code in configure.ac might set extrasub.
19399 # FIXME: do we really want to maintain this feature?
19400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19401 ac_sed_extra="$ac_vpsub
19402 $extrasub
19403 _ACEOF
19404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19406 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19407 s|@configure_input@|$ac_sed_conf_input|;t t
19408 s&@top_builddir@&$ac_top_builddir_sub&;t t
19409 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19410 s&@srcdir@&$ac_srcdir&;t t
19411 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19412 s&@top_srcdir@&$ac_top_srcdir&;t t
19413 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19414 s&@builddir@&$ac_builddir&;t t
19415 s&@abs_builddir@&$ac_abs_builddir&;t t
19416 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19417 $ac_datarootdir_hack
19419 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19420 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19422 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19423 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19424 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19425 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19427 which seems to be undefined. Please make sure it is defined" >&5
19428 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19429 which seems to be undefined. Please make sure it is defined" >&2;}
19431 rm -f "$ac_tmp/stdin"
19432 case $ac_file in
19433 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19434 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19435 esac \
19436 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19440 # CONFIG_HEADER
19442 if test x"$ac_file" != x-; then
19444 $as_echo "/* $configure_input */" \
19445 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19446 } >"$ac_tmp/config.h" \
19447 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19448 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19449 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19450 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19451 else
19452 rm -f "$ac_file"
19453 mv "$ac_tmp/config.h" "$ac_file" \
19454 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19456 else
19457 $as_echo "/* $configure_input */" \
19458 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19459 || as_fn_error $? "could not create -" "$LINENO" 5
19464 # CONFIG_LINK
19467 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19469 else
19470 # Prefer the file from the source tree if names are identical.
19471 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19472 ac_source=$srcdir/$ac_source
19475 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19476 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19478 if test ! -r "$ac_source"; then
19479 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19481 rm -f "$ac_file"
19483 # Try a relative symlink, then a hard link, then a copy.
19484 case $ac_source in
19485 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19486 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19487 esac
19488 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19489 ln "$ac_source" "$ac_file" 2>/dev/null ||
19490 cp -p "$ac_source" "$ac_file" ||
19491 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19494 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19495 $as_echo "$as_me: executing $ac_file commands" >&6;}
19497 esac
19500 case $ac_file$ac_mode in
19501 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19502 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19503 "Makefile":C) wine_fn_output_makefile Makefile ;;
19504 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19506 esac
19507 done # for ac_tag
19510 as_fn_exit 0
19511 _ACEOF
19512 ac_clean_files=$ac_clean_files_save
19514 test $ac_write_fail = 0 ||
19515 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19518 # configure is writing to config.log, and then calls config.status.
19519 # config.status does its own redirection, appending to config.log.
19520 # Unfortunately, on DOS this fails, as config.log is still kept open
19521 # by configure, so config.status won't be able to write to it; its
19522 # output is simply discarded. So we exec the FD to /dev/null,
19523 # effectively closing config.log, so it can be properly (re)opened and
19524 # appended to by config.status. When coming back to configure, we
19525 # need to make the FD available again.
19526 if test "$no_create" != yes; then
19527 ac_cs_success=:
19528 ac_config_status_args=
19529 test "$silent" = yes &&
19530 ac_config_status_args="$ac_config_status_args --quiet"
19531 exec 5>/dev/null
19532 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19533 exec 5>>config.log
19534 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19535 # would make configure fail if this is the last instruction.
19536 $ac_cs_success || as_fn_exit 1
19538 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19540 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19544 if test "$no_create" = "yes"
19545 then
19546 exit 0
19549 ac_save_IFS="$IFS"
19550 if test "x$wine_notices != "x; then
19551 echo >&6
19552 IFS="|"
19553 for msg in $wine_notices; do
19554 IFS="$ac_save_IFS"
19555 if ${msg:+false} :; then :
19557 else
19558 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19559 $as_echo "$as_me: $msg" >&6;}
19561 done
19563 IFS="|"
19564 for msg in $wine_warnings; do
19565 IFS="$ac_save_IFS"
19566 if ${msg:+false} :; then :
19568 else
19569 echo >&2
19570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19571 $as_echo "$as_me: WARNING: $msg" >&2;}
19573 done
19574 IFS="$ac_save_IFS"
19576 $as_echo "
19577 $as_me: Finished. Do '${ac_make}' to compile Wine.
19578 " >&6