winepulse: Add support for IMarshal.
[wine/multimedia.git] / configure
blob31f54a33b570aa90643ca43c9f3fb111033a3142
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.54'
584 PACKAGE_STRING='Wine 1.7.54'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 PROCSTAT_LIBS
639 KSTAT_LIBS
640 MPG123_LIBS
641 MPG123_CFLAGS
642 TIFF_LIBS
643 TIFF_CFLAGS
644 PNG_LIBS
645 PNG_CFLAGS
646 JPEG_LIBS
647 JPEG_CFLAGS
648 FONTCONFIG_LIBS
649 FONTCONFIG_CFLAGS
650 CUPS_CFLAGS
651 CAPI20_LIBS
652 CAPI20_CFLAGS
653 OSS4_CFLAGS
654 ALSA_LIBS
655 GSTREAMER_LIBS
656 GSTREAMER_CFLAGS
657 PULSE_LIBS
658 PULSE_CFLAGS
659 GETTEXTPO_LIBS
660 Z_LIBS
661 FREETYPE_LIBS
662 FREETYPE_CFLAGS
663 LCMS2_LIBS
664 LCMS2_CFLAGS
665 RESOLV_LIBS
666 GPHOTO2_PORT_LIBS
667 GPHOTO2_PORT_CFLAGS
668 GPHOTO2_LIBS
669 GPHOTO2_CFLAGS
670 SANE_LIBS
671 SANE_CFLAGS
672 GNUTLS_LIBS
673 GNUTLS_CFLAGS
674 HAL_LIBS
675 HAL_CFLAGS
676 DBUS_LIBS
677 DBUS_CFLAGS
678 XSLT_LIBS
679 XSLT_CFLAGS
680 XML2_LIBS
681 XML2_CFLAGS
682 PCAP_LIBS
683 X_EXTRA_LIBS
684 X_LIBS
685 X_PRE_LIBS
686 X_CFLAGS
687 XMKMF
688 PTHREAD_LIBS
689 CROSSCC
690 CROSSTARGET
691 PRELINK
692 CARBON_LIBS
693 QUICKTIME_LIBS
694 OPENCL_LIBS
695 OPENAL_LIBS
696 COREAUDIO_LIBS
697 SECURITY_LIBS
698 DISKARBITRATION_LIBS
699 APPKIT_LIBS
700 CORESERVICES_LIBS
701 APPLICATIONSERVICES_LIBS
702 FORCEFEEDBACK_LIBS
703 IOKIT_LIBS
704 COREFOUNDATION_LIBS
705 LIBWINE_RULES
706 SOCKET_LIBS
707 DLLTOOL
708 LOADER_RULES
709 ALL_TEST_RESOURCES
710 READELF
711 OTOOL
713 LDRPATH_LOCAL
714 LDRPATH_INSTALL
715 DLLFLAGS
716 DLLPREFIX
717 dlldir
719 OPENGL_LIBS
720 ICOTOOL
721 CONVERT
722 RSVG
723 FONTFORGE
724 PKG_CONFIG
725 MSGFMT
726 LDCONFIG
727 EGREP
728 GREP
729 LN_S
730 RANLIB
731 ARFLAGS
732 STRIP
733 ac_ct_AR
735 BISON
736 FLEX
737 TOOLSDIR
738 TARGETFLAGS
740 CPPBIN
741 ac_ct_CXX
742 CXXFLAGS
744 OBJEXT
745 EXEEXT
746 ac_ct_CC
747 CPPFLAGS
748 LDFLAGS
749 CFLAGS
751 SET_MAKE
752 host_os
753 host_vendor
754 host_cpu
755 host
756 build_os
757 build_vendor
758 build_cpu
759 build
760 target_alias
761 host_alias
762 build_alias
763 LIBS
764 ECHO_T
765 ECHO_N
766 ECHO_C
767 DEFS
768 mandir
769 localedir
770 libdir
771 psdir
772 pdfdir
773 dvidir
774 htmldir
775 infodir
776 docdir
777 oldincludedir
778 includedir
779 runstatedir
780 localstatedir
781 sharedstatedir
782 sysconfdir
783 datadir
784 datarootdir
785 libexecdir
786 sbindir
787 bindir
788 program_transform_name
789 prefix
790 exec_prefix
791 PACKAGE_URL
792 PACKAGE_BUGREPORT
793 PACKAGE_STRING
794 PACKAGE_VERSION
795 PACKAGE_TARNAME
796 PACKAGE_NAME
797 PATH_SEPARATOR
798 SHELL'
799 ac_subst_files=''
800 ac_user_opts='
801 enable_option_checking
802 enable_win16
803 enable_win64
804 enable_tests
805 enable_maintainer_mode
806 with_alsa
807 with_capi
808 with_cms
809 with_coreaudio
810 with_cups
811 with_curses
812 with_dbus
813 with_fontconfig
814 with_freetype
815 with_gettext
816 with_gettextpo
817 with_gphoto
818 with_glu
819 with_gnutls
820 with_gsm
821 with_gstreamer
822 with_hal
823 with_jpeg
824 with_ldap
825 with_mpg123
826 with_netapi
827 with_openal
828 with_opencl
829 with_opengl
830 with_osmesa
831 with_oss
832 with_pcap
833 with_png
834 with_pthread
835 with_pulse
836 with_sane
837 with_tiff
838 with_v4l
839 with_xcomposite
840 with_xcursor
841 with_xinerama
842 with_xinput
843 with_xinput2
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_zlib
852 with_wine_tools
853 with_wine64
854 enable_largefile
855 with_x
856 enable_acledit
857 enable_aclui
858 enable_activeds
859 enable_actxprxy
860 enable_advapi32
861 enable_advpack
862 enable_amstream
863 enable_api_ms_win_core_com_l1_1_0
864 enable_api_ms_win_core_console_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_0
866 enable_api_ms_win_core_datetime_l1_1_1
867 enable_api_ms_win_core_debug_l1_1_0
868 enable_api_ms_win_core_debug_l1_1_1
869 enable_api_ms_win_core_errorhandling_l1_1_0
870 enable_api_ms_win_core_errorhandling_l1_1_1
871 enable_api_ms_win_core_errorhandling_l1_1_2
872 enable_api_ms_win_core_fibers_l1_1_0
873 enable_api_ms_win_core_fibers_l1_1_1
874 enable_api_ms_win_core_file_l1_1_0
875 enable_api_ms_win_core_file_l1_2_0
876 enable_api_ms_win_core_file_l2_1_0
877 enable_api_ms_win_core_file_l2_1_1
878 enable_api_ms_win_core_handle_l1_1_0
879 enable_api_ms_win_core_heap_l1_1_0
880 enable_api_ms_win_core_heap_l1_2_0
881 enable_api_ms_win_core_heap_obsolete_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_1_0
883 enable_api_ms_win_core_interlocked_l1_2_0
884 enable_api_ms_win_core_io_l1_1_1
885 enable_api_ms_win_core_kernel32_legacy_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_0
887 enable_api_ms_win_core_libraryloader_l1_1_1
888 enable_api_ms_win_core_localization_l1_2_0
889 enable_api_ms_win_core_localization_l1_2_1
890 enable_api_ms_win_core_localization_obsolete_l1_1_0
891 enable_api_ms_win_core_localregistry_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_0
893 enable_api_ms_win_core_memory_l1_1_1
894 enable_api_ms_win_core_misc_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_1_0
896 enable_api_ms_win_core_namedpipe_l1_2_0
897 enable_api_ms_win_core_processenvironment_l1_1_0
898 enable_api_ms_win_core_processenvironment_l1_2_0
899 enable_api_ms_win_core_processthreads_l1_1_0
900 enable_api_ms_win_core_processthreads_l1_1_1
901 enable_api_ms_win_core_processthreads_l1_1_2
902 enable_api_ms_win_core_profile_l1_1_0
903 enable_api_ms_win_core_psapi_l1_1_0
904 enable_api_ms_win_core_registry_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_1_0
906 enable_api_ms_win_core_rtlsupport_l1_2_0
907 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
908 enable_api_ms_win_core_string_l1_1_0
909 enable_api_ms_win_core_synch_l1_1_0
910 enable_api_ms_win_core_synch_l1_2_0
911 enable_api_ms_win_core_sysinfo_l1_1_0
912 enable_api_ms_win_core_sysinfo_l1_2_0
913 enable_api_ms_win_core_sysinfo_l1_2_1
914 enable_api_ms_win_core_threadpool_legacy_l1_1_0
915 enable_api_ms_win_core_timezone_l1_1_0
916 enable_api_ms_win_core_url_l1_1_0
917 enable_api_ms_win_core_util_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_0
919 enable_api_ms_win_core_winrt_error_l1_1_1
920 enable_api_ms_win_core_winrt_l1_1_0
921 enable_api_ms_win_core_winrt_string_l1_1_0
922 enable_api_ms_win_core_xstate_l2_1_0
923 enable_api_ms_win_crt_conio_l1_1_0
924 enable_api_ms_win_crt_convert_l1_1_0
925 enable_api_ms_win_crt_environment_l1_1_0
926 enable_api_ms_win_crt_filesystem_l1_1_0
927 enable_api_ms_win_crt_heap_l1_1_0
928 enable_api_ms_win_crt_locale_l1_1_0
929 enable_api_ms_win_crt_math_l1_1_0
930 enable_api_ms_win_crt_multibyte_l1_1_0
931 enable_api_ms_win_crt_private_l1_1_0
932 enable_api_ms_win_crt_process_l1_1_0
933 enable_api_ms_win_crt_runtime_l1_1_0
934 enable_api_ms_win_crt_stdio_l1_1_0
935 enable_api_ms_win_crt_string_l1_1_0
936 enable_api_ms_win_crt_time_l1_1_0
937 enable_api_ms_win_crt_utility_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l1_1_0
939 enable_api_ms_win_downlevel_advapi32_l2_1_0
940 enable_api_ms_win_downlevel_normaliz_l1_1_0
941 enable_api_ms_win_downlevel_ole32_l1_1_0
942 enable_api_ms_win_downlevel_shell32_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l1_1_0
944 enable_api_ms_win_downlevel_shlwapi_l2_1_0
945 enable_api_ms_win_downlevel_user32_l1_1_0
946 enable_api_ms_win_downlevel_version_l1_1_0
947 enable_api_ms_win_eventing_provider_l1_1_0
948 enable_api_ms_win_ntuser_dc_access_l1_1_0
949 enable_api_ms_win_security_base_l1_1_0
950 enable_api_ms_win_security_base_l1_2_0
951 enable_api_ms_win_security_sddl_l1_1_0
952 enable_api_ms_win_service_core_l1_1_1
953 enable_api_ms_win_service_management_l1_1_0
954 enable_api_ms_win_service_winsvc_l1_2_0
955 enable_apphelp
956 enable_appwiz_cpl
957 enable_atl
958 enable_atl100
959 enable_atl110
960 enable_atl80
961 enable_atl90
962 enable_authz
963 enable_avicap32
964 enable_avifil32
965 enable_avrt
966 enable_bcrypt
967 enable_browseui
968 enable_cabinet
969 enable_capi2032
970 enable_cards
971 enable_cfgmgr32
972 enable_clusapi
973 enable_combase
974 enable_comcat
975 enable_comctl32
976 enable_comdlg32
977 enable_compstui
978 enable_comsvcs
979 enable_connect
980 enable_credui
981 enable_crtdll
982 enable_crypt32
983 enable_cryptdlg
984 enable_cryptdll
985 enable_cryptext
986 enable_cryptnet
987 enable_cryptui
988 enable_ctapi32
989 enable_ctl3d32
990 enable_d2d1
991 enable_d3d10
992 enable_d3d10_1
993 enable_d3d10core
994 enable_d3d11
995 enable_d3d8
996 enable_d3d9
997 enable_d3dcompiler_33
998 enable_d3dcompiler_34
999 enable_d3dcompiler_35
1000 enable_d3dcompiler_36
1001 enable_d3dcompiler_37
1002 enable_d3dcompiler_38
1003 enable_d3dcompiler_39
1004 enable_d3dcompiler_40
1005 enable_d3dcompiler_41
1006 enable_d3dcompiler_42
1007 enable_d3dcompiler_43
1008 enable_d3dcompiler_46
1009 enable_d3dcompiler_47
1010 enable_d3dim
1011 enable_d3drm
1012 enable_d3dx10_33
1013 enable_d3dx10_34
1014 enable_d3dx10_35
1015 enable_d3dx10_36
1016 enable_d3dx10_37
1017 enable_d3dx10_38
1018 enable_d3dx10_39
1019 enable_d3dx10_40
1020 enable_d3dx10_41
1021 enable_d3dx10_42
1022 enable_d3dx10_43
1023 enable_d3dx11_42
1024 enable_d3dx11_43
1025 enable_d3dx9_24
1026 enable_d3dx9_25
1027 enable_d3dx9_26
1028 enable_d3dx9_27
1029 enable_d3dx9_28
1030 enable_d3dx9_29
1031 enable_d3dx9_30
1032 enable_d3dx9_31
1033 enable_d3dx9_32
1034 enable_d3dx9_33
1035 enable_d3dx9_34
1036 enable_d3dx9_35
1037 enable_d3dx9_36
1038 enable_d3dx9_37
1039 enable_d3dx9_38
1040 enable_d3dx9_39
1041 enable_d3dx9_40
1042 enable_d3dx9_41
1043 enable_d3dx9_42
1044 enable_d3dx9_43
1045 enable_d3dxof
1046 enable_davclnt
1047 enable_dbgeng
1048 enable_dbghelp
1049 enable_dciman32
1050 enable_ddraw
1051 enable_ddrawex
1052 enable_devenum
1053 enable_dhcpcsvc
1054 enable_difxapi
1055 enable_dinput
1056 enable_dinput8
1057 enable_dispex
1058 enable_dmband
1059 enable_dmcompos
1060 enable_dmime
1061 enable_dmloader
1062 enable_dmscript
1063 enable_dmstyle
1064 enable_dmsynth
1065 enable_dmusic
1066 enable_dmusic32
1067 enable_dnsapi
1068 enable_dplay
1069 enable_dplayx
1070 enable_dpnaddr
1071 enable_dpnet
1072 enable_dpnhpast
1073 enable_dpnlobby
1074 enable_dpvoice
1075 enable_dpwsockx
1076 enable_drmclien
1077 enable_dsound
1078 enable_dssenh
1079 enable_dswave
1080 enable_dwmapi
1081 enable_dwrite
1082 enable_dxdiagn
1083 enable_dxgi
1084 enable_dxva2
1085 enable_esent
1086 enable_evr
1087 enable_explorerframe
1088 enable_ext_ms_win_gdi_devcaps_l1_1_0
1089 enable_faultrep
1090 enable_fltlib
1091 enable_fltmgr_sys
1092 enable_fntcache
1093 enable_fontsub
1094 enable_fusion
1095 enable_fwpuclnt
1096 enable_gameux
1097 enable_gdi32
1098 enable_gdiplus
1099 enable_glu32
1100 enable_gphoto2_ds
1101 enable_gpkcsp
1102 enable_hal
1103 enable_hhctrl_ocx
1104 enable_hid
1105 enable_hidclass_sys
1106 enable_hlink
1107 enable_hnetcfg
1108 enable_httpapi
1109 enable_iccvid
1110 enable_icmp
1111 enable_ieframe
1112 enable_imaadp32_acm
1113 enable_imagehlp
1114 enable_imm32
1115 enable_inetcomm
1116 enable_inetcpl_cpl
1117 enable_inetmib1
1118 enable_infosoft
1119 enable_initpki
1120 enable_inkobj
1121 enable_inseng
1122 enable_iphlpapi
1123 enable_itircl
1124 enable_itss
1125 enable_joy_cpl
1126 enable_jscript
1127 enable_jsproxy
1128 enable_kernel32
1129 enable_ksuser
1130 enable_ktmw32
1131 enable_loadperf
1132 enable_localspl
1133 enable_localui
1134 enable_lz32
1135 enable_mapi32
1136 enable_mapistub
1137 enable_mciavi32
1138 enable_mcicda
1139 enable_mciqtz32
1140 enable_mciseq
1141 enable_mciwave
1142 enable_mf
1143 enable_mfplat
1144 enable_mfreadwrite
1145 enable_mgmtapi
1146 enable_midimap
1147 enable_mlang
1148 enable_mmcndmgr
1149 enable_mmdevapi
1150 enable_mountmgr_sys
1151 enable_mpr
1152 enable_mprapi
1153 enable_msacm32_drv
1154 enable_msacm32
1155 enable_msadp32_acm
1156 enable_msasn1
1157 enable_mscat32
1158 enable_mscms
1159 enable_mscoree
1160 enable_msctf
1161 enable_msctfp
1162 enable_msdaps
1163 enable_msdelta
1164 enable_msdmo
1165 enable_msftedit
1166 enable_msg711_acm
1167 enable_msgsm32_acm
1168 enable_mshtml_tlb
1169 enable_mshtml
1170 enable_msi
1171 enable_msident
1172 enable_msimg32
1173 enable_msimsg
1174 enable_msimtf
1175 enable_msisip
1176 enable_msisys_ocx
1177 enable_msls31
1178 enable_msnet32
1179 enable_mspatcha
1180 enable_msrle32
1181 enable_msscript_ocx
1182 enable_mssign32
1183 enable_mssip32
1184 enable_mstask
1185 enable_msvcirt
1186 enable_msvcm80
1187 enable_msvcm90
1188 enable_msvcp100
1189 enable_msvcp110
1190 enable_msvcp120
1191 enable_msvcp120_app
1192 enable_msvcp60
1193 enable_msvcp70
1194 enable_msvcp71
1195 enable_msvcp80
1196 enable_msvcp90
1197 enable_msvcr100
1198 enable_msvcr110
1199 enable_msvcr120
1200 enable_msvcr120_app
1201 enable_msvcr70
1202 enable_msvcr71
1203 enable_msvcr80
1204 enable_msvcr90
1205 enable_msvcrt
1206 enable_msvcrt20
1207 enable_msvcrt40
1208 enable_msvcrtd
1209 enable_msvfw32
1210 enable_msvidc32
1211 enable_mswsock
1212 enable_msxml
1213 enable_msxml2
1214 enable_msxml3
1215 enable_msxml4
1216 enable_msxml6
1217 enable_nddeapi
1218 enable_ndis_sys
1219 enable_netapi32
1220 enable_netcfgx
1221 enable_netprofm
1222 enable_newdev
1223 enable_normaliz
1224 enable_npmshtml
1225 enable_npptools
1226 enable_ntdll
1227 enable_ntdsapi
1228 enable_ntoskrnl_exe
1229 enable_ntprint
1230 enable_objsel
1231 enable_odbc32
1232 enable_odbccp32
1233 enable_odbccu32
1234 enable_ole32
1235 enable_oleacc
1236 enable_oleaut32
1237 enable_olecli32
1238 enable_oledb32
1239 enable_oledlg
1240 enable_olepro32
1241 enable_olesvr32
1242 enable_olethk32
1243 enable_openal32
1244 enable_opencl
1245 enable_opengl32
1246 enable_packager
1247 enable_pdh
1248 enable_photometadatahandler
1249 enable_pidgen
1250 enable_powrprof
1251 enable_printui
1252 enable_prntvpt
1253 enable_propsys
1254 enable_psapi
1255 enable_pstorec
1256 enable_qcap
1257 enable_qedit
1258 enable_qmgr
1259 enable_qmgrprxy
1260 enable_quartz
1261 enable_query
1262 enable_rasapi32
1263 enable_rasdlg
1264 enable_regapi
1265 enable_resutils
1266 enable_riched20
1267 enable_riched32
1268 enable_rpcrt4
1269 enable_rsabase
1270 enable_rsaenh
1271 enable_rstrtmgr
1272 enable_rtutils
1273 enable_samlib
1274 enable_sane_ds
1275 enable_scarddlg
1276 enable_sccbase
1277 enable_schannel
1278 enable_schedsvc
1279 enable_scrrun
1280 enable_scsiport_sys
1281 enable_secur32
1282 enable_security
1283 enable_sensapi
1284 enable_serialui
1285 enable_setupapi
1286 enable_sfc
1287 enable_sfc_os
1288 enable_shdoclc
1289 enable_shdocvw
1290 enable_shell32
1291 enable_shfolder
1292 enable_shlwapi
1293 enable_slbcsp
1294 enable_slc
1295 enable_snmpapi
1296 enable_softpub
1297 enable_spoolss
1298 enable_stdole2_tlb
1299 enable_stdole32_tlb
1300 enable_sti
1301 enable_svrapi
1302 enable_sxs
1303 enable_t2embed
1304 enable_tapi32
1305 enable_taskschd
1306 enable_traffic
1307 enable_twain_32
1308 enable_ucrtbase
1309 enable_unicows
1310 enable_updspapi
1311 enable_url
1312 enable_urlmon
1313 enable_usbd_sys
1314 enable_user32
1315 enable_userenv
1316 enable_usp10
1317 enable_uxtheme
1318 enable_vbscript
1319 enable_vcomp
1320 enable_vcomp100
1321 enable_vcomp110
1322 enable_vcomp120
1323 enable_vcomp90
1324 enable_vcruntime140
1325 enable_vdmdbg
1326 enable_version
1327 enable_vssapi
1328 enable_wbemdisp
1329 enable_wbemprox
1330 enable_webservices
1331 enable_wer
1332 enable_wevtapi
1333 enable_wiaservc
1334 enable_wimgapi
1335 enable_windowscodecs
1336 enable_windowscodecsext
1337 enable_winealsa_drv
1338 enable_winecoreaudio_drv
1339 enable_wined3d
1340 enable_winegstreamer
1341 enable_winejoystick_drv
1342 enable_winemac_drv
1343 enable_winemapi
1344 enable_winemp3_acm
1345 enable_wineoss_drv
1346 enable_wineps_drv
1347 enable_winepulse_drv
1348 enable_wineqtdecoder
1349 enable_winex11_drv
1350 enable_wing32
1351 enable_winhttp
1352 enable_wininet
1353 enable_winmm
1354 enable_winnls32
1355 enable_winscard
1356 enable_winspool_drv
1357 enable_winsta
1358 enable_wintab32
1359 enable_wintrust
1360 enable_wlanapi
1361 enable_wldap32
1362 enable_wmi
1363 enable_wmiutils
1364 enable_wmp
1365 enable_wmvcore
1366 enable_wnaspi32
1367 enable_wpcap
1368 enable_ws2_32
1369 enable_wshom_ocx
1370 enable_wsnmp32
1371 enable_wsock32
1372 enable_wtsapi32
1373 enable_wuapi
1374 enable_wuaueng
1375 enable_x3daudio1_0
1376 enable_x3daudio1_1
1377 enable_x3daudio1_2
1378 enable_x3daudio1_3
1379 enable_x3daudio1_4
1380 enable_x3daudio1_5
1381 enable_x3daudio1_6
1382 enable_x3daudio1_7
1383 enable_xapofx1_1
1384 enable_xapofx1_2
1385 enable_xapofx1_3
1386 enable_xapofx1_4
1387 enable_xapofx1_5
1388 enable_xaudio2_0
1389 enable_xaudio2_1
1390 enable_xaudio2_2
1391 enable_xaudio2_3
1392 enable_xaudio2_4
1393 enable_xaudio2_5
1394 enable_xaudio2_6
1395 enable_xaudio2_7
1396 enable_xaudio2_8
1397 enable_xinput1_1
1398 enable_xinput1_2
1399 enable_xinput1_3
1400 enable_xinput1_4
1401 enable_xinput9_1_0
1402 enable_xmllite
1403 enable_xolehlp
1404 enable_xpsprint
1405 enable_xpssvcs
1406 enable_documentation
1407 enable_fonts
1408 enable_include
1409 enable_libs_port
1410 enable_libs_wine
1411 enable_libs_wpp
1412 enable_loader
1413 enable_arp
1414 enable_aspnet_regiis
1415 enable_attrib
1416 enable_cabarc
1417 enable_cacls
1418 enable_clock
1419 enable_cmd
1420 enable_conhost
1421 enable_control
1422 enable_cscript
1423 enable_dpnsvr
1424 enable_dxdiag
1425 enable_eject
1426 enable_expand
1427 enable_explorer
1428 enable_extrac32
1429 enable_findstr
1430 enable_hh
1431 enable_hostname
1432 enable_icinfo
1433 enable_iexplore
1434 enable_ipconfig
1435 enable_lodctr
1436 enable_mofcomp
1437 enable_mshta
1438 enable_msiexec
1439 enable_net
1440 enable_netsh
1441 enable_netstat
1442 enable_ngen
1443 enable_notepad
1444 enable_oleview
1445 enable_ping
1446 enable_plugplay
1447 enable_presentationfontcache
1448 enable_progman
1449 enable_reg
1450 enable_regasm
1451 enable_regedit
1452 enable_regsvcs
1453 enable_regsvr32
1454 enable_rpcss
1455 enable_rundll32
1456 enable_sc
1457 enable_schtasks
1458 enable_sdbinst
1459 enable_secedit
1460 enable_servicemodelreg
1461 enable_services
1462 enable_spoolsv
1463 enable_start
1464 enable_svchost
1465 enable_systeminfo
1466 enable_taskkill
1467 enable_tasklist
1468 enable_taskmgr
1469 enable_termsv
1470 enable_uninstaller
1471 enable_unlodctr
1472 enable_view
1473 enable_wevtutil
1474 enable_wineboot
1475 enable_winebrowser
1476 enable_winecfg
1477 enable_wineconsole
1478 enable_winedbg
1479 enable_winedevice
1480 enable_winefile
1481 enable_winemenubuilder
1482 enable_winemine
1483 enable_winemsibuilder
1484 enable_winepath
1485 enable_winetest
1486 enable_winhlp32
1487 enable_winver
1488 enable_wmic
1489 enable_wordpad
1490 enable_write
1491 enable_wscript
1492 enable_wusa
1493 enable_xcopy
1494 enable_server
1495 enable_tools
1497 ac_precious_vars='build_alias
1498 host_alias
1499 target_alias
1501 CFLAGS
1502 LDFLAGS
1503 LIBS
1504 CPPFLAGS
1506 CXXFLAGS
1509 XMKMF
1510 XML2_CFLAGS
1511 XML2_LIBS
1512 XSLT_CFLAGS
1513 XSLT_LIBS
1514 DBUS_CFLAGS
1515 DBUS_LIBS
1516 HAL_CFLAGS
1517 HAL_LIBS
1518 GNUTLS_CFLAGS
1519 GNUTLS_LIBS
1520 SANE_CFLAGS
1521 SANE_LIBS
1522 GPHOTO2_CFLAGS
1523 GPHOTO2_LIBS
1524 GPHOTO2_PORT_CFLAGS
1525 GPHOTO2_PORT_LIBS
1526 LCMS2_CFLAGS
1527 LCMS2_LIBS
1528 FREETYPE_CFLAGS
1529 FREETYPE_LIBS
1530 PULSE_CFLAGS
1531 PULSE_LIBS
1532 GSTREAMER_CFLAGS
1533 GSTREAMER_LIBS
1534 CAPI20_CFLAGS
1535 CAPI20_LIBS
1536 FONTCONFIG_CFLAGS
1537 FONTCONFIG_LIBS
1538 JPEG_CFLAGS
1539 JPEG_LIBS
1540 PNG_CFLAGS
1541 PNG_LIBS
1542 TIFF_CFLAGS
1543 TIFF_LIBS
1544 MPG123_CFLAGS
1545 MPG123_LIBS'
1548 # Initialize some variables set by options.
1549 ac_init_help=
1550 ac_init_version=false
1551 ac_unrecognized_opts=
1552 ac_unrecognized_sep=
1553 # The variables have the same names as the options, with
1554 # dashes changed to underlines.
1555 cache_file=/dev/null
1556 exec_prefix=NONE
1557 no_create=
1558 no_recursion=
1559 prefix=NONE
1560 program_prefix=NONE
1561 program_suffix=NONE
1562 program_transform_name=s,x,x,
1563 silent=
1564 site=
1565 srcdir=
1566 verbose=
1567 x_includes=NONE
1568 x_libraries=NONE
1570 # Installation directory options.
1571 # These are left unexpanded so users can "make install exec_prefix=/foo"
1572 # and all the variables that are supposed to be based on exec_prefix
1573 # by default will actually change.
1574 # Use braces instead of parens because sh, perl, etc. also accept them.
1575 # (The list follows the same order as the GNU Coding Standards.)
1576 bindir='${exec_prefix}/bin'
1577 sbindir='${exec_prefix}/sbin'
1578 libexecdir='${exec_prefix}/libexec'
1579 datarootdir='${prefix}/share'
1580 datadir='${datarootdir}'
1581 sysconfdir='${prefix}/etc'
1582 sharedstatedir='${prefix}/com'
1583 localstatedir='${prefix}/var'
1584 runstatedir='${localstatedir}/run'
1585 includedir='${prefix}/include'
1586 oldincludedir='/usr/include'
1587 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1588 infodir='${datarootdir}/info'
1589 htmldir='${docdir}'
1590 dvidir='${docdir}'
1591 pdfdir='${docdir}'
1592 psdir='${docdir}'
1593 libdir='${exec_prefix}/lib'
1594 localedir='${datarootdir}/locale'
1595 mandir='${datarootdir}/man'
1597 ac_prev=
1598 ac_dashdash=
1599 for ac_option
1601 # If the previous option needs an argument, assign it.
1602 if test -n "$ac_prev"; then
1603 eval $ac_prev=\$ac_option
1604 ac_prev=
1605 continue
1608 case $ac_option in
1609 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1610 *=) ac_optarg= ;;
1611 *) ac_optarg=yes ;;
1612 esac
1614 # Accept the important Cygnus configure options, so we can diagnose typos.
1616 case $ac_dashdash$ac_option in
1618 ac_dashdash=yes ;;
1620 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1621 ac_prev=bindir ;;
1622 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1623 bindir=$ac_optarg ;;
1625 -build | --build | --buil | --bui | --bu)
1626 ac_prev=build_alias ;;
1627 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1628 build_alias=$ac_optarg ;;
1630 -cache-file | --cache-file | --cache-fil | --cache-fi \
1631 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1632 ac_prev=cache_file ;;
1633 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1634 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1635 cache_file=$ac_optarg ;;
1637 --config-cache | -C)
1638 cache_file=config.cache ;;
1640 -datadir | --datadir | --datadi | --datad)
1641 ac_prev=datadir ;;
1642 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1643 datadir=$ac_optarg ;;
1645 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1646 | --dataroo | --dataro | --datar)
1647 ac_prev=datarootdir ;;
1648 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1649 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1650 datarootdir=$ac_optarg ;;
1652 -disable-* | --disable-*)
1653 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1654 # Reject names that are not valid shell variable names.
1655 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1656 as_fn_error $? "invalid feature name: $ac_useropt"
1657 ac_useropt_orig=$ac_useropt
1658 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1659 case $ac_user_opts in
1661 "enable_$ac_useropt"
1662 "*) ;;
1663 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1664 ac_unrecognized_sep=', ';;
1665 esac
1666 eval enable_$ac_useropt=no ;;
1668 -docdir | --docdir | --docdi | --doc | --do)
1669 ac_prev=docdir ;;
1670 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1671 docdir=$ac_optarg ;;
1673 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1674 ac_prev=dvidir ;;
1675 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1676 dvidir=$ac_optarg ;;
1678 -enable-* | --enable-*)
1679 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1680 # Reject names that are not valid shell variable names.
1681 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1682 as_fn_error $? "invalid feature name: $ac_useropt"
1683 ac_useropt_orig=$ac_useropt
1684 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1685 case $ac_user_opts in
1687 "enable_$ac_useropt"
1688 "*) ;;
1689 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1690 ac_unrecognized_sep=', ';;
1691 esac
1692 eval enable_$ac_useropt=\$ac_optarg ;;
1694 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1695 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1696 | --exec | --exe | --ex)
1697 ac_prev=exec_prefix ;;
1698 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1699 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1700 | --exec=* | --exe=* | --ex=*)
1701 exec_prefix=$ac_optarg ;;
1703 -gas | --gas | --ga | --g)
1704 # Obsolete; use --with-gas.
1705 with_gas=yes ;;
1707 -help | --help | --hel | --he | -h)
1708 ac_init_help=long ;;
1709 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1710 ac_init_help=recursive ;;
1711 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1712 ac_init_help=short ;;
1714 -host | --host | --hos | --ho)
1715 ac_prev=host_alias ;;
1716 -host=* | --host=* | --hos=* | --ho=*)
1717 host_alias=$ac_optarg ;;
1719 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1720 ac_prev=htmldir ;;
1721 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1722 | --ht=*)
1723 htmldir=$ac_optarg ;;
1725 -includedir | --includedir | --includedi | --included | --include \
1726 | --includ | --inclu | --incl | --inc)
1727 ac_prev=includedir ;;
1728 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1729 | --includ=* | --inclu=* | --incl=* | --inc=*)
1730 includedir=$ac_optarg ;;
1732 -infodir | --infodir | --infodi | --infod | --info | --inf)
1733 ac_prev=infodir ;;
1734 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1735 infodir=$ac_optarg ;;
1737 -libdir | --libdir | --libdi | --libd)
1738 ac_prev=libdir ;;
1739 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1740 libdir=$ac_optarg ;;
1742 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1743 | --libexe | --libex | --libe)
1744 ac_prev=libexecdir ;;
1745 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1746 | --libexe=* | --libex=* | --libe=*)
1747 libexecdir=$ac_optarg ;;
1749 -localedir | --localedir | --localedi | --localed | --locale)
1750 ac_prev=localedir ;;
1751 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1752 localedir=$ac_optarg ;;
1754 -localstatedir | --localstatedir | --localstatedi | --localstated \
1755 | --localstate | --localstat | --localsta | --localst | --locals)
1756 ac_prev=localstatedir ;;
1757 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1758 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1759 localstatedir=$ac_optarg ;;
1761 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1762 ac_prev=mandir ;;
1763 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1764 mandir=$ac_optarg ;;
1766 -nfp | --nfp | --nf)
1767 # Obsolete; use --without-fp.
1768 with_fp=no ;;
1770 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1771 | --no-cr | --no-c | -n)
1772 no_create=yes ;;
1774 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1775 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1776 no_recursion=yes ;;
1778 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1779 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1780 | --oldin | --oldi | --old | --ol | --o)
1781 ac_prev=oldincludedir ;;
1782 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1783 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1784 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1785 oldincludedir=$ac_optarg ;;
1787 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1788 ac_prev=prefix ;;
1789 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1790 prefix=$ac_optarg ;;
1792 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1793 | --program-pre | --program-pr | --program-p)
1794 ac_prev=program_prefix ;;
1795 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1796 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1797 program_prefix=$ac_optarg ;;
1799 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1800 | --program-suf | --program-su | --program-s)
1801 ac_prev=program_suffix ;;
1802 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1803 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1804 program_suffix=$ac_optarg ;;
1806 -program-transform-name | --program-transform-name \
1807 | --program-transform-nam | --program-transform-na \
1808 | --program-transform-n | --program-transform- \
1809 | --program-transform | --program-transfor \
1810 | --program-transfo | --program-transf \
1811 | --program-trans | --program-tran \
1812 | --progr-tra | --program-tr | --program-t)
1813 ac_prev=program_transform_name ;;
1814 -program-transform-name=* | --program-transform-name=* \
1815 | --program-transform-nam=* | --program-transform-na=* \
1816 | --program-transform-n=* | --program-transform-=* \
1817 | --program-transform=* | --program-transfor=* \
1818 | --program-transfo=* | --program-transf=* \
1819 | --program-trans=* | --program-tran=* \
1820 | --progr-tra=* | --program-tr=* | --program-t=*)
1821 program_transform_name=$ac_optarg ;;
1823 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1824 ac_prev=pdfdir ;;
1825 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1826 pdfdir=$ac_optarg ;;
1828 -psdir | --psdir | --psdi | --psd | --ps)
1829 ac_prev=psdir ;;
1830 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1831 psdir=$ac_optarg ;;
1833 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1834 | -silent | --silent | --silen | --sile | --sil)
1835 silent=yes ;;
1837 -runstatedir | --runstatedir | --runstatedi | --runstated \
1838 | --runstate | --runstat | --runsta | --runst | --runs \
1839 | --run | --ru | --r)
1840 ac_prev=runstatedir ;;
1841 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1842 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1843 | --run=* | --ru=* | --r=*)
1844 runstatedir=$ac_optarg ;;
1846 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1847 ac_prev=sbindir ;;
1848 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1849 | --sbi=* | --sb=*)
1850 sbindir=$ac_optarg ;;
1852 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1853 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1854 | --sharedst | --shareds | --shared | --share | --shar \
1855 | --sha | --sh)
1856 ac_prev=sharedstatedir ;;
1857 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1858 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1859 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1860 | --sha=* | --sh=*)
1861 sharedstatedir=$ac_optarg ;;
1863 -site | --site | --sit)
1864 ac_prev=site ;;
1865 -site=* | --site=* | --sit=*)
1866 site=$ac_optarg ;;
1868 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1869 ac_prev=srcdir ;;
1870 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1871 srcdir=$ac_optarg ;;
1873 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1874 | --syscon | --sysco | --sysc | --sys | --sy)
1875 ac_prev=sysconfdir ;;
1876 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1877 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1878 sysconfdir=$ac_optarg ;;
1880 -target | --target | --targe | --targ | --tar | --ta | --t)
1881 ac_prev=target_alias ;;
1882 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1883 target_alias=$ac_optarg ;;
1885 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1886 verbose=yes ;;
1888 -version | --version | --versio | --versi | --vers | -V)
1889 ac_init_version=: ;;
1891 -with-* | --with-*)
1892 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1893 # Reject names that are not valid shell variable names.
1894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1895 as_fn_error $? "invalid package name: $ac_useropt"
1896 ac_useropt_orig=$ac_useropt
1897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1898 case $ac_user_opts in
1900 "with_$ac_useropt"
1901 "*) ;;
1902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1903 ac_unrecognized_sep=', ';;
1904 esac
1905 eval with_$ac_useropt=\$ac_optarg ;;
1907 -without-* | --without-*)
1908 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1909 # Reject names that are not valid shell variable names.
1910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1911 as_fn_error $? "invalid package name: $ac_useropt"
1912 ac_useropt_orig=$ac_useropt
1913 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1914 case $ac_user_opts in
1916 "with_$ac_useropt"
1917 "*) ;;
1918 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1919 ac_unrecognized_sep=', ';;
1920 esac
1921 eval with_$ac_useropt=no ;;
1923 --x)
1924 # Obsolete; use --with-x.
1925 with_x=yes ;;
1927 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1928 | --x-incl | --x-inc | --x-in | --x-i)
1929 ac_prev=x_includes ;;
1930 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1931 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1932 x_includes=$ac_optarg ;;
1934 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1935 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1936 ac_prev=x_libraries ;;
1937 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1938 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1939 x_libraries=$ac_optarg ;;
1941 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1942 Try \`$0 --help' for more information"
1945 *=*)
1946 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1947 # Reject names that are not valid shell variable names.
1948 case $ac_envvar in #(
1949 '' | [0-9]* | *[!_$as_cr_alnum]* )
1950 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1951 esac
1952 eval $ac_envvar=\$ac_optarg
1953 export $ac_envvar ;;
1956 # FIXME: should be removed in autoconf 3.0.
1957 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1958 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1959 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1960 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1963 esac
1964 done
1966 if test -n "$ac_prev"; then
1967 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1968 as_fn_error $? "missing argument to $ac_option"
1971 if test -n "$ac_unrecognized_opts"; then
1972 case $enable_option_checking in
1973 no) ;;
1974 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1975 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1976 esac
1979 # Check all directory arguments for consistency.
1980 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1981 datadir sysconfdir sharedstatedir localstatedir includedir \
1982 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1983 libdir localedir mandir runstatedir
1985 eval ac_val=\$$ac_var
1986 # Remove trailing slashes.
1987 case $ac_val in
1988 */ )
1989 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1990 eval $ac_var=\$ac_val;;
1991 esac
1992 # Be sure to have absolute directory names.
1993 case $ac_val in
1994 [\\/$]* | ?:[\\/]* ) continue;;
1995 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1996 esac
1997 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1998 done
2000 # There might be people who depend on the old broken behavior: `$host'
2001 # used to hold the argument of --host etc.
2002 # FIXME: To remove some day.
2003 build=$build_alias
2004 host=$host_alias
2005 target=$target_alias
2007 # FIXME: To remove some day.
2008 if test "x$host_alias" != x; then
2009 if test "x$build_alias" = x; then
2010 cross_compiling=maybe
2011 elif test "x$build_alias" != "x$host_alias"; then
2012 cross_compiling=yes
2016 ac_tool_prefix=
2017 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2019 test "$silent" = yes && exec 6>/dev/null
2022 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2023 ac_ls_di=`ls -di .` &&
2024 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2025 as_fn_error $? "working directory cannot be determined"
2026 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2027 as_fn_error $? "pwd does not report name of working directory"
2030 # Find the source files, if location was not specified.
2031 if test -z "$srcdir"; then
2032 ac_srcdir_defaulted=yes
2033 # Try the directory containing this script, then the parent directory.
2034 ac_confdir=`$as_dirname -- "$as_myself" ||
2035 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2036 X"$as_myself" : 'X\(//\)[^/]' \| \
2037 X"$as_myself" : 'X\(//\)$' \| \
2038 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2039 $as_echo X"$as_myself" |
2040 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2041 s//\1/
2044 /^X\(\/\/\)[^/].*/{
2045 s//\1/
2048 /^X\(\/\/\)$/{
2049 s//\1/
2052 /^X\(\/\).*/{
2053 s//\1/
2056 s/.*/./; q'`
2057 srcdir=$ac_confdir
2058 if test ! -r "$srcdir/$ac_unique_file"; then
2059 srcdir=..
2061 else
2062 ac_srcdir_defaulted=no
2064 if test ! -r "$srcdir/$ac_unique_file"; then
2065 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2066 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2068 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2069 ac_abs_confdir=`(
2070 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2071 pwd)`
2072 # When building in place, set srcdir=.
2073 if test "$ac_abs_confdir" = "$ac_pwd"; then
2074 srcdir=.
2076 # Remove unnecessary trailing slashes from srcdir.
2077 # Double slashes in file names in object file debugging info
2078 # mess up M-x gdb in Emacs.
2079 case $srcdir in
2080 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2081 esac
2082 for ac_var in $ac_precious_vars; do
2083 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2084 eval ac_env_${ac_var}_value=\$${ac_var}
2085 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2086 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2087 done
2090 # Report the --help message.
2092 if test "$ac_init_help" = "long"; then
2093 # Omit some internal or obsolete options to make the list less imposing.
2094 # This message is too long to be a string in the A/UX 3.1 sh.
2095 cat <<_ACEOF
2096 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2098 Usage: $0 [OPTION]... [VAR=VALUE]...
2100 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2101 VAR=VALUE. See below for descriptions of some of the useful variables.
2103 Defaults for the options are specified in brackets.
2105 Configuration:
2106 -h, --help display this help and exit
2107 --help=short display options specific to this package
2108 --help=recursive display the short help of all the included packages
2109 -V, --version display version information and exit
2110 -q, --quiet, --silent do not print \`checking ...' messages
2111 --cache-file=FILE cache test results in FILE [disabled]
2112 -C, --config-cache alias for \`--cache-file=config.cache'
2113 -n, --no-create do not create output files
2114 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2116 Installation directories:
2117 --prefix=PREFIX install architecture-independent files in PREFIX
2118 [$ac_default_prefix]
2119 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2120 [PREFIX]
2122 By default, \`make install' will install all the files in
2123 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2124 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2125 for instance \`--prefix=\$HOME'.
2127 For better control, use the options below.
2129 Fine tuning of the installation directories:
2130 --bindir=DIR user executables [EPREFIX/bin]
2131 --sbindir=DIR system admin executables [EPREFIX/sbin]
2132 --libexecdir=DIR program executables [EPREFIX/libexec]
2133 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2134 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2135 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2136 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2137 --libdir=DIR object code libraries [EPREFIX/lib]
2138 --includedir=DIR C header files [PREFIX/include]
2139 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2140 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2141 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2142 --infodir=DIR info documentation [DATAROOTDIR/info]
2143 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2144 --mandir=DIR man documentation [DATAROOTDIR/man]
2145 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2146 --htmldir=DIR html documentation [DOCDIR]
2147 --dvidir=DIR dvi documentation [DOCDIR]
2148 --pdfdir=DIR pdf documentation [DOCDIR]
2149 --psdir=DIR ps documentation [DOCDIR]
2150 _ACEOF
2152 cat <<\_ACEOF
2154 X features:
2155 --x-includes=DIR X include files are in DIR
2156 --x-libraries=DIR X library files are in DIR
2158 System types:
2159 --build=BUILD configure for building on BUILD [guessed]
2160 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2161 _ACEOF
2164 if test -n "$ac_init_help"; then
2165 case $ac_init_help in
2166 short | recursive ) echo "Configuration of Wine 1.7.54:";;
2167 esac
2168 cat <<\_ACEOF
2170 Optional Features:
2171 --disable-option-checking ignore unrecognized --enable/--with options
2172 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2173 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2174 --disable-win16 do not include Win16 support
2175 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2176 binaries)
2177 --disable-tests do not build the regression tests
2178 --enable-maintainer-mode
2179 enable maintainer-specific build rules
2180 --disable-largefile omit support for large files
2182 Optional Packages:
2183 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2184 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2185 --without-alsa do not use the Alsa sound support
2186 --without-capi do not use CAPI (ISDN support)
2187 --without-cms do not use CMS (color management support)
2188 --without-coreaudio do not use the CoreAudio sound support
2189 --without-cups do not use CUPS
2190 --without-curses do not use (n)curses
2191 --without-dbus do not use DBus (dynamic device support)
2192 --without-fontconfig do not use fontconfig
2193 --without-freetype do not use the FreeType library
2194 --without-gettext do not use gettext
2195 --with-gettextpo use the GetTextPO library to rebuild po files
2196 --without-gphoto do not use gphoto (Digital Camera support)
2197 --without-glu do not use the GLU library
2198 --without-gnutls do not use GnuTLS (schannel support)
2199 --without-gsm do not use libgsm (GSM 06.10 codec support)
2200 --without-gstreamer do not use GStreamer (codecs support)
2201 --without-hal do not use HAL (dynamic device support)
2202 --without-jpeg do not use JPEG
2203 --without-ldap do not use LDAP
2204 --without-mpg123 do not use the mpg123 library
2205 --without-netapi do not use the Samba NetAPI library
2206 --without-openal do not use OpenAL
2207 --without-opencl do not use OpenCL
2208 --without-opengl do not use OpenGL
2209 --without-osmesa do not use the OSMesa library
2210 --without-oss do not use the OSS sound support
2211 --without-pcap do not use the Packet Capture library
2212 --without-png do not use PNG
2213 --without-pthread do not use the pthread library
2214 --without-pulse do not use PulseAudio sound support
2215 --without-sane do not use SANE (scanner support)
2216 --without-tiff do not use TIFF
2217 --without-v4l do not use v4l1 (v4l support)
2218 --without-xcomposite do not use the Xcomposite extension
2219 --without-xcursor do not use the Xcursor extension
2220 --without-xinerama do not use Xinerama (multi-monitor support)
2221 --without-xinput do not use the Xinput extension
2222 --without-xinput2 do not use the Xinput 2 extension
2223 --without-xml do not use XML
2224 --without-xrandr do not use Xrandr (resolution changes)
2225 --without-xrender do not use the Xrender extension
2226 --without-xshape do not use the Xshape extension
2227 --without-xshm do not use XShm (shared memory extension)
2228 --without-xslt do not use XSLT
2229 --without-xxf86vm do not use XFree video mode extension
2230 --without-zlib do not use Zlib (data compression)
2231 --with-wine-tools=DIR use Wine tools from directory DIR
2232 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2233 --with-x use the X Window System
2235 Some influential environment variables:
2236 CC C compiler command
2237 CFLAGS C compiler flags
2238 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2239 nonstandard directory <lib dir>
2240 LIBS libraries to pass to the linker, e.g. -l<library>
2241 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2242 you have headers in a nonstandard directory <include dir>
2243 CXX C++ compiler command
2244 CXXFLAGS C++ compiler flags
2245 CPP C preprocessor
2246 XMKMF Path to xmkmf, Makefile generator for X Window System
2247 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2248 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2249 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2250 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2251 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2252 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2253 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2254 HAL_LIBS Linker flags for hal, overriding pkg-config
2255 GNUTLS_CFLAGS
2256 C compiler flags for gnutls, overriding pkg-config
2257 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2258 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2259 SANE_LIBS Linker flags for libsane, overriding pkg-config
2260 GPHOTO2_CFLAGS
2261 C compiler flags for libgphoto2, overriding pkg-config
2262 GPHOTO2_LIBS
2263 Linker flags for libgphoto2, overriding pkg-config
2264 GPHOTO2_PORT_CFLAGS
2265 C compiler flags for libgphoto2_port, overriding pkg-config
2266 GPHOTO2_PORT_LIBS
2267 Linker flags for libgphoto2_port, overriding pkg-config
2268 LCMS2_CFLAGS
2269 C compiler flags for lcms2, overriding pkg-config
2270 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2271 FREETYPE_CFLAGS
2272 C compiler flags for freetype2, overriding pkg-config
2273 FREETYPE_LIBS
2274 Linker flags for freetype2, overriding pkg-config
2275 PULSE_CFLAGS
2276 C compiler flags for libpulse, overriding pkg-config
2277 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2278 GSTREAMER_CFLAGS
2279 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2280 GSTREAMER_LIBS
2281 Linker flags for gstreamer-app-0.10, overriding pkg-config
2282 CAPI20_CFLAGS
2283 C compiler flags for capi20, overriding pkg-config
2284 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2285 FONTCONFIG_CFLAGS
2286 C compiler flags for fontconfig, overriding pkg-config
2287 FONTCONFIG_LIBS
2288 Linker flags for fontconfig, overriding pkg-config
2289 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2290 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2291 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2292 PNG_LIBS Linker flags for libpng, overriding pkg-config
2293 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2294 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2295 MPG123_CFLAGS
2296 C compiler flags for libmpg123, overriding pkg-config
2297 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2299 Use these variables to override the choices made by `configure' or to help
2300 it to find libraries and programs with nonstandard names/locations.
2302 Report bugs to <wine-devel@winehq.org>.
2303 Wine home page: <http://www.winehq.org>.
2304 _ACEOF
2305 ac_status=$?
2308 if test "$ac_init_help" = "recursive"; then
2309 # If there are subdirs, report their specific --help.
2310 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2311 test -d "$ac_dir" ||
2312 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2313 continue
2314 ac_builddir=.
2316 case "$ac_dir" in
2317 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2319 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2320 # A ".." for each directory in $ac_dir_suffix.
2321 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2322 case $ac_top_builddir_sub in
2323 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2324 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2325 esac ;;
2326 esac
2327 ac_abs_top_builddir=$ac_pwd
2328 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2329 # for backward compatibility:
2330 ac_top_builddir=$ac_top_build_prefix
2332 case $srcdir in
2333 .) # We are building in place.
2334 ac_srcdir=.
2335 ac_top_srcdir=$ac_top_builddir_sub
2336 ac_abs_top_srcdir=$ac_pwd ;;
2337 [\\/]* | ?:[\\/]* ) # Absolute name.
2338 ac_srcdir=$srcdir$ac_dir_suffix;
2339 ac_top_srcdir=$srcdir
2340 ac_abs_top_srcdir=$srcdir ;;
2341 *) # Relative name.
2342 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2343 ac_top_srcdir=$ac_top_build_prefix$srcdir
2344 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2345 esac
2346 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2348 cd "$ac_dir" || { ac_status=$?; continue; }
2349 # Check for guested configure.
2350 if test -f "$ac_srcdir/configure.gnu"; then
2351 echo &&
2352 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2353 elif test -f "$ac_srcdir/configure"; then
2354 echo &&
2355 $SHELL "$ac_srcdir/configure" --help=recursive
2356 else
2357 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2358 fi || ac_status=$?
2359 cd "$ac_pwd" || { ac_status=$?; break; }
2360 done
2363 test -n "$ac_init_help" && exit $ac_status
2364 if $ac_init_version; then
2365 cat <<\_ACEOF
2366 Wine configure 1.7.54
2367 generated by GNU Autoconf 2.69
2369 Copyright (C) 2012 Free Software Foundation, Inc.
2370 This configure script is free software; the Free Software Foundation
2371 gives unlimited permission to copy, distribute and modify it.
2372 _ACEOF
2373 exit
2376 ## ------------------------ ##
2377 ## Autoconf initialization. ##
2378 ## ------------------------ ##
2380 # ac_fn_c_try_compile LINENO
2381 # --------------------------
2382 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2383 ac_fn_c_try_compile ()
2385 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2386 rm -f conftest.$ac_objext
2387 if { { ac_try="$ac_compile"
2388 case "(($ac_try" in
2389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2390 *) ac_try_echo=$ac_try;;
2391 esac
2392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2393 $as_echo "$ac_try_echo"; } >&5
2394 (eval "$ac_compile") 2>conftest.err
2395 ac_status=$?
2396 if test -s conftest.err; then
2397 grep -v '^ *+' conftest.err >conftest.er1
2398 cat conftest.er1 >&5
2399 mv -f conftest.er1 conftest.err
2401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2402 test $ac_status = 0; } && {
2403 test -z "$ac_c_werror_flag" ||
2404 test ! -s conftest.err
2405 } && test -s conftest.$ac_objext; then :
2406 ac_retval=0
2407 else
2408 $as_echo "$as_me: failed program was:" >&5
2409 sed 's/^/| /' conftest.$ac_ext >&5
2411 ac_retval=1
2413 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2414 as_fn_set_status $ac_retval
2416 } # ac_fn_c_try_compile
2418 # ac_fn_cxx_try_compile LINENO
2419 # ----------------------------
2420 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2421 ac_fn_cxx_try_compile ()
2423 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2424 rm -f conftest.$ac_objext
2425 if { { ac_try="$ac_compile"
2426 case "(($ac_try" in
2427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2428 *) ac_try_echo=$ac_try;;
2429 esac
2430 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2431 $as_echo "$ac_try_echo"; } >&5
2432 (eval "$ac_compile") 2>conftest.err
2433 ac_status=$?
2434 if test -s conftest.err; then
2435 grep -v '^ *+' conftest.err >conftest.er1
2436 cat conftest.er1 >&5
2437 mv -f conftest.er1 conftest.err
2439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2440 test $ac_status = 0; } && {
2441 test -z "$ac_cxx_werror_flag" ||
2442 test ! -s conftest.err
2443 } && test -s conftest.$ac_objext; then :
2444 ac_retval=0
2445 else
2446 $as_echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.$ac_ext >&5
2449 ac_retval=1
2451 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2452 as_fn_set_status $ac_retval
2454 } # ac_fn_cxx_try_compile
2456 # ac_fn_c_try_link LINENO
2457 # -----------------------
2458 # Try to link conftest.$ac_ext, and return whether this succeeded.
2459 ac_fn_c_try_link ()
2461 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2462 rm -f conftest.$ac_objext conftest$ac_exeext
2463 if { { ac_try="$ac_link"
2464 case "(($ac_try" in
2465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2466 *) ac_try_echo=$ac_try;;
2467 esac
2468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2469 $as_echo "$ac_try_echo"; } >&5
2470 (eval "$ac_link") 2>conftest.err
2471 ac_status=$?
2472 if test -s conftest.err; then
2473 grep -v '^ *+' conftest.err >conftest.er1
2474 cat conftest.er1 >&5
2475 mv -f conftest.er1 conftest.err
2477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2478 test $ac_status = 0; } && {
2479 test -z "$ac_c_werror_flag" ||
2480 test ! -s conftest.err
2481 } && test -s conftest$ac_exeext && {
2482 test "$cross_compiling" = yes ||
2483 test -x conftest$ac_exeext
2484 }; then :
2485 ac_retval=0
2486 else
2487 $as_echo "$as_me: failed program was:" >&5
2488 sed 's/^/| /' conftest.$ac_ext >&5
2490 ac_retval=1
2492 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2493 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2494 # interfere with the next link command; also delete a directory that is
2495 # left behind by Apple's compiler. We do this before executing the actions.
2496 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2497 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2498 as_fn_set_status $ac_retval
2500 } # ac_fn_c_try_link
2502 # ac_fn_c_try_cpp LINENO
2503 # ----------------------
2504 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2505 ac_fn_c_try_cpp ()
2507 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2508 if { { ac_try="$ac_cpp conftest.$ac_ext"
2509 case "(($ac_try" in
2510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2511 *) ac_try_echo=$ac_try;;
2512 esac
2513 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2514 $as_echo "$ac_try_echo"; } >&5
2515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2516 ac_status=$?
2517 if test -s conftest.err; then
2518 grep -v '^ *+' conftest.err >conftest.er1
2519 cat conftest.er1 >&5
2520 mv -f conftest.er1 conftest.err
2522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2523 test $ac_status = 0; } > conftest.i && {
2524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2525 test ! -s conftest.err
2526 }; then :
2527 ac_retval=0
2528 else
2529 $as_echo "$as_me: failed program was:" >&5
2530 sed 's/^/| /' conftest.$ac_ext >&5
2532 ac_retval=1
2534 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 as_fn_set_status $ac_retval
2537 } # ac_fn_c_try_cpp
2539 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2540 # -------------------------------------------------------
2541 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2542 # the include files in INCLUDES and setting the cache variable VAR
2543 # accordingly.
2544 ac_fn_c_check_header_mongrel ()
2546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2547 if eval \${$3+:} false; then :
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2549 $as_echo_n "checking for $2... " >&6; }
2550 if eval \${$3+:} false; then :
2551 $as_echo_n "(cached) " >&6
2553 eval ac_res=\$$3
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2555 $as_echo "$ac_res" >&6; }
2556 else
2557 # Is the header compilable?
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2559 $as_echo_n "checking $2 usability... " >&6; }
2560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2561 /* end confdefs.h. */
2563 #include <$2>
2564 _ACEOF
2565 if ac_fn_c_try_compile "$LINENO"; then :
2566 ac_header_compiler=yes
2567 else
2568 ac_header_compiler=no
2570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2572 $as_echo "$ac_header_compiler" >&6; }
2574 # Is the header present?
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2576 $as_echo_n "checking $2 presence... " >&6; }
2577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2578 /* end confdefs.h. */
2579 #include <$2>
2580 _ACEOF
2581 if ac_fn_c_try_cpp "$LINENO"; then :
2582 ac_header_preproc=yes
2583 else
2584 ac_header_preproc=no
2586 rm -f conftest.err conftest.i conftest.$ac_ext
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2588 $as_echo "$ac_header_preproc" >&6; }
2590 # So? What about this header?
2591 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2592 yes:no: )
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2594 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2596 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2598 no:yes:* )
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2600 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2602 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2604 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2606 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2608 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2609 ( $as_echo "## ------------------------------------ ##
2610 ## Report this to wine-devel@winehq.org ##
2611 ## ------------------------------------ ##"
2612 ) | sed "s/^/$as_me: WARNING: /" >&2
2614 esac
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2616 $as_echo_n "checking for $2... " >&6; }
2617 if eval \${$3+:} false; then :
2618 $as_echo_n "(cached) " >&6
2619 else
2620 eval "$3=\$ac_header_compiler"
2622 eval ac_res=\$$3
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2624 $as_echo "$ac_res" >&6; }
2626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2628 } # ac_fn_c_check_header_mongrel
2630 # ac_fn_c_try_run LINENO
2631 # ----------------------
2632 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2633 # that executables *can* be run.
2634 ac_fn_c_try_run ()
2636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2637 if { { ac_try="$ac_link"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2643 $as_echo "$ac_try_echo"; } >&5
2644 (eval "$ac_link") 2>&5
2645 ac_status=$?
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2648 { { case "(($ac_try" in
2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2650 *) ac_try_echo=$ac_try;;
2651 esac
2652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2653 $as_echo "$ac_try_echo"; } >&5
2654 (eval "$ac_try") 2>&5
2655 ac_status=$?
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; }; }; then :
2658 ac_retval=0
2659 else
2660 $as_echo "$as_me: program exited with status $ac_status" >&5
2661 $as_echo "$as_me: failed program was:" >&5
2662 sed 's/^/| /' conftest.$ac_ext >&5
2664 ac_retval=$ac_status
2666 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2667 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2668 as_fn_set_status $ac_retval
2670 } # ac_fn_c_try_run
2672 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2673 # -------------------------------------------------------
2674 # Tests whether HEADER exists and can be compiled using the include files in
2675 # INCLUDES, setting the cache variable VAR accordingly.
2676 ac_fn_c_check_header_compile ()
2678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2680 $as_echo_n "checking for $2... " >&6; }
2681 if eval \${$3+:} false; then :
2682 $as_echo_n "(cached) " >&6
2683 else
2684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2685 /* end confdefs.h. */
2687 #include <$2>
2688 _ACEOF
2689 if ac_fn_c_try_compile "$LINENO"; then :
2690 eval "$3=yes"
2691 else
2692 eval "$3=no"
2694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2696 eval ac_res=\$$3
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2698 $as_echo "$ac_res" >&6; }
2699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2701 } # ac_fn_c_check_header_compile
2703 # ac_fn_c_check_func LINENO FUNC VAR
2704 # ----------------------------------
2705 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2706 ac_fn_c_check_func ()
2708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2710 $as_echo_n "checking for $2... " >&6; }
2711 if eval \${$3+:} false; then :
2712 $as_echo_n "(cached) " >&6
2713 else
2714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2715 /* end confdefs.h. */
2716 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2718 #define $2 innocuous_$2
2720 /* System header to define __stub macros and hopefully few prototypes,
2721 which can conflict with char $2 (); below.
2722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2723 <limits.h> exists even on freestanding compilers. */
2725 #ifdef __STDC__
2726 # include <limits.h>
2727 #else
2728 # include <assert.h>
2729 #endif
2731 #undef $2
2733 /* Override any GCC internal prototype to avoid an error.
2734 Use char because int might match the return type of a GCC
2735 builtin and then its argument prototype would still apply. */
2736 #ifdef __cplusplus
2737 extern "C"
2738 #endif
2739 char $2 ();
2740 /* The GNU C library defines this for functions which it implements
2741 to always fail with ENOSYS. Some functions are actually named
2742 something starting with __ and the normal name is an alias. */
2743 #if defined __stub_$2 || defined __stub___$2
2744 choke me
2745 #endif
2748 main ()
2750 return $2 ();
2752 return 0;
2754 _ACEOF
2755 if ac_fn_c_try_link "$LINENO"; then :
2756 eval "$3=yes"
2757 else
2758 eval "$3=no"
2760 rm -f core conftest.err conftest.$ac_objext \
2761 conftest$ac_exeext conftest.$ac_ext
2763 eval ac_res=\$$3
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2765 $as_echo "$ac_res" >&6; }
2766 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2768 } # ac_fn_c_check_func
2770 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2771 # ----------------------------------------------------
2772 # Tries to find if the field MEMBER exists in type AGGR, after including
2773 # INCLUDES, setting cache variable VAR accordingly.
2774 ac_fn_c_check_member ()
2776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2778 $as_echo_n "checking for $2.$3... " >&6; }
2779 if eval \${$4+:} false; then :
2780 $as_echo_n "(cached) " >&6
2781 else
2782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2783 /* end confdefs.h. */
2786 main ()
2788 static $2 ac_aggr;
2789 if (ac_aggr.$3)
2790 return 0;
2792 return 0;
2794 _ACEOF
2795 if ac_fn_c_try_compile "$LINENO"; then :
2796 eval "$4=yes"
2797 else
2798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2799 /* end confdefs.h. */
2802 main ()
2804 static $2 ac_aggr;
2805 if (sizeof ac_aggr.$3)
2806 return 0;
2808 return 0;
2810 _ACEOF
2811 if ac_fn_c_try_compile "$LINENO"; then :
2812 eval "$4=yes"
2813 else
2814 eval "$4=no"
2816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2820 eval ac_res=\$$4
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2822 $as_echo "$ac_res" >&6; }
2823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2825 } # ac_fn_c_check_member
2827 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2828 # -------------------------------------------
2829 # Tests whether TYPE exists after having included INCLUDES, setting cache
2830 # variable VAR accordingly.
2831 ac_fn_c_check_type ()
2833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2835 $as_echo_n "checking for $2... " >&6; }
2836 if eval \${$3+:} false; then :
2837 $as_echo_n "(cached) " >&6
2838 else
2839 eval "$3=no"
2840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2841 /* end confdefs.h. */
2844 main ()
2846 if (sizeof ($2))
2847 return 0;
2849 return 0;
2851 _ACEOF
2852 if ac_fn_c_try_compile "$LINENO"; then :
2853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2854 /* end confdefs.h. */
2857 main ()
2859 if (sizeof (($2)))
2860 return 0;
2862 return 0;
2864 _ACEOF
2865 if ac_fn_c_try_compile "$LINENO"; then :
2867 else
2868 eval "$3=yes"
2870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2874 eval ac_res=\$$3
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2876 $as_echo "$ac_res" >&6; }
2877 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2879 } # ac_fn_c_check_type
2880 cat >config.log <<_ACEOF
2881 This file contains any messages produced by compilers while
2882 running configure, to aid debugging if configure makes a mistake.
2884 It was created by Wine $as_me 1.7.54, which was
2885 generated by GNU Autoconf 2.69. Invocation command line was
2887 $ $0 $@
2889 _ACEOF
2890 exec 5>>config.log
2892 cat <<_ASUNAME
2893 ## --------- ##
2894 ## Platform. ##
2895 ## --------- ##
2897 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2898 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2899 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2900 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2901 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2903 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2904 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2906 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2907 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2908 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2909 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2910 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2911 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2912 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2914 _ASUNAME
2916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2917 for as_dir in $PATH
2919 IFS=$as_save_IFS
2920 test -z "$as_dir" && as_dir=.
2921 $as_echo "PATH: $as_dir"
2922 done
2923 IFS=$as_save_IFS
2925 } >&5
2927 cat >&5 <<_ACEOF
2930 ## ----------- ##
2931 ## Core tests. ##
2932 ## ----------- ##
2934 _ACEOF
2937 # Keep a trace of the command line.
2938 # Strip out --no-create and --no-recursion so they do not pile up.
2939 # Strip out --silent because we don't want to record it for future runs.
2940 # Also quote any args containing shell meta-characters.
2941 # Make two passes to allow for proper duplicate-argument suppression.
2942 ac_configure_args=
2943 ac_configure_args0=
2944 ac_configure_args1=
2945 ac_must_keep_next=false
2946 for ac_pass in 1 2
2948 for ac_arg
2950 case $ac_arg in
2951 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2952 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2953 | -silent | --silent | --silen | --sile | --sil)
2954 continue ;;
2955 *\'*)
2956 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2957 esac
2958 case $ac_pass in
2959 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2961 as_fn_append ac_configure_args1 " '$ac_arg'"
2962 if test $ac_must_keep_next = true; then
2963 ac_must_keep_next=false # Got value, back to normal.
2964 else
2965 case $ac_arg in
2966 *=* | --config-cache | -C | -disable-* | --disable-* \
2967 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2968 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2969 | -with-* | --with-* | -without-* | --without-* | --x)
2970 case "$ac_configure_args0 " in
2971 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2972 esac
2974 -* ) ac_must_keep_next=true ;;
2975 esac
2977 as_fn_append ac_configure_args " '$ac_arg'"
2979 esac
2980 done
2981 done
2982 { ac_configure_args0=; unset ac_configure_args0;}
2983 { ac_configure_args1=; unset ac_configure_args1;}
2985 # When interrupted or exit'd, cleanup temporary files, and complete
2986 # config.log. We remove comments because anyway the quotes in there
2987 # would cause problems or look ugly.
2988 # WARNING: Use '\'' to represent an apostrophe within the trap.
2989 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2990 trap 'exit_status=$?
2991 # Save into config.log some information that might help in debugging.
2993 echo
2995 $as_echo "## ---------------- ##
2996 ## Cache variables. ##
2997 ## ---------------- ##"
2998 echo
2999 # The following way of writing the cache mishandles newlines in values,
3001 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3002 eval ac_val=\$$ac_var
3003 case $ac_val in #(
3004 *${as_nl}*)
3005 case $ac_var in #(
3006 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3007 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3008 esac
3009 case $ac_var in #(
3010 _ | IFS | as_nl) ;; #(
3011 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3012 *) { eval $ac_var=; unset $ac_var;} ;;
3013 esac ;;
3014 esac
3015 done
3016 (set) 2>&1 |
3017 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3018 *${as_nl}ac_space=\ *)
3019 sed -n \
3020 "s/'\''/'\''\\\\'\'''\''/g;
3021 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3022 ;; #(
3024 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3026 esac |
3027 sort
3029 echo
3031 $as_echo "## ----------------- ##
3032 ## Output variables. ##
3033 ## ----------------- ##"
3034 echo
3035 for ac_var in $ac_subst_vars
3037 eval ac_val=\$$ac_var
3038 case $ac_val in
3039 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3040 esac
3041 $as_echo "$ac_var='\''$ac_val'\''"
3042 done | sort
3043 echo
3045 if test -n "$ac_subst_files"; then
3046 $as_echo "## ------------------- ##
3047 ## File substitutions. ##
3048 ## ------------------- ##"
3049 echo
3050 for ac_var in $ac_subst_files
3052 eval ac_val=\$$ac_var
3053 case $ac_val in
3054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3055 esac
3056 $as_echo "$ac_var='\''$ac_val'\''"
3057 done | sort
3058 echo
3061 if test -s confdefs.h; then
3062 $as_echo "## ----------- ##
3063 ## confdefs.h. ##
3064 ## ----------- ##"
3065 echo
3066 cat confdefs.h
3067 echo
3069 test "$ac_signal" != 0 &&
3070 $as_echo "$as_me: caught signal $ac_signal"
3071 $as_echo "$as_me: exit $exit_status"
3072 } >&5
3073 rm -f core *.core core.conftest.* &&
3074 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3075 exit $exit_status
3077 for ac_signal in 1 2 13 15; do
3078 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3079 done
3080 ac_signal=0
3082 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3083 rm -f -r conftest* confdefs.h
3085 $as_echo "/* confdefs.h */" > confdefs.h
3087 # Predefined preprocessor variables.
3089 cat >>confdefs.h <<_ACEOF
3090 #define PACKAGE_NAME "$PACKAGE_NAME"
3091 _ACEOF
3093 cat >>confdefs.h <<_ACEOF
3094 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3095 _ACEOF
3097 cat >>confdefs.h <<_ACEOF
3098 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3099 _ACEOF
3101 cat >>confdefs.h <<_ACEOF
3102 #define PACKAGE_STRING "$PACKAGE_STRING"
3103 _ACEOF
3105 cat >>confdefs.h <<_ACEOF
3106 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3107 _ACEOF
3109 cat >>confdefs.h <<_ACEOF
3110 #define PACKAGE_URL "$PACKAGE_URL"
3111 _ACEOF
3114 # Let the site file select an alternate cache file if it wants to.
3115 # Prefer an explicitly selected file to automatically selected ones.
3116 ac_site_file1=NONE
3117 ac_site_file2=NONE
3118 if test -n "$CONFIG_SITE"; then
3119 # We do not want a PATH search for config.site.
3120 case $CONFIG_SITE in #((
3121 -*) ac_site_file1=./$CONFIG_SITE;;
3122 */*) ac_site_file1=$CONFIG_SITE;;
3123 *) ac_site_file1=./$CONFIG_SITE;;
3124 esac
3125 elif test "x$prefix" != xNONE; then
3126 ac_site_file1=$prefix/share/config.site
3127 ac_site_file2=$prefix/etc/config.site
3128 else
3129 ac_site_file1=$ac_default_prefix/share/config.site
3130 ac_site_file2=$ac_default_prefix/etc/config.site
3132 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3134 test "x$ac_site_file" = xNONE && continue
3135 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3137 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3138 sed 's/^/| /' "$ac_site_file" >&5
3139 . "$ac_site_file" \
3140 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3141 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3142 as_fn_error $? "failed to load site script $ac_site_file
3143 See \`config.log' for more details" "$LINENO" 5; }
3145 done
3147 if test -r "$cache_file"; then
3148 # Some versions of bash will fail to source /dev/null (special files
3149 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3150 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3152 $as_echo "$as_me: loading cache $cache_file" >&6;}
3153 case $cache_file in
3154 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3155 *) . "./$cache_file";;
3156 esac
3158 else
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3160 $as_echo "$as_me: creating cache $cache_file" >&6;}
3161 >$cache_file
3164 # Check that the precious variables saved in the cache have kept the same
3165 # value.
3166 ac_cache_corrupted=false
3167 for ac_var in $ac_precious_vars; do
3168 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3169 eval ac_new_set=\$ac_env_${ac_var}_set
3170 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3171 eval ac_new_val=\$ac_env_${ac_var}_value
3172 case $ac_old_set,$ac_new_set in
3173 set,)
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3175 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3176 ac_cache_corrupted=: ;;
3177 ,set)
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3179 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3180 ac_cache_corrupted=: ;;
3181 ,);;
3183 if test "x$ac_old_val" != "x$ac_new_val"; then
3184 # differences in whitespace do not lead to failure.
3185 ac_old_val_w=`echo x $ac_old_val`
3186 ac_new_val_w=`echo x $ac_new_val`
3187 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3189 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3190 ac_cache_corrupted=:
3191 else
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3193 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3194 eval $ac_var=\$ac_old_val
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3197 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3199 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3200 fi;;
3201 esac
3202 # Pass precious variables to config.status.
3203 if test "$ac_new_set" = set; then
3204 case $ac_new_val in
3205 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3206 *) ac_arg=$ac_var=$ac_new_val ;;
3207 esac
3208 case " $ac_configure_args " in
3209 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3210 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3211 esac
3213 done
3214 if $ac_cache_corrupted; then
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3218 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3219 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3221 ## -------------------- ##
3222 ## Main body of script. ##
3223 ## -------------------- ##
3225 ac_ext=c
3226 ac_cpp='$CPP $CPPFLAGS'
3227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3233 ac_config_headers="$ac_config_headers include/config.h"
3235 ac_aux_dir=
3236 for ac_dir in tools "$srcdir"/tools; do
3237 if test -f "$ac_dir/install-sh"; then
3238 ac_aux_dir=$ac_dir
3239 ac_install_sh="$ac_aux_dir/install-sh -c"
3240 break
3241 elif test -f "$ac_dir/install.sh"; then
3242 ac_aux_dir=$ac_dir
3243 ac_install_sh="$ac_aux_dir/install.sh -c"
3244 break
3245 elif test -f "$ac_dir/shtool"; then
3246 ac_aux_dir=$ac_dir
3247 ac_install_sh="$ac_aux_dir/shtool install -c"
3248 break
3250 done
3251 if test -z "$ac_aux_dir"; then
3252 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3255 # These three variables are undocumented and unsupported,
3256 # and are intended to be withdrawn in a future Autoconf release.
3257 # They can cause serious problems if a builder's source tree is in a directory
3258 # whose full name contains unusual characters.
3259 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3260 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3261 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3265 libwine_version="1.0"
3269 # Check whether --enable-win16 was given.
3270 if test "${enable_win16+set}" = set; then :
3271 enableval=$enable_win16;
3274 # Check whether --enable-win64 was given.
3275 if test "${enable_win64+set}" = set; then :
3276 enableval=$enable_win64;
3279 # Check whether --enable-tests was given.
3280 if test "${enable_tests+set}" = set; then :
3281 enableval=$enable_tests;
3284 # Check whether --enable-maintainer-mode was given.
3285 if test "${enable_maintainer_mode+set}" = set; then :
3286 enableval=$enable_maintainer_mode;
3291 # Check whether --with-alsa was given.
3292 if test "${with_alsa+set}" = set; then :
3293 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3297 # Check whether --with-capi was given.
3298 if test "${with_capi+set}" = set; then :
3299 withval=$with_capi;
3303 # Check whether --with-cms was given.
3304 if test "${with_cms+set}" = set; then :
3305 withval=$with_cms;
3309 # Check whether --with-coreaudio was given.
3310 if test "${with_coreaudio+set}" = set; then :
3311 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3315 # Check whether --with-cups was given.
3316 if test "${with_cups+set}" = set; then :
3317 withval=$with_cups;
3321 # Check whether --with-curses was given.
3322 if test "${with_curses+set}" = set; then :
3323 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3327 # Check whether --with-dbus was given.
3328 if test "${with_dbus+set}" = set; then :
3329 withval=$with_dbus;
3333 # Check whether --with-fontconfig was given.
3334 if test "${with_fontconfig+set}" = set; then :
3335 withval=$with_fontconfig;
3339 # Check whether --with-freetype was given.
3340 if test "${with_freetype+set}" = set; then :
3341 withval=$with_freetype;
3345 # Check whether --with-gettext was given.
3346 if test "${with_gettext+set}" = set; then :
3347 withval=$with_gettext;
3351 # Check whether --with-gettextpo was given.
3352 if test "${with_gettextpo+set}" = set; then :
3353 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3357 # Check whether --with-gphoto was given.
3358 if test "${with_gphoto+set}" = set; then :
3359 withval=$with_gphoto;
3363 # Check whether --with-glu was given.
3364 if test "${with_glu+set}" = set; then :
3365 withval=$with_glu;
3369 # Check whether --with-gnutls was given.
3370 if test "${with_gnutls+set}" = set; then :
3371 withval=$with_gnutls;
3375 # Check whether --with-gsm was given.
3376 if test "${with_gsm+set}" = set; then :
3377 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3381 # Check whether --with-gstreamer was given.
3382 if test "${with_gstreamer+set}" = set; then :
3383 withval=$with_gstreamer;
3387 # Check whether --with-hal was given.
3388 if test "${with_hal+set}" = set; then :
3389 withval=$with_hal;
3393 # Check whether --with-jpeg was given.
3394 if test "${with_jpeg+set}" = set; then :
3395 withval=$with_jpeg;
3399 # Check whether --with-ldap was given.
3400 if test "${with_ldap+set}" = set; then :
3401 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3405 # Check whether --with-mpg123 was given.
3406 if test "${with_mpg123+set}" = set; then :
3407 withval=$with_mpg123;
3411 # Check whether --with-netapi was given.
3412 if test "${with_netapi+set}" = set; then :
3413 withval=$with_netapi;
3417 # Check whether --with-openal was given.
3418 if test "${with_openal+set}" = set; then :
3419 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3423 # Check whether --with-opencl was given.
3424 if test "${with_opencl+set}" = set; then :
3425 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3429 # Check whether --with-opengl was given.
3430 if test "${with_opengl+set}" = set; then :
3431 withval=$with_opengl;
3435 # Check whether --with-osmesa was given.
3436 if test "${with_osmesa+set}" = set; then :
3437 withval=$with_osmesa;
3441 # Check whether --with-oss was given.
3442 if test "${with_oss+set}" = set; then :
3443 withval=$with_oss;
3447 # Check whether --with-pcap was given.
3448 if test "${with_pcap+set}" = set; then :
3449 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3453 # Check whether --with-png was given.
3454 if test "${with_png+set}" = set; then :
3455 withval=$with_png;
3459 # Check whether --with-pthread was given.
3460 if test "${with_pthread+set}" = set; then :
3461 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3465 # Check whether --with-pulse was given.
3466 if test "${with_pulse+set}" = set; then :
3467 withval=$with_pulse;
3471 # Check whether --with-sane was given.
3472 if test "${with_sane+set}" = set; then :
3473 withval=$with_sane;
3477 # Check whether --with-tiff was given.
3478 if test "${with_tiff+set}" = set; then :
3479 withval=$with_tiff;
3483 # Check whether --with-v4l was given.
3484 if test "${with_v4l+set}" = set; then :
3485 withval=$with_v4l;
3489 # Check whether --with-xcomposite was given.
3490 if test "${with_xcomposite+set}" = set; then :
3491 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3495 # Check whether --with-xcursor was given.
3496 if test "${with_xcursor+set}" = set; then :
3497 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3501 # Check whether --with-xinerama was given.
3502 if test "${with_xinerama+set}" = set; then :
3503 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3507 # Check whether --with-xinput was given.
3508 if test "${with_xinput+set}" = set; then :
3509 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3513 # Check whether --with-xinput2 was given.
3514 if test "${with_xinput2+set}" = set; then :
3515 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3519 # Check whether --with-xml was given.
3520 if test "${with_xml+set}" = set; then :
3521 withval=$with_xml;
3525 # Check whether --with-xrandr was given.
3526 if test "${with_xrandr+set}" = set; then :
3527 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3531 # Check whether --with-xrender was given.
3532 if test "${with_xrender+set}" = set; then :
3533 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3537 # Check whether --with-xshape was given.
3538 if test "${with_xshape+set}" = set; then :
3539 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3543 # Check whether --with-xshm was given.
3544 if test "${with_xshm+set}" = set; then :
3545 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3549 # Check whether --with-xslt was given.
3550 if test "${with_xslt+set}" = set; then :
3551 withval=$with_xslt;
3555 # Check whether --with-xxf86vm was given.
3556 if test "${with_xxf86vm+set}" = set; then :
3557 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
3561 # Check whether --with-zlib was given.
3562 if test "${with_zlib+set}" = set; then :
3563 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3568 # Check whether --with-wine-tools was given.
3569 if test "${with_wine_tools+set}" = set; then :
3570 withval=$with_wine_tools;
3574 # Check whether --with-wine64 was given.
3575 if test "${with_wine64+set}" = set; then :
3576 withval=$with_wine64;
3580 # Make sure we can run config.sub.
3581 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3582 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3585 $as_echo_n "checking build system type... " >&6; }
3586 if ${ac_cv_build+:} false; then :
3587 $as_echo_n "(cached) " >&6
3588 else
3589 ac_build_alias=$build_alias
3590 test "x$ac_build_alias" = x &&
3591 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3592 test "x$ac_build_alias" = x &&
3593 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3594 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3595 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3599 $as_echo "$ac_cv_build" >&6; }
3600 case $ac_cv_build in
3601 *-*-*) ;;
3602 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3603 esac
3604 build=$ac_cv_build
3605 ac_save_IFS=$IFS; IFS='-'
3606 set x $ac_cv_build
3607 shift
3608 build_cpu=$1
3609 build_vendor=$2
3610 shift; shift
3611 # Remember, the first character of IFS is used to create $*,
3612 # except with old shells:
3613 build_os=$*
3614 IFS=$ac_save_IFS
3615 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3619 $as_echo_n "checking host system type... " >&6; }
3620 if ${ac_cv_host+:} false; then :
3621 $as_echo_n "(cached) " >&6
3622 else
3623 if test "x$host_alias" = x; then
3624 ac_cv_host=$ac_cv_build
3625 else
3626 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3627 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3632 $as_echo "$ac_cv_host" >&6; }
3633 case $ac_cv_host in
3634 *-*-*) ;;
3635 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3636 esac
3637 host=$ac_cv_host
3638 ac_save_IFS=$IFS; IFS='-'
3639 set x $ac_cv_host
3640 shift
3641 host_cpu=$1
3642 host_vendor=$2
3643 shift; shift
3644 # Remember, the first character of IFS is used to create $*,
3645 # except with old shells:
3646 host_os=$*
3647 IFS=$ac_save_IFS
3648 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3652 case "$srcdir" in
3653 .) ;;
3654 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3655 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3656 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3657 fi ;;
3658 esac
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3662 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3663 set x ${MAKE-make}
3664 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3665 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3666 $as_echo_n "(cached) " >&6
3667 else
3668 cat >conftest.make <<\_ACEOF
3669 SHELL = /bin/sh
3670 all:
3671 @echo '@@@%%%=$(MAKE)=@@@%%%'
3672 _ACEOF
3673 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3674 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3675 *@@@%%%=?*=@@@%%%*)
3676 eval ac_cv_prog_make_${ac_make}_set=yes;;
3678 eval ac_cv_prog_make_${ac_make}_set=no;;
3679 esac
3680 rm -f conftest.make
3682 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3684 $as_echo "yes" >&6; }
3685 SET_MAKE=
3686 else
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3688 $as_echo "no" >&6; }
3689 SET_MAKE="MAKE=${MAKE-make}"
3692 ac_ext=c
3693 ac_cpp='$CPP $CPPFLAGS'
3694 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3695 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3696 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3697 if test -n "$ac_tool_prefix"; then
3698 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3699 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3701 $as_echo_n "checking for $ac_word... " >&6; }
3702 if ${ac_cv_prog_CC+:} false; then :
3703 $as_echo_n "(cached) " >&6
3704 else
3705 if test -n "$CC"; then
3706 ac_cv_prog_CC="$CC" # Let the user override the test.
3707 else
3708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3709 for as_dir in $PATH
3711 IFS=$as_save_IFS
3712 test -z "$as_dir" && as_dir=.
3713 for ac_exec_ext in '' $ac_executable_extensions; do
3714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3715 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3717 break 2
3719 done
3720 done
3721 IFS=$as_save_IFS
3725 CC=$ac_cv_prog_CC
3726 if test -n "$CC"; then
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3728 $as_echo "$CC" >&6; }
3729 else
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3731 $as_echo "no" >&6; }
3736 if test -z "$ac_cv_prog_CC"; then
3737 ac_ct_CC=$CC
3738 # Extract the first word of "gcc", so it can be a program name with args.
3739 set dummy gcc; ac_word=$2
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3741 $as_echo_n "checking for $ac_word... " >&6; }
3742 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3743 $as_echo_n "(cached) " >&6
3744 else
3745 if test -n "$ac_ct_CC"; then
3746 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3747 else
3748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3749 for as_dir in $PATH
3751 IFS=$as_save_IFS
3752 test -z "$as_dir" && as_dir=.
3753 for ac_exec_ext in '' $ac_executable_extensions; do
3754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3755 ac_cv_prog_ac_ct_CC="gcc"
3756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3757 break 2
3759 done
3760 done
3761 IFS=$as_save_IFS
3765 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3766 if test -n "$ac_ct_CC"; then
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3768 $as_echo "$ac_ct_CC" >&6; }
3769 else
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3771 $as_echo "no" >&6; }
3774 if test "x$ac_ct_CC" = x; then
3775 CC=""
3776 else
3777 case $cross_compiling:$ac_tool_warned in
3778 yes:)
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3780 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3781 ac_tool_warned=yes ;;
3782 esac
3783 CC=$ac_ct_CC
3785 else
3786 CC="$ac_cv_prog_CC"
3789 if test -z "$CC"; then
3790 if test -n "$ac_tool_prefix"; then
3791 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3792 set dummy ${ac_tool_prefix}cc; ac_word=$2
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794 $as_echo_n "checking for $ac_word... " >&6; }
3795 if ${ac_cv_prog_CC+:} false; then :
3796 $as_echo_n "(cached) " >&6
3797 else
3798 if test -n "$CC"; then
3799 ac_cv_prog_CC="$CC" # Let the user override the test.
3800 else
3801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3802 for as_dir in $PATH
3804 IFS=$as_save_IFS
3805 test -z "$as_dir" && as_dir=.
3806 for ac_exec_ext in '' $ac_executable_extensions; do
3807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3808 ac_cv_prog_CC="${ac_tool_prefix}cc"
3809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3810 break 2
3812 done
3813 done
3814 IFS=$as_save_IFS
3818 CC=$ac_cv_prog_CC
3819 if test -n "$CC"; then
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3821 $as_echo "$CC" >&6; }
3822 else
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824 $as_echo "no" >&6; }
3830 if test -z "$CC"; then
3831 # Extract the first word of "cc", so it can be a program name with args.
3832 set dummy cc; ac_word=$2
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3834 $as_echo_n "checking for $ac_word... " >&6; }
3835 if ${ac_cv_prog_CC+:} false; then :
3836 $as_echo_n "(cached) " >&6
3837 else
3838 if test -n "$CC"; then
3839 ac_cv_prog_CC="$CC" # Let the user override the test.
3840 else
3841 ac_prog_rejected=no
3842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3843 for as_dir in $PATH
3845 IFS=$as_save_IFS
3846 test -z "$as_dir" && as_dir=.
3847 for ac_exec_ext in '' $ac_executable_extensions; do
3848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3849 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3850 ac_prog_rejected=yes
3851 continue
3853 ac_cv_prog_CC="cc"
3854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3855 break 2
3857 done
3858 done
3859 IFS=$as_save_IFS
3861 if test $ac_prog_rejected = yes; then
3862 # We found a bogon in the path, so make sure we never use it.
3863 set dummy $ac_cv_prog_CC
3864 shift
3865 if test $# != 0; then
3866 # We chose a different compiler from the bogus one.
3867 # However, it has the same basename, so the bogon will be chosen
3868 # first if we set CC to just the basename; use the full file name.
3869 shift
3870 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3875 CC=$ac_cv_prog_CC
3876 if test -n "$CC"; then
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3878 $as_echo "$CC" >&6; }
3879 else
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3881 $as_echo "no" >&6; }
3886 if test -z "$CC"; then
3887 if test -n "$ac_tool_prefix"; then
3888 for ac_prog in cl.exe
3890 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3891 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893 $as_echo_n "checking for $ac_word... " >&6; }
3894 if ${ac_cv_prog_CC+:} false; then :
3895 $as_echo_n "(cached) " >&6
3896 else
3897 if test -n "$CC"; then
3898 ac_cv_prog_CC="$CC" # Let the user override the test.
3899 else
3900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3901 for as_dir in $PATH
3903 IFS=$as_save_IFS
3904 test -z "$as_dir" && as_dir=.
3905 for ac_exec_ext in '' $ac_executable_extensions; do
3906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3907 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 break 2
3911 done
3912 done
3913 IFS=$as_save_IFS
3917 CC=$ac_cv_prog_CC
3918 if test -n "$CC"; then
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3920 $as_echo "$CC" >&6; }
3921 else
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923 $as_echo "no" >&6; }
3927 test -n "$CC" && break
3928 done
3930 if test -z "$CC"; then
3931 ac_ct_CC=$CC
3932 for ac_prog in cl.exe
3934 # Extract the first word of "$ac_prog", so it can be a program name with args.
3935 set dummy $ac_prog; ac_word=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3939 $as_echo_n "(cached) " >&6
3940 else
3941 if test -n "$ac_ct_CC"; then
3942 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3943 else
3944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3945 for as_dir in $PATH
3947 IFS=$as_save_IFS
3948 test -z "$as_dir" && as_dir=.
3949 for ac_exec_ext in '' $ac_executable_extensions; do
3950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3951 ac_cv_prog_ac_ct_CC="$ac_prog"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3953 break 2
3955 done
3956 done
3957 IFS=$as_save_IFS
3961 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3962 if test -n "$ac_ct_CC"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964 $as_echo "$ac_ct_CC" >&6; }
3965 else
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3971 test -n "$ac_ct_CC" && break
3972 done
3974 if test "x$ac_ct_CC" = x; then
3975 CC=""
3976 else
3977 case $cross_compiling:$ac_tool_warned in
3978 yes:)
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3980 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3981 ac_tool_warned=yes ;;
3982 esac
3983 CC=$ac_ct_CC
3990 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3992 as_fn_error $? "no acceptable C compiler found in \$PATH
3993 See \`config.log' for more details" "$LINENO" 5; }
3995 # Provide some information about the compiler.
3996 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3997 set X $ac_compile
3998 ac_compiler=$2
3999 for ac_option in --version -v -V -qversion; do
4000 { { ac_try="$ac_compiler $ac_option >&5"
4001 case "(($ac_try" in
4002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4003 *) ac_try_echo=$ac_try;;
4004 esac
4005 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4006 $as_echo "$ac_try_echo"; } >&5
4007 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4008 ac_status=$?
4009 if test -s conftest.err; then
4010 sed '10a\
4011 ... rest of stderr output deleted ...
4012 10q' conftest.err >conftest.er1
4013 cat conftest.er1 >&5
4015 rm -f conftest.er1 conftest.err
4016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017 test $ac_status = 0; }
4018 done
4020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4021 /* end confdefs.h. */
4024 main ()
4028 return 0;
4030 _ACEOF
4031 ac_clean_files_save=$ac_clean_files
4032 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4033 # Try to create an executable without -o first, disregard a.out.
4034 # It will help us diagnose broken compilers, and finding out an intuition
4035 # of exeext.
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4037 $as_echo_n "checking whether the C compiler works... " >&6; }
4038 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4040 # The possible output files:
4041 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4043 ac_rmfiles=
4044 for ac_file in $ac_files
4046 case $ac_file in
4047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4048 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4049 esac
4050 done
4051 rm -f $ac_rmfiles
4053 if { { ac_try="$ac_link_default"
4054 case "(($ac_try" in
4055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4056 *) ac_try_echo=$ac_try;;
4057 esac
4058 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4059 $as_echo "$ac_try_echo"; } >&5
4060 (eval "$ac_link_default") 2>&5
4061 ac_status=$?
4062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4063 test $ac_status = 0; }; then :
4064 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4065 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4066 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4067 # so that the user can short-circuit this test for compilers unknown to
4068 # Autoconf.
4069 for ac_file in $ac_files ''
4071 test -f "$ac_file" || continue
4072 case $ac_file in
4073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4075 [ab].out )
4076 # We found the default executable, but exeext='' is most
4077 # certainly right.
4078 break;;
4079 *.* )
4080 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4081 then :; else
4082 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4084 # We set ac_cv_exeext here because the later test for it is not
4085 # safe: cross compilers may not add the suffix if given an `-o'
4086 # argument, so we may need to know it at that point already.
4087 # Even if this section looks crufty: it has the advantage of
4088 # actually working.
4089 break;;
4091 break;;
4092 esac
4093 done
4094 test "$ac_cv_exeext" = no && ac_cv_exeext=
4096 else
4097 ac_file=''
4099 if test -z "$ac_file"; then :
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4101 $as_echo "no" >&6; }
4102 $as_echo "$as_me: failed program was:" >&5
4103 sed 's/^/| /' conftest.$ac_ext >&5
4105 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4107 as_fn_error 77 "C compiler cannot create executables
4108 See \`config.log' for more details" "$LINENO" 5; }
4109 else
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4111 $as_echo "yes" >&6; }
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4114 $as_echo_n "checking for C compiler default output file name... " >&6; }
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4116 $as_echo "$ac_file" >&6; }
4117 ac_exeext=$ac_cv_exeext
4119 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4120 ac_clean_files=$ac_clean_files_save
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4122 $as_echo_n "checking for suffix of executables... " >&6; }
4123 if { { ac_try="$ac_link"
4124 case "(($ac_try" in
4125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4126 *) ac_try_echo=$ac_try;;
4127 esac
4128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4129 $as_echo "$ac_try_echo"; } >&5
4130 (eval "$ac_link") 2>&5
4131 ac_status=$?
4132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4133 test $ac_status = 0; }; then :
4134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4135 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4136 # work properly (i.e., refer to `conftest.exe'), while it won't with
4137 # `rm'.
4138 for ac_file in conftest.exe conftest conftest.*; do
4139 test -f "$ac_file" || continue
4140 case $ac_file in
4141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4143 break;;
4144 * ) break;;
4145 esac
4146 done
4147 else
4148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4150 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4151 See \`config.log' for more details" "$LINENO" 5; }
4153 rm -f conftest conftest$ac_cv_exeext
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4155 $as_echo "$ac_cv_exeext" >&6; }
4157 rm -f conftest.$ac_ext
4158 EXEEXT=$ac_cv_exeext
4159 ac_exeext=$EXEEXT
4160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4161 /* end confdefs.h. */
4162 #include <stdio.h>
4164 main ()
4166 FILE *f = fopen ("conftest.out", "w");
4167 return ferror (f) || fclose (f) != 0;
4170 return 0;
4172 _ACEOF
4173 ac_clean_files="$ac_clean_files conftest.out"
4174 # Check that the compiler produces executables we can run. If not, either
4175 # the compiler is broken, or we cross compile.
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4177 $as_echo_n "checking whether we are cross compiling... " >&6; }
4178 if test "$cross_compiling" != yes; then
4179 { { ac_try="$ac_link"
4180 case "(($ac_try" in
4181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4182 *) ac_try_echo=$ac_try;;
4183 esac
4184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4185 $as_echo "$ac_try_echo"; } >&5
4186 (eval "$ac_link") 2>&5
4187 ac_status=$?
4188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4189 test $ac_status = 0; }
4190 if { ac_try='./conftest$ac_cv_exeext'
4191 { { case "(($ac_try" in
4192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4193 *) ac_try_echo=$ac_try;;
4194 esac
4195 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4196 $as_echo "$ac_try_echo"; } >&5
4197 (eval "$ac_try") 2>&5
4198 ac_status=$?
4199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4200 test $ac_status = 0; }; }; then
4201 cross_compiling=no
4202 else
4203 if test "$cross_compiling" = maybe; then
4204 cross_compiling=yes
4205 else
4206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4208 as_fn_error $? "cannot run C compiled programs.
4209 If you meant to cross compile, use \`--host'.
4210 See \`config.log' for more details" "$LINENO" 5; }
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4215 $as_echo "$cross_compiling" >&6; }
4217 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4218 ac_clean_files=$ac_clean_files_save
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4220 $as_echo_n "checking for suffix of object files... " >&6; }
4221 if ${ac_cv_objext+:} false; then :
4222 $as_echo_n "(cached) " >&6
4223 else
4224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225 /* end confdefs.h. */
4228 main ()
4232 return 0;
4234 _ACEOF
4235 rm -f conftest.o conftest.obj
4236 if { { ac_try="$ac_compile"
4237 case "(($ac_try" in
4238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4239 *) ac_try_echo=$ac_try;;
4240 esac
4241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4242 $as_echo "$ac_try_echo"; } >&5
4243 (eval "$ac_compile") 2>&5
4244 ac_status=$?
4245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4246 test $ac_status = 0; }; then :
4247 for ac_file in conftest.o conftest.obj conftest.*; do
4248 test -f "$ac_file" || continue;
4249 case $ac_file in
4250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4251 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4252 break;;
4253 esac
4254 done
4255 else
4256 $as_echo "$as_me: failed program was:" >&5
4257 sed 's/^/| /' conftest.$ac_ext >&5
4259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4261 as_fn_error $? "cannot compute suffix of object files: cannot compile
4262 See \`config.log' for more details" "$LINENO" 5; }
4264 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4267 $as_echo "$ac_cv_objext" >&6; }
4268 OBJEXT=$ac_cv_objext
4269 ac_objext=$OBJEXT
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4271 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4272 if ${ac_cv_c_compiler_gnu+:} false; then :
4273 $as_echo_n "(cached) " >&6
4274 else
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276 /* end confdefs.h. */
4279 main ()
4281 #ifndef __GNUC__
4282 choke me
4283 #endif
4286 return 0;
4288 _ACEOF
4289 if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_compiler_gnu=yes
4291 else
4292 ac_compiler_gnu=no
4294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4299 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4300 if test $ac_compiler_gnu = yes; then
4301 GCC=yes
4302 else
4303 GCC=
4305 ac_test_CFLAGS=${CFLAGS+set}
4306 ac_save_CFLAGS=$CFLAGS
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4308 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4309 if ${ac_cv_prog_cc_g+:} false; then :
4310 $as_echo_n "(cached) " >&6
4311 else
4312 ac_save_c_werror_flag=$ac_c_werror_flag
4313 ac_c_werror_flag=yes
4314 ac_cv_prog_cc_g=no
4315 CFLAGS="-g"
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317 /* end confdefs.h. */
4320 main ()
4324 return 0;
4326 _ACEOF
4327 if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_cv_prog_cc_g=yes
4329 else
4330 CFLAGS=""
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4335 main ()
4339 return 0;
4341 _ACEOF
4342 if ac_fn_c_try_compile "$LINENO"; then :
4344 else
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4346 CFLAGS="-g"
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348 /* end confdefs.h. */
4351 main ()
4355 return 0;
4357 _ACEOF
4358 if ac_fn_c_try_compile "$LINENO"; then :
4359 ac_cv_prog_cc_g=yes
4361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 ac_c_werror_flag=$ac_save_c_werror_flag
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4369 $as_echo "$ac_cv_prog_cc_g" >&6; }
4370 if test "$ac_test_CFLAGS" = set; then
4371 CFLAGS=$ac_save_CFLAGS
4372 elif test $ac_cv_prog_cc_g = yes; then
4373 if test "$GCC" = yes; then
4374 CFLAGS="-g -O2"
4375 else
4376 CFLAGS="-g"
4378 else
4379 if test "$GCC" = yes; then
4380 CFLAGS="-O2"
4381 else
4382 CFLAGS=
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4386 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4387 if ${ac_cv_prog_cc_c89+:} false; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 ac_cv_prog_cc_c89=no
4391 ac_save_CC=$CC
4392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393 /* end confdefs.h. */
4394 #include <stdarg.h>
4395 #include <stdio.h>
4396 struct stat;
4397 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4398 struct buf { int x; };
4399 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4400 static char *e (p, i)
4401 char **p;
4402 int i;
4404 return p[i];
4406 static char *f (char * (*g) (char **, int), char **p, ...)
4408 char *s;
4409 va_list v;
4410 va_start (v,p);
4411 s = g (p, va_arg (v,int));
4412 va_end (v);
4413 return s;
4416 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4417 function prototypes and stuff, but not '\xHH' hex character constants.
4418 These don't provoke an error unfortunately, instead are silently treated
4419 as 'x'. The following induces an error, until -std is added to get
4420 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4421 array size at least. It's necessary to write '\x00'==0 to get something
4422 that's true only with -std. */
4423 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4425 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4426 inside strings and character constants. */
4427 #define FOO(x) 'x'
4428 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4430 int test (int i, double x);
4431 struct s1 {int (*f) (int a);};
4432 struct s2 {int (*f) (double a);};
4433 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4434 int argc;
4435 char **argv;
4437 main ()
4439 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4441 return 0;
4443 _ACEOF
4444 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4445 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4447 CC="$ac_save_CC $ac_arg"
4448 if ac_fn_c_try_compile "$LINENO"; then :
4449 ac_cv_prog_cc_c89=$ac_arg
4451 rm -f core conftest.err conftest.$ac_objext
4452 test "x$ac_cv_prog_cc_c89" != "xno" && break
4453 done
4454 rm -f conftest.$ac_ext
4455 CC=$ac_save_CC
4458 # AC_CACHE_VAL
4459 case "x$ac_cv_prog_cc_c89" in
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4462 $as_echo "none needed" >&6; } ;;
4463 xno)
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4465 $as_echo "unsupported" >&6; } ;;
4467 CC="$CC $ac_cv_prog_cc_c89"
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4469 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4470 esac
4471 if test "x$ac_cv_prog_cc_c89" != xno; then :
4475 ac_ext=c
4476 ac_cpp='$CPP $CPPFLAGS'
4477 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4478 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4479 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4481 ac_ext=cpp
4482 ac_cpp='$CXXCPP $CPPFLAGS'
4483 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4484 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4485 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4486 if test -z "$CXX"; then
4487 if test -n "$CCC"; then
4488 CXX=$CCC
4489 else
4490 if test -n "$ac_tool_prefix"; then
4491 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4493 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4494 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496 $as_echo_n "checking for $ac_word... " >&6; }
4497 if ${ac_cv_prog_CXX+:} false; then :
4498 $as_echo_n "(cached) " >&6
4499 else
4500 if test -n "$CXX"; then
4501 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4502 else
4503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4504 for as_dir in $PATH
4506 IFS=$as_save_IFS
4507 test -z "$as_dir" && as_dir=.
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4510 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4512 break 2
4514 done
4515 done
4516 IFS=$as_save_IFS
4520 CXX=$ac_cv_prog_CXX
4521 if test -n "$CXX"; then
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4523 $as_echo "$CXX" >&6; }
4524 else
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526 $as_echo "no" >&6; }
4530 test -n "$CXX" && break
4531 done
4533 if test -z "$CXX"; then
4534 ac_ct_CXX=$CXX
4535 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4537 # Extract the first word of "$ac_prog", so it can be a program name with args.
4538 set dummy $ac_prog; ac_word=$2
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4540 $as_echo_n "checking for $ac_word... " >&6; }
4541 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 if test -n "$ac_ct_CXX"; then
4545 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4546 else
4547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4548 for as_dir in $PATH
4550 IFS=$as_save_IFS
4551 test -z "$as_dir" && as_dir=.
4552 for ac_exec_ext in '' $ac_executable_extensions; do
4553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4554 ac_cv_prog_ac_ct_CXX="$ac_prog"
4555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4556 break 2
4558 done
4559 done
4560 IFS=$as_save_IFS
4564 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4565 if test -n "$ac_ct_CXX"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4567 $as_echo "$ac_ct_CXX" >&6; }
4568 else
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570 $as_echo "no" >&6; }
4574 test -n "$ac_ct_CXX" && break
4575 done
4577 if test "x$ac_ct_CXX" = x; then
4578 CXX="g++"
4579 else
4580 case $cross_compiling:$ac_tool_warned in
4581 yes:)
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4583 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4584 ac_tool_warned=yes ;;
4585 esac
4586 CXX=$ac_ct_CXX
4592 # Provide some information about the compiler.
4593 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4594 set X $ac_compile
4595 ac_compiler=$2
4596 for ac_option in --version -v -V -qversion; do
4597 { { ac_try="$ac_compiler $ac_option >&5"
4598 case "(($ac_try" in
4599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4600 *) ac_try_echo=$ac_try;;
4601 esac
4602 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4603 $as_echo "$ac_try_echo"; } >&5
4604 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4605 ac_status=$?
4606 if test -s conftest.err; then
4607 sed '10a\
4608 ... rest of stderr output deleted ...
4609 10q' conftest.err >conftest.er1
4610 cat conftest.er1 >&5
4612 rm -f conftest.er1 conftest.err
4613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4614 test $ac_status = 0; }
4615 done
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4618 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4619 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4620 $as_echo_n "(cached) " >&6
4621 else
4622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4623 /* end confdefs.h. */
4626 main ()
4628 #ifndef __GNUC__
4629 choke me
4630 #endif
4633 return 0;
4635 _ACEOF
4636 if ac_fn_cxx_try_compile "$LINENO"; then :
4637 ac_compiler_gnu=yes
4638 else
4639 ac_compiler_gnu=no
4641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4642 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4646 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4647 if test $ac_compiler_gnu = yes; then
4648 GXX=yes
4649 else
4650 GXX=
4652 ac_test_CXXFLAGS=${CXXFLAGS+set}
4653 ac_save_CXXFLAGS=$CXXFLAGS
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4655 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4656 if ${ac_cv_prog_cxx_g+:} false; then :
4657 $as_echo_n "(cached) " >&6
4658 else
4659 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4660 ac_cxx_werror_flag=yes
4661 ac_cv_prog_cxx_g=no
4662 CXXFLAGS="-g"
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4667 main ()
4671 return 0;
4673 _ACEOF
4674 if ac_fn_cxx_try_compile "$LINENO"; then :
4675 ac_cv_prog_cxx_g=yes
4676 else
4677 CXXFLAGS=""
4678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4679 /* end confdefs.h. */
4682 main ()
4686 return 0;
4688 _ACEOF
4689 if ac_fn_cxx_try_compile "$LINENO"; then :
4691 else
4692 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4693 CXXFLAGS="-g"
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4698 main ()
4702 return 0;
4704 _ACEOF
4705 if ac_fn_cxx_try_compile "$LINENO"; then :
4706 ac_cv_prog_cxx_g=yes
4708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4716 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4717 if test "$ac_test_CXXFLAGS" = set; then
4718 CXXFLAGS=$ac_save_CXXFLAGS
4719 elif test $ac_cv_prog_cxx_g = yes; then
4720 if test "$GXX" = yes; then
4721 CXXFLAGS="-g -O2"
4722 else
4723 CXXFLAGS="-g"
4725 else
4726 if test "$GXX" = yes; then
4727 CXXFLAGS="-O2"
4728 else
4729 CXXFLAGS=
4732 ac_ext=c
4733 ac_cpp='$CPP $CPPFLAGS'
4734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4738 if test -n "$ac_tool_prefix"; then
4739 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4740 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4742 $as_echo_n "checking for $ac_word... " >&6; }
4743 if ${ac_cv_prog_CPPBIN+:} false; then :
4744 $as_echo_n "(cached) " >&6
4745 else
4746 if test -n "$CPPBIN"; then
4747 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4748 else
4749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4750 for as_dir in $PATH
4752 IFS=$as_save_IFS
4753 test -z "$as_dir" && as_dir=.
4754 for ac_exec_ext in '' $ac_executable_extensions; do
4755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4756 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4758 break 2
4760 done
4761 done
4762 IFS=$as_save_IFS
4766 CPPBIN=$ac_cv_prog_CPPBIN
4767 if test -n "$CPPBIN"; then
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4769 $as_echo "$CPPBIN" >&6; }
4770 else
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4772 $as_echo "no" >&6; }
4777 if test -z "$ac_cv_prog_CPPBIN"; then
4778 ac_ct_CPPBIN=$CPPBIN
4779 # Extract the first word of "cpp", so it can be a program name with args.
4780 set dummy cpp; ac_word=$2
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4782 $as_echo_n "checking for $ac_word... " >&6; }
4783 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4784 $as_echo_n "(cached) " >&6
4785 else
4786 if test -n "$ac_ct_CPPBIN"; then
4787 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4788 else
4789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790 for as_dir in $PATH
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_exec_ext in '' $ac_executable_extensions; do
4795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4796 ac_cv_prog_ac_ct_CPPBIN="cpp"
4797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4798 break 2
4800 done
4801 done
4802 IFS=$as_save_IFS
4806 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4807 if test -n "$ac_ct_CPPBIN"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4809 $as_echo "$ac_ct_CPPBIN" >&6; }
4810 else
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4812 $as_echo "no" >&6; }
4815 if test "x$ac_ct_CPPBIN" = x; then
4816 CPPBIN="cpp"
4817 else
4818 case $cross_compiling:$ac_tool_warned in
4819 yes:)
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4822 ac_tool_warned=yes ;;
4823 esac
4824 CPPBIN=$ac_ct_CPPBIN
4826 else
4827 CPPBIN="$ac_cv_prog_CPPBIN"
4831 cat >>confdefs.h <<_ACEOF
4832 #define EXEEXT "$ac_exeext"
4833 _ACEOF
4835 if test -n "$ac_tool_prefix"; then
4836 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4837 set dummy ${ac_tool_prefix}ld; ac_word=$2
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if ${ac_cv_prog_LD+:} false; then :
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$LD"; then
4844 ac_cv_prog_LD="$LD" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4853 ac_cv_prog_LD="${ac_tool_prefix}ld"
4854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4857 done
4858 done
4859 IFS=$as_save_IFS
4863 LD=$ac_cv_prog_LD
4864 if test -n "$LD"; then
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4866 $as_echo "$LD" >&6; }
4867 else
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4869 $as_echo "no" >&6; }
4874 if test -z "$ac_cv_prog_LD"; then
4875 ac_ct_LD=$LD
4876 # Extract the first word of "ld", so it can be a program name with args.
4877 set dummy ld; ac_word=$2
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4879 $as_echo_n "checking for $ac_word... " >&6; }
4880 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4881 $as_echo_n "(cached) " >&6
4882 else
4883 if test -n "$ac_ct_LD"; then
4884 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4885 else
4886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4887 for as_dir in $PATH
4889 IFS=$as_save_IFS
4890 test -z "$as_dir" && as_dir=.
4891 for ac_exec_ext in '' $ac_executable_extensions; do
4892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4893 ac_cv_prog_ac_ct_LD="ld"
4894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4895 break 2
4897 done
4898 done
4899 IFS=$as_save_IFS
4903 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4904 if test -n "$ac_ct_LD"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4906 $as_echo "$ac_ct_LD" >&6; }
4907 else
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909 $as_echo "no" >&6; }
4912 if test "x$ac_ct_LD" = x; then
4913 LD=""
4914 else
4915 case $cross_compiling:$ac_tool_warned in
4916 yes:)
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4919 ac_tool_warned=yes ;;
4920 esac
4921 LD=$ac_ct_LD
4923 else
4924 LD="$ac_cv_prog_LD"
4928 case $host in
4929 *-darwin*)
4930 if test "x$enable_win64" = "xyes"
4931 then
4932 CC="$CC -m64"
4933 CXX="$CXX -m64"
4934 host_cpu="x86_64"
4935 notice_platform="64-bit "
4936 TARGETFLAGS="-m64"
4938 else
4939 CC="$CC -m32"
4940 CXX="$CXX -m32"
4941 host_cpu="i386"
4942 notice_platform="32-bit "
4943 TARGETFLAGS="-m32"
4945 enable_win16=${enable_win16:-yes}
4947 with_fontconfig=${with_fontconfig:-no}
4949 x86_64*|amd64*)
4950 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4951 then
4952 CC="$CC -m32"
4953 CXX="$CXX -m32"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4955 $as_echo_n "checking whether $CC works... " >&6; }
4957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4958 /* end confdefs.h. */
4961 main ()
4965 return 0;
4967 _ACEOF
4968 if ac_fn_c_try_link "$LINENO"; then :
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4970 $as_echo "yes" >&6; }
4971 else
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4974 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4976 rm -f core conftest.err conftest.$ac_objext \
4977 conftest$ac_exeext conftest.$ac_ext
4978 host_cpu="i386"
4979 notice_platform="32-bit "
4980 TARGETFLAGS="-m32"
4982 enable_win16=${enable_win16:-yes}
4983 else
4984 if test "x${GCC}" = "xyes"
4985 then
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4987 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4989 /* end confdefs.h. */
4990 #include <stdarg.h>
4992 main ()
4994 void func(__builtin_ms_va_list *args);
4996 return 0;
4998 _ACEOF
4999 if ac_fn_c_try_compile "$LINENO"; then :
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5001 $as_echo "yes" >&6; }
5002 else
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5004 $as_echo "no" >&6; }
5005 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5009 host_cpu="x86_64"
5010 TARGETFLAGS="-m64"
5014 arm*)
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5016 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 int ac_test(int i) { return i; }
5021 main ()
5023 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5025 return 0;
5027 _ACEOF
5028 if ac_fn_c_try_link "$LINENO"; then :
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5030 $as_echo "yes" >&6; }
5031 else
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5033 $as_echo "no" >&6; }
5034 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5036 rm -f core conftest.err conftest.$ac_objext \
5037 conftest$ac_exeext conftest.$ac_ext
5038 CFLAGS="$CFLAGS -marm"
5039 TARGETFLAGS="-marm"
5042 *-mingw32*|*-cygwin*)
5043 enable_win16=${enable_win16:-no}
5044 CFLAGS="$CFLAGS -D_WIN32"
5046 i[3456789]86*)
5047 enable_win16=${enable_win16:-yes}
5049 esac
5051 enable_win16=${enable_win16:-no}
5052 enable_win64=${enable_win64:-no}
5054 enable_winetest=${enable_winetest:-$enable_tests}
5056 if test -n "$with_wine64"
5057 then
5058 if test "x$enable_win64" = "xyes"
5059 then
5060 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5061 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5063 enable_fonts=${enable_fonts:-no}
5064 enable_server=${enable_server:-no}
5065 elif test "x$enable_win64" = "xyes"
5066 then
5067 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5071 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5072 if ${wine_cv_toolsdir+:} false; then :
5073 $as_echo_n "(cached) " >&6
5074 else
5075 wine_cv_toolsdir="$with_wine_tools"
5076 if test -z "$with_wine_tools"; then
5077 if test "$cross_compiling" = "yes"; then
5078 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5079 elif test -n "$with_wine64"; then
5080 wine_cv_toolsdir="$with_wine64"
5083 if test -z "$wine_cv_toolsdir"; then
5084 wine_makedep=tools/makedep
5085 wine_cv_toolsdir="\$(top_builddir)"
5086 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5087 wine_makedep=$wine_cv_toolsdir/tools/makedep
5088 case "$wine_cv_toolsdir" in
5089 /*) ;;
5090 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5091 esac
5092 enable_tools=${enable_tools:-no}
5093 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5094 else
5095 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5099 $as_echo "$wine_cv_toolsdir" >&6; }
5100 TOOLSDIR=$wine_cv_toolsdir
5102 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5103 then
5104 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5108 for ac_prog in flex
5110 # Extract the first word of "$ac_prog", so it can be a program name with args.
5111 set dummy $ac_prog; ac_word=$2
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5113 $as_echo_n "checking for $ac_word... " >&6; }
5114 if ${ac_cv_prog_FLEX+:} false; then :
5115 $as_echo_n "(cached) " >&6
5116 else
5117 if test -n "$FLEX"; then
5118 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5119 else
5120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5121 for as_dir in $PATH
5123 IFS=$as_save_IFS
5124 test -z "$as_dir" && as_dir=.
5125 for ac_exec_ext in '' $ac_executable_extensions; do
5126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5127 ac_cv_prog_FLEX="$ac_prog"
5128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5129 break 2
5131 done
5132 done
5133 IFS=$as_save_IFS
5137 FLEX=$ac_cv_prog_FLEX
5138 if test -n "$FLEX"; then
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5140 $as_echo "$FLEX" >&6; }
5141 else
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5147 test -n "$FLEX" && break
5148 done
5149 test -n "$FLEX" || FLEX="none"
5151 if test "$FLEX" = "none"
5152 then
5153 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5156 $as_echo_n "checking whether flex is recent enough... " >&6; }
5157 cat >conftest.l <<EOF
5158 %top{
5159 #include "prediluvian.h"
5163 if $FLEX -t conftest.l >/dev/null 2>&5
5164 then
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5166 $as_echo "yes" >&6; }
5167 else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169 $as_echo "no" >&6; }
5170 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5173 for ac_prog in bison
5175 # Extract the first word of "$ac_prog", so it can be a program name with args.
5176 set dummy $ac_prog; ac_word=$2
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if ${ac_cv_prog_BISON+:} false; then :
5180 $as_echo_n "(cached) " >&6
5181 else
5182 if test -n "$BISON"; then
5183 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5184 else
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5186 for as_dir in $PATH
5188 IFS=$as_save_IFS
5189 test -z "$as_dir" && as_dir=.
5190 for ac_exec_ext in '' $ac_executable_extensions; do
5191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5192 ac_cv_prog_BISON="$ac_prog"
5193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5194 break 2
5196 done
5197 done
5198 IFS=$as_save_IFS
5202 BISON=$ac_cv_prog_BISON
5203 if test -n "$BISON"; then
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5205 $as_echo "$BISON" >&6; }
5206 else
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5212 test -n "$BISON" && break
5213 done
5214 test -n "$BISON" || BISON="none"
5216 if test "$BISON" = "none"
5217 then
5218 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5221 if test -n "$ac_tool_prefix"; then
5222 for ac_prog in ar gar
5224 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5225 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5227 $as_echo_n "checking for $ac_word... " >&6; }
5228 if ${ac_cv_prog_AR+:} false; then :
5229 $as_echo_n "(cached) " >&6
5230 else
5231 if test -n "$AR"; then
5232 ac_cv_prog_AR="$AR" # Let the user override the test.
5233 else
5234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235 for as_dir in $PATH
5237 IFS=$as_save_IFS
5238 test -z "$as_dir" && as_dir=.
5239 for ac_exec_ext in '' $ac_executable_extensions; do
5240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5241 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5243 break 2
5245 done
5246 done
5247 IFS=$as_save_IFS
5251 AR=$ac_cv_prog_AR
5252 if test -n "$AR"; then
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5254 $as_echo "$AR" >&6; }
5255 else
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5257 $as_echo "no" >&6; }
5261 test -n "$AR" && break
5262 done
5264 if test -z "$AR"; then
5265 ac_ct_AR=$AR
5266 for ac_prog in ar gar
5268 # Extract the first word of "$ac_prog", so it can be a program name with args.
5269 set dummy $ac_prog; ac_word=$2
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5271 $as_echo_n "checking for $ac_word... " >&6; }
5272 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5273 $as_echo_n "(cached) " >&6
5274 else
5275 if test -n "$ac_ct_AR"; then
5276 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5277 else
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_exec_ext in '' $ac_executable_extensions; do
5284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5285 ac_cv_prog_ac_ct_AR="$ac_prog"
5286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5287 break 2
5289 done
5290 done
5291 IFS=$as_save_IFS
5295 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5296 if test -n "$ac_ct_AR"; then
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5298 $as_echo "$ac_ct_AR" >&6; }
5299 else
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5301 $as_echo "no" >&6; }
5305 test -n "$ac_ct_AR" && break
5306 done
5308 if test "x$ac_ct_AR" = x; then
5309 AR="ar"
5310 else
5311 case $cross_compiling:$ac_tool_warned in
5312 yes:)
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5314 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5315 ac_tool_warned=yes ;;
5316 esac
5317 AR=$ac_ct_AR
5321 if test -n "$ac_tool_prefix"; then
5322 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5323 set dummy ${ac_tool_prefix}strip; ac_word=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if ${ac_cv_prog_STRIP+:} false; then :
5327 $as_echo_n "(cached) " >&6
5328 else
5329 if test -n "$STRIP"; then
5330 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5331 else
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 for as_dir in $PATH
5335 IFS=$as_save_IFS
5336 test -z "$as_dir" && as_dir=.
5337 for ac_exec_ext in '' $ac_executable_extensions; do
5338 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5339 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5341 break 2
5343 done
5344 done
5345 IFS=$as_save_IFS
5349 STRIP=$ac_cv_prog_STRIP
5350 if test -n "$STRIP"; then
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5352 $as_echo "$STRIP" >&6; }
5353 else
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5355 $as_echo "no" >&6; }
5360 if test -z "$ac_cv_prog_STRIP"; then
5361 ac_ct_STRIP=$STRIP
5362 # Extract the first word of "strip", so it can be a program name with args.
5363 set dummy strip; ac_word=$2
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5365 $as_echo_n "checking for $ac_word... " >&6; }
5366 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 if test -n "$ac_ct_STRIP"; then
5370 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5371 else
5372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5373 for as_dir in $PATH
5375 IFS=$as_save_IFS
5376 test -z "$as_dir" && as_dir=.
5377 for ac_exec_ext in '' $ac_executable_extensions; do
5378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5379 ac_cv_prog_ac_ct_STRIP="strip"
5380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5381 break 2
5383 done
5384 done
5385 IFS=$as_save_IFS
5389 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5390 if test -n "$ac_ct_STRIP"; then
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5392 $as_echo "$ac_ct_STRIP" >&6; }
5393 else
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5398 if test "x$ac_ct_STRIP" = x; then
5399 STRIP="strip"
5400 else
5401 case $cross_compiling:$ac_tool_warned in
5402 yes:)
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5405 ac_tool_warned=yes ;;
5406 esac
5407 STRIP=$ac_ct_STRIP
5409 else
5410 STRIP="$ac_cv_prog_STRIP"
5413 ARFLAGS=rc
5415 if test -n "$ac_tool_prefix"; then
5416 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5417 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5419 $as_echo_n "checking for $ac_word... " >&6; }
5420 if ${ac_cv_prog_RANLIB+:} false; then :
5421 $as_echo_n "(cached) " >&6
5422 else
5423 if test -n "$RANLIB"; then
5424 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5425 else
5426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5427 for as_dir in $PATH
5429 IFS=$as_save_IFS
5430 test -z "$as_dir" && as_dir=.
5431 for ac_exec_ext in '' $ac_executable_extensions; do
5432 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5433 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5435 break 2
5437 done
5438 done
5439 IFS=$as_save_IFS
5443 RANLIB=$ac_cv_prog_RANLIB
5444 if test -n "$RANLIB"; then
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5446 $as_echo "$RANLIB" >&6; }
5447 else
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5449 $as_echo "no" >&6; }
5454 if test -z "$ac_cv_prog_RANLIB"; then
5455 ac_ct_RANLIB=$RANLIB
5456 # Extract the first word of "ranlib", so it can be a program name with args.
5457 set dummy ranlib; ac_word=$2
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5459 $as_echo_n "checking for $ac_word... " >&6; }
5460 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5461 $as_echo_n "(cached) " >&6
5462 else
5463 if test -n "$ac_ct_RANLIB"; then
5464 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5465 else
5466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5467 for as_dir in $PATH
5469 IFS=$as_save_IFS
5470 test -z "$as_dir" && as_dir=.
5471 for ac_exec_ext in '' $ac_executable_extensions; do
5472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5473 ac_cv_prog_ac_ct_RANLIB="ranlib"
5474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5475 break 2
5477 done
5478 done
5479 IFS=$as_save_IFS
5483 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5484 if test -n "$ac_ct_RANLIB"; then
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5486 $as_echo "$ac_ct_RANLIB" >&6; }
5487 else
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5489 $as_echo "no" >&6; }
5492 if test "x$ac_ct_RANLIB" = x; then
5493 RANLIB=":"
5494 else
5495 case $cross_compiling:$ac_tool_warned in
5496 yes:)
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5499 ac_tool_warned=yes ;;
5500 esac
5501 RANLIB=$ac_ct_RANLIB
5503 else
5504 RANLIB="$ac_cv_prog_RANLIB"
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5508 $as_echo_n "checking whether ln -s works... " >&6; }
5509 LN_S=$as_ln_s
5510 if test "$LN_S" = "ln -s"; then
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5512 $as_echo "yes" >&6; }
5513 else
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5515 $as_echo "no, using $LN_S" >&6; }
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5519 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5520 if ${ac_cv_path_GREP+:} false; then :
5521 $as_echo_n "(cached) " >&6
5522 else
5523 if test -z "$GREP"; then
5524 ac_path_GREP_found=false
5525 # Loop through the user's path and test for each of PROGNAME-LIST
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5529 IFS=$as_save_IFS
5530 test -z "$as_dir" && as_dir=.
5531 for ac_prog in grep ggrep; do
5532 for ac_exec_ext in '' $ac_executable_extensions; do
5533 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5534 as_fn_executable_p "$ac_path_GREP" || continue
5535 # Check for GNU ac_path_GREP and select it if it is found.
5536 # Check for GNU $ac_path_GREP
5537 case `"$ac_path_GREP" --version 2>&1` in
5538 *GNU*)
5539 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5541 ac_count=0
5542 $as_echo_n 0123456789 >"conftest.in"
5543 while :
5545 cat "conftest.in" "conftest.in" >"conftest.tmp"
5546 mv "conftest.tmp" "conftest.in"
5547 cp "conftest.in" "conftest.nl"
5548 $as_echo 'GREP' >> "conftest.nl"
5549 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5550 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5551 as_fn_arith $ac_count + 1 && ac_count=$as_val
5552 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5553 # Best one so far, save it but keep looking for a better one
5554 ac_cv_path_GREP="$ac_path_GREP"
5555 ac_path_GREP_max=$ac_count
5557 # 10*(2^10) chars as input seems more than enough
5558 test $ac_count -gt 10 && break
5559 done
5560 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5561 esac
5563 $ac_path_GREP_found && break 3
5564 done
5565 done
5566 done
5567 IFS=$as_save_IFS
5568 if test -z "$ac_cv_path_GREP"; then
5569 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5571 else
5572 ac_cv_path_GREP=$GREP
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5577 $as_echo "$ac_cv_path_GREP" >&6; }
5578 GREP="$ac_cv_path_GREP"
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5582 $as_echo_n "checking for egrep... " >&6; }
5583 if ${ac_cv_path_EGREP+:} false; then :
5584 $as_echo_n "(cached) " >&6
5585 else
5586 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5587 then ac_cv_path_EGREP="$GREP -E"
5588 else
5589 if test -z "$EGREP"; then
5590 ac_path_EGREP_found=false
5591 # Loop through the user's path and test for each of PROGNAME-LIST
5592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5593 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5595 IFS=$as_save_IFS
5596 test -z "$as_dir" && as_dir=.
5597 for ac_prog in egrep; do
5598 for ac_exec_ext in '' $ac_executable_extensions; do
5599 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5600 as_fn_executable_p "$ac_path_EGREP" || continue
5601 # Check for GNU ac_path_EGREP and select it if it is found.
5602 # Check for GNU $ac_path_EGREP
5603 case `"$ac_path_EGREP" --version 2>&1` in
5604 *GNU*)
5605 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5607 ac_count=0
5608 $as_echo_n 0123456789 >"conftest.in"
5609 while :
5611 cat "conftest.in" "conftest.in" >"conftest.tmp"
5612 mv "conftest.tmp" "conftest.in"
5613 cp "conftest.in" "conftest.nl"
5614 $as_echo 'EGREP' >> "conftest.nl"
5615 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5616 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5617 as_fn_arith $ac_count + 1 && ac_count=$as_val
5618 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5619 # Best one so far, save it but keep looking for a better one
5620 ac_cv_path_EGREP="$ac_path_EGREP"
5621 ac_path_EGREP_max=$ac_count
5623 # 10*(2^10) chars as input seems more than enough
5624 test $ac_count -gt 10 && break
5625 done
5626 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5627 esac
5629 $ac_path_EGREP_found && break 3
5630 done
5631 done
5632 done
5633 IFS=$as_save_IFS
5634 if test -z "$ac_cv_path_EGREP"; then
5635 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5637 else
5638 ac_cv_path_EGREP=$EGREP
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5644 $as_echo "$ac_cv_path_EGREP" >&6; }
5645 EGREP="$ac_cv_path_EGREP"
5648 # Extract the first word of "ldconfig", so it can be a program name with args.
5649 set dummy ldconfig; ac_word=$2
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if ${ac_cv_path_LDCONFIG+:} false; then :
5653 $as_echo_n "(cached) " >&6
5654 else
5655 case $LDCONFIG in
5656 [\\/]* | ?:[\\/]*)
5657 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5661 for as_dir in /sbin /usr/sbin $PATH
5663 IFS=$as_save_IFS
5664 test -z "$as_dir" && as_dir=.
5665 for ac_exec_ext in '' $ac_executable_extensions; do
5666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5667 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5669 break 2
5671 done
5672 done
5673 IFS=$as_save_IFS
5675 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5677 esac
5679 LDCONFIG=$ac_cv_path_LDCONFIG
5680 if test -n "$LDCONFIG"; then
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5682 $as_echo "$LDCONFIG" >&6; }
5683 else
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5685 $as_echo "no" >&6; }
5689 for ac_prog in msgfmt
5691 # Extract the first word of "$ac_prog", so it can be a program name with args.
5692 set dummy $ac_prog; ac_word=$2
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694 $as_echo_n "checking for $ac_word... " >&6; }
5695 if ${ac_cv_prog_MSGFMT+:} false; then :
5696 $as_echo_n "(cached) " >&6
5697 else
5698 if test -n "$MSGFMT"; then
5699 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5700 else
5701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5702 for as_dir in $PATH
5704 IFS=$as_save_IFS
5705 test -z "$as_dir" && as_dir=.
5706 for ac_exec_ext in '' $ac_executable_extensions; do
5707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5708 ac_cv_prog_MSGFMT="$ac_prog"
5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5710 break 2
5712 done
5713 done
5714 IFS=$as_save_IFS
5718 MSGFMT=$ac_cv_prog_MSGFMT
5719 if test -n "$MSGFMT"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5721 $as_echo "$MSGFMT" >&6; }
5722 else
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }
5728 test -n "$MSGFMT" && break
5729 done
5730 test -n "$MSGFMT" || MSGFMT="false"
5732 if ${ac_tool_prefix+:} false; then :
5733 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5734 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5736 $as_echo_n "checking for $ac_word... " >&6; }
5737 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5738 $as_echo_n "(cached) " >&6
5739 else
5740 if test -n "$PKG_CONFIG"; then
5741 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5742 else
5743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5744 for as_dir in $PATH
5746 IFS=$as_save_IFS
5747 test -z "$as_dir" && as_dir=.
5748 for ac_exec_ext in '' $ac_executable_extensions; do
5749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5750 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5752 break 2
5754 done
5755 done
5756 IFS=$as_save_IFS
5760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5761 if test -n "$PKG_CONFIG"; then
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5763 $as_echo "$PKG_CONFIG" >&6; }
5764 else
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5766 $as_echo "no" >&6; }
5771 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5772 if test "x$cross_compiling" = xyes; then :
5774 else
5775 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5776 # Extract the first word of "pkg-config", so it can be a program name with args.
5777 set dummy pkg-config; ac_word=$2
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5779 $as_echo_n "checking for $ac_word... " >&6; }
5780 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5781 $as_echo_n "(cached) " >&6
5782 else
5783 if test -n "$PKG_CONFIG"; then
5784 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5785 else
5786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5787 for as_dir in $PATH
5789 IFS=$as_save_IFS
5790 test -z "$as_dir" && as_dir=.
5791 for ac_exec_ext in '' $ac_executable_extensions; do
5792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5793 ac_cv_prog_PKG_CONFIG="pkg-config"
5794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 break 2
5797 done
5798 done
5799 IFS=$as_save_IFS
5803 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5804 if test -n "$PKG_CONFIG"; then
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5806 $as_echo "$PKG_CONFIG" >&6; }
5807 else
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5809 $as_echo "no" >&6; }
5814 else
5815 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5818 if test "x$enable_maintainer_mode" != "xyes"
5819 then
5820 FONTFORGE=""
5821 RSVG=""
5822 CONVERT=""
5823 ICOTOOL=""
5824 else
5825 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5826 for ac_prog in fontforge
5828 # Extract the first word of "$ac_prog", so it can be a program name with args.
5829 set dummy $ac_prog; ac_word=$2
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831 $as_echo_n "checking for $ac_word... " >&6; }
5832 if ${ac_cv_prog_FONTFORGE+:} false; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 if test -n "$FONTFORGE"; then
5836 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5837 else
5838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5839 for as_dir in $PATH
5841 IFS=$as_save_IFS
5842 test -z "$as_dir" && as_dir=.
5843 for ac_exec_ext in '' $ac_executable_extensions; do
5844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5845 ac_cv_prog_FONTFORGE="$ac_prog"
5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5847 break 2
5849 done
5850 done
5851 IFS=$as_save_IFS
5855 FONTFORGE=$ac_cv_prog_FONTFORGE
5856 if test -n "$FONTFORGE"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5858 $as_echo "$FONTFORGE" >&6; }
5859 else
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5865 test -n "$FONTFORGE" && break
5866 done
5867 test -n "$FONTFORGE" || FONTFORGE="false"
5869 for ac_prog in rsvg-convert rsvg
5871 # Extract the first word of "$ac_prog", so it can be a program name with args.
5872 set dummy $ac_prog; ac_word=$2
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5874 $as_echo_n "checking for $ac_word... " >&6; }
5875 if ${ac_cv_prog_RSVG+:} false; then :
5876 $as_echo_n "(cached) " >&6
5877 else
5878 if test -n "$RSVG"; then
5879 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5880 else
5881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882 for as_dir in $PATH
5884 IFS=$as_save_IFS
5885 test -z "$as_dir" && as_dir=.
5886 for ac_exec_ext in '' $ac_executable_extensions; do
5887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5888 ac_cv_prog_RSVG="$ac_prog"
5889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890 break 2
5892 done
5893 done
5894 IFS=$as_save_IFS
5898 RSVG=$ac_cv_prog_RSVG
5899 if test -n "$RSVG"; then
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5901 $as_echo "$RSVG" >&6; }
5902 else
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5904 $as_echo "no" >&6; }
5908 test -n "$RSVG" && break
5909 done
5910 test -n "$RSVG" || RSVG="false"
5912 for ac_prog in convert
5914 # Extract the first word of "$ac_prog", so it can be a program name with args.
5915 set dummy $ac_prog; ac_word=$2
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5917 $as_echo_n "checking for $ac_word... " >&6; }
5918 if ${ac_cv_prog_CONVERT+:} false; then :
5919 $as_echo_n "(cached) " >&6
5920 else
5921 if test -n "$CONVERT"; then
5922 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5923 else
5924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5925 for as_dir in $PATH
5927 IFS=$as_save_IFS
5928 test -z "$as_dir" && as_dir=.
5929 for ac_exec_ext in '' $ac_executable_extensions; do
5930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5931 ac_cv_prog_CONVERT="$ac_prog"
5932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5933 break 2
5935 done
5936 done
5937 IFS=$as_save_IFS
5941 CONVERT=$ac_cv_prog_CONVERT
5942 if test -n "$CONVERT"; then
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5944 $as_echo "$CONVERT" >&6; }
5945 else
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5947 $as_echo "no" >&6; }
5951 test -n "$CONVERT" && break
5952 done
5953 test -n "$CONVERT" || CONVERT="false"
5955 for ac_prog in icotool
5957 # Extract the first word of "$ac_prog", so it can be a program name with args.
5958 set dummy $ac_prog; ac_word=$2
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960 $as_echo_n "checking for $ac_word... " >&6; }
5961 if ${ac_cv_prog_ICOTOOL+:} false; then :
5962 $as_echo_n "(cached) " >&6
5963 else
5964 if test -n "$ICOTOOL"; then
5965 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5974 ac_cv_prog_ICOTOOL="$ac_prog"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 ICOTOOL=$ac_cv_prog_ICOTOOL
5985 if test -n "$ICOTOOL"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5987 $as_echo "$ICOTOOL" >&6; }
5988 else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990 $as_echo "no" >&6; }
5994 test -n "$ICOTOOL" && break
5995 done
5996 test -n "$ICOTOOL" || ICOTOOL="false"
5998 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5999 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6001 if test "$CONVERT" = false
6002 then
6003 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6004 else
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6006 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6007 convert_version=`convert --version | head -n1`
6008 if test "x$convert_version" != "x"
6009 then
6010 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6011 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6012 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6013 then
6014 CONVERT=false
6017 if test "$CONVERT" = false
6018 then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6020 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6021 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6022 else
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6024 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6028 if test "$ICOTOOL" = false
6029 then
6030 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6031 else
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6033 $as_echo_n "checking for recent enough icotool... " >&6; }
6034 icotool_version=`icotool --version | head -n1`
6035 if test "x$icotool_version" != "x"
6036 then
6037 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6038 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6039 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6040 then
6041 ICOTOOL=false
6042 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6045 if test "$ICOTOOL" = false
6046 then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6048 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6049 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6050 else
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6052 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6056 with_gettext=yes
6057 with_gettextpo=yes
6058 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6061 test "x$with_gettext" != xno || MSGFMT=false
6062 if test "$MSGFMT" != "false"
6063 then
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6065 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6066 cat >conftest.po <<EOF
6067 # comment
6068 msgctxt "ctxt"
6069 msgid "id"
6070 msgstr "str"
6072 if $MSGFMT -o /dev/null conftest.po 2>&5
6073 then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6075 $as_echo "yes" >&6; }
6076 else
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6079 MSGFMT=false
6082 if test "$MSGFMT" = false; then :
6083 case "x$with_gettext" in
6084 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6085 xno) ;;
6086 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6087 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6088 esac
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6093 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6094 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6095 $as_echo_n "(cached) " >&6
6096 else
6097 ac_check_lib_save_LIBS=$LIBS
6098 LIBS="-li386 $LIBS"
6099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6100 /* end confdefs.h. */
6102 /* Override any GCC internal prototype to avoid an error.
6103 Use char because int might match the return type of a GCC
6104 builtin and then its argument prototype would still apply. */
6105 #ifdef __cplusplus
6106 extern "C"
6107 #endif
6108 char i386_set_ldt ();
6110 main ()
6112 return i386_set_ldt ();
6114 return 0;
6116 _ACEOF
6117 if ac_fn_c_try_link "$LINENO"; then :
6118 ac_cv_lib_i386_i386_set_ldt=yes
6119 else
6120 ac_cv_lib_i386_i386_set_ldt=no
6122 rm -f core conftest.err conftest.$ac_objext \
6123 conftest$ac_exeext conftest.$ac_ext
6124 LIBS=$ac_check_lib_save_LIBS
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6127 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6128 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6129 cat >>confdefs.h <<_ACEOF
6130 #define HAVE_LIBI386 1
6131 _ACEOF
6133 LIBS="-li386 $LIBS"
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6138 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6139 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6140 $as_echo_n "(cached) " >&6
6141 else
6142 ac_check_lib_save_LIBS=$LIBS
6143 LIBS="-lossaudio $LIBS"
6144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6145 /* end confdefs.h. */
6147 /* Override any GCC internal prototype to avoid an error.
6148 Use char because int might match the return type of a GCC
6149 builtin and then its argument prototype would still apply. */
6150 #ifdef __cplusplus
6151 extern "C"
6152 #endif
6153 char _oss_ioctl ();
6155 main ()
6157 return _oss_ioctl ();
6159 return 0;
6161 _ACEOF
6162 if ac_fn_c_try_link "$LINENO"; then :
6163 ac_cv_lib_ossaudio__oss_ioctl=yes
6164 else
6165 ac_cv_lib_ossaudio__oss_ioctl=no
6167 rm -f core conftest.err conftest.$ac_objext \
6168 conftest$ac_exeext conftest.$ac_ext
6169 LIBS=$ac_check_lib_save_LIBS
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6172 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6173 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6174 cat >>confdefs.h <<_ACEOF
6175 #define HAVE_LIBOSSAUDIO 1
6176 _ACEOF
6178 LIBS="-lossaudio $LIBS"
6183 OPENGL_LIBS=""
6187 # Check whether --enable-largefile was given.
6188 if test "${enable_largefile+set}" = set; then :
6189 enableval=$enable_largefile;
6192 if test "$enable_largefile" != no; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6195 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6196 if ${ac_cv_sys_largefile_CC+:} false; then :
6197 $as_echo_n "(cached) " >&6
6198 else
6199 ac_cv_sys_largefile_CC=no
6200 if test "$GCC" != yes; then
6201 ac_save_CC=$CC
6202 while :; do
6203 # IRIX 6.2 and later do not support large files by default,
6204 # so use the C compiler's -n32 option if that helps.
6205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6206 /* end confdefs.h. */
6207 #include <sys/types.h>
6208 /* Check that off_t can represent 2**63 - 1 correctly.
6209 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6210 since some C++ compilers masquerading as C compilers
6211 incorrectly reject 9223372036854775807. */
6212 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6213 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6214 && LARGE_OFF_T % 2147483647 == 1)
6215 ? 1 : -1];
6217 main ()
6221 return 0;
6223 _ACEOF
6224 if ac_fn_c_try_compile "$LINENO"; then :
6225 break
6227 rm -f core conftest.err conftest.$ac_objext
6228 CC="$CC -n32"
6229 if ac_fn_c_try_compile "$LINENO"; then :
6230 ac_cv_sys_largefile_CC=' -n32'; break
6232 rm -f core conftest.err conftest.$ac_objext
6233 break
6234 done
6235 CC=$ac_save_CC
6236 rm -f conftest.$ac_ext
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6240 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6241 if test "$ac_cv_sys_largefile_CC" != no; then
6242 CC=$CC$ac_cv_sys_largefile_CC
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6246 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6247 if ${ac_cv_sys_file_offset_bits+:} false; then :
6248 $as_echo_n "(cached) " >&6
6249 else
6250 while :; do
6251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6252 /* end confdefs.h. */
6253 #include <sys/types.h>
6254 /* Check that off_t can represent 2**63 - 1 correctly.
6255 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6256 since some C++ compilers masquerading as C compilers
6257 incorrectly reject 9223372036854775807. */
6258 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6259 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6260 && LARGE_OFF_T % 2147483647 == 1)
6261 ? 1 : -1];
6263 main ()
6267 return 0;
6269 _ACEOF
6270 if ac_fn_c_try_compile "$LINENO"; then :
6271 ac_cv_sys_file_offset_bits=no; break
6273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6275 /* end confdefs.h. */
6276 #define _FILE_OFFSET_BITS 64
6277 #include <sys/types.h>
6278 /* Check that off_t can represent 2**63 - 1 correctly.
6279 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6280 since some C++ compilers masquerading as C compilers
6281 incorrectly reject 9223372036854775807. */
6282 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6283 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6284 && LARGE_OFF_T % 2147483647 == 1)
6285 ? 1 : -1];
6287 main ()
6291 return 0;
6293 _ACEOF
6294 if ac_fn_c_try_compile "$LINENO"; then :
6295 ac_cv_sys_file_offset_bits=64; break
6297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6298 ac_cv_sys_file_offset_bits=unknown
6299 break
6300 done
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6303 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6304 case $ac_cv_sys_file_offset_bits in #(
6305 no | unknown) ;;
6307 cat >>confdefs.h <<_ACEOF
6308 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6309 _ACEOF
6311 esac
6312 rm -rf conftest*
6313 if test $ac_cv_sys_file_offset_bits = unknown; then
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6315 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6316 if ${ac_cv_sys_large_files+:} false; then :
6317 $as_echo_n "(cached) " >&6
6318 else
6319 while :; do
6320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6321 /* end confdefs.h. */
6322 #include <sys/types.h>
6323 /* Check that off_t can represent 2**63 - 1 correctly.
6324 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6325 since some C++ compilers masquerading as C compilers
6326 incorrectly reject 9223372036854775807. */
6327 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6328 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6329 && LARGE_OFF_T % 2147483647 == 1)
6330 ? 1 : -1];
6332 main ()
6336 return 0;
6338 _ACEOF
6339 if ac_fn_c_try_compile "$LINENO"; then :
6340 ac_cv_sys_large_files=no; break
6342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6344 /* end confdefs.h. */
6345 #define _LARGE_FILES 1
6346 #include <sys/types.h>
6347 /* Check that off_t can represent 2**63 - 1 correctly.
6348 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6349 since some C++ compilers masquerading as C compilers
6350 incorrectly reject 9223372036854775807. */
6351 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6352 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6353 && LARGE_OFF_T % 2147483647 == 1)
6354 ? 1 : -1];
6356 main ()
6360 return 0;
6362 _ACEOF
6363 if ac_fn_c_try_compile "$LINENO"; then :
6364 ac_cv_sys_large_files=1; break
6366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6367 ac_cv_sys_large_files=unknown
6368 break
6369 done
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6372 $as_echo "$ac_cv_sys_large_files" >&6; }
6373 case $ac_cv_sys_large_files in #(
6374 no | unknown) ;;
6376 cat >>confdefs.h <<_ACEOF
6377 #define _LARGE_FILES $ac_cv_sys_large_files
6378 _ACEOF
6380 esac
6381 rm -rf conftest*
6388 ac_ext=c
6389 ac_cpp='$CPP $CPPFLAGS'
6390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6394 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6395 # On Suns, sometimes $CPP names a directory.
6396 if test -n "$CPP" && test -d "$CPP"; then
6397 CPP=
6399 if test -z "$CPP"; then
6400 if ${ac_cv_prog_CPP+:} false; then :
6401 $as_echo_n "(cached) " >&6
6402 else
6403 # Double quotes because CPP needs to be expanded
6404 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6406 ac_preproc_ok=false
6407 for ac_c_preproc_warn_flag in '' yes
6409 # Use a header file that comes with gcc, so configuring glibc
6410 # with a fresh cross-compiler works.
6411 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6412 # <limits.h> exists even on freestanding compilers.
6413 # On the NeXT, cc -E runs the code through the compiler's parser,
6414 # not just through cpp. "Syntax error" is here to catch this case.
6415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6416 /* end confdefs.h. */
6417 #ifdef __STDC__
6418 # include <limits.h>
6419 #else
6420 # include <assert.h>
6421 #endif
6422 Syntax error
6423 _ACEOF
6424 if ac_fn_c_try_cpp "$LINENO"; then :
6426 else
6427 # Broken: fails on valid input.
6428 continue
6430 rm -f conftest.err conftest.i conftest.$ac_ext
6432 # OK, works on sane cases. Now check whether nonexistent headers
6433 # can be detected and how.
6434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6435 /* end confdefs.h. */
6436 #include <ac_nonexistent.h>
6437 _ACEOF
6438 if ac_fn_c_try_cpp "$LINENO"; then :
6439 # Broken: success on invalid input.
6440 continue
6441 else
6442 # Passes both tests.
6443 ac_preproc_ok=:
6444 break
6446 rm -f conftest.err conftest.i conftest.$ac_ext
6448 done
6449 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6450 rm -f conftest.i conftest.err conftest.$ac_ext
6451 if $ac_preproc_ok; then :
6452 break
6455 done
6456 ac_cv_prog_CPP=$CPP
6459 CPP=$ac_cv_prog_CPP
6460 else
6461 ac_cv_prog_CPP=$CPP
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6464 $as_echo "$CPP" >&6; }
6465 ac_preproc_ok=false
6466 for ac_c_preproc_warn_flag in '' yes
6468 # Use a header file that comes with gcc, so configuring glibc
6469 # with a fresh cross-compiler works.
6470 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6471 # <limits.h> exists even on freestanding compilers.
6472 # On the NeXT, cc -E runs the code through the compiler's parser,
6473 # not just through cpp. "Syntax error" is here to catch this case.
6474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6476 #ifdef __STDC__
6477 # include <limits.h>
6478 #else
6479 # include <assert.h>
6480 #endif
6481 Syntax error
6482 _ACEOF
6483 if ac_fn_c_try_cpp "$LINENO"; then :
6485 else
6486 # Broken: fails on valid input.
6487 continue
6489 rm -f conftest.err conftest.i conftest.$ac_ext
6491 # OK, works on sane cases. Now check whether nonexistent headers
6492 # can be detected and how.
6493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6494 /* end confdefs.h. */
6495 #include <ac_nonexistent.h>
6496 _ACEOF
6497 if ac_fn_c_try_cpp "$LINENO"; then :
6498 # Broken: success on invalid input.
6499 continue
6500 else
6501 # Passes both tests.
6502 ac_preproc_ok=:
6503 break
6505 rm -f conftest.err conftest.i conftest.$ac_ext
6507 done
6508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6509 rm -f conftest.i conftest.err conftest.$ac_ext
6510 if $ac_preproc_ok; then :
6512 else
6513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6514 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6515 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6516 See \`config.log' for more details" "$LINENO" 5; }
6519 ac_ext=c
6520 ac_cpp='$CPP $CPPFLAGS'
6521 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6522 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6523 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6527 $as_echo_n "checking for ANSI C header files... " >&6; }
6528 if ${ac_cv_header_stdc+:} false; then :
6529 $as_echo_n "(cached) " >&6
6530 else
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532 /* end confdefs.h. */
6533 #include <stdlib.h>
6534 #include <stdarg.h>
6535 #include <string.h>
6536 #include <float.h>
6539 main ()
6543 return 0;
6545 _ACEOF
6546 if ac_fn_c_try_compile "$LINENO"; then :
6547 ac_cv_header_stdc=yes
6548 else
6549 ac_cv_header_stdc=no
6551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6553 if test $ac_cv_header_stdc = yes; then
6554 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6557 #include <string.h>
6559 _ACEOF
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "memchr" >/dev/null 2>&1; then :
6563 else
6564 ac_cv_header_stdc=no
6566 rm -f conftest*
6570 if test $ac_cv_header_stdc = yes; then
6571 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h. */
6574 #include <stdlib.h>
6576 _ACEOF
6577 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6578 $EGREP "free" >/dev/null 2>&1; then :
6580 else
6581 ac_cv_header_stdc=no
6583 rm -f conftest*
6587 if test $ac_cv_header_stdc = yes; then
6588 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6589 if test "$cross_compiling" = yes; then :
6591 else
6592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6593 /* end confdefs.h. */
6594 #include <ctype.h>
6595 #include <stdlib.h>
6596 #if ((' ' & 0x0FF) == 0x020)
6597 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6598 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6599 #else
6600 # define ISLOWER(c) \
6601 (('a' <= (c) && (c) <= 'i') \
6602 || ('j' <= (c) && (c) <= 'r') \
6603 || ('s' <= (c) && (c) <= 'z'))
6604 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6605 #endif
6607 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6609 main ()
6611 int i;
6612 for (i = 0; i < 256; i++)
6613 if (XOR (islower (i), ISLOWER (i))
6614 || toupper (i) != TOUPPER (i))
6615 return 2;
6616 return 0;
6618 _ACEOF
6619 if ac_fn_c_try_run "$LINENO"; then :
6621 else
6622 ac_cv_header_stdc=no
6624 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6625 conftest.$ac_objext conftest.beam conftest.$ac_ext
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6631 $as_echo "$ac_cv_header_stdc" >&6; }
6632 if test $ac_cv_header_stdc = yes; then
6634 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6638 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6639 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6640 inttypes.h stdint.h unistd.h
6641 do :
6642 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6643 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6645 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6646 cat >>confdefs.h <<_ACEOF
6647 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6648 _ACEOF
6652 done
6655 for ac_header in \
6656 AL/al.h \
6657 ApplicationServices/ApplicationServices.h \
6658 AudioToolbox/AudioConverter.h \
6659 AudioUnit/AudioUnit.h \
6660 AudioUnit/AudioComponent.h \
6661 CL/cl.h \
6662 Carbon/Carbon.h \
6663 CoreAudio/CoreAudio.h \
6664 CoreServices/CoreServices.h \
6665 DiskArbitration/DiskArbitration.h \
6666 IOKit/IOKitLib.h \
6667 IOKit/hid/IOHIDLib.h \
6668 OpenAL/al.h \
6669 OpenCL/opencl.h \
6670 QuickTime/ImageCompression.h \
6671 Security/Security.h \
6672 alias.h \
6673 alsa/asoundlib.h \
6674 arpa/inet.h \
6675 arpa/nameser.h \
6676 asm/types.h \
6677 asm/user.h \
6678 curses.h \
6679 direct.h \
6680 dirent.h \
6681 dlfcn.h \
6682 elf.h \
6683 float.h \
6684 fnmatch.h \
6685 getopt.h \
6686 gettext-po.h \
6687 grp.h \
6688 gsm.h \
6689 gsm/gsm.h \
6690 ieeefp.h \
6691 inet/mib2.h \
6692 io.h \
6693 kstat.h \
6694 lber.h \
6695 ldap.h \
6696 libproc.h \
6697 link.h \
6698 linux/cdrom.h \
6699 linux/compiler.h \
6700 linux/filter.h \
6701 linux/hdreg.h \
6702 linux/input.h \
6703 linux/ioctl.h \
6704 linux/joystick.h \
6705 linux/major.h \
6706 linux/param.h \
6707 linux/serial.h \
6708 linux/types.h \
6709 linux/ucdrom.h \
6710 lwp.h \
6711 mach-o/nlist.h \
6712 mach-o/loader.h \
6713 mach/mach.h \
6714 mach/machine.h \
6715 machine/cpu.h \
6716 machine/limits.h \
6717 machine/sysarch.h \
6718 mntent.h \
6719 ncurses.h \
6720 netdb.h \
6721 netinet/in.h \
6722 netinet/in_systm.h \
6723 netinet/tcp.h \
6724 netinet/tcp_fsm.h \
6725 pcap/pcap.h \
6726 poll.h \
6727 port.h \
6728 process.h \
6729 pthread.h \
6730 pwd.h \
6731 sched.h \
6732 scsi/scsi.h \
6733 scsi/scsi_ioctl.h \
6734 scsi/sg.h \
6735 stdbool.h \
6736 stdint.h \
6737 stropts.h \
6738 sys/asoundlib.h \
6739 sys/attr.h \
6740 sys/cdio.h \
6741 sys/elf32.h \
6742 sys/epoll.h \
6743 sys/event.h \
6744 sys/exec_elf.h \
6745 sys/filio.h \
6746 sys/inotify.h \
6747 sys/ioctl.h \
6748 sys/ipc.h \
6749 sys/limits.h \
6750 sys/link.h \
6751 sys/mman.h \
6752 sys/modem.h \
6753 sys/msg.h \
6754 sys/mtio.h \
6755 sys/param.h \
6756 sys/poll.h \
6757 sys/prctl.h \
6758 sys/protosw.h \
6759 sys/ptrace.h \
6760 sys/queue.h \
6761 sys/resource.h \
6762 sys/scsiio.h \
6763 sys/shm.h \
6764 sys/signal.h \
6765 sys/socket.h \
6766 sys/socketvar.h \
6767 sys/sockio.h \
6768 sys/statvfs.h \
6769 sys/strtio.h \
6770 sys/syscall.h \
6771 sys/tihdr.h \
6772 sys/time.h \
6773 sys/timeout.h \
6774 sys/times.h \
6775 sys/uio.h \
6776 sys/user.h \
6777 sys/utsname.h \
6778 sys/vm86.h \
6779 sys/vnode.h \
6780 sys/wait.h \
6781 syscall.h \
6782 termios.h \
6783 unistd.h \
6784 utime.h \
6785 valgrind/memcheck.h \
6786 valgrind/valgrind.h \
6787 zlib.h
6789 do :
6790 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6791 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6792 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6793 cat >>confdefs.h <<_ACEOF
6794 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6795 _ACEOF
6799 done
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6802 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6803 if ${ac_cv_header_stat_broken+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6807 /* end confdefs.h. */
6808 #include <sys/types.h>
6809 #include <sys/stat.h>
6811 #if defined S_ISBLK && defined S_IFDIR
6812 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6813 #endif
6815 #if defined S_ISBLK && defined S_IFCHR
6816 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6817 #endif
6819 #if defined S_ISLNK && defined S_IFREG
6820 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6821 #endif
6823 #if defined S_ISSOCK && defined S_IFREG
6824 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6825 #endif
6827 _ACEOF
6828 if ac_fn_c_try_compile "$LINENO"; then :
6829 ac_cv_header_stat_broken=no
6830 else
6831 ac_cv_header_stat_broken=yes
6833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6836 $as_echo "$ac_cv_header_stat_broken" >&6; }
6837 if test $ac_cv_header_stat_broken = yes; then
6839 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6845 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6846 do :
6847 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6848 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6849 #ifdef HAVE_SYS_PARAM_H
6850 # include <sys/param.h>
6851 #endif
6853 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6854 cat >>confdefs.h <<_ACEOF
6855 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856 _ACEOF
6860 done
6863 for ac_header in \
6864 netinet/ip.h \
6865 net/if.h \
6866 net/if_arp.h \
6867 net/if_dl.h \
6868 net/if_types.h \
6869 net/route.h \
6870 netinet/if_ether.h \
6871 netinet/if_inarp.h \
6872 netinet/in_pcb.h \
6873 netinet/ip_icmp.h \
6874 netinet/ip_var.h \
6875 netinet/udp.h \
6876 netipx/ipx.h \
6877 sys/un.h \
6879 do :
6880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6881 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6882 #ifdef HAVE_SYS_SOCKET_H
6883 # include <sys/socket.h>
6884 #endif
6885 #ifdef HAVE_SYS_SOCKETVAR_H
6886 # include <sys/socketvar.h>
6887 #endif
6888 #ifdef HAVE_NET_ROUTE_H
6889 # include <net/route.h>
6890 #endif
6891 #ifdef HAVE_NETINET_IN_H
6892 # include <netinet/in.h>
6893 #endif
6894 #ifdef HAVE_NETINET_IN_SYSTM_H
6895 # include <netinet/in_systm.h>
6896 #endif
6897 #ifdef HAVE_NET_IF_H
6898 # include <net/if.h>
6899 #endif
6900 #ifdef HAVE_NETINET_IP_H
6901 # include <netinet/ip.h>
6902 #endif
6904 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6905 cat >>confdefs.h <<_ACEOF
6906 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6907 _ACEOF
6911 done
6914 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6915 do :
6916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6917 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6918 #ifdef HAVE_ALIAS_H
6919 # include <alias.h>
6920 #endif
6921 #ifdef HAVE_SYS_SOCKET_H
6922 # include <sys/socket.h>
6923 #endif
6924 #ifdef HAVE_SYS_SOCKETVAR_H
6925 # include <sys/socketvar.h>
6926 #endif
6927 #ifdef HAVE_SYS_TIMEOUT_H
6928 # include <sys/timeout.h>
6929 #endif
6930 #ifdef HAVE_NETINET_IN_H
6931 # include <netinet/in.h>
6932 #endif
6933 #ifdef HAVE_NETINET_IN_SYSTM_H
6934 # include <netinet/in_systm.h>
6935 #endif
6936 #ifdef HAVE_NETINET_IP_H
6937 # include <netinet/ip.h>
6938 #endif
6939 #ifdef HAVE_NETINET_IP_VAR_H
6940 # include <netinet/ip_var.h>
6941 #endif
6942 #ifdef HAVE_NETINET_IP_ICMP_H
6943 # include <netinet/ip_icmp.h>
6944 #endif
6945 #ifdef HAVE_NETINET_UDP_H
6946 # include <netinet/udp.h>
6947 #endif
6948 #ifdef HAVE_NETINET_TCP_H
6949 # include <netinet/tcp.h>
6950 #endif
6951 #ifdef HAVE_NETINET_TCP_TIMER_H
6952 #include <netinet/tcp_timer.h>
6953 #endif
6955 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6956 cat >>confdefs.h <<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6958 _ACEOF
6962 done
6965 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6966 do :
6967 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6968 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6969 #ifdef HAVE_ASM_TYPES_H
6970 # include <asm/types.h>
6971 #endif
6972 #ifdef HAVE_SYS_SOCKET_H
6973 # include <sys/socket.h>
6974 #endif
6975 #ifdef HAVE_LINUX_TYPES_H
6976 # include <linux/types.h>
6977 #endif
6979 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6980 cat >>confdefs.h <<_ACEOF
6981 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6982 _ACEOF
6986 done
6989 for ac_header in mach-o/dyld_images.h
6990 do :
6991 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6992 # include <stdbool.h>
6993 #endif
6994 #ifdef HAVE_STDINT_H
6995 # include <stdint.h>
6996 #endif
6998 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6999 cat >>confdefs.h <<_ACEOF
7000 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7001 _ACEOF
7005 done
7008 for ac_header in resolv.h
7009 do :
7010 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7011 #ifdef HAVE_SYS_SOCKET_H
7012 # include <sys/socket.h>
7013 #endif
7014 #ifdef HAVE_NETINET_IN_H
7015 # include <netinet/in.h>
7016 #endif
7017 #ifdef HAVE_ARPA_NAMESER_H
7018 # include <arpa/nameser.h>
7019 #endif
7021 if test "x$ac_cv_header_resolv_h" = xyes; then :
7022 cat >>confdefs.h <<_ACEOF
7023 #define HAVE_RESOLV_H 1
7024 _ACEOF
7028 done
7031 for ac_header in ifaddrs.h
7032 do :
7033 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7035 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7036 cat >>confdefs.h <<_ACEOF
7037 #define HAVE_IFADDRS_H 1
7038 _ACEOF
7042 done
7045 for ac_header in sys/ucontext.h
7046 do :
7047 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7049 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7050 cat >>confdefs.h <<_ACEOF
7051 #define HAVE_SYS_UCONTEXT_H 1
7052 _ACEOF
7056 done
7059 for ac_header in sys/thr.h
7060 do :
7061 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7062 #ifdef HAVE_SYS_UCONTEXT_H
7063 #include <sys/ucontext.h>
7064 #endif
7066 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7067 cat >>confdefs.h <<_ACEOF
7068 #define HAVE_SYS_THR_H 1
7069 _ACEOF
7073 done
7076 for ac_header in pthread_np.h
7077 do :
7078 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7079 #include <pthread.h>
7080 #endif
7082 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7083 cat >>confdefs.h <<_ACEOF
7084 #define HAVE_PTHREAD_NP_H 1
7085 _ACEOF
7089 done
7092 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7093 do :
7094 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7095 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7096 #include <sys/time.h>
7097 #endif
7098 #include <sys/types.h>
7099 #ifdef HAVE_ASM_TYPES_H
7100 #include <asm/types.h>
7101 #endif
7103 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7104 cat >>confdefs.h <<_ACEOF
7105 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7106 _ACEOF
7110 done
7113 for ac_header in libprocstat.h
7114 do :
7115 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7116 #include <sys/param.h>
7117 #endif
7118 #ifdef HAVE_SYS_QUEUE_H
7119 #include <sys/queue.h>
7120 #endif
7121 #ifdef HAVE_SYS_SOCKET_H
7122 #include <sys/socket.h>
7123 #endif
7125 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7126 cat >>confdefs.h <<_ACEOF
7127 #define HAVE_LIBPROCSTAT_H 1
7128 _ACEOF
7132 done
7136 dlldir="\${libdir}/wine"
7138 DLLPREFIX=""
7140 DLLFLAGS="-D_REENTRANT"
7142 LDRPATH_INSTALL=""
7144 LDRPATH_LOCAL=""
7146 LIBEXT="so"
7147 DLLEXT=".so"
7148 IMPLIBEXT="def"
7149 STATIC_IMPLIBEXT="def.a"
7150 # Extract the first word of "ldd", so it can be a program name with args.
7151 set dummy ldd; ac_word=$2
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7153 $as_echo_n "checking for $ac_word... " >&6; }
7154 if ${ac_cv_path_LDD+:} false; then :
7155 $as_echo_n "(cached) " >&6
7156 else
7157 case $LDD in
7158 [\\/]* | ?:[\\/]*)
7159 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7163 as_dummy="/sbin:/usr/sbin:$PATH"
7164 for as_dir in $as_dummy
7166 IFS=$as_save_IFS
7167 test -z "$as_dir" && as_dir=.
7168 for ac_exec_ext in '' $ac_executable_extensions; do
7169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7170 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7172 break 2
7174 done
7175 done
7176 IFS=$as_save_IFS
7178 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7180 esac
7182 LDD=$ac_cv_path_LDD
7183 if test -n "$LDD"; then
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7185 $as_echo "$LDD" >&6; }
7186 else
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7188 $as_echo "no" >&6; }
7192 if test -n "$ac_tool_prefix"; then
7193 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7194 set dummy ${ac_tool_prefix}otool; ac_word=$2
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7196 $as_echo_n "checking for $ac_word... " >&6; }
7197 if ${ac_cv_prog_OTOOL+:} false; then :
7198 $as_echo_n "(cached) " >&6
7199 else
7200 if test -n "$OTOOL"; then
7201 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7202 else
7203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7204 for as_dir in $PATH
7206 IFS=$as_save_IFS
7207 test -z "$as_dir" && as_dir=.
7208 for ac_exec_ext in '' $ac_executable_extensions; do
7209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7210 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7212 break 2
7214 done
7215 done
7216 IFS=$as_save_IFS
7220 OTOOL=$ac_cv_prog_OTOOL
7221 if test -n "$OTOOL"; then
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7223 $as_echo "$OTOOL" >&6; }
7224 else
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7226 $as_echo "no" >&6; }
7231 if test -z "$ac_cv_prog_OTOOL"; then
7232 ac_ct_OTOOL=$OTOOL
7233 # Extract the first word of "otool", so it can be a program name with args.
7234 set dummy otool; ac_word=$2
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7236 $as_echo_n "checking for $ac_word... " >&6; }
7237 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7238 $as_echo_n "(cached) " >&6
7239 else
7240 if test -n "$ac_ct_OTOOL"; then
7241 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7242 else
7243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7244 for as_dir in $PATH
7246 IFS=$as_save_IFS
7247 test -z "$as_dir" && as_dir=.
7248 for ac_exec_ext in '' $ac_executable_extensions; do
7249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7250 ac_cv_prog_ac_ct_OTOOL="otool"
7251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7252 break 2
7254 done
7255 done
7256 IFS=$as_save_IFS
7260 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7261 if test -n "$ac_ct_OTOOL"; then
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7263 $as_echo "$ac_ct_OTOOL" >&6; }
7264 else
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7266 $as_echo "no" >&6; }
7269 if test "x$ac_ct_OTOOL" = x; then
7270 OTOOL="otool"
7271 else
7272 case $cross_compiling:$ac_tool_warned in
7273 yes:)
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7275 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7276 ac_tool_warned=yes ;;
7277 esac
7278 OTOOL=$ac_ct_OTOOL
7280 else
7281 OTOOL="$ac_cv_prog_OTOOL"
7284 if test -n "$ac_tool_prefix"; then
7285 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7286 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7288 $as_echo_n "checking for $ac_word... " >&6; }
7289 if ${ac_cv_prog_READELF+:} false; then :
7290 $as_echo_n "(cached) " >&6
7291 else
7292 if test -n "$READELF"; then
7293 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7294 else
7295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7296 for as_dir in $PATH
7298 IFS=$as_save_IFS
7299 test -z "$as_dir" && as_dir=.
7300 for ac_exec_ext in '' $ac_executable_extensions; do
7301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7302 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7304 break 2
7306 done
7307 done
7308 IFS=$as_save_IFS
7312 READELF=$ac_cv_prog_READELF
7313 if test -n "$READELF"; then
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7315 $as_echo "$READELF" >&6; }
7316 else
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7318 $as_echo "no" >&6; }
7323 if test -z "$ac_cv_prog_READELF"; then
7324 ac_ct_READELF=$READELF
7325 # Extract the first word of "readelf", so it can be a program name with args.
7326 set dummy readelf; ac_word=$2
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7328 $as_echo_n "checking for $ac_word... " >&6; }
7329 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7330 $as_echo_n "(cached) " >&6
7331 else
7332 if test -n "$ac_ct_READELF"; then
7333 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7334 else
7335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7336 for as_dir in $PATH
7338 IFS=$as_save_IFS
7339 test -z "$as_dir" && as_dir=.
7340 for ac_exec_ext in '' $ac_executable_extensions; do
7341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7342 ac_cv_prog_ac_ct_READELF="readelf"
7343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7344 break 2
7346 done
7347 done
7348 IFS=$as_save_IFS
7352 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7353 if test -n "$ac_ct_READELF"; then
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7355 $as_echo "$ac_ct_READELF" >&6; }
7356 else
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7358 $as_echo "no" >&6; }
7361 if test "x$ac_ct_READELF" = x; then
7362 READELF="true"
7363 else
7364 case $cross_compiling:$ac_tool_warned in
7365 yes:)
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7368 ac_tool_warned=yes ;;
7369 esac
7370 READELF=$ac_ct_READELF
7372 else
7373 READELF="$ac_cv_prog_READELF"
7376 wine_rules_file=conf$$rules.make
7377 rm -f $wine_rules_file
7378 ALL_POT_FILES=""
7379 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7380 ALL_TEST_RESOURCES=""
7383 wine_fn_append_file ()
7385 as_fn_append $1 " \\$as_nl $2"
7388 wine_fn_ignore_file ()
7390 case "$1" in
7391 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7392 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7393 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7394 esac
7397 wine_fn_append_rule ()
7399 $as_echo "$1" >>$wine_rules_file
7402 wine_fn_has_flag ()
7404 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7407 wine_fn_depend_rules ()
7409 if wine_fn_has_flag config
7410 then
7411 wine_fn_append_rule \
7412 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7413 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7414 depend: $ac_dir/depend
7415 .PHONY: $ac_dir/depend
7416 $ac_dir/depend: \$(MAKEDEP) dummy
7417 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7418 else
7419 wine_fn_append_rule \
7420 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7421 \$(MAKEDEP) $ac_dir
7422 depend: $ac_dir/depend
7423 .PHONY: $ac_dir/depend
7424 $ac_dir/depend: \$(MAKEDEP) dummy
7425 \$(MAKEDEP) $ac_dir"
7429 wine_fn_pot_rules ()
7431 test "x$with_gettextpo" = xyes || return
7433 if wine_fn_has_flag mc
7434 then
7435 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7436 wine_fn_append_rule \
7437 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7438 @cd $ac_dir && \$(MAKE) msg.pot
7439 $ac_dir/msg.pot: tools/wmc include"
7441 if wine_fn_has_flag po
7442 then
7443 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7444 wine_fn_append_rule \
7445 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7446 @cd $ac_dir && \$(MAKE) rsrc.pot
7447 $ac_dir/rsrc.pot: tools/wrc include"
7451 wine_fn_all_rules ()
7453 wine_fn_depend_rules
7454 wine_fn_append_rule \
7455 "all: $ac_dir
7456 .PHONY: $ac_dir
7457 $ac_dir: $ac_dir/Makefile dummy
7458 @cd $ac_dir && \$(MAKE)"
7461 wine_fn_install_rules ()
7463 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7465 wine_fn_append_rule \
7466 ".PHONY: $ac_dir/install $ac_dir/uninstall
7467 $ac_dir/install:: $ac_dir
7468 @cd $ac_dir && \$(MAKE) install
7469 $ac_dir/uninstall:: $ac_dir/Makefile
7470 @cd $ac_dir && \$(MAKE) uninstall
7471 install:: $ac_dir/install
7472 __uninstall__: $ac_dir/uninstall"
7474 if wine_fn_has_flag install-lib
7475 then
7476 wine_fn_append_rule \
7477 ".PHONY: $ac_dir/install-lib
7478 $ac_dir/install-lib:: $ac_dir
7479 @cd $ac_dir && \$(MAKE) install-lib
7480 install-lib:: $ac_dir/install-lib"
7483 if wine_fn_has_flag install-dev
7484 then
7485 wine_fn_append_rule \
7486 ".PHONY: $ac_dir/install-dev
7487 $ac_dir/install-dev:: $ac_dir
7488 @cd $ac_dir && \$(MAKE) install-dev
7489 install-dev:: $ac_dir/install-dev"
7493 wine_fn_clean_rules ()
7495 ac_clean=$@
7496 ac_extraclean="$ac_dir/Makefile"
7497 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7498 case $ac_dir in
7499 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7500 esac
7502 if wine_fn_has_flag clean
7503 then
7504 wine_fn_append_rule \
7505 "__clean__: $ac_dir/clean
7506 .PHONY: $ac_dir/clean
7507 $ac_dir/clean: $ac_dir/Makefile
7508 @cd $ac_dir && \$(MAKE) clean
7509 \$(RM) $ac_extraclean"
7510 else
7511 wine_fn_append_rule \
7512 "__clean__: $ac_dir/clean
7513 .PHONY: $ac_dir/clean
7514 $ac_dir/clean: dummy
7515 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7519 wine_fn_disabled_rules ()
7521 ac_clean=$@
7522 ac_extraclean="$ac_dir/Makefile"
7523 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7525 wine_fn_append_rule \
7526 "__clean__: $ac_dir/clean
7527 .PHONY: $ac_dir/clean
7528 $ac_dir/clean: dummy
7529 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7532 wine_fn_config_makefile ()
7534 ac_dir=$1
7535 ac_enable=$2
7536 ac_flags=$3
7538 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7539 wine_fn_disabled_rules; return
7541 wine_fn_all_rules
7542 wine_fn_install_rules
7543 wine_fn_clean_rules
7546 wine_fn_config_lib ()
7548 ac_name=$1
7549 ac_flags=$2
7550 ac_dir=dlls/$ac_name
7551 ac_deps="include"
7553 if test "x$enable_tools" = xno; then :
7555 else
7556 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7558 wine_fn_all_rules
7559 wine_fn_clean_rules
7561 wine_fn_append_rule \
7562 ".PHONY: $ac_dir/install $ac_dir/uninstall
7563 $ac_dir/install:: $ac_dir
7564 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7565 $ac_dir/uninstall::
7566 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7567 install install-dev:: $ac_dir/install
7568 __uninstall__: $ac_dir/uninstall
7569 __builddeps__: $ac_dir
7570 $ac_dir: $ac_deps"
7573 wine_fn_config_dll ()
7575 ac_name=$1
7576 ac_dir=dlls/$ac_name
7577 ac_enable=$2
7578 ac_flags=$3
7579 ac_implib=${4:-$ac_name}
7580 ac_file=$ac_dir/lib$ac_implib
7581 ac_dll=$ac_name
7582 ac_deps="include"
7583 ac_implibflags=""
7585 if test "x$enable_tools" = xno; then :
7587 else
7588 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7590 case $ac_name in
7591 *16) ac_implibflags=" -m16" ;;
7592 *.*) ;;
7593 *) ac_dll=$ac_dll.dll ;;
7594 esac
7596 ac_clean=
7597 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7598 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7599 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7600 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7602 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7603 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7604 then
7605 wine_fn_depend_rules
7606 wine_fn_clean_rules $ac_clean
7607 else
7608 wine_fn_disabled_rules $ac_clean
7609 return
7611 else
7612 wine_fn_all_rules
7613 wine_fn_clean_rules $ac_clean
7614 wine_fn_append_rule \
7615 "$ac_dir: __builddeps__
7616 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7617 @cd $ac_dir && \$(MAKE) \$@
7618 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7619 install install-lib:: $ac_dir/install-lib
7620 __uninstall__: $ac_dir/uninstall"
7621 if test -n "$DLLEXT"
7622 then
7623 wine_fn_append_rule \
7624 "$ac_dir/install-lib:: $ac_dir
7625 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7626 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7627 $ac_dir/uninstall::
7628 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7629 else
7630 wine_fn_append_rule \
7631 "$ac_dir/install-lib:: $ac_dir
7632 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7633 $ac_dir/uninstall::
7634 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7637 wine_fn_pot_rules
7640 if wine_fn_has_flag staticimplib
7641 then
7642 wine_fn_append_rule \
7643 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7644 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7645 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7646 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7647 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7648 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7649 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7650 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7651 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7652 $ac_dir/uninstall::
7653 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7654 install install-dev:: $ac_dir/install-dev
7655 __uninstall__: $ac_dir/uninstall"
7657 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7658 then
7659 wine_fn_append_rule \
7660 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7661 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7662 $ac_dir/uninstall::
7663 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7666 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7667 then
7668 wine_fn_append_rule \
7669 "__builddeps__: $ac_file.cross.a
7670 $ac_file.cross.a: $ac_dir/Makefile dummy
7671 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7674 elif wine_fn_has_flag implib
7675 then
7676 wine_fn_append_rule \
7677 "__builddeps__: $ac_file.$IMPLIBEXT
7678 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7679 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7680 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7681 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7682 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7683 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7684 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7685 $ac_dir/uninstall::
7686 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7687 install install-dev:: $ac_dir/install-dev
7688 __uninstall__: $ac_dir/uninstall"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7690 then
7691 wine_fn_append_rule \
7692 "__builddeps__: $ac_file.cross.a
7693 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7694 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7697 if test "$ac_name" != "$ac_implib"
7698 then
7699 wine_fn_append_rule \
7700 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7701 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7702 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7703 clean::
7704 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7705 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7706 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7707 then
7708 wine_fn_append_rule \
7709 "__builddeps__: dlls/lib$ac_implib.cross.a
7710 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7711 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7712 clean::
7713 \$(RM) dlls/lib$ac_implib.cross.a"
7714 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7720 wine_fn_config_program ()
7722 ac_name=$1
7723 ac_dir=programs/$ac_name
7724 ac_enable=$2
7725 ac_flags=$3
7726 ac_program=$ac_name
7728 case $ac_name in
7729 *.*) ;;
7730 *) ac_program=$ac_program.exe ;;
7731 esac
7733 ac_clean=
7734 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7735 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7736 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7737 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7739 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7740 wine_fn_disabled_rules $ac_clean; return
7743 wine_fn_all_rules
7744 wine_fn_clean_rules $ac_clean
7745 wine_fn_append_rule "$ac_dir: __builddeps__"
7746 wine_fn_pot_rules
7748 wine_fn_has_flag install || return
7749 wine_fn_append_rule \
7750 ".PHONY: $ac_dir/install $ac_dir/uninstall
7751 install install-lib:: $ac_dir/install
7752 __uninstall__: $ac_dir/uninstall"
7754 if test -n "$DLLEXT"
7755 then
7756 wine_fn_append_rule \
7757 "$ac_dir/install:: $ac_dir
7758 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7759 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7760 $ac_dir/uninstall::
7761 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7763 if test -z "$with_wine64" && wine_fn_has_flag installbin
7764 then
7765 wine_fn_append_rule \
7766 "$ac_dir/install:: __tooldeps__
7767 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7768 $ac_dir/uninstall::
7769 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7771 else
7772 wine_fn_append_rule \
7773 "$ac_dir/install:: $ac_dir
7774 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7775 $ac_dir/uninstall::
7776 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7779 if test -z "$with_wine64" && wine_fn_has_flag manpage
7780 then
7781 wine_fn_append_rule \
7782 "$ac_dir/install:: $ac_dir
7783 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7784 $ac_dir/uninstall::
7785 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7789 wine_fn_config_test ()
7791 ac_dir=$1
7792 ac_name=$2
7793 ac_flags=$3
7795 ac_clean=
7796 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7797 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7799 if test "x$enable_tests" = xno; then :
7800 wine_fn_disabled_rules $ac_clean; return
7803 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7804 wine_fn_all_rules
7805 wine_fn_clean_rules $ac_clean
7807 wine_fn_append_rule \
7808 "$ac_dir: programs/winetest/Makefile __builddeps__
7809 programs/winetest: $ac_dir
7810 check test: $ac_dir/test
7811 .PHONY: $ac_dir/test
7812 $ac_dir/test: dummy
7813 @cd $ac_dir && \$(MAKE) test
7814 testclean::
7815 \$(RM) $ac_dir/*.ok"
7817 if test -n "$CROSSTARGET"
7818 then
7819 wine_fn_append_rule \
7820 "crosstest: $ac_dir/crosstest
7821 .PHONY: $ac_dir/crosstest
7822 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7823 @cd $ac_dir && \$(MAKE) crosstest"
7827 wine_fn_config_tool ()
7829 ac_dir=$1
7830 ac_flags=$2
7831 if test "x$enable_tools" = xno; then :
7832 return
7835 wine_fn_all_rules
7836 wine_fn_install_rules
7837 wine_fn_clean_rules
7839 wine_fn_append_rule "__tooldeps__: $ac_dir"
7840 wine_fn_append_rule "$ac_dir: libs/port"
7841 case $ac_dir in
7842 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7843 esac
7846 wine_fn_config_symlink ()
7848 ac_linkdir=
7849 if test "x$1" = "x-d"
7850 then
7851 ac_linkdir=$2
7852 shift; shift
7854 ac_links=$@
7855 wine_fn_append_rule \
7856 "$ac_links:
7857 @./config.status \$@
7858 distclean::
7859 \$(RM) $ac_links"
7860 for f in $ac_links; do wine_fn_ignore_file $f; done
7861 test -n "$ac_linkdir" || return
7862 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7865 wine_binary="wine"
7866 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7867 loader_programs="$wine_binary"
7868 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7870 LOADER_RULES="
7871 all: wine.inf
7875 case $host_os in
7876 cygwin*|mingw32*)
7877 if test -n "$ac_tool_prefix"; then
7878 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7879 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7881 $as_echo_n "checking for $ac_word... " >&6; }
7882 if ${ac_cv_prog_DLLTOOL+:} false; then :
7883 $as_echo_n "(cached) " >&6
7884 else
7885 if test -n "$DLLTOOL"; then
7886 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7887 else
7888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7889 for as_dir in $PATH
7891 IFS=$as_save_IFS
7892 test -z "$as_dir" && as_dir=.
7893 for ac_exec_ext in '' $ac_executable_extensions; do
7894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7895 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7897 break 2
7899 done
7900 done
7901 IFS=$as_save_IFS
7905 DLLTOOL=$ac_cv_prog_DLLTOOL
7906 if test -n "$DLLTOOL"; then
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7908 $as_echo "$DLLTOOL" >&6; }
7909 else
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7911 $as_echo "no" >&6; }
7916 if test -z "$ac_cv_prog_DLLTOOL"; then
7917 ac_ct_DLLTOOL=$DLLTOOL
7918 # Extract the first word of "dlltool", so it can be a program name with args.
7919 set dummy dlltool; ac_word=$2
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7921 $as_echo_n "checking for $ac_word... " >&6; }
7922 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7923 $as_echo_n "(cached) " >&6
7924 else
7925 if test -n "$ac_ct_DLLTOOL"; then
7926 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7927 else
7928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7929 for as_dir in $PATH
7931 IFS=$as_save_IFS
7932 test -z "$as_dir" && as_dir=.
7933 for ac_exec_ext in '' $ac_executable_extensions; do
7934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7935 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7937 break 2
7939 done
7940 done
7941 IFS=$as_save_IFS
7945 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7946 if test -n "$ac_ct_DLLTOOL"; then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7948 $as_echo "$ac_ct_DLLTOOL" >&6; }
7949 else
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7951 $as_echo "no" >&6; }
7954 if test "x$ac_ct_DLLTOOL" = x; then
7955 DLLTOOL="false"
7956 else
7957 case $cross_compiling:$ac_tool_warned in
7958 yes:)
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7960 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7961 ac_tool_warned=yes ;;
7962 esac
7963 DLLTOOL=$ac_ct_DLLTOOL
7965 else
7966 DLLTOOL="$ac_cv_prog_DLLTOOL"
7969 LIBEXT="dll"
7970 DLLEXT=""
7971 IMPLIBEXT="a"
7972 STATIC_IMPLIBEXT="a"
7973 enable_iphlpapi=${enable_iphlpapi:-no}
7974 enable_kernel32=${enable_kernel32:-no}
7975 enable_msvcrt=${enable_msvcrt:-no}
7976 enable_ntdll=${enable_ntdll:-no}
7977 enable_ws2_32=${enable_ws2_32:-no}
7978 enable_loader=${enable_loader:-no}
7979 enable_server=${enable_server:-no}
7980 with_x=${with_x:-no}
7981 with_pthread=${with_pthread:-no}
7983 crtlibs=""
7984 case $host_os in
7985 mingw32*)
7986 crtlibs="-lmsvcrt"
7987 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7989 esac
7991 libwine_targets="libwine.dll libwine.a"
7992 LIBWINE_RULES="
7993 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7995 all: libwine.dll libwine.a
7997 libwine.a: \$(srcdir)/wine.def
7998 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
8000 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
8001 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
8003 install install-lib:: libwine.dll
8004 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8006 install install-dev:: libwine.a
8007 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8009 uninstall::
8010 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8015 darwin*|macosx*)
8016 for ac_header in libunwind.h
8017 do :
8018 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8019 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8020 cat >>confdefs.h <<_ACEOF
8021 #define HAVE_LIBUNWIND_H 1
8022 _ACEOF
8026 done
8028 LIBEXT="dylib"
8029 DLLFLAGS="$DLLFLAGS -fPIC"
8030 LIBWINE_LDFLAGS="-multiply_defined suppress"
8031 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8032 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8033 COREFOUNDATION_LIBS="-framework CoreFoundation"
8035 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8037 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8039 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8041 CORESERVICES_LIBS="-framework CoreServices"
8043 APPKIT_LIBS="-framework AppKit"
8045 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8047 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8048 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8049 $as_echo_n "(cached) " >&6
8050 else
8051 ac_wine_try_cflags_saved=$CFLAGS
8052 CFLAGS="$CFLAGS -Wl,-no_pie"
8053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h. */
8055 int main(int argc, char **argv) { return 0; }
8056 _ACEOF
8057 if ac_fn_c_try_link "$LINENO"; then :
8058 ac_cv_cflags__Wl__no_pie=yes
8059 else
8060 ac_cv_cflags__Wl__no_pie=no
8062 rm -f core conftest.err conftest.$ac_objext \
8063 conftest$ac_exeext conftest.$ac_ext
8064 CFLAGS=$ac_wine_try_cflags_saved
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8067 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8068 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8069 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8071 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8072 then
8073 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8076 if test "$ac_cv_header_Security_Security_h" = "yes"
8077 then
8078 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8080 ac_save_LIBS="$LIBS"
8081 LIBS="$LIBS $SECURITY_LIBS"
8082 for ac_func in SSLCopyPeerCertificates
8083 do :
8084 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8085 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8086 cat >>confdefs.h <<_ACEOF
8087 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8088 _ACEOF
8091 done
8093 LIBS="$ac_save_LIBS"
8094 with_gnutls=${with_gnutls:-no}
8096 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8097 then
8098 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8099 then
8100 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8102 else
8103 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8106 ac_save_LIBS="$LIBS"
8107 LIBS="$LIBS $COREAUDIO_LIBS"
8108 for ac_func in AUGraphAddNode
8109 do :
8110 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8111 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8112 cat >>confdefs.h <<_ACEOF
8113 #define HAVE_AUGRAPHADDNODE 1
8114 _ACEOF
8117 done
8119 LIBS="$ac_save_LIBS"
8121 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8122 then
8123 OPENAL_LIBS="-framework OpenAL"
8126 cat >>confdefs.h <<_ACEOF
8127 #define HAVE_OPENAL 1
8128 _ACEOF
8130 ac_cv_lib_openal=yes
8132 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8133 then
8134 OPENCL_LIBS="-framework OpenCL"
8136 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8138 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8139 then
8140 ac_save_LIBS="$LIBS"
8141 LIBS="$LIBS $IOKIT_LIBS"
8142 for ac_func in IOHIDManagerCreate
8143 do :
8144 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8145 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8146 cat >>confdefs.h <<_ACEOF
8147 #define HAVE_IOHIDMANAGERCREATE 1
8148 _ACEOF
8151 done
8153 LIBS="$ac_save_LIBS"
8155 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8156 then
8157 ac_save_LIBS="$LIBS"
8158 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8160 $as_echo_n "checking for the QuickTime framework... " >&6; }
8161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8162 /* end confdefs.h. */
8163 #include <QuickTime/ImageCompression.h>
8165 main ()
8167 CodecManagerVersion(NULL);
8169 return 0;
8171 _ACEOF
8172 if ac_fn_c_try_link "$LINENO"; then :
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8174 $as_echo "yes" >&6; }
8175 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8177 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8178 else
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8180 $as_echo "no" >&6; }
8181 ac_cv_header_QuickTime_ImageCompression_h=no
8183 rm -f core conftest.err conftest.$ac_objext \
8184 conftest$ac_exeext conftest.$ac_ext
8185 LIBS="$ac_save_LIBS"
8187 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8188 then
8189 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8191 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8192 then
8193 CARBON_LIBS="-framework Carbon"
8197 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8198 then
8199 ac_save_LIBS="$LIBS"
8200 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8201 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8202 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8203 enable_winemac_drv=${enable_winemac_drv:-yes}
8206 LIBS="$ac_save_LIBS"
8209 if test "x$enable_win16" = "xyes"
8210 then
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8212 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8213 if test "$cross_compiling" = yes; then :
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8215 $as_echo "cross-compiling, assuming yes" >&6; }
8216 else
8217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8218 /* end confdefs.h. */
8219 asm(".text\n"
8220 "bad:\tnop;nop\n"
8221 "good:\tnop;nop\n\t"
8222 ".globl _testfunc\n"
8223 "_testfunc:\tcallw good");
8224 extern void testfunc();
8226 main ()
8228 unsigned short *p = (unsigned short *)testfunc;
8229 return p[0] != 0xe866 || p[1] != 0xfffa
8231 return 0;
8233 _ACEOF
8234 if ac_fn_c_try_run "$LINENO"; then :
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8236 $as_echo "yes" >&6; }
8237 else
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8239 $as_echo "no" >&6; }
8240 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
8242 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8243 conftest.$ac_objext conftest.beam conftest.$ac_ext
8248 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8249 LIBWINE_RULES="
8250 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8252 all: libwine.dylib
8254 libwine.$libwine_version.dylib: \$(OBJS)
8255 \$(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 \$@
8257 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8258 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8260 libwine.dylib: libwine.$libwine_soversion.dylib
8261 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8263 install install-lib:: libwine.$libwine_version.dylib
8264 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8265 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8267 install install-dev::
8268 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8270 uninstall::
8271 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8275 as_fn_append LOADER_RULES "
8276 ${wine_binary}_OBJS = main.o
8277 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8278 $wine_binary $wine_binary-installed: wine_info.plist
8282 linux-android*)
8283 DLLFLAGS="$DLLFLAGS -fPIC"
8284 DLLPREFIX="lib"
8285 LDEXECFLAGS=""
8286 dlldir="\${libdir}"
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8288 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8289 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8290 $as_echo_n "(cached) " >&6
8291 else
8292 ac_wine_try_cflags_saved=$CFLAGS
8293 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8295 /* end confdefs.h. */
8296 int main(int argc, char **argv) { return 0; }
8297 _ACEOF
8298 if ac_fn_c_try_link "$LINENO"; then :
8299 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8300 else
8301 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8303 rm -f core conftest.err conftest.$ac_objext \
8304 conftest$ac_exeext conftest.$ac_ext
8305 CFLAGS=$ac_wine_try_cflags_saved
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8308 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8309 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8310 LDEXECFLAGS="-Wl,--export-dynamic"
8312 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8314 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8315 if eval \${$as_ac_var+:} false; then :
8316 $as_echo_n "(cached) " >&6
8317 else
8318 ac_wine_try_cflags_saved=$CFLAGS
8319 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h. */
8322 int main(int argc, char **argv) { return 0; }
8323 _ACEOF
8324 if ac_fn_c_try_link "$LINENO"; then :
8325 eval "$as_ac_var=yes"
8326 else
8327 eval "$as_ac_var=no"
8329 rm -f core conftest.err conftest.$ac_objext \
8330 conftest$ac_exeext conftest.$ac_ext
8331 CFLAGS=$ac_wine_try_cflags_saved
8333 eval ac_res=\$$as_ac_var
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8335 $as_echo "$ac_res" >&6; }
8336 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8337 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8338 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8339 else
8340 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8342 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8343 if eval \${$as_ac_var+:} false; then :
8344 $as_echo_n "(cached) " >&6
8345 else
8346 ac_wine_try_cflags_saved=$CFLAGS
8347 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8349 /* end confdefs.h. */
8350 int main(int argc, char **argv) { return 0; }
8351 _ACEOF
8352 if ac_fn_c_try_link "$LINENO"; then :
8353 eval "$as_ac_var=yes"
8354 else
8355 eval "$as_ac_var=no"
8357 rm -f core conftest.err conftest.$ac_objext \
8358 conftest$ac_exeext conftest.$ac_ext
8359 CFLAGS=$ac_wine_try_cflags_saved
8361 eval ac_res=\$$as_ac_var
8362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8363 $as_echo "$ac_res" >&6; }
8364 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8365 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8366 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8371 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8372 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8373 $as_echo_n "(cached) " >&6
8374 else
8375 ac_wine_try_cflags_saved=$CFLAGS
8376 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379 int main(int argc, char **argv) { return 0; }
8380 _ACEOF
8381 if ac_fn_c_try_link "$LINENO"; then :
8382 ac_cv_cflags__Wl___enable_new_dtags=yes
8383 else
8384 ac_cv_cflags__Wl___enable_new_dtags=no
8386 rm -f core conftest.err conftest.$ac_objext \
8387 conftest$ac_exeext conftest.$ac_ext
8388 CFLAGS=$ac_wine_try_cflags_saved
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8391 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8392 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8393 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8396 case $host_cpu in
8397 *i[3456789]86* | x86_64)
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8399 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8400 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8401 $as_echo_n "(cached) " >&6
8402 else
8403 ac_wine_try_cflags_saved=$CFLAGS
8404 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8407 int main(int argc, char **argv) { return 0; }
8408 _ACEOF
8409 if ac_fn_c_try_link "$LINENO"; then :
8410 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8411 else
8412 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8414 rm -f core conftest.err conftest.$ac_objext \
8415 conftest$ac_exeext conftest.$ac_ext
8416 CFLAGS=$ac_wine_try_cflags_saved
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8419 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8420 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8421 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8424 esac
8426 libwine_targets="libwine.so"
8427 LIBWINE_RULES="
8428 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8430 all: libwine.so
8432 libwine.so: \$(OBJS)
8433 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8435 install install-lib:: libwine.so
8436 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8438 uninstall::
8439 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8443 as_fn_append LOADER_RULES "
8444 ${wine_binary}_OBJS = main.o
8445 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8450 DLLFLAGS="$DLLFLAGS -fPIC"
8451 LDEXECFLAGS=""
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8453 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8454 if ${ac_cv_c_dll_gnuelf+:} false; then :
8455 $as_echo_n "(cached) " >&6
8456 else
8457 ac_wine_try_cflags_saved=$CFLAGS
8458 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8460 /* end confdefs.h. */
8461 void myfunc() {}
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464 ac_cv_c_dll_gnuelf="yes"
8465 else
8466 ac_cv_c_dll_gnuelf="no"
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 CFLAGS=$ac_wine_try_cflags_saved
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8473 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8474 if test "$ac_cv_c_dll_gnuelf" = "yes"
8475 then
8476 LDSHARED="\$(CC) -shared"
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8478 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8479 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8480 $as_echo_n "(cached) " >&6
8481 else
8482 ac_wine_try_cflags_saved=$CFLAGS
8483 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h. */
8486 int main(int argc, char **argv) { return 0; }
8487 _ACEOF
8488 if ac_fn_c_try_link "$LINENO"; then :
8489 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8490 else
8491 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8493 rm -f core conftest.err conftest.$ac_objext \
8494 conftest$ac_exeext conftest.$ac_ext
8495 CFLAGS=$ac_wine_try_cflags_saved
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8498 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8499 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8500 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8501 else
8502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8503 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8504 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8505 $as_echo_n "(cached) " >&6
8506 else
8507 ac_wine_try_cflags_saved=$CFLAGS
8508 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8510 /* end confdefs.h. */
8511 int main(int argc, char **argv) { return 0; }
8512 _ACEOF
8513 if ac_fn_c_try_link "$LINENO"; then :
8514 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8515 else
8516 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8518 rm -f core conftest.err conftest.$ac_objext \
8519 conftest$ac_exeext conftest.$ac_ext
8520 CFLAGS=$ac_wine_try_cflags_saved
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8523 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8524 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8525 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8529 echo '{ global: *; };' >conftest.map
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8531 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8532 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8533 $as_echo_n "(cached) " >&6
8534 else
8535 ac_wine_try_cflags_saved=$CFLAGS
8536 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 int main(int argc, char **argv) { return 0; }
8540 _ACEOF
8541 if ac_fn_c_try_link "$LINENO"; then :
8542 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8543 else
8544 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8546 rm -f core conftest.err conftest.$ac_objext \
8547 conftest$ac_exeext conftest.$ac_ext
8548 CFLAGS=$ac_wine_try_cflags_saved
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8551 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8552 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8553 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8555 rm -f conftest.map
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8558 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8559 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8560 $as_echo_n "(cached) " >&6
8561 else
8562 ac_wine_try_cflags_saved=$CFLAGS
8563 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8565 /* end confdefs.h. */
8566 int main(int argc, char **argv) { return 0; }
8567 _ACEOF
8568 if ac_fn_c_try_link "$LINENO"; then :
8569 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8570 else
8571 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8573 rm -f core conftest.err conftest.$ac_objext \
8574 conftest$ac_exeext conftest.$ac_ext
8575 CFLAGS=$ac_wine_try_cflags_saved
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8578 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8579 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8580 LDEXECFLAGS="-Wl,--export-dynamic"
8583 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8585 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8586 if eval \${$as_ac_var+:} false; then :
8587 $as_echo_n "(cached) " >&6
8588 else
8589 ac_wine_try_cflags_saved=$CFLAGS
8590 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8592 /* end confdefs.h. */
8593 int main(int argc, char **argv) { return 0; }
8594 _ACEOF
8595 if ac_fn_c_try_link "$LINENO"; then :
8596 eval "$as_ac_var=yes"
8597 else
8598 eval "$as_ac_var=no"
8600 rm -f core conftest.err conftest.$ac_objext \
8601 conftest$ac_exeext conftest.$ac_ext
8602 CFLAGS=$ac_wine_try_cflags_saved
8604 eval ac_res=\$$as_ac_var
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8606 $as_echo "$ac_res" >&6; }
8607 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8608 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8609 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8610 else
8611 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8613 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8614 if eval \${$as_ac_var+:} false; then :
8615 $as_echo_n "(cached) " >&6
8616 else
8617 ac_wine_try_cflags_saved=$CFLAGS
8618 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8620 /* end confdefs.h. */
8621 int main(int argc, char **argv) { return 0; }
8622 _ACEOF
8623 if ac_fn_c_try_link "$LINENO"; then :
8624 eval "$as_ac_var=yes"
8625 else
8626 eval "$as_ac_var=no"
8628 rm -f core conftest.err conftest.$ac_objext \
8629 conftest$ac_exeext conftest.$ac_ext
8630 CFLAGS=$ac_wine_try_cflags_saved
8632 eval ac_res=\$$as_ac_var
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8634 $as_echo "$ac_res" >&6; }
8635 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8636 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8637 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8642 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8643 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8644 $as_echo_n "(cached) " >&6
8645 else
8646 ac_wine_try_cflags_saved=$CFLAGS
8647 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8649 /* end confdefs.h. */
8650 int main(int argc, char **argv) { return 0; }
8651 _ACEOF
8652 if ac_fn_c_try_link "$LINENO"; then :
8653 ac_cv_cflags__Wl___enable_new_dtags=yes
8654 else
8655 ac_cv_cflags__Wl___enable_new_dtags=no
8657 rm -f core conftest.err conftest.$ac_objext \
8658 conftest$ac_exeext conftest.$ac_ext
8659 CFLAGS=$ac_wine_try_cflags_saved
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8662 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8663 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8664 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8667 case $host_cpu in
8668 *i[3456789]86* | x86_64)
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8670 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8671 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8672 $as_echo_n "(cached) " >&6
8673 else
8674 ac_wine_try_cflags_saved=$CFLAGS
8675 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8677 /* end confdefs.h. */
8678 int main(int argc, char **argv) { return 0; }
8679 _ACEOF
8680 if ac_fn_c_try_link "$LINENO"; then :
8681 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8682 else
8683 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8685 rm -f core conftest.err conftest.$ac_objext \
8686 conftest$ac_exeext conftest.$ac_ext
8687 CFLAGS=$ac_wine_try_cflags_saved
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8690 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8691 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8692 case $host_os in
8693 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8694 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8695 esac
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8699 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8700 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8701 $as_echo_n "(cached) " >&6
8702 else
8703 ac_wine_try_cflags_saved=$CFLAGS
8704 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8706 /* end confdefs.h. */
8707 int main(int argc, char **argv) { return 0; }
8708 _ACEOF
8709 if ac_fn_c_try_link "$LINENO"; then :
8710 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8711 else
8712 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8714 rm -f core conftest.err conftest.$ac_objext \
8715 conftest$ac_exeext conftest.$ac_ext
8716 CFLAGS=$ac_wine_try_cflags_saved
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8719 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8720 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8722 else
8723 # Extract the first word of "prelink", so it can be a program name with args.
8724 set dummy prelink; ac_word=$2
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8726 $as_echo_n "checking for $ac_word... " >&6; }
8727 if ${ac_cv_path_PRELINK+:} false; then :
8728 $as_echo_n "(cached) " >&6
8729 else
8730 case $PRELINK in
8731 [\\/]* | ?:[\\/]*)
8732 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8736 for as_dir in /sbin /usr/sbin $PATH
8738 IFS=$as_save_IFS
8739 test -z "$as_dir" && as_dir=.
8740 for ac_exec_ext in '' $ac_executable_extensions; do
8741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8742 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8744 break 2
8746 done
8747 done
8748 IFS=$as_save_IFS
8750 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8752 esac
8754 PRELINK=$ac_cv_path_PRELINK
8755 if test -n "$PRELINK"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8757 $as_echo "$PRELINK" >&6; }
8758 else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760 $as_echo "no" >&6; }
8764 if test "x$PRELINK" = xfalse
8765 then
8766 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8770 esac
8772 else
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8774 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8775 if ${ac_cv_c_dll_unixware+:} false; then :
8776 $as_echo_n "(cached) " >&6
8777 else
8778 ac_wine_try_cflags_saved=$CFLAGS
8779 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8781 /* end confdefs.h. */
8782 void myfunc() {}
8783 _ACEOF
8784 if ac_fn_c_try_link "$LINENO"; then :
8785 ac_cv_c_dll_unixware="yes"
8786 else
8787 ac_cv_c_dll_unixware="no"
8789 rm -f core conftest.err conftest.$ac_objext \
8790 conftest$ac_exeext conftest.$ac_ext
8791 CFLAGS=$ac_wine_try_cflags_saved
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8794 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8795 if test "$ac_cv_c_dll_unixware" = "yes"
8796 then
8797 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8800 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8801 LIBWINE_RULES="
8802 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8804 all: libwine.so
8806 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8807 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8809 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8810 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8812 libwine.so: libwine.so.$libwine_soversion
8813 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8815 install install-lib:: libwine.so.$libwine_version
8816 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8817 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8819 install install-dev::
8820 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8822 uninstall::
8823 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8827 as_fn_append LOADER_RULES "
8828 ${wine_binary}_OBJS = main.o
8829 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8831 if test -z "$with_wine64"
8832 then
8833 as_fn_append LOADER_RULES "
8834 install install-lib::
8835 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8836 uninstall::
8837 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8841 esac
8843 as_fn_append LIBWINE_RULES "
8844 EXTRA_TARGETS = $libwine_targets
8847 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8848 enable_winemac_drv=${enable_winemac_drv:-no}
8850 CROSSTARGET=""
8852 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8853 then
8854 case "$host_cpu" in
8855 i[3456789]86*)
8856 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
8857 mingw32-gcc" ;;
8858 x86_64)
8859 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 " ;;
8861 ac_prefix_list="" ;;
8862 esac
8863 for ac_prog in $ac_prefix_list
8865 # Extract the first word of "$ac_prog", so it can be a program name with args.
8866 set dummy $ac_prog; ac_word=$2
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8868 $as_echo_n "checking for $ac_word... " >&6; }
8869 if ${ac_cv_prog_CROSSCC+:} false; then :
8870 $as_echo_n "(cached) " >&6
8871 else
8872 if test -n "$CROSSCC"; then
8873 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8874 else
8875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8876 for as_dir in $PATH
8878 IFS=$as_save_IFS
8879 test -z "$as_dir" && as_dir=.
8880 for ac_exec_ext in '' $ac_executable_extensions; do
8881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8882 ac_cv_prog_CROSSCC="$ac_prog"
8883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8884 break 2
8886 done
8887 done
8888 IFS=$as_save_IFS
8892 CROSSCC=$ac_cv_prog_CROSSCC
8893 if test -n "$CROSSCC"; then
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8895 $as_echo "$CROSSCC" >&6; }
8896 else
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8898 $as_echo "no" >&6; }
8902 test -n "$CROSSCC" && break
8903 done
8904 test -n "$CROSSCC" || CROSSCC="false"
8906 if test "$CROSSCC" != "false"
8907 then
8908 ac_save_CC="$CC"
8909 CC="$CROSSCC"
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8911 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8913 /* end confdefs.h. */
8916 main ()
8920 return 0;
8922 _ACEOF
8923 if ac_fn_c_try_compile "$LINENO"; then :
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8925 $as_echo "yes" >&6; }
8926 set x $CROSSCC
8927 shift
8928 while test $# -ge 1
8930 case "$1" in
8931 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8932 esac
8933 shift
8934 done
8935 else
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8937 $as_echo "no" >&6; }
8939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8940 CC="$ac_save_CC"
8945 if test "$ac_cv_header_pthread_h" = "yes"
8946 then
8947 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8948 if test "x$ac_cv_func_pthread_create" = xyes; then :
8950 else
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8952 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8953 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8954 $as_echo_n "(cached) " >&6
8955 else
8956 ac_check_lib_save_LIBS=$LIBS
8957 LIBS="-lpthread $LIBS"
8958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8959 /* end confdefs.h. */
8961 /* Override any GCC internal prototype to avoid an error.
8962 Use char because int might match the return type of a GCC
8963 builtin and then its argument prototype would still apply. */
8964 #ifdef __cplusplus
8965 extern "C"
8966 #endif
8967 char pthread_create ();
8969 main ()
8971 return pthread_create ();
8973 return 0;
8975 _ACEOF
8976 if ac_fn_c_try_link "$LINENO"; then :
8977 ac_cv_lib_pthread_pthread_create=yes
8978 else
8979 ac_cv_lib_pthread_pthread_create=no
8981 rm -f core conftest.err conftest.$ac_objext \
8982 conftest$ac_exeext conftest.$ac_ext
8983 LIBS=$ac_check_lib_save_LIBS
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8986 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8987 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8988 PTHREAD_LIBS="-lpthread"
8995 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8996 case "x$with_pthread" in
8997 xno) ;;
8998 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8999 Wine cannot support threads without libpthread.
9000 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9001 esac
9005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9006 $as_echo_n "checking for X... " >&6; }
9009 # Check whether --with-x was given.
9010 if test "${with_x+set}" = set; then :
9011 withval=$with_x;
9014 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9015 if test "x$with_x" = xno; then
9016 # The user explicitly disabled X.
9017 have_x=disabled
9018 else
9019 case $x_includes,$x_libraries in #(
9020 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9021 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9022 $as_echo_n "(cached) " >&6
9023 else
9024 # One or both of the vars are not set, and there is no cached value.
9025 ac_x_includes=no ac_x_libraries=no
9026 rm -f -r conftest.dir
9027 if mkdir conftest.dir; then
9028 cd conftest.dir
9029 cat >Imakefile <<'_ACEOF'
9030 incroot:
9031 @echo incroot='${INCROOT}'
9032 usrlibdir:
9033 @echo usrlibdir='${USRLIBDIR}'
9034 libdir:
9035 @echo libdir='${LIBDIR}'
9036 _ACEOF
9037 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9038 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9039 for ac_var in incroot usrlibdir libdir; do
9040 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9041 done
9042 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9043 for ac_extension in a so sl dylib la dll; do
9044 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9045 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9046 ac_im_usrlibdir=$ac_im_libdir; break
9048 done
9049 # Screen out bogus values from the imake configuration. They are
9050 # bogus both because they are the default anyway, and because
9051 # using them would break gcc on systems where it needs fixed includes.
9052 case $ac_im_incroot in
9053 /usr/include) ac_x_includes= ;;
9054 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9055 esac
9056 case $ac_im_usrlibdir in
9057 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9058 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9059 esac
9061 cd ..
9062 rm -f -r conftest.dir
9065 # Standard set of common directories for X headers.
9066 # Check X11 before X11Rn because it is often a symlink to the current release.
9067 ac_x_header_dirs='
9068 /usr/X11/include
9069 /usr/X11R7/include
9070 /usr/X11R6/include
9071 /usr/X11R5/include
9072 /usr/X11R4/include
9074 /usr/include/X11
9075 /usr/include/X11R7
9076 /usr/include/X11R6
9077 /usr/include/X11R5
9078 /usr/include/X11R4
9080 /usr/local/X11/include
9081 /usr/local/X11R7/include
9082 /usr/local/X11R6/include
9083 /usr/local/X11R5/include
9084 /usr/local/X11R4/include
9086 /usr/local/include/X11
9087 /usr/local/include/X11R7
9088 /usr/local/include/X11R6
9089 /usr/local/include/X11R5
9090 /usr/local/include/X11R4
9092 /usr/X386/include
9093 /usr/x386/include
9094 /usr/XFree86/include/X11
9096 /usr/include
9097 /usr/local/include
9098 /usr/unsupported/include
9099 /usr/athena/include
9100 /usr/local/x11r5/include
9101 /usr/lpp/Xamples/include
9103 /usr/openwin/include
9104 /usr/openwin/share/include'
9106 if test "$ac_x_includes" = no; then
9107 # Guess where to find include files, by looking for Xlib.h.
9108 # First, try using that file with no special directory specified.
9109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h. */
9111 #include <X11/Xlib.h>
9112 _ACEOF
9113 if ac_fn_c_try_cpp "$LINENO"; then :
9114 # We can compile using X headers with no special include directory.
9115 ac_x_includes=
9116 else
9117 for ac_dir in $ac_x_header_dirs; do
9118 if test -r "$ac_dir/X11/Xlib.h"; then
9119 ac_x_includes=$ac_dir
9120 break
9122 done
9124 rm -f conftest.err conftest.i conftest.$ac_ext
9125 fi # $ac_x_includes = no
9127 if test "$ac_x_libraries" = no; then
9128 # Check for the libraries.
9129 # See if we find them without any special options.
9130 # Don't add to $LIBS permanently.
9131 ac_save_LIBS=$LIBS
9132 LIBS="-lX11 $LIBS"
9133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9134 /* end confdefs.h. */
9135 #include <X11/Xlib.h>
9137 main ()
9139 XrmInitialize ()
9141 return 0;
9143 _ACEOF
9144 if ac_fn_c_try_link "$LINENO"; then :
9145 LIBS=$ac_save_LIBS
9146 # We can link X programs with no special library path.
9147 ac_x_libraries=
9148 else
9149 LIBS=$ac_save_LIBS
9150 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9152 # Don't even attempt the hair of trying to link an X program!
9153 for ac_extension in a so sl dylib la dll; do
9154 if test -r "$ac_dir/libX11.$ac_extension"; then
9155 ac_x_libraries=$ac_dir
9156 break 2
9158 done
9159 done
9161 rm -f core conftest.err conftest.$ac_objext \
9162 conftest$ac_exeext conftest.$ac_ext
9163 fi # $ac_x_libraries = no
9165 case $ac_x_includes,$ac_x_libraries in #(
9166 no,* | *,no | *\'*)
9167 # Didn't find X, or a directory has "'" in its name.
9168 ac_cv_have_x="have_x=no";; #(
9170 # Record where we found X for the cache.
9171 ac_cv_have_x="have_x=yes\
9172 ac_x_includes='$ac_x_includes'\
9173 ac_x_libraries='$ac_x_libraries'"
9174 esac
9176 ;; #(
9177 *) have_x=yes;;
9178 esac
9179 eval "$ac_cv_have_x"
9180 fi # $with_x != no
9182 if test "$have_x" != yes; then
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9184 $as_echo "$have_x" >&6; }
9185 no_x=yes
9186 else
9187 # If each of the values was on the command line, it overrides each guess.
9188 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9189 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9190 # Update the cache value to reflect the command line values.
9191 ac_cv_have_x="have_x=yes\
9192 ac_x_includes='$x_includes'\
9193 ac_x_libraries='$x_libraries'"
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9195 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9198 if test "$no_x" = yes; then
9199 # Not all programs may use this symbol, but it does not hurt to define it.
9201 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9203 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9204 else
9205 if test -n "$x_includes"; then
9206 X_CFLAGS="$X_CFLAGS -I$x_includes"
9209 # It would also be nice to do this for all -L options, not just this one.
9210 if test -n "$x_libraries"; then
9211 X_LIBS="$X_LIBS -L$x_libraries"
9212 # For Solaris; some versions of Sun CC require a space after -R and
9213 # others require no space. Words are not sufficient . . . .
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9215 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9216 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9217 ac_xsave_c_werror_flag=$ac_c_werror_flag
9218 ac_c_werror_flag=yes
9219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9223 main ()
9227 return 0;
9229 _ACEOF
9230 if ac_fn_c_try_link "$LINENO"; then :
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9232 $as_echo "no" >&6; }
9233 X_LIBS="$X_LIBS -R$x_libraries"
9234 else
9235 LIBS="$ac_xsave_LIBS -R $x_libraries"
9236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9237 /* end confdefs.h. */
9240 main ()
9244 return 0;
9246 _ACEOF
9247 if ac_fn_c_try_link "$LINENO"; then :
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9249 $as_echo "yes" >&6; }
9250 X_LIBS="$X_LIBS -R $x_libraries"
9251 else
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9253 $as_echo "neither works" >&6; }
9255 rm -f core conftest.err conftest.$ac_objext \
9256 conftest$ac_exeext conftest.$ac_ext
9258 rm -f core conftest.err conftest.$ac_objext \
9259 conftest$ac_exeext conftest.$ac_ext
9260 ac_c_werror_flag=$ac_xsave_c_werror_flag
9261 LIBS=$ac_xsave_LIBS
9264 # Check for system-dependent libraries X programs must link with.
9265 # Do this before checking for the system-independent R6 libraries
9266 # (-lICE), since we may need -lsocket or whatever for X linking.
9268 if test "$ISC" = yes; then
9269 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9270 else
9271 # Martyn Johnson says this is needed for Ultrix, if the X
9272 # libraries were built with DECnet support. And Karl Berry says
9273 # the Alpha needs dnet_stub (dnet does not exist).
9274 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9276 /* end confdefs.h. */
9278 /* Override any GCC internal prototype to avoid an error.
9279 Use char because int might match the return type of a GCC
9280 builtin and then its argument prototype would still apply. */
9281 #ifdef __cplusplus
9282 extern "C"
9283 #endif
9284 char XOpenDisplay ();
9286 main ()
9288 return XOpenDisplay ();
9290 return 0;
9292 _ACEOF
9293 if ac_fn_c_try_link "$LINENO"; then :
9295 else
9296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9297 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9298 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9299 $as_echo_n "(cached) " >&6
9300 else
9301 ac_check_lib_save_LIBS=$LIBS
9302 LIBS="-ldnet $LIBS"
9303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9304 /* end confdefs.h. */
9306 /* Override any GCC internal prototype to avoid an error.
9307 Use char because int might match the return type of a GCC
9308 builtin and then its argument prototype would still apply. */
9309 #ifdef __cplusplus
9310 extern "C"
9311 #endif
9312 char dnet_ntoa ();
9314 main ()
9316 return dnet_ntoa ();
9318 return 0;
9320 _ACEOF
9321 if ac_fn_c_try_link "$LINENO"; then :
9322 ac_cv_lib_dnet_dnet_ntoa=yes
9323 else
9324 ac_cv_lib_dnet_dnet_ntoa=no
9326 rm -f core conftest.err conftest.$ac_objext \
9327 conftest$ac_exeext conftest.$ac_ext
9328 LIBS=$ac_check_lib_save_LIBS
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9331 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9332 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9333 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9336 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9338 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9339 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9340 $as_echo_n "(cached) " >&6
9341 else
9342 ac_check_lib_save_LIBS=$LIBS
9343 LIBS="-ldnet_stub $LIBS"
9344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9345 /* end confdefs.h. */
9347 /* Override any GCC internal prototype to avoid an error.
9348 Use char because int might match the return type of a GCC
9349 builtin and then its argument prototype would still apply. */
9350 #ifdef __cplusplus
9351 extern "C"
9352 #endif
9353 char dnet_ntoa ();
9355 main ()
9357 return dnet_ntoa ();
9359 return 0;
9361 _ACEOF
9362 if ac_fn_c_try_link "$LINENO"; then :
9363 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9364 else
9365 ac_cv_lib_dnet_stub_dnet_ntoa=no
9367 rm -f core conftest.err conftest.$ac_objext \
9368 conftest$ac_exeext conftest.$ac_ext
9369 LIBS=$ac_check_lib_save_LIBS
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9372 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9373 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9374 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9379 rm -f core conftest.err conftest.$ac_objext \
9380 conftest$ac_exeext conftest.$ac_ext
9381 LIBS="$ac_xsave_LIBS"
9383 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9384 # to get the SysV transport functions.
9385 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9386 # needs -lnsl.
9387 # The nsl library prevents programs from opening the X display
9388 # on Irix 5.2, according to T.E. Dickey.
9389 # The functions gethostbyname, getservbyname, and inet_addr are
9390 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9391 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9392 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9396 if test $ac_cv_func_gethostbyname = no; then
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9398 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9399 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9400 $as_echo_n "(cached) " >&6
9401 else
9402 ac_check_lib_save_LIBS=$LIBS
9403 LIBS="-lnsl $LIBS"
9404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9405 /* end confdefs.h. */
9407 /* Override any GCC internal prototype to avoid an error.
9408 Use char because int might match the return type of a GCC
9409 builtin and then its argument prototype would still apply. */
9410 #ifdef __cplusplus
9411 extern "C"
9412 #endif
9413 char gethostbyname ();
9415 main ()
9417 return gethostbyname ();
9419 return 0;
9421 _ACEOF
9422 if ac_fn_c_try_link "$LINENO"; then :
9423 ac_cv_lib_nsl_gethostbyname=yes
9424 else
9425 ac_cv_lib_nsl_gethostbyname=no
9427 rm -f core conftest.err conftest.$ac_objext \
9428 conftest$ac_exeext conftest.$ac_ext
9429 LIBS=$ac_check_lib_save_LIBS
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9432 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9433 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9434 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9437 if test $ac_cv_lib_nsl_gethostbyname = no; then
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9439 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9440 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9441 $as_echo_n "(cached) " >&6
9442 else
9443 ac_check_lib_save_LIBS=$LIBS
9444 LIBS="-lbsd $LIBS"
9445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9448 /* Override any GCC internal prototype to avoid an error.
9449 Use char because int might match the return type of a GCC
9450 builtin and then its argument prototype would still apply. */
9451 #ifdef __cplusplus
9452 extern "C"
9453 #endif
9454 char gethostbyname ();
9456 main ()
9458 return gethostbyname ();
9460 return 0;
9462 _ACEOF
9463 if ac_fn_c_try_link "$LINENO"; then :
9464 ac_cv_lib_bsd_gethostbyname=yes
9465 else
9466 ac_cv_lib_bsd_gethostbyname=no
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9473 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9474 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9475 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9481 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9482 # socket/setsockopt and other routines are undefined under SCO ODT
9483 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9484 # on later versions), says Simon Leinen: it contains gethostby*
9485 # variants that don't use the name server (or something). -lsocket
9486 # must be given before -lnsl if both are needed. We assume that
9487 # if connect needs -lnsl, so does gethostbyname.
9488 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9489 if test "x$ac_cv_func_connect" = xyes; then :
9493 if test $ac_cv_func_connect = no; then
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9495 $as_echo_n "checking for connect in -lsocket... " >&6; }
9496 if ${ac_cv_lib_socket_connect+:} false; then :
9497 $as_echo_n "(cached) " >&6
9498 else
9499 ac_check_lib_save_LIBS=$LIBS
9500 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9502 /* end confdefs.h. */
9504 /* Override any GCC internal prototype to avoid an error.
9505 Use char because int might match the return type of a GCC
9506 builtin and then its argument prototype would still apply. */
9507 #ifdef __cplusplus
9508 extern "C"
9509 #endif
9510 char connect ();
9512 main ()
9514 return connect ();
9516 return 0;
9518 _ACEOF
9519 if ac_fn_c_try_link "$LINENO"; then :
9520 ac_cv_lib_socket_connect=yes
9521 else
9522 ac_cv_lib_socket_connect=no
9524 rm -f core conftest.err conftest.$ac_objext \
9525 conftest$ac_exeext conftest.$ac_ext
9526 LIBS=$ac_check_lib_save_LIBS
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9529 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9530 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9531 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9536 # Guillermo Gomez says -lposix is necessary on A/UX.
9537 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9538 if test "x$ac_cv_func_remove" = xyes; then :
9542 if test $ac_cv_func_remove = no; then
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9544 $as_echo_n "checking for remove in -lposix... " >&6; }
9545 if ${ac_cv_lib_posix_remove+:} false; then :
9546 $as_echo_n "(cached) " >&6
9547 else
9548 ac_check_lib_save_LIBS=$LIBS
9549 LIBS="-lposix $LIBS"
9550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9551 /* end confdefs.h. */
9553 /* Override any GCC internal prototype to avoid an error.
9554 Use char because int might match the return type of a GCC
9555 builtin and then its argument prototype would still apply. */
9556 #ifdef __cplusplus
9557 extern "C"
9558 #endif
9559 char remove ();
9561 main ()
9563 return remove ();
9565 return 0;
9567 _ACEOF
9568 if ac_fn_c_try_link "$LINENO"; then :
9569 ac_cv_lib_posix_remove=yes
9570 else
9571 ac_cv_lib_posix_remove=no
9573 rm -f core conftest.err conftest.$ac_objext \
9574 conftest$ac_exeext conftest.$ac_ext
9575 LIBS=$ac_check_lib_save_LIBS
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9578 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9579 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9580 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9585 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9586 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9587 if test "x$ac_cv_func_shmat" = xyes; then :
9591 if test $ac_cv_func_shmat = no; then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9593 $as_echo_n "checking for shmat in -lipc... " >&6; }
9594 if ${ac_cv_lib_ipc_shmat+:} false; then :
9595 $as_echo_n "(cached) " >&6
9596 else
9597 ac_check_lib_save_LIBS=$LIBS
9598 LIBS="-lipc $LIBS"
9599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9600 /* end confdefs.h. */
9602 /* Override any GCC internal prototype to avoid an error.
9603 Use char because int might match the return type of a GCC
9604 builtin and then its argument prototype would still apply. */
9605 #ifdef __cplusplus
9606 extern "C"
9607 #endif
9608 char shmat ();
9610 main ()
9612 return shmat ();
9614 return 0;
9616 _ACEOF
9617 if ac_fn_c_try_link "$LINENO"; then :
9618 ac_cv_lib_ipc_shmat=yes
9619 else
9620 ac_cv_lib_ipc_shmat=no
9622 rm -f core conftest.err conftest.$ac_objext \
9623 conftest$ac_exeext conftest.$ac_ext
9624 LIBS=$ac_check_lib_save_LIBS
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9627 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9628 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9629 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9635 # Check for libraries that X11R6 Xt/Xaw programs need.
9636 ac_save_LDFLAGS=$LDFLAGS
9637 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9638 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9639 # check for ICE first), but we must link in the order -lSM -lICE or
9640 # we get undefined symbols. So assume we have SM if we have ICE.
9641 # These have to be linked with before -lX11, unlike the other
9642 # libraries we check for below, so use a different variable.
9643 # John Interrante, Karl Berry
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9645 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9646 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9647 $as_echo_n "(cached) " >&6
9648 else
9649 ac_check_lib_save_LIBS=$LIBS
9650 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9654 /* Override any GCC internal prototype to avoid an error.
9655 Use char because int might match the return type of a GCC
9656 builtin and then its argument prototype would still apply. */
9657 #ifdef __cplusplus
9658 extern "C"
9659 #endif
9660 char IceConnectionNumber ();
9662 main ()
9664 return IceConnectionNumber ();
9666 return 0;
9668 _ACEOF
9669 if ac_fn_c_try_link "$LINENO"; then :
9670 ac_cv_lib_ICE_IceConnectionNumber=yes
9671 else
9672 ac_cv_lib_ICE_IceConnectionNumber=no
9674 rm -f core conftest.err conftest.$ac_objext \
9675 conftest$ac_exeext conftest.$ac_ext
9676 LIBS=$ac_check_lib_save_LIBS
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9679 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9680 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9681 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9684 LDFLAGS=$ac_save_LDFLAGS
9689 if test "$have_x" = "yes"
9690 then
9691 ac_save_CPPFLAGS="$CPPFLAGS"
9692 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9695 $as_echo_n "checking for -lX11... " >&6; }
9696 if ${ac_cv_lib_soname_X11+:} false; then :
9697 $as_echo_n "(cached) " >&6
9698 else
9699 ac_check_soname_save_LIBS=$LIBS
9700 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9707 #ifdef __cplusplus
9708 extern "C"
9709 #endif
9710 char XCreateWindow ();
9712 main ()
9714 return XCreateWindow ();
9716 return 0;
9718 _ACEOF
9719 if ac_fn_c_try_link "$LINENO"; then :
9720 case "$LIBEXT" in
9721 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9724 if ${ac_cv_lib_soname_X11:+false} :; then :
9725 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9726 fi ;;
9727 esac
9729 rm -f core conftest.err conftest.$ac_objext \
9730 conftest$ac_exeext conftest.$ac_ext
9731 LIBS=$ac_check_soname_save_LIBS
9733 if ${ac_cv_lib_soname_X11:+false} :; then :
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9735 $as_echo "not found" >&6; }
9737 else
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9739 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9741 cat >>confdefs.h <<_ACEOF
9742 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9743 _ACEOF
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9748 $as_echo_n "checking for -lXext... " >&6; }
9749 if ${ac_cv_lib_soname_Xext+:} false; then :
9750 $as_echo_n "(cached) " >&6
9751 else
9752 ac_check_soname_save_LIBS=$LIBS
9753 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9755 /* end confdefs.h. */
9757 /* Override any GCC internal prototype to avoid an error.
9758 Use char because int might match the return type of a GCC
9759 builtin and then its argument prototype would still apply. */
9760 #ifdef __cplusplus
9761 extern "C"
9762 #endif
9763 char XextCreateExtension ();
9765 main ()
9767 return XextCreateExtension ();
9769 return 0;
9771 _ACEOF
9772 if ac_fn_c_try_link "$LINENO"; then :
9773 case "$LIBEXT" in
9774 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9775 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'` ;;
9776 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9777 if ${ac_cv_lib_soname_Xext:+false} :; then :
9778 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9779 fi ;;
9780 esac
9782 rm -f core conftest.err conftest.$ac_objext \
9783 conftest$ac_exeext conftest.$ac_ext
9784 LIBS=$ac_check_soname_save_LIBS
9786 if ${ac_cv_lib_soname_Xext:+false} :; then :
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9788 $as_echo "not found" >&6; }
9790 else
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9792 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9794 cat >>confdefs.h <<_ACEOF
9795 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9796 _ACEOF
9798 X_LIBS="$X_LIBS -lXext"
9800 X_LIBS="$X_LIBS -lX11"
9802 for ac_header in X11/Xlib.h \
9803 X11/XKBlib.h \
9804 X11/Xutil.h \
9805 X11/Xcursor/Xcursor.h \
9806 X11/extensions/shape.h \
9807 X11/extensions/XInput.h \
9808 X11/extensions/XInput2.h \
9809 X11/extensions/XShm.h \
9810 X11/extensions/Xcomposite.h \
9811 X11/extensions/Xinerama.h \
9812 X11/extensions/Xrandr.h \
9813 X11/extensions/Xrender.h \
9814 X11/extensions/xf86vmode.h \
9815 X11/extensions/xf86vmproto.h
9816 do :
9817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9819 # include <X11/Xlib.h>
9820 #endif
9821 #ifdef HAVE_X11_XUTIL_H
9822 # include <X11/Xutil.h>
9823 #endif
9825 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9826 cat >>confdefs.h <<_ACEOF
9827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9828 _ACEOF
9832 done
9835 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9836 then
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9838 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9839 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9840 $as_echo_n "(cached) " >&6
9841 else
9842 ac_check_lib_save_LIBS=$LIBS
9843 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9845 /* end confdefs.h. */
9847 /* Override any GCC internal prototype to avoid an error.
9848 Use char because int might match the return type of a GCC
9849 builtin and then its argument prototype would still apply. */
9850 #ifdef __cplusplus
9851 extern "C"
9852 #endif
9853 char XkbQueryExtension ();
9855 main ()
9857 return XkbQueryExtension ();
9859 return 0;
9861 _ACEOF
9862 if ac_fn_c_try_link "$LINENO"; then :
9863 ac_cv_lib_X11_XkbQueryExtension=yes
9864 else
9865 ac_cv_lib_X11_XkbQueryExtension=no
9867 rm -f core conftest.err conftest.$ac_objext \
9868 conftest$ac_exeext conftest.$ac_ext
9869 LIBS=$ac_check_lib_save_LIBS
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9872 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9873 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9875 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9881 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9882 then
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9884 $as_echo_n "checking for -lXcursor... " >&6; }
9885 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9886 $as_echo_n "(cached) " >&6
9887 else
9888 ac_check_soname_save_LIBS=$LIBS
9889 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9891 /* end confdefs.h. */
9893 /* Override any GCC internal prototype to avoid an error.
9894 Use char because int might match the return type of a GCC
9895 builtin and then its argument prototype would still apply. */
9896 #ifdef __cplusplus
9897 extern "C"
9898 #endif
9899 char XcursorImageLoadCursor ();
9901 main ()
9903 return XcursorImageLoadCursor ();
9905 return 0;
9907 _ACEOF
9908 if ac_fn_c_try_link "$LINENO"; then :
9909 case "$LIBEXT" in
9910 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9911 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'` ;;
9912 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9913 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9914 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9915 fi ;;
9916 esac
9918 rm -f core conftest.err conftest.$ac_objext \
9919 conftest$ac_exeext conftest.$ac_ext
9920 LIBS=$ac_check_soname_save_LIBS
9922 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9924 $as_echo "not found" >&6; }
9926 else
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9928 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9930 cat >>confdefs.h <<_ACEOF
9931 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9932 _ACEOF
9937 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9938 case "x$with_xcursor" in
9939 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9940 xno) ;;
9941 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9942 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9943 esac
9946 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9947 then
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9949 $as_echo_n "checking for -lXi... " >&6; }
9950 if ${ac_cv_lib_soname_Xi+:} false; then :
9951 $as_echo_n "(cached) " >&6
9952 else
9953 ac_check_soname_save_LIBS=$LIBS
9954 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h. */
9958 /* Override any GCC internal prototype to avoid an error.
9959 Use char because int might match the return type of a GCC
9960 builtin and then its argument prototype would still apply. */
9961 #ifdef __cplusplus
9962 extern "C"
9963 #endif
9964 char XOpenDevice ();
9966 main ()
9968 return XOpenDevice ();
9970 return 0;
9972 _ACEOF
9973 if ac_fn_c_try_link "$LINENO"; then :
9974 case "$LIBEXT" in
9975 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9976 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'` ;;
9977 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9978 if ${ac_cv_lib_soname_Xi:+false} :; then :
9979 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9980 fi ;;
9981 esac
9983 rm -f core conftest.err conftest.$ac_objext \
9984 conftest$ac_exeext conftest.$ac_ext
9985 LIBS=$ac_check_soname_save_LIBS
9987 if ${ac_cv_lib_soname_Xi:+false} :; then :
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9989 $as_echo "not found" >&6; }
9991 else
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9993 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9995 cat >>confdefs.h <<_ACEOF
9996 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9997 _ACEOF
10002 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10003 case "x$with_xinput" in
10004 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10005 xno) ;;
10006 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10007 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10008 esac
10011 if test "x$ac_cv_lib_soname_Xi" != x
10012 then
10013 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10014 case "x$with_xinput2" in
10015 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10016 xno) ;;
10017 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10018 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10019 esac
10023 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10024 then
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10026 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10027 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10028 $as_echo_n "(cached) " >&6
10029 else
10030 ac_check_lib_save_LIBS=$LIBS
10031 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10033 /* end confdefs.h. */
10035 /* Override any GCC internal prototype to avoid an error.
10036 Use char because int might match the return type of a GCC
10037 builtin and then its argument prototype would still apply. */
10038 #ifdef __cplusplus
10039 extern "C"
10040 #endif
10041 char XShmQueryExtension ();
10043 main ()
10045 return XShmQueryExtension ();
10047 return 0;
10049 _ACEOF
10050 if ac_fn_c_try_link "$LINENO"; then :
10051 ac_cv_lib_Xext_XShmQueryExtension=yes
10052 else
10053 ac_cv_lib_Xext_XShmQueryExtension=no
10055 rm -f core conftest.err conftest.$ac_objext \
10056 conftest$ac_exeext conftest.$ac_ext
10057 LIBS=$ac_check_lib_save_LIBS
10059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10060 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10061 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10063 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10068 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10069 case "x$with_xshm" in
10070 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10071 xno) ;;
10072 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10073 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10074 esac
10077 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10078 then
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10080 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10081 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10082 $as_echo_n "(cached) " >&6
10083 else
10084 ac_check_lib_save_LIBS=$LIBS
10085 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10087 /* end confdefs.h. */
10089 /* Override any GCC internal prototype to avoid an error.
10090 Use char because int might match the return type of a GCC
10091 builtin and then its argument prototype would still apply. */
10092 #ifdef __cplusplus
10093 extern "C"
10094 #endif
10095 char XShapeQueryExtension ();
10097 main ()
10099 return XShapeQueryExtension ();
10101 return 0;
10103 _ACEOF
10104 if ac_fn_c_try_link "$LINENO"; then :
10105 ac_cv_lib_Xext_XShapeQueryExtension=yes
10106 else
10107 ac_cv_lib_Xext_XShapeQueryExtension=no
10109 rm -f core conftest.err conftest.$ac_objext \
10110 conftest$ac_exeext conftest.$ac_ext
10111 LIBS=$ac_check_lib_save_LIBS
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10114 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10115 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10117 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10122 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10123 case "x$with_xshape" in
10124 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10125 xno) ;;
10126 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10127 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10128 esac
10131 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10132 then
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10134 $as_echo_n "checking for -lXxf86vm... " >&6; }
10135 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10136 $as_echo_n "(cached) " >&6
10137 else
10138 ac_check_soname_save_LIBS=$LIBS
10139 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10141 /* end confdefs.h. */
10143 /* Override any GCC internal prototype to avoid an error.
10144 Use char because int might match the return type of a GCC
10145 builtin and then its argument prototype would still apply. */
10146 #ifdef __cplusplus
10147 extern "C"
10148 #endif
10149 char XF86VidModeQueryExtension ();
10151 main ()
10153 return XF86VidModeQueryExtension ();
10155 return 0;
10157 _ACEOF
10158 if ac_fn_c_try_link "$LINENO"; then :
10159 case "$LIBEXT" in
10160 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10161 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'` ;;
10162 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10163 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10164 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10165 fi ;;
10166 esac
10168 rm -f core conftest.err conftest.$ac_objext \
10169 conftest$ac_exeext conftest.$ac_ext
10170 LIBS=$ac_check_soname_save_LIBS
10172 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10174 $as_echo "not found" >&6; }
10176 else
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10178 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10180 cat >>confdefs.h <<_ACEOF
10181 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10182 _ACEOF
10187 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10188 case "x$with_xxf86vm" in
10189 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10190 xno) ;;
10191 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10192 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10193 esac
10196 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10197 then
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10199 $as_echo_n "checking for -lXrender... " >&6; }
10200 if ${ac_cv_lib_soname_Xrender+:} false; then :
10201 $as_echo_n "(cached) " >&6
10202 else
10203 ac_check_soname_save_LIBS=$LIBS
10204 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10206 /* end confdefs.h. */
10208 /* Override any GCC internal prototype to avoid an error.
10209 Use char because int might match the return type of a GCC
10210 builtin and then its argument prototype would still apply. */
10211 #ifdef __cplusplus
10212 extern "C"
10213 #endif
10214 char XRenderQueryExtension ();
10216 main ()
10218 return XRenderQueryExtension ();
10220 return 0;
10222 _ACEOF
10223 if ac_fn_c_try_link "$LINENO"; then :
10224 case "$LIBEXT" in
10225 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10226 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'` ;;
10227 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10228 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10229 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10230 fi ;;
10231 esac
10233 rm -f core conftest.err conftest.$ac_objext \
10234 conftest$ac_exeext conftest.$ac_ext
10235 LIBS=$ac_check_soname_save_LIBS
10237 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10239 $as_echo "not found" >&6; }
10241 else
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10243 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10245 cat >>confdefs.h <<_ACEOF
10246 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10247 _ACEOF
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10250 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10251 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10252 $as_echo_n "(cached) " >&6
10253 else
10254 ac_check_lib_save_LIBS=$LIBS
10255 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10257 /* end confdefs.h. */
10259 /* Override any GCC internal prototype to avoid an error.
10260 Use char because int might match the return type of a GCC
10261 builtin and then its argument prototype would still apply. */
10262 #ifdef __cplusplus
10263 extern "C"
10264 #endif
10265 char XRenderSetPictureTransform ();
10267 main ()
10269 return XRenderSetPictureTransform ();
10271 return 0;
10273 _ACEOF
10274 if ac_fn_c_try_link "$LINENO"; then :
10275 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10276 else
10277 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10279 rm -f core conftest.err conftest.$ac_objext \
10280 conftest$ac_exeext conftest.$ac_ext
10281 LIBS=$ac_check_lib_save_LIBS
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10284 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10285 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10287 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10292 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10293 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10294 $as_echo_n "(cached) " >&6
10295 else
10296 ac_check_lib_save_LIBS=$LIBS
10297 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10299 /* end confdefs.h. */
10301 /* Override any GCC internal prototype to avoid an error.
10302 Use char because int might match the return type of a GCC
10303 builtin and then its argument prototype would still apply. */
10304 #ifdef __cplusplus
10305 extern "C"
10306 #endif
10307 char XRenderCreateLinearGradient ();
10309 main ()
10311 return XRenderCreateLinearGradient ();
10313 return 0;
10315 _ACEOF
10316 if ac_fn_c_try_link "$LINENO"; then :
10317 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10318 else
10319 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10321 rm -f core conftest.err conftest.$ac_objext \
10322 conftest$ac_exeext conftest.$ac_ext
10323 LIBS=$ac_check_lib_save_LIBS
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10326 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10327 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10329 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10336 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10337 case "x$with_xrender" in
10338 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10339 xno) ;;
10340 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10341 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10342 esac
10345 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10346 then
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(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10356 return 0;
10358 _ACEOF
10359 if ac_fn_c_try_compile "$LINENO"; then :
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10361 $as_echo_n "checking for -lXrandr... " >&6; }
10362 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10363 $as_echo_n "(cached) " >&6
10364 else
10365 ac_check_soname_save_LIBS=$LIBS
10366 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10368 /* end confdefs.h. */
10370 /* Override any GCC internal prototype to avoid an error.
10371 Use char because int might match the return type of a GCC
10372 builtin and then its argument prototype would still apply. */
10373 #ifdef __cplusplus
10374 extern "C"
10375 #endif
10376 char XRRQueryExtension ();
10378 main ()
10380 return XRRQueryExtension ();
10382 return 0;
10384 _ACEOF
10385 if ac_fn_c_try_link "$LINENO"; then :
10386 case "$LIBEXT" in
10387 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10388 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'` ;;
10389 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10390 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10391 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10392 fi ;;
10393 esac
10395 rm -f core conftest.err conftest.$ac_objext \
10396 conftest$ac_exeext conftest.$ac_ext
10397 LIBS=$ac_check_soname_save_LIBS
10399 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10401 $as_echo "not found" >&6; }
10403 else
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10405 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10407 cat >>confdefs.h <<_ACEOF
10408 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10409 _ACEOF
10411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10412 /* end confdefs.h. */
10413 #include <X11/Xlib.h>
10414 #include <X11/extensions/Xrandr.h>
10416 main ()
10418 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10420 return 0;
10422 _ACEOF
10423 if ac_fn_c_try_compile "$LINENO"; then :
10425 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10433 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10434 case "x$with_xrandr" in
10435 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10436 xno) ;;
10437 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10438 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10439 esac
10442 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10443 then
10444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10445 /* end confdefs.h. */
10446 #include <X11/Xlib.h>
10447 #include <X11/extensions/Xinerama.h>
10449 main ()
10451 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10453 return 0;
10455 _ACEOF
10456 if ac_fn_c_try_compile "$LINENO"; then :
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10458 $as_echo_n "checking for -lXinerama... " >&6; }
10459 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10460 $as_echo_n "(cached) " >&6
10461 else
10462 ac_check_soname_save_LIBS=$LIBS
10463 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10465 /* end confdefs.h. */
10467 /* Override any GCC internal prototype to avoid an error.
10468 Use char because int might match the return type of a GCC
10469 builtin and then its argument prototype would still apply. */
10470 #ifdef __cplusplus
10471 extern "C"
10472 #endif
10473 char XineramaQueryScreens ();
10475 main ()
10477 return XineramaQueryScreens ();
10479 return 0;
10481 _ACEOF
10482 if ac_fn_c_try_link "$LINENO"; then :
10483 case "$LIBEXT" in
10484 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10485 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'` ;;
10486 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10487 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10488 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10489 fi ;;
10490 esac
10492 rm -f core conftest.err conftest.$ac_objext \
10493 conftest$ac_exeext conftest.$ac_ext
10494 LIBS=$ac_check_soname_save_LIBS
10496 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10498 $as_echo "not found" >&6; }
10500 else
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10502 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10504 cat >>confdefs.h <<_ACEOF
10505 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10506 _ACEOF
10511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10513 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10514 case "x$with_xinerama" in
10515 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10516 xno) ;;
10517 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10518 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10519 esac
10522 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10523 then
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10525 $as_echo_n "checking for -lXcomposite... " >&6; }
10526 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10527 $as_echo_n "(cached) " >&6
10528 else
10529 ac_check_soname_save_LIBS=$LIBS
10530 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10534 /* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
10537 #ifdef __cplusplus
10538 extern "C"
10539 #endif
10540 char XCompositeRedirectWindow ();
10542 main ()
10544 return XCompositeRedirectWindow ();
10546 return 0;
10548 _ACEOF
10549 if ac_fn_c_try_link "$LINENO"; then :
10550 case "$LIBEXT" in
10551 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10552 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'` ;;
10553 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10554 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10555 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10556 fi ;;
10557 esac
10559 rm -f core conftest.err conftest.$ac_objext \
10560 conftest$ac_exeext conftest.$ac_ext
10561 LIBS=$ac_check_soname_save_LIBS
10563 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10565 $as_echo "not found" >&6; }
10567 else
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10569 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10571 cat >>confdefs.h <<_ACEOF
10572 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10573 _ACEOF
10578 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10579 case "x$with_xcomposite" in
10580 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10581 xno) ;;
10582 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10583 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10584 esac
10587 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10588 #include <X11/Xlib.h>
10589 #endif
10591 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10593 cat >>confdefs.h <<_ACEOF
10594 #define HAVE_XICCALLBACK_CALLBACK 1
10595 _ACEOF
10599 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10600 #include <X11/Xlib.h>
10601 #endif
10603 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10605 cat >>confdefs.h <<_ACEOF
10606 #define HAVE_XEVENT_XCOOKIE 1
10607 _ACEOF
10614 opengl_msg=""
10615 if test "x$with_opengl" != "xno"
10616 then
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10618 $as_echo_n "checking for -lGL... " >&6; }
10619 if ${ac_cv_lib_soname_GL+:} false; then :
10620 $as_echo_n "(cached) " >&6
10621 else
10622 ac_check_soname_save_LIBS=$LIBS
10623 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10625 /* end confdefs.h. */
10627 /* Override any GCC internal prototype to avoid an error.
10628 Use char because int might match the return type of a GCC
10629 builtin and then its argument prototype would still apply. */
10630 #ifdef __cplusplus
10631 extern "C"
10632 #endif
10633 char glXCreateContext ();
10635 main ()
10637 return glXCreateContext ();
10639 return 0;
10641 _ACEOF
10642 if ac_fn_c_try_link "$LINENO"; then :
10643 case "$LIBEXT" in
10644 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10645 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'` ;;
10646 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10647 if ${ac_cv_lib_soname_GL:+false} :; then :
10648 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10649 fi ;;
10650 esac
10652 rm -f core conftest.err conftest.$ac_objext \
10653 conftest$ac_exeext conftest.$ac_ext
10654 LIBS=$ac_check_soname_save_LIBS
10656 if ${ac_cv_lib_soname_GL:+false} :; then :
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10658 $as_echo "not found" >&6; }
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10660 $as_echo_n "checking for -lGL... " >&6; }
10661 if ${ac_cv_lib_soname_GL+:} false; then :
10662 $as_echo_n "(cached) " >&6
10663 else
10664 ac_check_soname_save_LIBS=$LIBS
10665 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"
10666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10667 /* end confdefs.h. */
10669 /* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
10671 builtin and then its argument prototype would still apply. */
10672 #ifdef __cplusplus
10673 extern "C"
10674 #endif
10675 char glXCreateContext ();
10677 main ()
10679 return glXCreateContext ();
10681 return 0;
10683 _ACEOF
10684 if ac_fn_c_try_link "$LINENO"; then :
10685 case "$LIBEXT" in
10686 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10687 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'` ;;
10688 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10689 if ${ac_cv_lib_soname_GL:+false} :; then :
10690 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10691 fi ;;
10692 esac
10694 rm -f core conftest.err conftest.$ac_objext \
10695 conftest$ac_exeext conftest.$ac_ext
10696 LIBS=$ac_check_soname_save_LIBS
10698 if ${ac_cv_lib_soname_GL:+false} :; then :
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10700 $as_echo "not found" >&6; }
10701 if test -f /usr/X11R6/lib/libGL.a
10702 then
10703 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10704 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10705 else
10706 opengl_msg="No OpenGL library found on this system."
10708 else
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10710 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10712 cat >>confdefs.h <<_ACEOF
10713 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10714 _ACEOF
10716 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"
10718 else
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10720 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10722 cat >>confdefs.h <<_ACEOF
10723 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10724 _ACEOF
10726 OPENGL_LIBS="-lGL"
10728 if test "x$with_glu" != "xno"
10729 then
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10731 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10732 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10733 $as_echo_n "(cached) " >&6
10734 else
10735 ac_check_lib_save_LIBS=$LIBS
10736 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10740 /* Override any GCC internal prototype to avoid an error.
10741 Use char because int might match the return type of a GCC
10742 builtin and then its argument prototype would still apply. */
10743 #ifdef __cplusplus
10744 extern "C"
10745 #endif
10746 char gluLookAt ();
10748 main ()
10750 return gluLookAt ();
10752 return 0;
10754 _ACEOF
10755 if ac_fn_c_try_link "$LINENO"; then :
10756 ac_cv_lib_GLU_gluLookAt=yes
10757 else
10758 ac_cv_lib_GLU_gluLookAt=no
10760 rm -f core conftest.err conftest.$ac_objext \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_lib_save_LIBS
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10765 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10766 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10770 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10771 case "x$with_glu" in
10772 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10773 xno) ;;
10774 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10775 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10776 esac
10780 if test "x$with_osmesa" != "xno"
10781 then
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10783 $as_echo_n "checking for -lOSMesa... " >&6; }
10784 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10785 $as_echo_n "(cached) " >&6
10786 else
10787 ac_check_soname_save_LIBS=$LIBS
10788 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10795 #ifdef __cplusplus
10796 extern "C"
10797 #endif
10798 char glAccum ();
10800 main ()
10802 return glAccum ();
10804 return 0;
10806 _ACEOF
10807 if ac_fn_c_try_link "$LINENO"; then :
10808 case "$LIBEXT" in
10809 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10810 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'` ;;
10811 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10812 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10813 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10814 fi ;;
10815 esac
10817 rm -f core conftest.err conftest.$ac_objext \
10818 conftest$ac_exeext conftest.$ac_ext
10819 LIBS=$ac_check_soname_save_LIBS
10821 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10823 $as_echo "not found" >&6; }
10825 else
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10827 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10829 cat >>confdefs.h <<_ACEOF
10830 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10831 _ACEOF
10835 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10836 case "x$with_osmesa" in
10837 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10838 xno) ;;
10839 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10840 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10841 esac
10845 if test -n "$opengl_msg"; then :
10846 case "x$with_opengl" in
10847 x) as_fn_append wine_warnings "|$opengl_msg
10848 OpenGL and Direct3D won't be supported." ;;
10849 xno) ;;
10850 *) as_fn_error $? "$opengl_msg
10851 OpenGL and Direct3D won't be supported.
10852 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10853 esac
10856 CPPFLAGS="$ac_save_CPPFLAGS"
10857 else
10858 X_CFLAGS=""
10859 X_LIBS=""
10860 enable_winex11_drv=${enable_winex11_drv:-no}
10862 if test "x$X_LIBS" = "x"; then :
10863 case "x$with_x" in
10864 xno) ;;
10865 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10866 without X support, which probably isn't what you want. You will need
10867 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10868 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10869 esac
10872 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10874 if test "$ac_cv_header_CL_cl_h" = "yes"
10875 then
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10877 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10878 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10879 $as_echo_n "(cached) " >&6
10880 else
10881 ac_check_lib_save_LIBS=$LIBS
10882 LIBS="-lOpenCL $LIBS"
10883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10884 /* end confdefs.h. */
10886 /* Override any GCC internal prototype to avoid an error.
10887 Use char because int might match the return type of a GCC
10888 builtin and then its argument prototype would still apply. */
10889 #ifdef __cplusplus
10890 extern "C"
10891 #endif
10892 char clGetPlatformInfo ();
10894 main ()
10896 return clGetPlatformInfo ();
10898 return 0;
10900 _ACEOF
10901 if ac_fn_c_try_link "$LINENO"; then :
10902 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10903 else
10904 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10906 rm -f core conftest.err conftest.$ac_objext \
10907 conftest$ac_exeext conftest.$ac_ext
10908 LIBS=$ac_check_lib_save_LIBS
10910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10911 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10912 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10913 OPENCL_LIBS="-lOpenCL"
10918 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10919 case "x$with_opencl" in
10920 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10921 xno) ;;
10922 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10923 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10924 esac
10926 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10928 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10929 then
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10931 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10932 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10933 $as_echo_n "(cached) " >&6
10934 else
10935 ac_check_lib_save_LIBS=$LIBS
10936 LIBS="-lpcap $LIBS"
10937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10938 /* end confdefs.h. */
10940 /* Override any GCC internal prototype to avoid an error.
10941 Use char because int might match the return type of a GCC
10942 builtin and then its argument prototype would still apply. */
10943 #ifdef __cplusplus
10944 extern "C"
10945 #endif
10946 char pcap_create ();
10948 main ()
10950 return pcap_create ();
10952 return 0;
10954 _ACEOF
10955 if ac_fn_c_try_link "$LINENO"; then :
10956 ac_cv_lib_pcap_pcap_create=yes
10957 else
10958 ac_cv_lib_pcap_pcap_create=no
10960 rm -f core conftest.err conftest.$ac_objext \
10961 conftest$ac_exeext conftest.$ac_ext
10962 LIBS=$ac_check_lib_save_LIBS
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10965 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10966 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10967 PCAP_LIBS="-lpcap"
10972 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10973 case "x$with_pcap" in
10974 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10975 xno) ;;
10976 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10977 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10978 esac
10980 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10983 if test "x$with_xml" != "xno"
10984 then
10985 if ${XML2_CFLAGS:+false} :; then :
10986 if ${PKG_CONFIG+:} false; then :
10987 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10990 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10991 if ${XML2_LIBS:+false} :; then :
10992 if ${PKG_CONFIG+:} false; then :
10993 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10996 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10997 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10998 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10999 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11000 ac_save_CPPFLAGS=$CPPFLAGS
11001 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
11002 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
11003 do :
11004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11005 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11006 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11007 cat >>confdefs.h <<_ACEOF
11008 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11009 _ACEOF
11013 done
11015 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"
11016 then
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11018 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11019 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11020 $as_echo_n "(cached) " >&6
11021 else
11022 ac_check_lib_save_LIBS=$LIBS
11023 LIBS="-lxml2 $XML2_LIBS $LIBS"
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char xmlParseMemory ();
11035 main ()
11037 return xmlParseMemory ();
11039 return 0;
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043 ac_cv_lib_xml2_xmlParseMemory=yes
11044 else
11045 ac_cv_lib_xml2_xmlParseMemory=no
11047 rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11052 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11053 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11055 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11057 else
11058 XML2_LIBS=""
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11062 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11063 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11064 $as_echo_n "(cached) " >&6
11065 else
11066 ac_check_lib_save_LIBS=$LIBS
11067 LIBS="-lxml2 $XML2_LIBS $LIBS"
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11071 /* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
11074 #ifdef __cplusplus
11075 extern "C"
11076 #endif
11077 char xmlReadMemory ();
11079 main ()
11081 return xmlReadMemory ();
11083 return 0;
11085 _ACEOF
11086 if ac_fn_c_try_link "$LINENO"; then :
11087 ac_cv_lib_xml2_xmlReadMemory=yes
11088 else
11089 ac_cv_lib_xml2_xmlReadMemory=no
11091 rm -f core conftest.err conftest.$ac_objext \
11092 conftest$ac_exeext conftest.$ac_ext
11093 LIBS=$ac_check_lib_save_LIBS
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11096 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11097 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11099 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11104 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11105 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11106 $as_echo_n "(cached) " >&6
11107 else
11108 ac_check_lib_save_LIBS=$LIBS
11109 LIBS="-lxml2 $XML2_LIBS $LIBS"
11110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11111 /* end confdefs.h. */
11113 /* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
11116 #ifdef __cplusplus
11117 extern "C"
11118 #endif
11119 char xmlNewDocPI ();
11121 main ()
11123 return xmlNewDocPI ();
11125 return 0;
11127 _ACEOF
11128 if ac_fn_c_try_link "$LINENO"; then :
11129 ac_cv_lib_xml2_xmlNewDocPI=yes
11130 else
11131 ac_cv_lib_xml2_xmlNewDocPI=no
11133 rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135 LIBS=$ac_check_lib_save_LIBS
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11138 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11139 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11141 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11146 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11147 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-lxml2 $XML2_LIBS $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char xmlSchemaSetParserStructuredErrors ();
11163 main ()
11165 return xmlSchemaSetParserStructuredErrors ();
11167 return 0;
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11172 else
11173 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11180 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11181 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11183 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11188 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11189 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11190 $as_echo_n "(cached) " >&6
11191 else
11192 ac_check_lib_save_LIBS=$LIBS
11193 LIBS="-lxml2 $XML2_LIBS $LIBS"
11194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11195 /* end confdefs.h. */
11197 /* Override any GCC internal prototype to avoid an error.
11198 Use char because int might match the return type of a GCC
11199 builtin and then its argument prototype would still apply. */
11200 #ifdef __cplusplus
11201 extern "C"
11202 #endif
11203 char xmlSchemaSetValidStructuredErrors ();
11205 main ()
11207 return xmlSchemaSetValidStructuredErrors ();
11209 return 0;
11211 _ACEOF
11212 if ac_fn_c_try_link "$LINENO"; then :
11213 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11214 else
11215 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11217 rm -f core conftest.err conftest.$ac_objext \
11218 conftest$ac_exeext conftest.$ac_ext
11219 LIBS=$ac_check_lib_save_LIBS
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11222 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11223 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11225 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11230 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11231 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11232 $as_echo_n "(cached) " >&6
11233 else
11234 ac_check_lib_save_LIBS=$LIBS
11235 LIBS="-lxml2 $XML2_LIBS $LIBS"
11236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11237 /* end confdefs.h. */
11239 /* Override any GCC internal prototype to avoid an error.
11240 Use char because int might match the return type of a GCC
11241 builtin and then its argument prototype would still apply. */
11242 #ifdef __cplusplus
11243 extern "C"
11244 #endif
11245 char xmlFirstElementChild ();
11247 main ()
11249 return xmlFirstElementChild ();
11251 return 0;
11253 _ACEOF
11254 if ac_fn_c_try_link "$LINENO"; then :
11255 ac_cv_lib_xml2_xmlFirstElementChild=yes
11256 else
11257 ac_cv_lib_xml2_xmlFirstElementChild=no
11259 rm -f core conftest.err conftest.$ac_objext \
11260 conftest$ac_exeext conftest.$ac_ext
11261 LIBS=$ac_check_lib_save_LIBS
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11264 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11265 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11267 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11271 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11273 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11275 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11279 else
11280 XML2_CFLAGS=""
11281 XML2_LIBS=""
11283 CPPFLAGS=$ac_save_CPPFLAGS
11284 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11285 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11288 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11289 case "x$with_xml" in
11290 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11291 xno) ;;
11292 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11293 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11294 esac
11297 if test "x$with_xslt" != "xno"
11298 then
11299 if ${XSLT_CFLAGS:+false} :; then :
11300 if ${PKG_CONFIG+:} false; then :
11301 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11304 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11305 if ${XSLT_LIBS:+false} :; then :
11306 if ${PKG_CONFIG+:} false; then :
11307 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11310 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11311 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11312 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11313 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11314 ac_save_CPPFLAGS=$CPPFLAGS
11315 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11316 for ac_header in libxslt/pattern.h libxslt/transform.h
11317 do :
11318 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11319 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11320 # include <libxslt/pattern.h>
11321 #endif
11323 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11324 cat >>confdefs.h <<_ACEOF
11325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11326 _ACEOF
11330 done
11332 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11333 then
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11335 $as_echo_n "checking for -lxslt... " >&6; }
11336 if ${ac_cv_lib_soname_xslt+:} false; then :
11337 $as_echo_n "(cached) " >&6
11338 else
11339 ac_check_soname_save_LIBS=$LIBS
11340 LIBS="-lxslt $XSLT_LIBS $LIBS"
11341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11342 /* end confdefs.h. */
11344 /* Override any GCC internal prototype to avoid an error.
11345 Use char because int might match the return type of a GCC
11346 builtin and then its argument prototype would still apply. */
11347 #ifdef __cplusplus
11348 extern "C"
11349 #endif
11350 char xsltCompilePattern ();
11352 main ()
11354 return xsltCompilePattern ();
11356 return 0;
11358 _ACEOF
11359 if ac_fn_c_try_link "$LINENO"; then :
11360 case "$LIBEXT" in
11361 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11362 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'` ;;
11363 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11364 if ${ac_cv_lib_soname_xslt:+false} :; then :
11365 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11366 fi ;;
11367 esac
11369 rm -f core conftest.err conftest.$ac_objext \
11370 conftest$ac_exeext conftest.$ac_ext
11371 LIBS=$ac_check_soname_save_LIBS
11373 if ${ac_cv_lib_soname_xslt:+false} :; then :
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11375 $as_echo "not found" >&6; }
11377 else
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11379 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11381 cat >>confdefs.h <<_ACEOF
11382 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11383 _ACEOF
11387 else
11388 XSLT_CFLAGS=""
11390 CPPFLAGS=$ac_save_CPPFLAGS
11391 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11392 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11395 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11396 case "x$with_xslt" in
11397 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11398 xno) ;;
11399 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11400 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11401 esac
11404 if test "x$with_dbus" != "xno"
11405 then
11406 if ${DBUS_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false; then :
11408 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11412 if ${DBUS_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false; then :
11414 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11419 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11421 ac_save_CPPFLAGS=$CPPFLAGS
11422 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11423 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11426 $as_echo_n "checking for -ldbus-1... " >&6; }
11427 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11428 $as_echo_n "(cached) " >&6
11429 else
11430 ac_check_soname_save_LIBS=$LIBS
11431 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11438 #ifdef __cplusplus
11439 extern "C"
11440 #endif
11441 char dbus_connection_close ();
11443 main ()
11445 return dbus_connection_close ();
11447 return 0;
11449 _ACEOF
11450 if ac_fn_c_try_link "$LINENO"; then :
11451 case "$LIBEXT" in
11452 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) 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'`
11455 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11456 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11457 fi ;;
11458 esac
11460 rm -f core conftest.err conftest.$ac_objext \
11461 conftest$ac_exeext conftest.$ac_ext
11462 LIBS=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11467 DBUS_CFLAGS=""
11468 else
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11470 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11472 cat >>confdefs.h <<_ACEOF
11473 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11474 _ACEOF
11478 else
11479 DBUS_CFLAGS=""
11483 CPPFLAGS=$ac_save_CPPFLAGS
11484 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11488 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11489 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11490 case "x$with_dbus" in
11491 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11492 xno) ;;
11493 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11494 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11495 esac
11498 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11499 then
11500 if ${HAL_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false; then :
11502 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11506 if ${HAL_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false; then :
11508 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11512 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11513 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11515 ac_save_CPPFLAGS=$CPPFLAGS
11516 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11517 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11520 $as_echo_n "checking for -lhal... " >&6; }
11521 if ${ac_cv_lib_soname_hal+:} false; then :
11522 $as_echo_n "(cached) " >&6
11523 else
11524 ac_check_soname_save_LIBS=$LIBS
11525 LIBS="-lhal $HAL_LIBS $LIBS"
11526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h. */
11529 /* Override any GCC internal prototype to avoid an error.
11530 Use char because int might match the return type of a GCC
11531 builtin and then its argument prototype would still apply. */
11532 #ifdef __cplusplus
11533 extern "C"
11534 #endif
11535 char libhal_ctx_new ();
11537 main ()
11539 return libhal_ctx_new ();
11541 return 0;
11543 _ACEOF
11544 if ac_fn_c_try_link "$LINENO"; then :
11545 case "$LIBEXT" in
11546 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11547 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'` ;;
11548 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11549 if ${ac_cv_lib_soname_hal:+false} :; then :
11550 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11551 fi ;;
11552 esac
11554 rm -f core conftest.err conftest.$ac_objext \
11555 conftest$ac_exeext conftest.$ac_ext
11556 LIBS=$ac_check_soname_save_LIBS
11558 if ${ac_cv_lib_soname_hal:+false} :; then :
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11560 $as_echo "not found" >&6; }
11561 HAL_CFLAGS=""
11562 else
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11564 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11566 cat >>confdefs.h <<_ACEOF
11567 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11568 _ACEOF
11572 else
11573 HAL_CFLAGS=""
11577 CPPFLAGS=$ac_save_CPPFLAGS
11578 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11579 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11581 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11582 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11583 case "x$with_hal" in
11584 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11585 xno) ;;
11586 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11587 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11588 esac
11592 if test "x$with_gnutls" != "xno"
11593 then
11594 if ${GNUTLS_CFLAGS:+false} :; then :
11595 if ${PKG_CONFIG+:} false; then :
11596 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11600 if ${GNUTLS_LIBS:+false} :; then :
11601 if ${PKG_CONFIG+:} false; then :
11602 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11607 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11608 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11609 ac_save_CPPFLAGS=$CPPFLAGS
11610 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11611 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11612 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11614 /* end confdefs.h. */
11615 #include <gnutls/gnutls.h>
11616 #include <gnutls/crypto.h>
11618 main ()
11620 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11622 return 0;
11624 _ACEOF
11625 if ac_fn_c_try_compile "$LINENO"; then :
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11627 $as_echo_n "checking for -lgnutls... " >&6; }
11628 if ${ac_cv_lib_soname_gnutls+:} false; then :
11629 $as_echo_n "(cached) " >&6
11630 else
11631 ac_check_soname_save_LIBS=$LIBS
11632 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11634 /* end confdefs.h. */
11636 /* Override any GCC internal prototype to avoid an error.
11637 Use char because int might match the return type of a GCC
11638 builtin and then its argument prototype would still apply. */
11639 #ifdef __cplusplus
11640 extern "C"
11641 #endif
11642 char gnutls_global_init ();
11644 main ()
11646 return gnutls_global_init ();
11648 return 0;
11650 _ACEOF
11651 if ac_fn_c_try_link "$LINENO"; then :
11652 case "$LIBEXT" in
11653 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11654 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'` ;;
11655 *) 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'`
11656 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11657 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'`
11658 fi ;;
11659 esac
11661 rm -f core conftest.err conftest.$ac_objext \
11662 conftest$ac_exeext conftest.$ac_ext
11663 LIBS=$ac_check_soname_save_LIBS
11665 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11667 $as_echo "not found" >&6; }
11668 GNUTLS_CFLAGS=""
11669 else
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11671 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11673 cat >>confdefs.h <<_ACEOF
11674 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11675 _ACEOF
11680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11681 else
11682 GNUTLS_CFLAGS=""
11686 CPPFLAGS=$ac_save_CPPFLAGS
11687 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11688 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11691 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11692 case "x$with_gnutls" in
11693 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11694 xno) ;;
11695 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11696 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11697 esac
11700 CURSES_LIBS=""
11701 if test "$ac_cv_header_ncurses_h" = "yes"
11702 then
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11704 $as_echo_n "checking for -lncurses... " >&6; }
11705 if ${ac_cv_lib_soname_ncurses+:} false; then :
11706 $as_echo_n "(cached) " >&6
11707 else
11708 ac_check_soname_save_LIBS=$LIBS
11709 LIBS="-lncurses $LIBS"
11710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h. */
11713 /* Override any GCC internal prototype to avoid an error.
11714 Use char because int might match the return type of a GCC
11715 builtin and then its argument prototype would still apply. */
11716 #ifdef __cplusplus
11717 extern "C"
11718 #endif
11719 char waddch ();
11721 main ()
11723 return waddch ();
11725 return 0;
11727 _ACEOF
11728 if ac_fn_c_try_link "$LINENO"; then :
11729 case "$LIBEXT" in
11730 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11731 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'` ;;
11732 *) 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'`
11733 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11734 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11735 fi ;;
11736 esac
11738 rm -f core conftest.err conftest.$ac_objext \
11739 conftest$ac_exeext conftest.$ac_ext
11740 LIBS=$ac_check_soname_save_LIBS
11742 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11744 $as_echo "not found" >&6; }
11746 else
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11748 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11750 cat >>confdefs.h <<_ACEOF
11751 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11752 _ACEOF
11754 CURSES_LIBS="-lncurses"
11756 elif test "$ac_cv_header_curses_h" = "yes"
11757 then
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11759 $as_echo_n "checking for -lcurses... " >&6; }
11760 if ${ac_cv_lib_soname_curses+:} false; then :
11761 $as_echo_n "(cached) " >&6
11762 else
11763 ac_check_soname_save_LIBS=$LIBS
11764 LIBS="-lcurses $LIBS"
11765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11766 /* end confdefs.h. */
11768 /* Override any GCC internal prototype to avoid an error.
11769 Use char because int might match the return type of a GCC
11770 builtin and then its argument prototype would still apply. */
11771 #ifdef __cplusplus
11772 extern "C"
11773 #endif
11774 char waddch ();
11776 main ()
11778 return waddch ();
11780 return 0;
11782 _ACEOF
11783 if ac_fn_c_try_link "$LINENO"; then :
11784 case "$LIBEXT" in
11785 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11786 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'` ;;
11787 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11788 if ${ac_cv_lib_soname_curses:+false} :; then :
11789 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11790 fi ;;
11791 esac
11793 rm -f core conftest.err conftest.$ac_objext \
11794 conftest$ac_exeext conftest.$ac_ext
11795 LIBS=$ac_check_soname_save_LIBS
11797 if ${ac_cv_lib_soname_curses:+false} :; then :
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11799 $as_echo "not found" >&6; }
11801 else
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11803 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11805 cat >>confdefs.h <<_ACEOF
11806 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11807 _ACEOF
11809 CURSES_LIBS="-lcurses"
11812 ac_save_LIBS="$LIBS"
11813 LIBS="$LIBS $CURSES_LIBS"
11814 for ac_func in mousemask
11815 do :
11816 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11817 if test "x$ac_cv_func_mousemask" = xyes; then :
11818 cat >>confdefs.h <<_ACEOF
11819 #define HAVE_MOUSEMASK 1
11820 _ACEOF
11823 done
11825 LIBS="$ac_save_LIBS"
11826 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11827 case "x$with_curses" in
11828 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11829 xno) ;;
11830 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11831 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11832 esac
11835 if test "x$with_sane" != "xno"
11836 then
11837 if ${SANE_CFLAGS:+false} :; then :
11838 if ${PKG_CONFIG+:} false; then :
11839 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11842 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11843 if ${SANE_LIBS:+false} :; then :
11844 if ${PKG_CONFIG+:} false; then :
11845 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11848 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11850 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11851 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11852 ac_save_CPPFLAGS=$CPPFLAGS
11853 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11854 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11855 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11857 $as_echo_n "checking for -lsane... " >&6; }
11858 if ${ac_cv_lib_soname_sane+:} false; then :
11859 $as_echo_n "(cached) " >&6
11860 else
11861 ac_check_soname_save_LIBS=$LIBS
11862 LIBS="-lsane $SANE_LIBS $LIBS"
11863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11864 /* end confdefs.h. */
11866 /* Override any GCC internal prototype to avoid an error.
11867 Use char because int might match the return type of a GCC
11868 builtin and then its argument prototype would still apply. */
11869 #ifdef __cplusplus
11870 extern "C"
11871 #endif
11872 char sane_init ();
11874 main ()
11876 return sane_init ();
11878 return 0;
11880 _ACEOF
11881 if ac_fn_c_try_link "$LINENO"; then :
11882 case "$LIBEXT" in
11883 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11884 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'` ;;
11885 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11886 if ${ac_cv_lib_soname_sane:+false} :; then :
11887 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11888 fi ;;
11889 esac
11891 rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
11893 LIBS=$ac_check_soname_save_LIBS
11895 if ${ac_cv_lib_soname_sane:+false} :; then :
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11897 $as_echo "not found" >&6; }
11898 SANE_CFLAGS=""
11899 else
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11901 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11903 cat >>confdefs.h <<_ACEOF
11904 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11905 _ACEOF
11909 else
11910 SANE_CFLAGS=""
11914 CPPFLAGS=$ac_save_CPPFLAGS
11915 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11916 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11919 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11920 case "x$with_sane" in
11921 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11922 xno) ;;
11923 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11924 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11925 esac
11928 if test "x$with_v4l" != "xno"
11929 then
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11931 $as_echo_n "checking for -lv4l1... " >&6; }
11932 if ${ac_cv_lib_soname_v4l1+:} false; then :
11933 $as_echo_n "(cached) " >&6
11934 else
11935 ac_check_soname_save_LIBS=$LIBS
11936 LIBS="-lv4l1 $LIBS"
11937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h. */
11940 /* Override any GCC internal prototype to avoid an error.
11941 Use char because int might match the return type of a GCC
11942 builtin and then its argument prototype would still apply. */
11943 #ifdef __cplusplus
11944 extern "C"
11945 #endif
11946 char v4l1_open ();
11948 main ()
11950 return v4l1_open ();
11952 return 0;
11954 _ACEOF
11955 if ac_fn_c_try_link "$LINENO"; then :
11956 case "$LIBEXT" in
11957 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11958 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'` ;;
11959 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11960 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11961 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11962 fi ;;
11963 esac
11965 rm -f core conftest.err conftest.$ac_objext \
11966 conftest$ac_exeext conftest.$ac_ext
11967 LIBS=$ac_check_soname_save_LIBS
11969 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11971 $as_echo "not found" >&6; }
11973 else
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11975 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11977 cat >>confdefs.h <<_ACEOF
11978 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11979 _ACEOF
11984 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11985 case "x$with_v4l" in
11986 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11987 xno) ;;
11988 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11989 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11990 esac
11993 if test "x$with_gphoto" != "xno"
11994 then
11995 if ${GPHOTO2_CFLAGS:+false} :; then :
11996 if ${PKG_CONFIG+:} false; then :
11997 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12000 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
12001 if ${GPHOTO2_LIBS:+false} :; then :
12002 if ${PKG_CONFIG+:} false; then :
12003 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12006 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12007 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12008 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12009 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12010 ac_save_CPPFLAGS=$CPPFLAGS
12011 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12012 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12013 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12015 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12016 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12017 $as_echo_n "(cached) " >&6
12018 else
12019 ac_check_lib_save_LIBS=$LIBS
12020 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12027 #ifdef __cplusplus
12028 extern "C"
12029 #endif
12030 char gp_camera_new ();
12032 main ()
12034 return gp_camera_new ();
12036 return 0;
12038 _ACEOF
12039 if ac_fn_c_try_link "$LINENO"; then :
12040 ac_cv_lib_gphoto2_gp_camera_new=yes
12041 else
12042 ac_cv_lib_gphoto2_gp_camera_new=no
12044 rm -f core conftest.err conftest.$ac_objext \
12045 conftest$ac_exeext conftest.$ac_ext
12046 LIBS=$ac_check_lib_save_LIBS
12048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12049 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12050 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12052 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12054 else
12055 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12058 else
12059 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12063 CPPFLAGS=$ac_save_CPPFLAGS
12064 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12065 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12067 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12068 if ${PKG_CONFIG+:} false; then :
12069 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12072 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12073 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12074 if ${PKG_CONFIG+:} false; then :
12075 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12078 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12079 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12080 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12081 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12082 ac_save_CPPFLAGS=$CPPFLAGS
12083 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12084 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12085 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12087 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12088 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12089 $as_echo_n "(cached) " >&6
12090 else
12091 ac_check_lib_save_LIBS=$LIBS
12092 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12094 /* end confdefs.h. */
12096 /* Override any GCC internal prototype to avoid an error.
12097 Use char because int might match the return type of a GCC
12098 builtin and then its argument prototype would still apply. */
12099 #ifdef __cplusplus
12100 extern "C"
12101 #endif
12102 char gp_port_info_list_new ();
12104 main ()
12106 return gp_port_info_list_new ();
12108 return 0;
12110 _ACEOF
12111 if ac_fn_c_try_link "$LINENO"; then :
12112 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12113 else
12114 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12116 rm -f core conftest.err conftest.$ac_objext \
12117 conftest$ac_exeext conftest.$ac_ext
12118 LIBS=$ac_check_lib_save_LIBS
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12121 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12122 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12124 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12126 else
12127 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12130 else
12131 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12135 CPPFLAGS=$ac_save_CPPFLAGS
12136 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12137 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12140 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12141 case "x$with_gphoto" in
12142 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12143 xno) ;;
12144 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12145 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12146 esac
12148 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12149 case "x$with_gphoto" in
12150 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12151 xno) ;;
12152 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12153 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12154 esac
12158 if test "$ac_cv_header_resolv_h" = "yes"
12159 then
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12161 $as_echo_n "checking for resolver library... " >&6; }
12162 if ${ac_cv_have_resolv+:} false; then :
12163 $as_echo_n "(cached) " >&6
12164 else
12165 ac_save_LIBS="$LIBS"
12166 for lib in '' -lresolv
12168 LIBS="$lib $ac_save_LIBS"
12169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12170 /* end confdefs.h. */
12171 #ifdef HAVE_NETINET_IN_H
12172 #include <netinet/in.h>
12173 #endif
12174 #include <resolv.h>
12176 main ()
12178 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12180 return 0;
12182 _ACEOF
12183 if ac_fn_c_try_link "$LINENO"; then :
12184 ac_cv_have_resolv=${lib:-"none required"}
12185 else
12186 ac_cv_have_resolv="not found"
12188 rm -f core conftest.err conftest.$ac_objext \
12189 conftest$ac_exeext conftest.$ac_ext
12190 test "x$ac_cv_have_resolv" = "xnot found" || break
12191 done
12192 LIBS="$ac_save_LIBS"
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12195 $as_echo "$ac_cv_have_resolv" >&6; }
12197 case "$ac_cv_have_resolv" in
12198 "not found") ;;
12199 "none required")
12201 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12204 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12206 RESOLV_LIBS=$ac_cv_have_resolv
12208 esac
12211 if test "x$with_cms" != "xno"
12212 then
12213 if ${LCMS2_CFLAGS:+false} :; then :
12214 if ${PKG_CONFIG+:} false; then :
12215 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12219 if ${LCMS2_LIBS:+false} :; then :
12220 if ${PKG_CONFIG+:} false; then :
12221 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12225 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12226 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12227 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12228 ac_save_CPPFLAGS=$CPPFLAGS
12229 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12230 for ac_header in lcms2.h
12231 do :
12232 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12233 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12234 cat >>confdefs.h <<_ACEOF
12235 #define HAVE_LCMS2_H 1
12236 _ACEOF
12240 done
12242 if test "$ac_cv_header_lcms2_h" = "yes"
12243 then
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12245 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12246 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12247 $as_echo_n "(cached) " >&6
12248 else
12249 ac_check_lib_save_LIBS=$LIBS
12250 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12252 /* end confdefs.h. */
12254 /* Override any GCC internal prototype to avoid an error.
12255 Use char because int might match the return type of a GCC
12256 builtin and then its argument prototype would still apply. */
12257 #ifdef __cplusplus
12258 extern "C"
12259 #endif
12260 char cmsOpenProfileFromFile ();
12262 main ()
12264 return cmsOpenProfileFromFile ();
12266 return 0;
12268 _ACEOF
12269 if ac_fn_c_try_link "$LINENO"; then :
12270 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12271 else
12272 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12274 rm -f core conftest.err conftest.$ac_objext \
12275 conftest$ac_exeext conftest.$ac_ext
12276 LIBS=$ac_check_lib_save_LIBS
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12279 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12280 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12282 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12284 else
12285 LCMS2_LIBS=""
12288 else
12289 LCMS2_CFLAGS=""
12290 LCMS2_LIBS=""
12292 CPPFLAGS=$ac_save_CPPFLAGS
12293 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12294 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12297 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12298 case "x$with_cms" in
12299 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12300 xno) ;;
12301 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12302 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12303 esac
12306 if test "x$with_freetype" != "xno"
12307 then
12308 if ${FREETYPE_CFLAGS:+false} :; then :
12309 if ${PKG_CONFIG+:} false; then :
12310 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12313 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12314 if ${FREETYPE_LIBS:+false} :; then :
12315 if ${PKG_CONFIG+:} false; then :
12316 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12319 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12320 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12321 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12322 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12323 ac_save_CPPFLAGS=$CPPFLAGS
12324 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12325 for ac_header in ft2build.h
12326 do :
12327 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12328 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12329 cat >>confdefs.h <<_ACEOF
12330 #define HAVE_FT2BUILD_H 1
12331 _ACEOF
12335 done
12337 if test "$ac_cv_header_ft2build_h" = "yes"
12338 then
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12340 $as_echo_n "checking for -lfreetype... " >&6; }
12341 if ${ac_cv_lib_soname_freetype+:} false; then :
12342 $as_echo_n "(cached) " >&6
12343 else
12344 ac_check_soname_save_LIBS=$LIBS
12345 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12347 /* end confdefs.h. */
12349 /* Override any GCC internal prototype to avoid an error.
12350 Use char because int might match the return type of a GCC
12351 builtin and then its argument prototype would still apply. */
12352 #ifdef __cplusplus
12353 extern "C"
12354 #endif
12355 char FT_Init_FreeType ();
12357 main ()
12359 return FT_Init_FreeType ();
12361 return 0;
12363 _ACEOF
12364 if ac_fn_c_try_link "$LINENO"; then :
12365 case "$LIBEXT" in
12366 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12367 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'` ;;
12368 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12369 if ${ac_cv_lib_soname_freetype:+false} :; then :
12370 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12371 fi ;;
12372 esac
12374 rm -f core conftest.err conftest.$ac_objext \
12375 conftest$ac_exeext conftest.$ac_ext
12376 LIBS=$ac_check_soname_save_LIBS
12378 if ${ac_cv_lib_soname_freetype:+false} :; then :
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12380 $as_echo "not found" >&6; }
12381 FREETYPE_LIBS=""
12382 else
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12384 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12386 cat >>confdefs.h <<_ACEOF
12387 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12388 _ACEOF
12391 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12393 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12394 #include FT_MODULE_H
12396 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12398 cat >>confdefs.h <<_ACEOF
12399 #define HAVE_FT_TRUETYPEENGINETYPE 1
12400 _ACEOF
12406 else
12407 FREETYPE_CFLAGS=""
12408 FREETYPE_LIBS=""
12410 CPPFLAGS=$ac_save_CPPFLAGS
12411 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12412 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12415 if test "x$ac_cv_lib_soname_freetype" = x; then :
12416 case "x$with_freetype" in
12417 xno) ;;
12418 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12419 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12420 esac
12422 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12425 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12426 if ${ac_cv_c_ppdev+:} false; then :
12427 $as_echo_n "(cached) " >&6
12428 else
12429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12430 /* end confdefs.h. */
12431 #ifdef HAVE_SYS_IOCTL_H
12432 # include <sys/ioctl.h>
12433 #endif
12434 #include <linux/ppdev.h>
12436 main ()
12438 ioctl (1,PPCLAIM,0)
12440 return 0;
12442 _ACEOF
12443 if ac_fn_c_try_compile "$LINENO"; then :
12444 ac_cv_c_ppdev="yes"
12445 else
12446 ac_cv_c_ppdev="no"
12448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12451 $as_echo "$ac_cv_c_ppdev" >&6; }
12452 if test "$ac_cv_c_ppdev" = "yes"
12453 then
12455 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12459 ac_wine_check_funcs_save_LIBS="$LIBS"
12460 LIBS="$LIBS $PTHREAD_LIBS"
12461 for ac_func in \
12462 pthread_attr_get_np \
12463 pthread_getattr_np \
12464 pthread_getthreadid_np \
12465 pthread_get_stackaddr_np \
12466 pthread_get_stacksize_np
12467 do :
12468 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12469 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12470 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12471 cat >>confdefs.h <<_ACEOF
12472 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12473 _ACEOF
12476 done
12478 LIBS="$ac_wine_check_funcs_save_LIBS"
12480 if test "$ac_cv_header_zlib_h" = "yes"
12481 then
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12483 $as_echo_n "checking for inflate in -lz... " >&6; }
12484 if ${ac_cv_lib_z_inflate+:} false; then :
12485 $as_echo_n "(cached) " >&6
12486 else
12487 ac_check_lib_save_LIBS=$LIBS
12488 LIBS="-lz $LIBS"
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12495 #ifdef __cplusplus
12496 extern "C"
12497 #endif
12498 char inflate ();
12500 main ()
12502 return inflate ();
12504 return 0;
12506 _ACEOF
12507 if ac_fn_c_try_link "$LINENO"; then :
12508 ac_cv_lib_z_inflate=yes
12509 else
12510 ac_cv_lib_z_inflate=no
12512 rm -f core conftest.err conftest.$ac_objext \
12513 conftest$ac_exeext conftest.$ac_ext
12514 LIBS=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12517 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12518 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12520 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12522 Z_LIBS="-lz"
12527 if test "x$Z_LIBS" = "x"; then :
12528 case "x$with_zlib" in
12529 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12530 xno) ;;
12531 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12532 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12533 esac
12536 if test "x$enable_tools" != xno
12537 then
12538 if test "$ac_cv_header_gettext_po_h" = "yes"
12539 then
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12541 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12542 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12543 $as_echo_n "(cached) " >&6
12544 else
12545 ac_check_lib_save_LIBS=$LIBS
12546 LIBS="-lgettextpo $LIBS"
12547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12548 /* end confdefs.h. */
12550 /* Override any GCC internal prototype to avoid an error.
12551 Use char because int might match the return type of a GCC
12552 builtin and then its argument prototype would still apply. */
12553 #ifdef __cplusplus
12554 extern "C"
12555 #endif
12556 char po_message_msgctxt ();
12558 main ()
12560 return po_message_msgctxt ();
12562 return 0;
12564 _ACEOF
12565 if ac_fn_c_try_link "$LINENO"; then :
12566 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12567 else
12568 ac_cv_lib_gettextpo_po_message_msgctxt=no
12570 rm -f core conftest.err conftest.$ac_objext \
12571 conftest$ac_exeext conftest.$ac_ext
12572 LIBS=$ac_check_lib_save_LIBS
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12575 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12576 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12578 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12580 GETTEXTPO_LIBS="-lgettextpo"
12585 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12586 case "x$with_gettextpo" in
12587 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12588 xno) ;;
12589 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12590 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12591 esac
12595 if test "x$with_pulse" != "xno";
12596 then
12597 if ${PULSE_CFLAGS:+false} :; then :
12598 if ${PKG_CONFIG+:} false; then :
12599 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12603 if ${PULSE_LIBS:+false} :; then :
12604 if ${PKG_CONFIG+:} false; then :
12605 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12610 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12611 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12612 ac_save_CPPFLAGS=$CPPFLAGS
12613 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12614 for ac_header in pulse/pulseaudio.h
12615 do :
12616 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12617 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12618 cat >>confdefs.h <<_ACEOF
12619 #define HAVE_PULSE_PULSEAUDIO_H 1
12620 _ACEOF
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12622 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12623 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12624 $as_echo_n "(cached) " >&6
12625 else
12626 ac_check_lib_save_LIBS=$LIBS
12627 LIBS="-lpulse $PULSE_LIBS $LIBS"
12628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h. */
12631 /* Override any GCC internal prototype to avoid an error.
12632 Use char because int might match the return type of a GCC
12633 builtin and then its argument prototype would still apply. */
12634 #ifdef __cplusplus
12635 extern "C"
12636 #endif
12637 char pa_stream_is_corked ();
12639 main ()
12641 return pa_stream_is_corked ();
12643 return 0;
12645 _ACEOF
12646 if ac_fn_c_try_link "$LINENO"; then :
12647 ac_cv_lib_pulse_pa_stream_is_corked=yes
12648 else
12649 ac_cv_lib_pulse_pa_stream_is_corked=no
12651 rm -f core conftest.err conftest.$ac_objext \
12652 conftest$ac_exeext conftest.$ac_ext
12653 LIBS=$ac_check_lib_save_LIBS
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12656 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12657 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12659 else
12660 PULSE_LIBS=""
12663 else
12664 PULSE_LIBS=""
12667 done
12669 CPPFLAGS=$ac_save_CPPFLAGS
12670 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12671 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12674 if test -z "$PULSE_LIBS"; then :
12675 case "x$with_pulse" in
12676 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12677 xno) ;;
12678 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12679 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12680 esac
12683 if test "x$with_gstreamer" != "xno"
12684 then
12685 if ${GSTREAMER_CFLAGS:+false} :; then :
12686 if ${PKG_CONFIG+:} false; then :
12687 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12691 if ${GSTREAMER_LIBS:+false} :; then :
12692 if ${PKG_CONFIG+:} false; then :
12693 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12698 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12699 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12700 ac_save_CPPFLAGS=$CPPFLAGS
12701 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12702 ac_gst_incl=""
12703 for i in $GSTREAMER_CFLAGS
12705 case "$i" in
12706 -I*) ac_gst_incl="$ac_gst_incl $i";;
12707 esac
12708 done
12709 GSTREAMER_CFLAGS=$ac_gst_incl
12710 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12711 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12712 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12713 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12714 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12716 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h. */
12719 #include <gst/app/gstappsink.h>
12721 main ()
12723 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12725 return 0;
12727 _ACEOF
12728 if ac_fn_c_try_compile "$LINENO"; then :
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12730 $as_echo "yes" >&6; }
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12732 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12733 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12734 $as_echo_n "(cached) " >&6
12735 else
12736 ac_check_lib_save_LIBS=$LIBS
12737 LIBS="-lgstreamer-0.10 $LIBS"
12738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12744 #ifdef __cplusplus
12745 extern "C"
12746 #endif
12747 char gst_pad_get_caps_reffed ();
12749 main ()
12751 return gst_pad_get_caps_reffed ();
12753 return 0;
12755 _ACEOF
12756 if ac_fn_c_try_link "$LINENO"; then :
12757 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12758 else
12759 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12761 rm -f core conftest.err conftest.$ac_objext \
12762 conftest$ac_exeext conftest.$ac_ext
12763 LIBS=$ac_check_lib_save_LIBS
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12766 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12767 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12769 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12770 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12771 $as_echo_n "(cached) " >&6
12772 else
12773 ac_check_lib_save_LIBS=$LIBS
12774 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12776 /* end confdefs.h. */
12778 /* Override any GCC internal prototype to avoid an error.
12779 Use char because int might match the return type of a GCC
12780 builtin and then its argument prototype would still apply. */
12781 #ifdef __cplusplus
12782 extern "C"
12783 #endif
12784 char gst_app_buffer_new ();
12786 main ()
12788 return gst_app_buffer_new ();
12790 return 0;
12792 _ACEOF
12793 if ac_fn_c_try_link "$LINENO"; then :
12794 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12795 else
12796 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12798 rm -f core conftest.err conftest.$ac_objext \
12799 conftest$ac_exeext conftest.$ac_ext
12800 LIBS=$ac_check_lib_save_LIBS
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12803 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12804 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12810 else
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12812 $as_echo "no" >&6; }
12814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12818 else
12819 GSTREAMER_CFLAGS=""
12823 CPPFLAGS=$ac_save_CPPFLAGS
12824 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12825 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12828 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12829 case "x$with_gstreamer" in
12830 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12831 xno) ;;
12832 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12833 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12834 esac
12836 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12838 ALSA_LIBS=""
12840 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12841 then
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12843 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12844 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12845 $as_echo_n "(cached) " >&6
12846 else
12847 ac_check_lib_save_LIBS=$LIBS
12848 LIBS="-lasound $LIBS"
12849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12850 /* end confdefs.h. */
12852 /* Override any GCC internal prototype to avoid an error.
12853 Use char because int might match the return type of a GCC
12854 builtin and then its argument prototype would still apply. */
12855 #ifdef __cplusplus
12856 extern "C"
12857 #endif
12858 char snd_pcm_hw_params_get_access_mask ();
12860 main ()
12862 return snd_pcm_hw_params_get_access_mask ();
12864 return 0;
12866 _ACEOF
12867 if ac_fn_c_try_link "$LINENO"; then :
12868 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12869 else
12870 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12872 rm -f core conftest.err conftest.$ac_objext \
12873 conftest$ac_exeext conftest.$ac_ext
12874 LIBS=$ac_check_lib_save_LIBS
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12877 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12878 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12880 /* end confdefs.h. */
12881 #ifdef HAVE_ALSA_ASOUNDLIB_H
12882 #include <alsa/asoundlib.h>
12883 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12884 #include <sys/asoundlib.h>
12885 #endif
12887 main ()
12889 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12891 return 0;
12893 _ACEOF
12894 if ac_fn_c_try_compile "$LINENO"; then :
12895 ALSA_LIBS="-lasound"
12897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12902 if test "x$with_oss" != xno
12903 then
12904 ac_save_CPPFLAGS="$CPPFLAGS"
12905 if test -f /etc/oss.conf
12906 then
12907 . /etc/oss.conf
12909 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12910 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12911 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12912 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12913 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12915 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12917 cat >>confdefs.h <<_ACEOF
12918 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12919 _ACEOF
12921 OSS4_CFLAGS="$ac_oss_incl"
12928 CPPFLAGS="$ac_save_CPPFLAGS"
12929 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12930 then
12931 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12935 if test "x$with_capi" != "xno"
12936 then
12937 if ${CAPI20_CFLAGS:+false} :; then :
12938 if ${PKG_CONFIG+:} false; then :
12939 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12943 if ${CAPI20_LIBS:+false} :; then :
12944 if ${PKG_CONFIG+:} false; then :
12945 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12950 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12951 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12952 ac_save_CPPFLAGS=$CPPFLAGS
12953 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12954 for ac_header in capi20.h linux/capi.h
12955 do :
12956 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12957 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12959 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12960 cat >>confdefs.h <<_ACEOF
12961 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12962 _ACEOF
12966 done
12968 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12969 then
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12971 $as_echo_n "checking for -lcapi20... " >&6; }
12972 if ${ac_cv_lib_soname_capi20+:} false; then :
12973 $as_echo_n "(cached) " >&6
12974 else
12975 ac_check_soname_save_LIBS=$LIBS
12976 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12978 /* end confdefs.h. */
12980 /* Override any GCC internal prototype to avoid an error.
12981 Use char because int might match the return type of a GCC
12982 builtin and then its argument prototype would still apply. */
12983 #ifdef __cplusplus
12984 extern "C"
12985 #endif
12986 char capi20_register ();
12988 main ()
12990 return capi20_register ();
12992 return 0;
12994 _ACEOF
12995 if ac_fn_c_try_link "$LINENO"; then :
12996 case "$LIBEXT" in
12997 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12998 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'` ;;
12999 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13000 if ${ac_cv_lib_soname_capi20:+false} :; then :
13001 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13002 fi ;;
13003 esac
13005 rm -f core conftest.err conftest.$ac_objext \
13006 conftest$ac_exeext conftest.$ac_ext
13007 LIBS=$ac_check_soname_save_LIBS
13009 if ${ac_cv_lib_soname_capi20:+false} :; then :
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13011 $as_echo "not found" >&6; }
13013 else
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13015 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13017 cat >>confdefs.h <<_ACEOF
13018 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13019 _ACEOF
13024 CPPFLAGS=$ac_save_CPPFLAGS
13025 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13026 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13029 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13030 case "x$with_capi" in
13031 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13032 xno) ;;
13033 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13034 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13035 esac
13038 CUPS_CFLAGS=""
13040 if test "x$with_cups" != "xno"
13041 then
13042 ac_save_CPPFLAGS="$CPPFLAGS"
13043 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
13044 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
13045 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13046 for ac_header in cups/cups.h
13047 do :
13048 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13049 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13050 cat >>confdefs.h <<_ACEOF
13051 #define HAVE_CUPS_CUPS_H 1
13052 _ACEOF
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13054 $as_echo_n "checking for -lcups... " >&6; }
13055 if ${ac_cv_lib_soname_cups+:} false; then :
13056 $as_echo_n "(cached) " >&6
13057 else
13058 ac_check_soname_save_LIBS=$LIBS
13059 LIBS="-lcups $ac_cups_libs $LIBS"
13060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13061 /* end confdefs.h. */
13063 /* Override any GCC internal prototype to avoid an error.
13064 Use char because int might match the return type of a GCC
13065 builtin and then its argument prototype would still apply. */
13066 #ifdef __cplusplus
13067 extern "C"
13068 #endif
13069 char cupsGetDefault ();
13071 main ()
13073 return cupsGetDefault ();
13075 return 0;
13077 _ACEOF
13078 if ac_fn_c_try_link "$LINENO"; then :
13079 case "$LIBEXT" in
13080 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13081 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'` ;;
13082 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13083 if ${ac_cv_lib_soname_cups:+false} :; then :
13084 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13085 fi ;;
13086 esac
13088 rm -f core conftest.err conftest.$ac_objext \
13089 conftest$ac_exeext conftest.$ac_ext
13090 LIBS=$ac_check_soname_save_LIBS
13092 if ${ac_cv_lib_soname_cups:+false} :; then :
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13094 $as_echo "not found" >&6; }
13096 else
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13098 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13100 cat >>confdefs.h <<_ACEOF
13101 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13102 _ACEOF
13104 CUPS_CFLAGS="$ac_cups_cflags"
13108 done
13110 CPPFLAGS="$ac_save_CPPFLAGS"
13112 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13113 case "x$with_cups" in
13114 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13115 xno) ;;
13116 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13117 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13118 esac
13121 if test "x$with_fontconfig" != "xno"
13122 then
13123 if ${FONTCONFIG_CFLAGS:+false} :; then :
13124 if ${PKG_CONFIG+:} false; then :
13125 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13128 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13129 if ${FONTCONFIG_LIBS:+false} :; then :
13130 if ${PKG_CONFIG+:} false; then :
13131 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13134 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13136 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13137 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13138 ac_save_CPPFLAGS=$CPPFLAGS
13139 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13140 for ac_header in fontconfig/fontconfig.h
13141 do :
13142 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13143 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13144 cat >>confdefs.h <<_ACEOF
13145 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13146 _ACEOF
13150 done
13152 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13153 then
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13155 $as_echo_n "checking for -lfontconfig... " >&6; }
13156 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13157 $as_echo_n "(cached) " >&6
13158 else
13159 ac_check_soname_save_LIBS=$LIBS
13160 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13162 /* end confdefs.h. */
13164 /* Override any GCC internal prototype to avoid an error.
13165 Use char because int might match the return type of a GCC
13166 builtin and then its argument prototype would still apply. */
13167 #ifdef __cplusplus
13168 extern "C"
13169 #endif
13170 char FcInit ();
13172 main ()
13174 return FcInit ();
13176 return 0;
13178 _ACEOF
13179 if ac_fn_c_try_link "$LINENO"; then :
13180 case "$LIBEXT" in
13181 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13182 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'` ;;
13183 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13184 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13185 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13186 fi ;;
13187 esac
13189 rm -f core conftest.err conftest.$ac_objext \
13190 conftest$ac_exeext conftest.$ac_ext
13191 LIBS=$ac_check_soname_save_LIBS
13193 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13195 $as_echo "not found" >&6; }
13196 FONTCONFIG_CFLAGS=""
13197 else
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13199 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13201 cat >>confdefs.h <<_ACEOF
13202 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13203 _ACEOF
13207 else
13208 FONTCONFIG_CFLAGS=""
13210 CPPFLAGS=$ac_save_CPPFLAGS
13211 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13212 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13215 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13216 case "x$with_fontconfig" in
13217 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13218 xno) ;;
13219 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13220 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13221 esac
13224 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13225 then
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13227 $as_echo_n "checking for -lgsm... " >&6; }
13228 if ${ac_cv_lib_soname_gsm+:} false; then :
13229 $as_echo_n "(cached) " >&6
13230 else
13231 ac_check_soname_save_LIBS=$LIBS
13232 LIBS="-lgsm $LIBS"
13233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13234 /* end confdefs.h. */
13236 /* Override any GCC internal prototype to avoid an error.
13237 Use char because int might match the return type of a GCC
13238 builtin and then its argument prototype would still apply. */
13239 #ifdef __cplusplus
13240 extern "C"
13241 #endif
13242 char gsm_create ();
13244 main ()
13246 return gsm_create ();
13248 return 0;
13250 _ACEOF
13251 if ac_fn_c_try_link "$LINENO"; then :
13252 case "$LIBEXT" in
13253 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13254 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'` ;;
13255 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13256 if ${ac_cv_lib_soname_gsm:+false} :; then :
13257 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13258 fi ;;
13259 esac
13261 rm -f core conftest.err conftest.$ac_objext \
13262 conftest$ac_exeext conftest.$ac_ext
13263 LIBS=$ac_check_soname_save_LIBS
13265 if ${ac_cv_lib_soname_gsm:+false} :; then :
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13267 $as_echo "not found" >&6; }
13269 else
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13271 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13273 cat >>confdefs.h <<_ACEOF
13274 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13275 _ACEOF
13280 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13281 case "x$with_gsm" in
13282 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13283 xno) ;;
13284 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13285 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13286 esac
13289 if test "x$with_jpeg" != "xno"
13290 then
13291 if ${JPEG_CFLAGS:+false} :; then :
13292 if ${PKG_CONFIG+:} false; then :
13293 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13297 if ${JPEG_LIBS:+false} :; then :
13298 if ${PKG_CONFIG+:} false; then :
13299 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13304 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13305 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13306 ac_save_CPPFLAGS=$CPPFLAGS
13307 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13308 for ac_header in jpeglib.h
13309 do :
13310 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13311 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13312 cat >>confdefs.h <<_ACEOF
13313 #define HAVE_JPEGLIB_H 1
13314 _ACEOF
13318 done
13320 if test "$ac_cv_header_jpeglib_h" = "yes"
13321 then
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13323 $as_echo_n "checking for -ljpeg... " >&6; }
13324 if ${ac_cv_lib_soname_jpeg+:} false; then :
13325 $as_echo_n "(cached) " >&6
13326 else
13327 ac_check_soname_save_LIBS=$LIBS
13328 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13330 /* end confdefs.h. */
13332 /* Override any GCC internal prototype to avoid an error.
13333 Use char because int might match the return type of a GCC
13334 builtin and then its argument prototype would still apply. */
13335 #ifdef __cplusplus
13336 extern "C"
13337 #endif
13338 char jpeg_start_decompress ();
13340 main ()
13342 return jpeg_start_decompress ();
13344 return 0;
13346 _ACEOF
13347 if ac_fn_c_try_link "$LINENO"; then :
13348 case "$LIBEXT" in
13349 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13350 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'` ;;
13351 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13352 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13353 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13354 fi ;;
13355 esac
13357 rm -f core conftest.err conftest.$ac_objext \
13358 conftest$ac_exeext conftest.$ac_ext
13359 LIBS=$ac_check_soname_save_LIBS
13361 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13363 $as_echo "not found" >&6; }
13364 JPEG_CFLAGS=""
13365 else
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13367 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13369 cat >>confdefs.h <<_ACEOF
13370 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13371 _ACEOF
13375 else
13376 JPEG_CFLAGS=""
13378 CPPFLAGS=$ac_save_CPPFLAGS
13379 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13380 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13383 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13384 case "x$with_jpeg" in
13385 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13386 xno) ;;
13387 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13388 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13389 esac
13392 if test "x$with_png" != "xno"
13393 then
13394 if ${PNG_CFLAGS:+false} :; then :
13395 if ${PKG_CONFIG+:} false; then :
13396 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13399 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13400 if ${PNG_LIBS:+false} :; then :
13401 if ${PKG_CONFIG+:} false; then :
13402 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13405 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13407 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13408 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13409 ac_save_CPPFLAGS=$CPPFLAGS
13410 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13411 for ac_header in png.h
13412 do :
13413 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13414 if test "x$ac_cv_header_png_h" = xyes; then :
13415 cat >>confdefs.h <<_ACEOF
13416 #define HAVE_PNG_H 1
13417 _ACEOF
13421 done
13423 if test "$ac_cv_header_png_h" = "yes"
13424 then
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13426 $as_echo_n "checking for -lpng... " >&6; }
13427 if ${ac_cv_lib_soname_png+:} false; then :
13428 $as_echo_n "(cached) " >&6
13429 else
13430 ac_check_soname_save_LIBS=$LIBS
13431 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13433 /* end confdefs.h. */
13435 /* Override any GCC internal prototype to avoid an error.
13436 Use char because int might match the return type of a GCC
13437 builtin and then its argument prototype would still apply. */
13438 #ifdef __cplusplus
13439 extern "C"
13440 #endif
13441 char png_create_read_struct ();
13443 main ()
13445 return png_create_read_struct ();
13447 return 0;
13449 _ACEOF
13450 if ac_fn_c_try_link "$LINENO"; then :
13451 case "$LIBEXT" in
13452 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13453 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'` ;;
13454 *) 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'`
13455 if ${ac_cv_lib_soname_png:+false} :; then :
13456 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13457 fi ;;
13458 esac
13460 rm -f core conftest.err conftest.$ac_objext \
13461 conftest$ac_exeext conftest.$ac_ext
13462 LIBS=$ac_check_soname_save_LIBS
13464 if ${ac_cv_lib_soname_png:+false} :; then :
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13466 $as_echo "not found" >&6; }
13467 PNG_CFLAGS=""
13468 else
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13470 $as_echo "$ac_cv_lib_soname_png" >&6; }
13472 cat >>confdefs.h <<_ACEOF
13473 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13474 _ACEOF
13476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13477 /* end confdefs.h. */
13478 #include <png.h>
13480 main ()
13482 typeof(png_set_expand_gray_1_2_4_to_8) *p
13484 return 0;
13486 _ACEOF
13487 if ac_fn_c_try_compile "$LINENO"; then :
13489 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13494 else
13495 PNG_CFLAGS=""
13497 CPPFLAGS=$ac_save_CPPFLAGS
13498 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13499 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13502 if test "x$ac_cv_lib_soname_png" = "x"; then :
13503 case "x$with_png" in
13504 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13505 xno) ;;
13506 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13507 This is an error since --with-png was requested." "$LINENO" 5 ;;
13508 esac
13511 if test "x$with_tiff" != "xno"
13512 then
13513 if ${TIFF_CFLAGS:+false} :; then :
13514 if ${PKG_CONFIG+:} false; then :
13515 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13519 if ${TIFF_LIBS:+false} :; then :
13520 if ${PKG_CONFIG+:} false; then :
13521 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13526 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13527 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13528 ac_save_CPPFLAGS=$CPPFLAGS
13529 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13530 for ac_header in tiffio.h
13531 do :
13532 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13533 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13534 cat >>confdefs.h <<_ACEOF
13535 #define HAVE_TIFFIO_H 1
13536 _ACEOF
13540 done
13542 if test "$ac_cv_header_tiffio_h" = "yes"
13543 then
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13545 $as_echo_n "checking for -ltiff... " >&6; }
13546 if ${ac_cv_lib_soname_tiff+:} false; then :
13547 $as_echo_n "(cached) " >&6
13548 else
13549 ac_check_soname_save_LIBS=$LIBS
13550 LIBS="-ltiff $TIFF_LIBS $LIBS"
13551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13552 /* end confdefs.h. */
13554 /* Override any GCC internal prototype to avoid an error.
13555 Use char because int might match the return type of a GCC
13556 builtin and then its argument prototype would still apply. */
13557 #ifdef __cplusplus
13558 extern "C"
13559 #endif
13560 char TIFFClientOpen ();
13562 main ()
13564 return TIFFClientOpen ();
13566 return 0;
13568 _ACEOF
13569 if ac_fn_c_try_link "$LINENO"; then :
13570 case "$LIBEXT" in
13571 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13572 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'` ;;
13573 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13574 if ${ac_cv_lib_soname_tiff:+false} :; then :
13575 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13576 fi ;;
13577 esac
13579 rm -f core conftest.err conftest.$ac_objext \
13580 conftest$ac_exeext conftest.$ac_ext
13581 LIBS=$ac_check_soname_save_LIBS
13583 if ${ac_cv_lib_soname_tiff:+false} :; then :
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13585 $as_echo "not found" >&6; }
13587 else
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13589 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13591 cat >>confdefs.h <<_ACEOF
13592 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13593 _ACEOF
13598 CPPFLAGS=$ac_save_CPPFLAGS
13599 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13600 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13603 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13604 case "x$with_tiff" in
13605 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13606 xno) ;;
13607 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13608 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13609 esac
13612 if test "x$with_mpg123" != "xno"
13613 then
13614 if ${MPG123_CFLAGS:+false} :; then :
13615 if ${PKG_CONFIG+:} false; then :
13616 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13620 if ${MPG123_LIBS:+false} :; then :
13621 if ${PKG_CONFIG+:} false; then :
13622 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13626 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13627 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13628 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13629 ac_save_CPPFLAGS=$CPPFLAGS
13630 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13631 for ac_header in mpg123.h
13632 do :
13633 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13634 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13635 cat >>confdefs.h <<_ACEOF
13636 #define HAVE_MPG123_H 1
13637 _ACEOF
13641 done
13643 if test "$ac_cv_header_mpg123_h" = "yes"
13644 then
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13646 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13647 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13648 $as_echo_n "(cached) " >&6
13649 else
13650 ac_check_lib_save_LIBS=$LIBS
13651 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13653 /* end confdefs.h. */
13655 /* Override any GCC internal prototype to avoid an error.
13656 Use char because int might match the return type of a GCC
13657 builtin and then its argument prototype would still apply. */
13658 #ifdef __cplusplus
13659 extern "C"
13660 #endif
13661 char mpg123_feed ();
13663 main ()
13665 return mpg123_feed ();
13667 return 0;
13669 _ACEOF
13670 if ac_fn_c_try_link "$LINENO"; then :
13671 ac_cv_lib_mpg123_mpg123_feed=yes
13672 else
13673 ac_cv_lib_mpg123_mpg123_feed=no
13675 rm -f core conftest.err conftest.$ac_objext \
13676 conftest$ac_exeext conftest.$ac_ext
13677 LIBS=$ac_check_lib_save_LIBS
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13680 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13681 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13683 else
13684 MPG123_LIBS=""
13687 else
13688 MPG123_CFLAGS=""
13689 MPG123_LIBS=""
13691 CPPFLAGS=$ac_save_CPPFLAGS
13692 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13693 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13696 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13697 case "x$with_mpg123" in
13698 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13699 xno) ;;
13700 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13701 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13702 esac
13704 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}
13706 if test "$ac_cv_header_AL_al_h" = "yes"
13707 then
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13709 $as_echo_n "checking for -lopenal... " >&6; }
13710 if ${ac_cv_lib_soname_openal+:} false; then :
13711 $as_echo_n "(cached) " >&6
13712 else
13713 ac_check_soname_save_LIBS=$LIBS
13714 LIBS="-lopenal $LIBS"
13715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13716 /* end confdefs.h. */
13718 /* Override any GCC internal prototype to avoid an error.
13719 Use char because int might match the return type of a GCC
13720 builtin and then its argument prototype would still apply. */
13721 #ifdef __cplusplus
13722 extern "C"
13723 #endif
13724 char alGetSource3i ();
13726 main ()
13728 return alGetSource3i ();
13730 return 0;
13732 _ACEOF
13733 if ac_fn_c_try_link "$LINENO"; then :
13734 case "$LIBEXT" in
13735 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13736 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'` ;;
13737 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13738 if ${ac_cv_lib_soname_openal:+false} :; then :
13739 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13740 fi ;;
13741 esac
13743 rm -f core conftest.err conftest.$ac_objext \
13744 conftest$ac_exeext conftest.$ac_ext
13745 LIBS=$ac_check_soname_save_LIBS
13747 if ${ac_cv_lib_soname_openal:+false} :; then :
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13749 $as_echo "not found" >&6; }
13751 else
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13753 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13755 cat >>confdefs.h <<_ACEOF
13756 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13757 _ACEOF
13759 OPENAL_LIBS="-lopenal"
13761 ac_cv_lib_openal=yes
13763 cat >>confdefs.h <<_ACEOF
13764 #define HAVE_OPENAL 1
13765 _ACEOF
13769 if test "x$ac_cv_lib_openal" != xyes; then :
13770 case "x$with_openal" in
13771 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13772 xno) ;;
13773 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13774 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13775 esac
13777 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13779 if test "x$ac_cv_lib_openal" = xyes
13780 then
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13782 $as_echo_n "checking for openal-soft... " >&6; }
13783 if ${ac_cv_have_openalsoft+:} false; then :
13784 $as_echo_n "(cached) " >&6
13785 else
13786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13787 /* end confdefs.h. */
13788 #include <AL/alext.h>
13789 LPALCRENDERSAMPLESSOFT x;
13791 main ()
13795 return 0;
13797 _ACEOF
13798 if ac_fn_c_try_compile "$LINENO"; then :
13799 ac_cv_have_openalsoft=yes
13800 else
13801 ac_cv_have_openalsoft=no
13803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13806 $as_echo "$ac_cv_have_openalsoft" >&6; }
13808 if test "x$ac_cv_have_openalsoft" != xyes
13809 then
13810 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13811 enable_xaudio2_7=${enable_xaudio2_7:-no}
13814 if test "$ac_cv_header_kstat_h" = "yes"
13815 then
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13817 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13818 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13819 $as_echo_n "(cached) " >&6
13820 else
13821 ac_check_lib_save_LIBS=$LIBS
13822 LIBS="-lkstat $LIBS"
13823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13824 /* end confdefs.h. */
13826 /* Override any GCC internal prototype to avoid an error.
13827 Use char because int might match the return type of a GCC
13828 builtin and then its argument prototype would still apply. */
13829 #ifdef __cplusplus
13830 extern "C"
13831 #endif
13832 char kstat_open ();
13834 main ()
13836 return kstat_open ();
13838 return 0;
13840 _ACEOF
13841 if ac_fn_c_try_link "$LINENO"; then :
13842 ac_cv_lib_kstat_kstat_open=yes
13843 else
13844 ac_cv_lib_kstat_kstat_open=no
13846 rm -f core conftest.err conftest.$ac_objext \
13847 conftest$ac_exeext conftest.$ac_ext
13848 LIBS=$ac_check_lib_save_LIBS
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13851 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13852 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13854 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13856 KSTAT_LIBS="-lkstat"
13862 if test "$ac_cv_header_libprocstat_h" = "yes"
13863 then
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13865 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13866 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13867 $as_echo_n "(cached) " >&6
13868 else
13869 ac_check_lib_save_LIBS=$LIBS
13870 LIBS="-lprocstat $LIBS"
13871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13874 /* Override any GCC internal prototype to avoid an error.
13875 Use char because int might match the return type of a GCC
13876 builtin and then its argument prototype would still apply. */
13877 #ifdef __cplusplus
13878 extern "C"
13879 #endif
13880 char procstat_open_sysctl ();
13882 main ()
13884 return procstat_open_sysctl ();
13886 return 0;
13888 _ACEOF
13889 if ac_fn_c_try_link "$LINENO"; then :
13890 ac_cv_lib_procstat_procstat_open_sysctl=yes
13891 else
13892 ac_cv_lib_procstat_procstat_open_sysctl=no
13894 rm -f core conftest.err conftest.$ac_objext \
13895 conftest$ac_exeext conftest.$ac_ext
13896 LIBS=$ac_check_lib_save_LIBS
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13899 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13900 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13902 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13904 PROCSTAT_LIBS="-lprocstat"
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13911 $as_echo_n "checking for -lodbc... " >&6; }
13912 if ${ac_cv_lib_soname_odbc+:} false; then :
13913 $as_echo_n "(cached) " >&6
13914 else
13915 ac_check_soname_save_LIBS=$LIBS
13916 LIBS="-lodbc $LIBS"
13917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13918 /* end confdefs.h. */
13920 /* Override any GCC internal prototype to avoid an error.
13921 Use char because int might match the return type of a GCC
13922 builtin and then its argument prototype would still apply. */
13923 #ifdef __cplusplus
13924 extern "C"
13925 #endif
13926 char SQLConnect ();
13928 main ()
13930 return SQLConnect ();
13932 return 0;
13934 _ACEOF
13935 if ac_fn_c_try_link "$LINENO"; then :
13936 case "$LIBEXT" in
13937 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13938 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'` ;;
13939 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13940 if ${ac_cv_lib_soname_odbc:+false} :; then :
13941 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13942 fi ;;
13943 esac
13945 rm -f core conftest.err conftest.$ac_objext \
13946 conftest$ac_exeext conftest.$ac_ext
13947 LIBS=$ac_check_soname_save_LIBS
13949 if ${ac_cv_lib_soname_odbc:+false} :; then :
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13951 $as_echo "not found" >&6; }
13952 cat >>confdefs.h <<_ACEOF
13953 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13954 _ACEOF
13956 else
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13958 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13960 cat >>confdefs.h <<_ACEOF
13961 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13962 _ACEOF
13967 if test "x$with_netapi" != "xno"
13968 then
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13970 $as_echo_n "checking for -lnetapi... " >&6; }
13971 if ${ac_cv_lib_soname_netapi+:} false; then :
13972 $as_echo_n "(cached) " >&6
13973 else
13974 ac_check_soname_save_LIBS=$LIBS
13975 LIBS="-lnetapi $LIBS"
13976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13977 /* end confdefs.h. */
13979 /* Override any GCC internal prototype to avoid an error.
13980 Use char because int might match the return type of a GCC
13981 builtin and then its argument prototype would still apply. */
13982 #ifdef __cplusplus
13983 extern "C"
13984 #endif
13985 char libnetapi_init ();
13987 main ()
13989 return libnetapi_init ();
13991 return 0;
13993 _ACEOF
13994 if ac_fn_c_try_link "$LINENO"; then :
13995 case "$LIBEXT" in
13996 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13997 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'` ;;
13998 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13999 if ${ac_cv_lib_soname_netapi:+false} :; then :
14000 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14001 fi ;;
14002 esac
14004 rm -f core conftest.err conftest.$ac_objext \
14005 conftest$ac_exeext conftest.$ac_ext
14006 LIBS=$ac_check_soname_save_LIBS
14008 if ${ac_cv_lib_soname_netapi:+false} :; then :
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14010 $as_echo "not found" >&6; }
14011 cat >>confdefs.h <<_ACEOF
14012 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14013 _ACEOF
14015 else
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14017 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14019 cat >>confdefs.h <<_ACEOF
14020 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14021 _ACEOF
14027 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14028 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
14029 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
14030 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
14031 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
14033 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14034 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
14035 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14036 then
14037 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14041 EXTRACFLAGS=""
14043 if test "x${GCC}" = "xyes"
14044 then
14045 EXTRACFLAGS="-Wall -pipe"
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14048 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14049 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14050 $as_echo_n "(cached) " >&6
14051 else
14052 if test "$cross_compiling" = yes; then :
14053 ac_cv_c_gcc_strength_bug="no"
14054 else
14055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14056 /* end confdefs.h. */
14057 int L[4] = {0,1,2,3};
14059 main ()
14061 static int Array[3];
14062 unsigned int B = 3;
14063 int i;
14064 for(i=0; i<B; i++) Array[i] = i - 3;
14065 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14066 L[i] = 4;
14067 return (Array[1] != -2 || L[2] != 3)
14069 return 0;
14071 _ACEOF
14072 if ac_fn_c_try_run "$LINENO"; then :
14073 ac_cv_c_gcc_strength_bug="no"
14074 else
14075 ac_cv_c_gcc_strength_bug="yes"
14077 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14078 conftest.$ac_objext conftest.beam conftest.$ac_ext
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14083 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14084 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14085 then
14086 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14090 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14091 if ${ac_cv_cflags__fno_builtin+:} false; then :
14092 $as_echo_n "(cached) " >&6
14093 else
14094 ac_wine_try_cflags_saved=$CFLAGS
14095 CFLAGS="$CFLAGS -fno-builtin"
14096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14097 /* end confdefs.h. */
14098 int main(int argc, char **argv) { return 0; }
14099 _ACEOF
14100 if ac_fn_c_try_link "$LINENO"; then :
14101 ac_cv_cflags__fno_builtin=yes
14102 else
14103 ac_cv_cflags__fno_builtin=no
14105 rm -f core conftest.err conftest.$ac_objext \
14106 conftest$ac_exeext conftest.$ac_ext
14107 CFLAGS=$ac_wine_try_cflags_saved
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14110 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14111 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14112 BUILTINFLAG="-fno-builtin"
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14116 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14117 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14118 $as_echo_n "(cached) " >&6
14119 else
14120 ac_wine_try_cflags_saved=$CFLAGS
14121 CFLAGS="$CFLAGS -fno-strict-aliasing"
14122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14123 /* end confdefs.h. */
14124 int main(int argc, char **argv) { return 0; }
14125 _ACEOF
14126 if ac_fn_c_try_link "$LINENO"; then :
14127 ac_cv_cflags__fno_strict_aliasing=yes
14128 else
14129 ac_cv_cflags__fno_strict_aliasing=no
14131 rm -f core conftest.err conftest.$ac_objext \
14132 conftest$ac_exeext conftest.$ac_ext
14133 CFLAGS=$ac_wine_try_cflags_saved
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14136 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14137 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14138 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14141 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14142 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14143 $as_echo_n "(cached) " >&6
14144 else
14145 ac_wine_try_cflags_saved=$CFLAGS
14146 CFLAGS="$CFLAGS -fexcess-precision=standard"
14147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14148 /* end confdefs.h. */
14149 int main(int argc, char **argv) { return 0; }
14150 _ACEOF
14151 if ac_fn_c_try_link "$LINENO"; then :
14152 ac_cv_cflags__fexcess_precision_standard=yes
14153 else
14154 ac_cv_cflags__fexcess_precision_standard=no
14156 rm -f core conftest.err conftest.$ac_objext \
14157 conftest$ac_exeext conftest.$ac_ext
14158 CFLAGS=$ac_wine_try_cflags_saved
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14161 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14162 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14163 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14166 saved_CFLAGS=$CFLAGS
14167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14168 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14169 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14170 $as_echo_n "(cached) " >&6
14171 else
14172 ac_wine_try_cflags_saved=$CFLAGS
14173 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14175 /* end confdefs.h. */
14176 int main(int argc, char **argv) { return 0; }
14177 _ACEOF
14178 if ac_fn_c_try_link "$LINENO"; then :
14179 ac_cv_cflags__Werror_unknown_warning_option=yes
14180 else
14181 ac_cv_cflags__Werror_unknown_warning_option=no
14183 rm -f core conftest.err conftest.$ac_objext \
14184 conftest$ac_exeext conftest.$ac_ext
14185 CFLAGS=$ac_wine_try_cflags_saved
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14188 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14189 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14190 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14193 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14194 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14195 $as_echo_n "(cached) " >&6
14196 else
14197 ac_wine_try_cflags_saved=$CFLAGS
14198 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14200 /* end confdefs.h. */
14201 int main(int argc, char **argv) { return 0; }
14202 _ACEOF
14203 if ac_fn_c_try_link "$LINENO"; then :
14204 ac_cv_cflags__Wdeclaration_after_statement=yes
14205 else
14206 ac_cv_cflags__Wdeclaration_after_statement=no
14208 rm -f core conftest.err conftest.$ac_objext \
14209 conftest$ac_exeext conftest.$ac_ext
14210 CFLAGS=$ac_wine_try_cflags_saved
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14213 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14214 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14215 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14218 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14219 if ${ac_cv_cflags__Wempty_body+:} false; then :
14220 $as_echo_n "(cached) " >&6
14221 else
14222 ac_wine_try_cflags_saved=$CFLAGS
14223 CFLAGS="$CFLAGS -Wempty-body"
14224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14225 /* end confdefs.h. */
14226 int main(int argc, char **argv) { return 0; }
14227 _ACEOF
14228 if ac_fn_c_try_link "$LINENO"; then :
14229 ac_cv_cflags__Wempty_body=yes
14230 else
14231 ac_cv_cflags__Wempty_body=no
14233 rm -f core conftest.err conftest.$ac_objext \
14234 conftest$ac_exeext conftest.$ac_ext
14235 CFLAGS=$ac_wine_try_cflags_saved
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14238 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14239 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14240 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14243 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14244 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14245 $as_echo_n "(cached) " >&6
14246 else
14247 ac_wine_try_cflags_saved=$CFLAGS
14248 CFLAGS="$CFLAGS -Wignored-qualifiers"
14249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14250 /* end confdefs.h. */
14251 int main(int argc, char **argv) { return 0; }
14252 _ACEOF
14253 if ac_fn_c_try_link "$LINENO"; then :
14254 ac_cv_cflags__Wignored_qualifiers=yes
14255 else
14256 ac_cv_cflags__Wignored_qualifiers=no
14258 rm -f core conftest.err conftest.$ac_objext \
14259 conftest$ac_exeext conftest.$ac_ext
14260 CFLAGS=$ac_wine_try_cflags_saved
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14263 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14264 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14265 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14268 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14269 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14270 $as_echo_n "(cached) " >&6
14271 else
14272 ac_wine_try_cflags_saved=$CFLAGS
14273 CFLAGS="$CFLAGS -Wshift-overflow=2"
14274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h. */
14276 int main(int argc, char **argv) { return 0; }
14277 _ACEOF
14278 if ac_fn_c_try_link "$LINENO"; then :
14279 ac_cv_cflags__Wshift_overflow_2=yes
14280 else
14281 ac_cv_cflags__Wshift_overflow_2=no
14283 rm -f core conftest.err conftest.$ac_objext \
14284 conftest$ac_exeext conftest.$ac_ext
14285 CFLAGS=$ac_wine_try_cflags_saved
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14288 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14289 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14290 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14293 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14294 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14295 $as_echo_n "(cached) " >&6
14296 else
14297 ac_wine_try_cflags_saved=$CFLAGS
14298 CFLAGS="$CFLAGS -Wstrict-prototypes"
14299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14300 /* end confdefs.h. */
14301 int main(int argc, char **argv) { return 0; }
14302 _ACEOF
14303 if ac_fn_c_try_link "$LINENO"; then :
14304 ac_cv_cflags__Wstrict_prototypes=yes
14305 else
14306 ac_cv_cflags__Wstrict_prototypes=no
14308 rm -f core conftest.err conftest.$ac_objext \
14309 conftest$ac_exeext conftest.$ac_ext
14310 CFLAGS=$ac_wine_try_cflags_saved
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14313 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14314 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14315 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14318 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14319 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14320 $as_echo_n "(cached) " >&6
14321 else
14322 ac_wine_try_cflags_saved=$CFLAGS
14323 CFLAGS="$CFLAGS -Wtype-limits"
14324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14325 /* end confdefs.h. */
14326 int main(int argc, char **argv) { return 0; }
14327 _ACEOF
14328 if ac_fn_c_try_link "$LINENO"; then :
14329 ac_cv_cflags__Wtype_limits=yes
14330 else
14331 ac_cv_cflags__Wtype_limits=no
14333 rm -f core conftest.err conftest.$ac_objext \
14334 conftest$ac_exeext conftest.$ac_ext
14335 CFLAGS=$ac_wine_try_cflags_saved
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14338 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14339 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14340 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14343 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14344 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14345 $as_echo_n "(cached) " >&6
14346 else
14347 ac_wine_try_cflags_saved=$CFLAGS
14348 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14350 /* end confdefs.h. */
14351 int main(int argc, char **argv) { return 0; }
14352 _ACEOF
14353 if ac_fn_c_try_link "$LINENO"; then :
14354 ac_cv_cflags__Wunused_but_set_parameter=yes
14355 else
14356 ac_cv_cflags__Wunused_but_set_parameter=no
14358 rm -f core conftest.err conftest.$ac_objext \
14359 conftest$ac_exeext conftest.$ac_ext
14360 CFLAGS=$ac_wine_try_cflags_saved
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14363 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14364 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14365 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14368 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14369 if ${ac_cv_cflags__Wvla+:} false; then :
14370 $as_echo_n "(cached) " >&6
14371 else
14372 ac_wine_try_cflags_saved=$CFLAGS
14373 CFLAGS="$CFLAGS -Wvla"
14374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14375 /* end confdefs.h. */
14376 int main(int argc, char **argv) { return 0; }
14377 _ACEOF
14378 if ac_fn_c_try_link "$LINENO"; then :
14379 ac_cv_cflags__Wvla=yes
14380 else
14381 ac_cv_cflags__Wvla=no
14383 rm -f core conftest.err conftest.$ac_objext \
14384 conftest$ac_exeext conftest.$ac_ext
14385 CFLAGS=$ac_wine_try_cflags_saved
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14388 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14389 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14390 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14393 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14394 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14395 $as_echo_n "(cached) " >&6
14396 else
14397 ac_wine_try_cflags_saved=$CFLAGS
14398 CFLAGS="$CFLAGS -Wwrite-strings"
14399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14400 /* end confdefs.h. */
14401 int main(int argc, char **argv) { return 0; }
14402 _ACEOF
14403 if ac_fn_c_try_link "$LINENO"; then :
14404 ac_cv_cflags__Wwrite_strings=yes
14405 else
14406 ac_cv_cflags__Wwrite_strings=no
14408 rm -f core conftest.err conftest.$ac_objext \
14409 conftest$ac_exeext conftest.$ac_ext
14410 CFLAGS=$ac_wine_try_cflags_saved
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14413 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14414 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14415 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14419 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14420 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14421 $as_echo_n "(cached) " >&6
14422 else
14423 ac_wine_try_cflags_saved=$CFLAGS
14424 CFLAGS="$CFLAGS -Wpointer-arith"
14425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14426 /* end confdefs.h. */
14427 int main(int argc, char **argv) { return 0; }
14428 _ACEOF
14429 if ac_fn_c_try_link "$LINENO"; then :
14430 ac_cv_cflags__Wpointer_arith=yes
14431 else
14432 ac_cv_cflags__Wpointer_arith=no
14434 rm -f core conftest.err conftest.$ac_objext \
14435 conftest$ac_exeext conftest.$ac_ext
14436 CFLAGS=$ac_wine_try_cflags_saved
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14439 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14440 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14441 saved_string_h_CFLAGS=$CFLAGS
14442 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14444 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14445 if ${ac_cv_c_string_h_warnings+:} false; then :
14446 $as_echo_n "(cached) " >&6
14447 else
14448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14449 /* end confdefs.h. */
14450 #include <string.h>
14452 main ()
14456 return 0;
14458 _ACEOF
14459 if ac_fn_c_try_compile "$LINENO"; then :
14460 ac_cv_c_string_h_warnings=no
14461 else
14462 ac_cv_c_string_h_warnings=yes
14464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14467 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14468 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14469 CFLAGS=$saved_string_h_CFLAGS
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14473 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14474 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14475 $as_echo_n "(cached) " >&6
14476 else
14477 ac_wine_try_cflags_saved=$CFLAGS
14478 CFLAGS="$CFLAGS -Wlogical-op"
14479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14480 /* end confdefs.h. */
14481 int main(int argc, char **argv) { return 0; }
14482 _ACEOF
14483 if ac_fn_c_try_link "$LINENO"; then :
14484 ac_cv_cflags__Wlogical_op=yes
14485 else
14486 ac_cv_cflags__Wlogical_op=no
14488 rm -f core conftest.err conftest.$ac_objext \
14489 conftest$ac_exeext conftest.$ac_ext
14490 CFLAGS=$ac_wine_try_cflags_saved
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14493 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14494 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14495 saved_string_h_CFLAGS=$CFLAGS
14496 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14498 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14499 if ${ac_cv_c_logicalop_noisy+:} false; then :
14500 $as_echo_n "(cached) " >&6
14501 else
14502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14503 /* end confdefs.h. */
14504 #include <string.h>
14505 char*f(const char *h,char n) {return strchr(h,n);}
14507 main ()
14511 return 0;
14513 _ACEOF
14514 if ac_fn_c_try_compile "$LINENO"; then :
14515 ac_cv_c_logicalop_noisy=no
14516 else
14517 ac_cv_c_logicalop_noisy=yes
14519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14522 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14523 CFLAGS=$saved_string_h_CFLAGS
14524 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14527 CFLAGS=$saved_CFLAGS
14529 for ac_flag in $CFLAGS; do
14530 case $ac_flag in
14531 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14532 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14533 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14534 $as_echo_n "(cached) " >&6
14535 else
14536 ac_wine_try_cflags_saved=$CFLAGS
14537 CFLAGS="$CFLAGS -gdwarf-2"
14538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14539 /* end confdefs.h. */
14540 int main(int argc, char **argv) { return 0; }
14541 _ACEOF
14542 if ac_fn_c_try_link "$LINENO"; then :
14543 ac_cv_cflags__gdwarf_2=yes
14544 else
14545 ac_cv_cflags__gdwarf_2=no
14547 rm -f core conftest.err conftest.$ac_objext \
14548 conftest$ac_exeext conftest.$ac_ext
14549 CFLAGS=$ac_wine_try_cflags_saved
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14552 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14553 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14554 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14557 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14558 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14559 $as_echo_n "(cached) " >&6
14560 else
14561 ac_wine_try_cflags_saved=$CFLAGS
14562 CFLAGS="$CFLAGS -gstrict-dwarf"
14563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14564 /* end confdefs.h. */
14565 int main(int argc, char **argv) { return 0; }
14566 _ACEOF
14567 if ac_fn_c_try_link "$LINENO"; then :
14568 ac_cv_cflags__gstrict_dwarf=yes
14569 else
14570 ac_cv_cflags__gstrict_dwarf=no
14572 rm -f core conftest.err conftest.$ac_objext \
14573 conftest$ac_exeext conftest.$ac_ext
14574 CFLAGS=$ac_wine_try_cflags_saved
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14577 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14578 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14579 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14580 fi ;;
14581 esac
14582 done
14584 case $host_cpu in
14585 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14586 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14587 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14588 $as_echo_n "(cached) " >&6
14589 else
14590 ac_wine_try_cflags_saved=$CFLAGS
14591 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14593 /* end confdefs.h. */
14594 int main(int argc, char **argv) { return 0; }
14595 _ACEOF
14596 if ac_fn_c_try_link "$LINENO"; then :
14597 ac_cv_cflags__fno_omit_frame_pointer=yes
14598 else
14599 ac_cv_cflags__fno_omit_frame_pointer=no
14601 rm -f core conftest.err conftest.$ac_objext \
14602 conftest$ac_exeext conftest.$ac_ext
14603 CFLAGS=$ac_wine_try_cflags_saved
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14606 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14607 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14608 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14609 fi ;;
14610 esac
14612 case $host in
14613 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14614 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14615 if ${ac_cv_cflags__Wno_format+:} false; then :
14616 $as_echo_n "(cached) " >&6
14617 else
14618 ac_wine_try_cflags_saved=$CFLAGS
14619 CFLAGS="$CFLAGS -Wno-format"
14620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14621 /* end confdefs.h. */
14622 int main(int argc, char **argv) { return 0; }
14623 _ACEOF
14624 if ac_fn_c_try_link "$LINENO"; then :
14625 ac_cv_cflags__Wno_format=yes
14626 else
14627 ac_cv_cflags__Wno_format=no
14629 rm -f core conftest.err conftest.$ac_objext \
14630 conftest$ac_exeext conftest.$ac_ext
14631 CFLAGS=$ac_wine_try_cflags_saved
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14634 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14635 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14636 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14637 fi ;;
14638 esac
14640 if test "x$enable_maintainer_mode" = "xyes"
14641 then
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14643 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14644 if ${ac_cv_cflags__Werror+:} false; then :
14645 $as_echo_n "(cached) " >&6
14646 else
14647 ac_wine_try_cflags_saved=$CFLAGS
14648 CFLAGS="$CFLAGS -Werror"
14649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14650 /* end confdefs.h. */
14651 int main(int argc, char **argv) { return 0; }
14652 _ACEOF
14653 if ac_fn_c_try_link "$LINENO"; then :
14654 ac_cv_cflags__Werror=yes
14655 else
14656 ac_cv_cflags__Werror=no
14658 rm -f core conftest.err conftest.$ac_objext \
14659 conftest$ac_exeext conftest.$ac_ext
14660 CFLAGS=$ac_wine_try_cflags_saved
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14663 $as_echo "$ac_cv_cflags__Werror" >&6; }
14664 if test "x$ac_cv_cflags__Werror" = xyes; then :
14665 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14669 saved_CFLAGS="$CFLAGS"
14670 CFLAGS="$CFLAGS -Werror"
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14672 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14673 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14674 $as_echo_n "(cached) " >&6
14675 else
14676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14677 /* end confdefs.h. */
14678 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14680 main ()
14684 return 0;
14686 _ACEOF
14687 if ac_fn_c_try_compile "$LINENO"; then :
14688 ac_cv_have_ms_hook_prologue="yes"
14689 else
14690 ac_cv_have_ms_hook_prologue="no"
14692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14695 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14696 CFLAGS="$saved_CFLAGS"
14697 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14698 then
14700 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14702 else
14703 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14710 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14711 if ${ac_cv_c_fortify_enabled+:} false; then :
14712 $as_echo_n "(cached) " >&6
14713 else
14714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14715 /* end confdefs.h. */
14716 #include <string.h>
14718 main ()
14720 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14721 #error Fortify enabled
14722 #endif
14724 return 0;
14726 _ACEOF
14727 if ac_fn_c_try_compile "$LINENO"; then :
14728 ac_cv_c_fortify_enabled=no
14729 else
14730 ac_cv_c_fortify_enabled=yes
14732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14735 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14736 if test "$ac_cv_c_fortify_enabled" = yes
14737 then
14738 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14743 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14744 if ${ac_cv_c_extern_prefix+:} false; then :
14745 $as_echo_n "(cached) " >&6
14746 else
14747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14748 /* end confdefs.h. */
14749 extern int ac_test;
14751 main ()
14753 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14755 return 0;
14757 _ACEOF
14758 if ac_fn_c_try_link "$LINENO"; then :
14759 ac_cv_c_extern_prefix="yes"
14760 else
14761 ac_cv_c_extern_prefix="no"
14763 rm -f core conftest.err conftest.$ac_objext \
14764 conftest$ac_exeext conftest.$ac_ext
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14767 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14769 case $host_cpu in
14770 *i[3456789]86*)
14771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14772 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14773 if ${ac_cv_c_stdcall_suffix+:} false; then :
14774 $as_echo_n "(cached) " >&6
14775 else
14776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14777 /* end confdefs.h. */
14778 #ifndef _MSC_VER
14779 #define __stdcall __attribute__((__stdcall__))
14780 #endif
14781 int __stdcall ac_test(int i) { return i; }
14783 main ()
14785 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14787 return 0;
14789 _ACEOF
14790 if ac_fn_c_try_link "$LINENO"; then :
14791 ac_cv_c_stdcall_suffix="yes"
14792 else
14793 ac_cv_c_stdcall_suffix="no"
14795 rm -f core conftest.err conftest.$ac_objext \
14796 conftest$ac_exeext conftest.$ac_ext
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14799 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14800 *) ac_cv_c_stdcall_suffix="no" ;;
14801 esac
14804 if test "$ac_cv_c_extern_prefix" = "yes"
14805 then
14806 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14808 asm_name_prefix="_"
14809 else
14810 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14812 asm_name_prefix=""
14816 if test "$ac_cv_c_stdcall_suffix" = "yes"
14817 then
14818 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14820 else
14821 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14827 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14828 if ${ac_cv_asm_func_def+:} false; then :
14829 $as_echo_n "(cached) " >&6
14830 else
14831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14832 /* end confdefs.h. */
14835 main ()
14837 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14839 return 0;
14841 _ACEOF
14842 if ac_fn_c_try_link "$LINENO"; then :
14843 ac_cv_asm_func_def=".def"
14844 else
14845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14846 /* end confdefs.h. */
14849 main ()
14851 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14853 return 0;
14855 _ACEOF
14856 if ac_fn_c_try_link "$LINENO"; then :
14857 ac_cv_asm_func_def=".type @function"
14858 else
14859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14860 /* end confdefs.h. */
14863 main ()
14865 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14867 return 0;
14869 _ACEOF
14870 if ac_fn_c_try_link "$LINENO"; then :
14871 ac_cv_asm_func_def=".type 2"
14872 else
14873 ac_cv_asm_func_def="unknown"
14875 rm -f core conftest.err conftest.$ac_objext \
14876 conftest$ac_exeext conftest.$ac_ext
14878 rm -f core conftest.err conftest.$ac_objext \
14879 conftest$ac_exeext conftest.$ac_ext
14881 rm -f core conftest.err conftest.$ac_objext \
14882 conftest$ac_exeext conftest.$ac_ext
14884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14885 $as_echo "$ac_cv_asm_func_def" >&6; }
14888 case "$ac_cv_asm_func_def" in
14889 ".def")
14890 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14892 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14893 ".type @function")
14894 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14896 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14897 ".type 2")
14898 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14900 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14902 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14904 asm_func_header="" ;;
14905 esac
14907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14908 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14909 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14910 $as_echo_n "(cached) " >&6
14911 else
14912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14913 /* end confdefs.h. */
14914 asm(".text\n\t.long 0");
14916 main ()
14920 return 0;
14922 _ACEOF
14923 if ac_fn_c_try_compile "$LINENO"; then :
14924 ac_cv_c_asm_outside_funcs="yes"
14925 else
14926 ac_cv_c_asm_outside_funcs="no"
14928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14931 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14934 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14935 if ${ac_cv_c_dot_previous+:} false; then :
14936 $as_echo_n "(cached) " >&6
14937 else
14938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14939 /* end confdefs.h. */
14942 main ()
14944 asm(".text\nac_test:\t.long 0\n\t.previous");
14946 return 0;
14948 _ACEOF
14949 if ac_fn_c_try_link "$LINENO"; then :
14950 ac_cv_c_dot_previous="yes"
14951 else
14952 ac_cv_c_dot_previous="no"
14954 rm -f core conftest.err conftest.$ac_objext \
14955 conftest$ac_exeext conftest.$ac_ext
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14958 $as_echo "$ac_cv_c_dot_previous" >&6; }
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14961 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14962 if ${ac_cv_c_cfi_support+:} false; then :
14963 $as_echo_n "(cached) " >&6
14964 else
14965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14966 /* end confdefs.h. */
14967 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14969 main ()
14973 return 0;
14975 _ACEOF
14976 if ac_fn_c_try_compile "$LINENO"; then :
14977 ac_cv_c_cfi_support="yes"
14978 else
14979 ac_cv_c_cfi_support="no"
14981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14984 $as_echo "$ac_cv_c_cfi_support" >&6; }
14986 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14987 asm_func_trailer=""
14988 if test "$ac_cv_c_dot_previous" = "yes"
14989 then
14990 asm_func_trailer="\\n\\t.previous"
14992 if test "$ac_cv_c_cfi_support" = "yes"
14993 then
14994 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14995 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14997 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14999 UNWINDFLAGS=-fasynchronous-unwind-tables
15001 else
15002 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15004 if test "x$enable_win64" = "xyes"
15005 then
15006 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15010 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15013 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15014 then
15015 cat >>confdefs.h <<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15017 _ACEOF
15019 else
15020 cat >>confdefs.h <<_ACEOF
15021 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15022 _ACEOF
15026 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15029 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15033 case $build_os in
15034 cygwin*|mingw32*) TOOLSEXT=".exe"
15036 esac
15038 case $host_os in
15039 linux*)
15040 case $host_cpu in
15041 *i[3456789]86*|x86_64*)
15042 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
15043 loader_programs="$loader_programs $wine_binary-preloader"
15044 as_fn_append LOADER_RULES "
15045 preloader_EXTRADEFS = $BUILTINFLAG
15046 ${wine_binary}_preloader_OBJS = preloader.o
15047 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15048 " ;;
15049 esac
15051 esac
15052 as_fn_append LOADER_RULES "
15053 PROGRAMS = $loader_programs
15054 INSTALL_LIB = $loader_programs
15058 ac_save_CFLAGS="$CFLAGS"
15059 CFLAGS="$CFLAGS $BUILTINFLAG"
15060 for ac_func in \
15061 __res_get_state \
15062 __res_getservers \
15063 _finite \
15064 _isnan \
15065 _pclose \
15066 _popen \
15067 _snprintf \
15068 _spawnvp \
15069 _strdup \
15070 _stricmp \
15071 _strnicmp \
15072 _strtoi64 \
15073 _strtoui64 \
15074 _vsnprintf \
15075 asctime_r \
15076 chsize \
15077 dlopen \
15078 epoll_create \
15079 ffs \
15080 finitef \
15081 fnmatch \
15082 fork \
15083 fpclass \
15084 fstatfs \
15085 fstatvfs \
15086 ftruncate \
15087 futimens \
15088 futimes \
15089 futimesat \
15090 getattrlist \
15091 getdirentries \
15092 getopt_long_only \
15093 getpwuid \
15094 gettimeofday \
15095 getuid \
15096 if_nameindex \
15097 isnanf \
15098 kqueue \
15099 lstat \
15100 memmove \
15101 mmap \
15102 pclose \
15103 pipe2 \
15104 poll \
15105 popen \
15106 port_create \
15107 prctl \
15108 pread \
15109 proc_pidinfo \
15110 pwrite \
15111 readdir \
15112 readlink \
15113 sched_yield \
15114 select \
15115 setproctitle \
15116 setrlimit \
15117 settimeofday \
15118 sigaltstack \
15119 sigprocmask \
15120 snprintf \
15121 statfs \
15122 statvfs \
15123 strcasecmp \
15124 strdup \
15125 strerror \
15126 strncasecmp \
15127 strtold \
15128 strtoll \
15129 strtoull \
15130 symlink \
15131 tcdrain \
15132 thr_kill2 \
15133 timegm \
15134 usleep \
15135 vsnprintf
15137 do :
15138 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15139 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15140 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15141 cat >>confdefs.h <<_ACEOF
15142 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15143 _ACEOF
15146 done
15148 CFLAGS="$ac_save_CFLAGS"
15150 if test "$ac_cv_func_dlopen" = no
15151 then
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15153 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15154 if ${ac_cv_lib_dl_dlopen+:} false; then :
15155 $as_echo_n "(cached) " >&6
15156 else
15157 ac_check_lib_save_LIBS=$LIBS
15158 LIBS="-ldl $LIBS"
15159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15165 #ifdef __cplusplus
15166 extern "C"
15167 #endif
15168 char dlopen ();
15170 main ()
15172 return dlopen ();
15174 return 0;
15176 _ACEOF
15177 if ac_fn_c_try_link "$LINENO"; then :
15178 ac_cv_lib_dl_dlopen=yes
15179 else
15180 ac_cv_lib_dl_dlopen=no
15182 rm -f core conftest.err conftest.$ac_objext \
15183 conftest$ac_exeext conftest.$ac_ext
15184 LIBS=$ac_check_lib_save_LIBS
15186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15187 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15188 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15189 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15190 DL_LIBS="-ldl"
15195 ac_wine_check_funcs_save_LIBS="$LIBS"
15196 LIBS="$LIBS $DL_LIBS"
15197 for ac_func in dladdr
15198 do :
15199 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15200 if test "x$ac_cv_func_dladdr" = xyes; then :
15201 cat >>confdefs.h <<_ACEOF
15202 #define HAVE_DLADDR 1
15203 _ACEOF
15206 done
15208 LIBS="$ac_wine_check_funcs_save_LIBS"
15210 if test "$ac_cv_func_poll" = no
15211 then
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15213 $as_echo_n "checking for poll in -lpoll... " >&6; }
15214 if ${ac_cv_lib_poll_poll+:} false; then :
15215 $as_echo_n "(cached) " >&6
15216 else
15217 ac_check_lib_save_LIBS=$LIBS
15218 LIBS="-lpoll $LIBS"
15219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15220 /* end confdefs.h. */
15222 /* Override any GCC internal prototype to avoid an error.
15223 Use char because int might match the return type of a GCC
15224 builtin and then its argument prototype would still apply. */
15225 #ifdef __cplusplus
15226 extern "C"
15227 #endif
15228 char poll ();
15230 main ()
15232 return poll ();
15234 return 0;
15236 _ACEOF
15237 if ac_fn_c_try_link "$LINENO"; then :
15238 ac_cv_lib_poll_poll=yes
15239 else
15240 ac_cv_lib_poll_poll=no
15242 rm -f core conftest.err conftest.$ac_objext \
15243 conftest$ac_exeext conftest.$ac_ext
15244 LIBS=$ac_check_lib_save_LIBS
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15247 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15248 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15249 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15250 POLL_LIBS="-lpoll"
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15257 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15258 if ${ac_cv_search_gethostbyname+:} 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 gethostbyname ();
15273 main ()
15275 return gethostbyname ();
15277 return 0;
15279 _ACEOF
15280 for ac_lib in '' nsl; 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_gethostbyname=$ac_res
15290 rm -f core conftest.err conftest.$ac_objext \
15291 conftest$ac_exeext
15292 if ${ac_cv_search_gethostbyname+:} false; then :
15293 break
15295 done
15296 if ${ac_cv_search_gethostbyname+:} false; then :
15298 else
15299 ac_cv_search_gethostbyname=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_gethostbyname" >&5
15305 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15306 ac_res=$ac_cv_search_gethostbyname
15307 if test "$ac_res" != no; then :
15308 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15314 $as_echo_n "checking for library containing connect... " >&6; }
15315 if ${ac_cv_search_connect+:} false; then :
15316 $as_echo_n "(cached) " >&6
15317 else
15318 ac_func_search_save_LIBS=$LIBS
15319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15320 /* end confdefs.h. */
15322 /* Override any GCC internal prototype to avoid an error.
15323 Use char because int might match the return type of a GCC
15324 builtin and then its argument prototype would still apply. */
15325 #ifdef __cplusplus
15326 extern "C"
15327 #endif
15328 char connect ();
15330 main ()
15332 return connect ();
15334 return 0;
15336 _ACEOF
15337 for ac_lib in '' socket; do
15338 if test -z "$ac_lib"; then
15339 ac_res="none required"
15340 else
15341 ac_res=-l$ac_lib
15342 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15344 if ac_fn_c_try_link "$LINENO"; then :
15345 ac_cv_search_connect=$ac_res
15347 rm -f core conftest.err conftest.$ac_objext \
15348 conftest$ac_exeext
15349 if ${ac_cv_search_connect+:} false; then :
15350 break
15352 done
15353 if ${ac_cv_search_connect+:} false; then :
15355 else
15356 ac_cv_search_connect=no
15358 rm conftest.$ac_ext
15359 LIBS=$ac_func_search_save_LIBS
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15362 $as_echo "$ac_cv_search_connect" >&6; }
15363 ac_res=$ac_cv_search_connect
15364 if test "$ac_res" != no; then :
15365 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15371 $as_echo_n "checking for library containing inet_aton... " >&6; }
15372 if ${ac_cv_search_inet_aton+:} false; then :
15373 $as_echo_n "(cached) " >&6
15374 else
15375 ac_func_search_save_LIBS=$LIBS
15376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15377 /* end confdefs.h. */
15379 /* Override any GCC internal prototype to avoid an error.
15380 Use char because int might match the return type of a GCC
15381 builtin and then its argument prototype would still apply. */
15382 #ifdef __cplusplus
15383 extern "C"
15384 #endif
15385 char inet_aton ();
15387 main ()
15389 return inet_aton ();
15391 return 0;
15393 _ACEOF
15394 for ac_lib in '' resolv; do
15395 if test -z "$ac_lib"; then
15396 ac_res="none required"
15397 else
15398 ac_res=-l$ac_lib
15399 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15401 if ac_fn_c_try_link "$LINENO"; then :
15402 ac_cv_search_inet_aton=$ac_res
15404 rm -f core conftest.err conftest.$ac_objext \
15405 conftest$ac_exeext
15406 if ${ac_cv_search_inet_aton+:} false; then :
15407 break
15409 done
15410 if ${ac_cv_search_inet_aton+:} false; then :
15412 else
15413 ac_cv_search_inet_aton=no
15415 rm conftest.$ac_ext
15416 LIBS=$ac_func_search_save_LIBS
15418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15419 $as_echo "$ac_cv_search_inet_aton" >&6; }
15420 ac_res=$ac_cv_search_inet_aton
15421 if test "$ac_res" != no; then :
15422 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15427 for ac_func in \
15428 getaddrinfo \
15429 getnameinfo \
15430 getnetbyname \
15431 getprotobyname \
15432 getprotobynumber \
15433 getservbyport \
15434 inet_addr \
15435 inet_network \
15436 inet_ntop \
15437 inet_pton \
15438 sendmsg \
15439 socketpair \
15441 do :
15442 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15443 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15444 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15445 cat >>confdefs.h <<_ACEOF
15446 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15447 _ACEOF
15450 done
15453 ac_save_LIBS=$LIBS
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15455 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15456 if ${ac_cv_search_clock_gettime+:} false; then :
15457 $as_echo_n "(cached) " >&6
15458 else
15459 ac_func_search_save_LIBS=$LIBS
15460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15461 /* end confdefs.h. */
15463 /* Override any GCC internal prototype to avoid an error.
15464 Use char because int might match the return type of a GCC
15465 builtin and then its argument prototype would still apply. */
15466 #ifdef __cplusplus
15467 extern "C"
15468 #endif
15469 char clock_gettime ();
15471 main ()
15473 return clock_gettime ();
15475 return 0;
15477 _ACEOF
15478 for ac_lib in '' rt; do
15479 if test -z "$ac_lib"; then
15480 ac_res="none required"
15481 else
15482 ac_res=-l$ac_lib
15483 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15485 if ac_fn_c_try_link "$LINENO"; then :
15486 ac_cv_search_clock_gettime=$ac_res
15488 rm -f core conftest.err conftest.$ac_objext \
15489 conftest$ac_exeext
15490 if ${ac_cv_search_clock_gettime+:} false; then :
15491 break
15493 done
15494 if ${ac_cv_search_clock_gettime+:} false; then :
15496 else
15497 ac_cv_search_clock_gettime=no
15499 rm conftest.$ac_ext
15500 LIBS=$ac_func_search_save_LIBS
15502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15503 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15504 ac_res=$ac_cv_search_clock_gettime
15505 if test "$ac_res" != no; then :
15506 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15508 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15510 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15514 LIBS=$ac_save_LIBS
15516 LDAP_LIBS=""
15518 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15519 then
15520 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15522 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15524 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15525 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15526 $as_echo_n "(cached) " >&6
15527 else
15528 ac_check_lib_save_LIBS=$LIBS
15529 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15531 /* end confdefs.h. */
15533 /* Override any GCC internal prototype to avoid an error.
15534 Use char because int might match the return type of a GCC
15535 builtin and then its argument prototype would still apply. */
15536 #ifdef __cplusplus
15537 extern "C"
15538 #endif
15539 char ldap_initialize ();
15541 main ()
15543 return ldap_initialize ();
15545 return 0;
15547 _ACEOF
15548 if ac_fn_c_try_link "$LINENO"; then :
15549 ac_cv_lib_ldap_r_ldap_initialize=yes
15550 else
15551 ac_cv_lib_ldap_r_ldap_initialize=no
15553 rm -f core conftest.err conftest.$ac_objext \
15554 conftest$ac_exeext conftest.$ac_ext
15555 LIBS=$ac_check_lib_save_LIBS
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15558 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15559 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15561 $as_echo_n "checking for ber_init in -llber... " >&6; }
15562 if ${ac_cv_lib_lber_ber_init+:} false; then :
15563 $as_echo_n "(cached) " >&6
15564 else
15565 ac_check_lib_save_LIBS=$LIBS
15566 LIBS="-llber $PTHREAD_LIBS $LIBS"
15567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15568 /* end confdefs.h. */
15570 /* Override any GCC internal prototype to avoid an error.
15571 Use char because int might match the return type of a GCC
15572 builtin and then its argument prototype would still apply. */
15573 #ifdef __cplusplus
15574 extern "C"
15575 #endif
15576 char ber_init ();
15578 main ()
15580 return ber_init ();
15582 return 0;
15584 _ACEOF
15585 if ac_fn_c_try_link "$LINENO"; then :
15586 ac_cv_lib_lber_ber_init=yes
15587 else
15588 ac_cv_lib_lber_ber_init=no
15590 rm -f core conftest.err conftest.$ac_objext \
15591 conftest$ac_exeext conftest.$ac_ext
15592 LIBS=$ac_check_lib_save_LIBS
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15595 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15596 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15598 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15600 LDAP_LIBS="-lldap_r -llber"
15607 ac_wine_check_funcs_save_LIBS="$LIBS"
15608 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15609 for ac_func in \
15610 ldap_count_references \
15611 ldap_first_reference \
15612 ldap_next_reference \
15613 ldap_parse_reference \
15614 ldap_parse_sort_control \
15615 ldap_parse_sortresponse_control \
15616 ldap_parse_vlv_control \
15617 ldap_parse_vlvresponse_control
15618 do :
15619 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15620 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15621 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15622 cat >>confdefs.h <<_ACEOF
15623 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15624 _ACEOF
15627 done
15629 LIBS="$ac_wine_check_funcs_save_LIBS"
15631 if test "x$LDAP_LIBS" = "x"; then :
15632 case "x$with_ldap" in
15633 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15634 xno) ;;
15635 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15636 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15637 esac
15640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15641 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15642 if ${wine_cv_one_arg_mkdir+:} false; then :
15643 $as_echo_n "(cached) " >&6
15644 else
15645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15646 /* end confdefs.h. */
15647 #include <sys/stat.h>
15649 main ()
15651 mkdir("foo");
15653 return 0;
15655 _ACEOF
15656 if ac_fn_c_try_compile "$LINENO"; then :
15657 wine_cv_one_arg_mkdir=yes
15658 else
15659 wine_cv_one_arg_mkdir=no
15661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15664 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15665 if test "$wine_cv_one_arg_mkdir" = "yes"
15666 then
15668 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15673 $as_echo_n "checking for sched_setaffinity... " >&6; }
15674 if ${wine_cv_have_sched_setaffinity+:} false; then :
15675 $as_echo_n "(cached) " >&6
15676 else
15677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15678 /* end confdefs.h. */
15679 #define _GNU_SOURCE
15680 #include <sched.h>
15682 main ()
15684 sched_setaffinity(0, 0, 0);
15686 return 0;
15688 _ACEOF
15689 if ac_fn_c_try_link "$LINENO"; then :
15690 wine_cv_have_sched_setaffinity=yes
15691 else
15692 wine_cv_have_sched_setaffinity=no
15694 rm -f core conftest.err conftest.$ac_objext \
15695 conftest$ac_exeext conftest.$ac_ext
15697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15698 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15699 if test "$wine_cv_have_sched_setaffinity" = "yes"
15700 then
15702 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15707 $as_echo_n "checking for fallocate... " >&6; }
15708 if ${wine_cv_have_fallocate+:} false; then :
15709 $as_echo_n "(cached) " >&6
15710 else
15711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15712 /* end confdefs.h. */
15713 #define _GNU_SOURCE
15714 #include <fcntl.h>
15716 main ()
15718 fallocate(-1, 0, 0, 0);
15720 return 0;
15722 _ACEOF
15723 if ac_fn_c_try_link "$LINENO"; then :
15724 wine_cv_have_fallocate=yes
15725 else
15726 wine_cv_have_fallocate=no
15728 rm -f core conftest.err conftest.$ac_objext \
15729 conftest$ac_exeext conftest.$ac_ext
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15732 $as_echo "$wine_cv_have_fallocate" >&6; }
15733 if test "$wine_cv_have_fallocate" = "yes"
15734 then
15736 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15742 $as_echo_n "checking for inline... " >&6; }
15743 if ${ac_cv_c_inline+:} false; then :
15744 $as_echo_n "(cached) " >&6
15745 else
15746 ac_cv_c_inline=no
15747 for ac_kw in inline __inline__ __inline; do
15748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15749 /* end confdefs.h. */
15750 #ifndef __cplusplus
15751 typedef int foo_t;
15752 static $ac_kw foo_t static_foo () {return 0; }
15753 $ac_kw foo_t foo () {return 0; }
15754 #endif
15756 _ACEOF
15757 if ac_fn_c_try_compile "$LINENO"; then :
15758 ac_cv_c_inline=$ac_kw
15760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15761 test "$ac_cv_c_inline" != no && break
15762 done
15765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15766 $as_echo "$ac_cv_c_inline" >&6; }
15768 case $ac_cv_c_inline in
15769 inline | yes) ;;
15771 case $ac_cv_c_inline in
15772 no) ac_val=;;
15773 *) ac_val=$ac_cv_c_inline;;
15774 esac
15775 cat >>confdefs.h <<_ACEOF
15776 #ifndef __cplusplus
15777 #define inline $ac_val
15778 #endif
15779 _ACEOF
15781 esac
15783 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15784 if test "x$ac_cv_type_mode_t" = xyes; then :
15786 cat >>confdefs.h <<_ACEOF
15787 #define HAVE_MODE_T 1
15788 _ACEOF
15792 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15793 if test "x$ac_cv_type_off_t" = xyes; then :
15795 cat >>confdefs.h <<_ACEOF
15796 #define HAVE_OFF_T 1
15797 _ACEOF
15801 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15802 if test "x$ac_cv_type_pid_t" = xyes; then :
15804 cat >>confdefs.h <<_ACEOF
15805 #define HAVE_PID_T 1
15806 _ACEOF
15810 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15811 if test "x$ac_cv_type_size_t" = xyes; then :
15813 cat >>confdefs.h <<_ACEOF
15814 #define HAVE_SIZE_T 1
15815 _ACEOF
15819 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15820 if test "x$ac_cv_type_ssize_t" = xyes; then :
15822 cat >>confdefs.h <<_ACEOF
15823 #define HAVE_SSIZE_T 1
15824 _ACEOF
15828 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15829 if test "x$ac_cv_type_long_long" = xyes; then :
15831 cat >>confdefs.h <<_ACEOF
15832 #define HAVE_LONG_LONG 1
15833 _ACEOF
15837 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15838 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15840 cat >>confdefs.h <<_ACEOF
15841 #define HAVE_FSBLKCNT_T 1
15842 _ACEOF
15846 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15847 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15849 cat >>confdefs.h <<_ACEOF
15850 #define HAVE_FSFILCNT_T 1
15851 _ACEOF
15856 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15857 #include <signal.h>
15859 if test "x$ac_cv_type_sigset_t" = xyes; then :
15861 cat >>confdefs.h <<_ACEOF
15862 #define HAVE_SIGSET_T 1
15863 _ACEOF
15868 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15870 if test "x$ac_cv_type_request_sense" = xyes; then :
15872 cat >>confdefs.h <<_ACEOF
15873 #define HAVE_REQUEST_SENSE 1
15874 _ACEOF
15880 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15881 #ifdef HAVE_SYS_SOCKET_H
15882 #include <sys/socket.h>
15883 #endif
15884 #ifdef HAVE_SYS_SOCKETVAR_H
15885 #include <sys/socketvar.h>
15886 #endif
15887 #ifdef HAVE_NET_ROUTE_H
15888 #include <net/route.h>
15889 #endif
15890 #ifdef HAVE_NETINET_IN_H
15891 #include <netinet/in.h>
15892 #endif
15893 #ifdef HAVE_NETINET_IN_SYSTM_H
15894 #include <netinet/in_systm.h>
15895 #endif
15896 #ifdef HAVE_NETINET_IP_H
15897 #include <netinet/ip.h>
15898 #endif
15899 #ifdef HAVE_NETINET_IN_PCB_H
15900 #include <netinet/in_pcb.h>
15901 #endif
15903 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15905 cat >>confdefs.h <<_ACEOF
15906 #define HAVE_STRUCT_XINPGEN 1
15907 _ACEOF
15913 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15914 #include <link.h>
15915 #endif
15916 #ifdef HAVE_SYS_LINK_H
15917 #include <sys/link.h>
15918 #endif
15920 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15922 cat >>confdefs.h <<_ACEOF
15923 #define HAVE_STRUCT_R_DEBUG 1
15924 _ACEOF
15928 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15929 #include <link.h>
15930 #endif
15931 #ifdef HAVE_SYS_LINK_H
15932 #include <sys/link.h>
15933 #endif
15935 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15937 cat >>confdefs.h <<_ACEOF
15938 #define HAVE_STRUCT_LINK_MAP 1
15939 _ACEOF
15945 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15946 #include <linux/input.h>
15947 #endif
15949 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15951 cat >>confdefs.h <<_ACEOF
15952 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15953 _ACEOF
15959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15960 $as_echo_n "checking for sigaddset... " >&6; }
15961 if ${wine_cv_have_sigaddset+:} false; then :
15962 $as_echo_n "(cached) " >&6
15963 else
15964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15965 /* end confdefs.h. */
15966 #include <signal.h>
15968 main ()
15970 sigset_t set; sigaddset(&set,SIGTERM);
15972 return 0;
15974 _ACEOF
15975 if ac_fn_c_try_link "$LINENO"; then :
15976 wine_cv_have_sigaddset=yes
15977 else
15978 wine_cv_have_sigaddset=no
15980 rm -f core conftest.err conftest.$ac_objext \
15981 conftest$ac_exeext conftest.$ac_ext
15983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15984 $as_echo "$wine_cv_have_sigaddset" >&6; }
15985 if test "$wine_cv_have_sigaddset" = "yes"
15986 then
15988 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15994 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15995 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15996 $as_echo_n "(cached) " >&6
15997 else
15998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15999 /* end confdefs.h. */
16000 #include <netdb.h>
16002 main ()
16005 char *name=0;
16006 struct hostent he;
16007 struct hostent *result;
16008 char *buf=0;
16009 int bufsize=0;
16010 int errnr;
16011 char *addr=0;
16012 int addrlen=0;
16013 int addrtype=0;
16014 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16015 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16018 return 0;
16020 _ACEOF
16021 if ac_fn_c_try_link "$LINENO"; then :
16022 wine_cv_linux_gethostbyname_r_6=yes
16023 else
16024 wine_cv_linux_gethostbyname_r_6=no
16027 rm -f core conftest.err conftest.$ac_objext \
16028 conftest$ac_exeext conftest.$ac_ext
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16032 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16033 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16034 then
16036 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16040 if test "$ac_cv_header_linux_joystick_h" = "yes"
16041 then
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16043 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16044 if ${wine_cv_linux_joystick_22_api+:} false; then :
16045 $as_echo_n "(cached) " >&6
16046 else
16047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16048 /* end confdefs.h. */
16050 #include <sys/ioctl.h>
16051 #include <sys/types.h>
16052 #include <linux/joystick.h>
16054 struct js_event blub;
16055 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16056 #error "no 2.2 header"
16057 #endif
16060 main ()
16062 /*empty*/
16064 return 0;
16066 _ACEOF
16067 if ac_fn_c_try_compile "$LINENO"; then :
16068 wine_cv_linux_joystick_22_api=yes
16069 else
16070 wine_cv_linux_joystick_22_api=no
16072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16076 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16077 if test "$wine_cv_linux_joystick_22_api" = "yes"
16078 then
16080 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16086 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16087 #ifdef HAVE_SYS_PARAM_H
16088 # include <sys/param.h>
16089 #endif
16090 #ifdef HAVE_SYS_MOUNT_H
16091 # include <sys/mount.h>
16092 #endif
16093 #ifdef HAVE_SYS_VFS_H
16094 # include <sys/vfs.h>
16095 #endif
16096 #ifdef HAVE_SYS_STATFS_H
16097 # include <sys/statfs.h>
16098 #endif
16100 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16102 cat >>confdefs.h <<_ACEOF
16103 #define HAVE_STRUCT_STATFS_F_BFREE 1
16104 _ACEOF
16108 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16109 #ifdef HAVE_SYS_PARAM_H
16110 # include <sys/param.h>
16111 #endif
16112 #ifdef HAVE_SYS_MOUNT_H
16113 # include <sys/mount.h>
16114 #endif
16115 #ifdef HAVE_SYS_VFS_H
16116 # include <sys/vfs.h>
16117 #endif
16118 #ifdef HAVE_SYS_STATFS_H
16119 # include <sys/statfs.h>
16120 #endif
16122 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16124 cat >>confdefs.h <<_ACEOF
16125 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16126 _ACEOF
16130 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16131 #ifdef HAVE_SYS_PARAM_H
16132 # include <sys/param.h>
16133 #endif
16134 #ifdef HAVE_SYS_MOUNT_H
16135 # include <sys/mount.h>
16136 #endif
16137 #ifdef HAVE_SYS_VFS_H
16138 # include <sys/vfs.h>
16139 #endif
16140 #ifdef HAVE_SYS_STATFS_H
16141 # include <sys/statfs.h>
16142 #endif
16144 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16146 cat >>confdefs.h <<_ACEOF
16147 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16148 _ACEOF
16152 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16153 #ifdef HAVE_SYS_PARAM_H
16154 # include <sys/param.h>
16155 #endif
16156 #ifdef HAVE_SYS_MOUNT_H
16157 # include <sys/mount.h>
16158 #endif
16159 #ifdef HAVE_SYS_VFS_H
16160 # include <sys/vfs.h>
16161 #endif
16162 #ifdef HAVE_SYS_STATFS_H
16163 # include <sys/statfs.h>
16164 #endif
16166 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16168 cat >>confdefs.h <<_ACEOF
16169 #define HAVE_STRUCT_STATFS_F_FFREE 1
16170 _ACEOF
16174 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16175 #ifdef HAVE_SYS_PARAM_H
16176 # include <sys/param.h>
16177 #endif
16178 #ifdef HAVE_SYS_MOUNT_H
16179 # include <sys/mount.h>
16180 #endif
16181 #ifdef HAVE_SYS_VFS_H
16182 # include <sys/vfs.h>
16183 #endif
16184 #ifdef HAVE_SYS_STATFS_H
16185 # include <sys/statfs.h>
16186 #endif
16188 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16190 cat >>confdefs.h <<_ACEOF
16191 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16192 _ACEOF
16196 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16197 #ifdef HAVE_SYS_PARAM_H
16198 # include <sys/param.h>
16199 #endif
16200 #ifdef HAVE_SYS_MOUNT_H
16201 # include <sys/mount.h>
16202 #endif
16203 #ifdef HAVE_SYS_VFS_H
16204 # include <sys/vfs.h>
16205 #endif
16206 #ifdef HAVE_SYS_STATFS_H
16207 # include <sys/statfs.h>
16208 #endif
16210 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16212 cat >>confdefs.h <<_ACEOF
16213 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16214 _ACEOF
16220 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16221 #include <sys/statvfs.h>
16222 #endif
16224 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16226 cat >>confdefs.h <<_ACEOF
16227 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16228 _ACEOF
16234 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16235 #include <dirent.h>
16236 #endif
16238 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16240 cat >>confdefs.h <<_ACEOF
16241 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16242 _ACEOF
16248 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16249 #ifdef HAVE_SYS_SOCKET_H
16250 # include <sys/socket.h>
16251 #endif
16252 #ifdef HAVE_SYS_UN_H
16253 # include <sys/un.h>
16254 #endif
16256 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16258 cat >>confdefs.h <<_ACEOF
16259 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16260 _ACEOF
16264 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16265 #ifdef HAVE_SYS_SOCKET_H
16266 # include <sys/socket.h>
16267 #endif
16268 #ifdef HAVE_SYS_UN_H
16269 # include <sys/un.h>
16270 #endif
16272 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16274 cat >>confdefs.h <<_ACEOF
16275 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16276 _ACEOF
16280 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16281 #ifdef HAVE_SYS_SOCKET_H
16282 # include <sys/socket.h>
16283 #endif
16284 #ifdef HAVE_SYS_UN_H
16285 # include <sys/un.h>
16286 #endif
16288 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16290 cat >>confdefs.h <<_ACEOF
16291 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16292 _ACEOF
16298 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16299 #ifdef HAVE_SCSI_SG_H
16300 #include <scsi/sg.h>
16301 #endif
16303 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16305 cat >>confdefs.h <<_ACEOF
16306 #define HAVE_SCSIREQ_T_CMD 1
16307 _ACEOF
16311 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>
16312 #ifdef HAVE_SCSI_SG_H
16313 #include <scsi/sg.h>
16314 #endif
16316 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16318 cat >>confdefs.h <<_ACEOF
16319 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16320 _ACEOF
16326 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16328 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16330 cat >>confdefs.h <<_ACEOF
16331 #define HAVE_SIGINFO_T_SI_FD 1
16332 _ACEOF
16338 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16339 #ifdef HAVE_SYS_MTIO_H
16340 #include <sys/mtio.h>
16341 #endif
16343 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16345 cat >>confdefs.h <<_ACEOF
16346 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16347 _ACEOF
16351 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16352 #ifdef HAVE_SYS_MTIO_H
16353 #include <sys/mtio.h>
16354 #endif
16356 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16358 cat >>confdefs.h <<_ACEOF
16359 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16360 _ACEOF
16364 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16365 #ifdef HAVE_SYS_MTIO_H
16366 #include <sys/mtio.h>
16367 #endif
16369 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16371 cat >>confdefs.h <<_ACEOF
16372 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16373 _ACEOF
16379 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16380 #include <getopt.h>
16381 #endif
16383 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16385 cat >>confdefs.h <<_ACEOF
16386 #define HAVE_STRUCT_OPTION_NAME 1
16387 _ACEOF
16393 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16394 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16396 cat >>confdefs.h <<_ACEOF
16397 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16398 _ACEOF
16402 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16403 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16405 cat >>confdefs.h <<_ACEOF
16406 #define HAVE_STRUCT_STAT_ST_MTIM 1
16407 _ACEOF
16411 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16412 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16414 cat >>confdefs.h <<_ACEOF
16415 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16416 _ACEOF
16420 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16421 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16423 cat >>confdefs.h <<_ACEOF
16424 #define HAVE_STRUCT_STAT_ST_CTIM 1
16425 _ACEOF
16429 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16430 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16432 cat >>confdefs.h <<_ACEOF
16433 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16434 _ACEOF
16438 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16439 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16441 cat >>confdefs.h <<_ACEOF
16442 #define HAVE_STRUCT_STAT_ST_ATIM 1
16443 _ACEOF
16447 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16448 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16450 cat >>confdefs.h <<_ACEOF
16451 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16452 _ACEOF
16456 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16457 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16459 cat >>confdefs.h <<_ACEOF
16460 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16461 _ACEOF
16465 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16466 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16468 cat >>confdefs.h <<_ACEOF
16469 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16470 _ACEOF
16474 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16475 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16477 cat >>confdefs.h <<_ACEOF
16478 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16479 _ACEOF
16483 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16484 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16486 cat >>confdefs.h <<_ACEOF
16487 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16488 _ACEOF
16492 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16493 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16495 cat >>confdefs.h <<_ACEOF
16496 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16497 _ACEOF
16503 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
16504 #include <sys/types.h>
16505 #endif
16506 #ifdef HAVE_NETINET_IN_H
16507 #include <netinet/in.h>
16508 #endif
16510 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16512 cat >>confdefs.h <<_ACEOF
16513 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16514 _ACEOF
16520 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16521 #include <resolv.h>
16522 #endif
16524 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16526 cat >>confdefs.h <<_ACEOF
16527 #define HAVE_STRUCT___RES_STATE 1
16528 _ACEOF
16534 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
16535 #include <resolv.h>
16536 #endif
16538 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16540 cat >>confdefs.h <<_ACEOF
16541 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16542 _ACEOF
16548 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16549 #include <sys/types.h>
16550 #endif
16551 #ifdef HAVE_NETINET_IN_H
16552 # include <netinet/in.h>
16553 #endif
16554 #ifdef HAVE_ARPA_NAMESER_H
16555 # include <arpa/nameser.h>
16556 #endif
16558 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16560 cat >>confdefs.h <<_ACEOF
16561 #define HAVE_NS_MSG__MSG_PTR 1
16562 _ACEOF
16568 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16569 #include <sys/types.h>
16570 #endif
16571 #ifdef HAVE_NETINET_IP_H
16572 #include <netinet/ip.h>
16573 #endif
16574 #ifdef HAVE_NETINET_IP_ICMP_H
16575 #include <netinet/ip_icmp.h>
16576 #endif
16577 #ifdef HAVE_NETINET_ICMP_VAR_H
16578 #include <netinet/icmp_var.h>
16579 #endif
16581 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16583 cat >>confdefs.h <<_ACEOF
16584 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16585 _ACEOF
16591 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16592 #include <sys/types.h>
16593 #endif
16594 #ifdef HAVE_ALIAS_H
16595 #include <alias.h>
16596 #endif
16597 #ifdef HAVE_SYS_SOCKET_H
16598 #include <sys/socket.h>
16599 #endif
16600 #ifdef HAVE_SYS_SOCKETVAR_H
16601 #include <sys/socketvar.h>
16602 #endif
16603 #ifdef HAVE_SYS_TIMEOUT_H
16604 #include <sys/timeout.h>
16605 #endif
16606 #ifdef HAVE_NETINET_IN_H
16607 #include <netinet/in.h>
16608 #endif
16609 #ifdef HAVE_NETINET_IN_SYSTM_H
16610 #include <netinet/in_systm.h>
16611 #endif
16612 #ifdef HAVE_NETINET_IP_H
16613 #include <netinet/ip.h>
16614 #endif
16615 #ifdef HAVE_NETINET_IP_VAR_H
16616 #include <netinet/ip_var.h>
16617 #endif
16618 #ifdef HAVE_NETINET_IP_ICMP_H
16619 #include <netinet/ip_icmp.h>
16620 #endif
16621 #ifdef HAVE_NETINET_ICMP_VAR_H
16622 #include <netinet/icmp_var.h>
16623 #endif
16625 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16627 cat >>confdefs.h <<_ACEOF
16628 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16629 _ACEOF
16635 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16636 #include <sys/types.h>
16637 #endif
16638 #ifdef HAVE_SYS_SOCKETVAR_H
16639 #include <sys/socketvar.h>
16640 #endif
16641 #ifdef HAVE_NETINET_IN_H
16642 #include <netinet/in.h>
16643 #endif
16644 #ifdef HAVE_NETINET_IP_VAR_H
16645 #include <netinet/ip_var.h>
16646 #endif
16648 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16650 cat >>confdefs.h <<_ACEOF
16651 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16652 _ACEOF
16658 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
16659 #include <netinet/ip_var.h>
16660 #endif
16662 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16664 cat >>confdefs.h <<_ACEOF
16665 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16666 _ACEOF
16672 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16673 #include <sys/types.h>
16674 #endif
16675 #ifdef HAVE_SYS_SOCKETVAR_H
16676 #include <sys/socketvar.h>
16677 #endif
16678 #ifdef HAVE_NETINET_IN_H
16679 #include <netinet/in.h>
16680 #endif
16681 #ifdef HAVE_NETINET_TCP_H
16682 #include <netinet/tcp.h>
16683 #endif
16684 #ifdef HAVE_NETINET_TCP_VAR_H
16685 #include <netinet/tcp_var.h>
16686 #endif
16688 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16690 cat >>confdefs.h <<_ACEOF
16691 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16692 _ACEOF
16698 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
16699 #include <netinet/tcp_var.h>
16700 #endif
16702 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16704 cat >>confdefs.h <<_ACEOF
16705 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16706 _ACEOF
16712 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16713 #include <sys/types.h>
16714 #endif
16715 #ifdef HAVE_NETINET_IN_H
16716 #include <netinet/in.h>
16717 #endif
16718 #ifdef HAVE_NETINET_IP_VAR_H
16719 #include <netinet/ip_var.h>
16720 #endif
16721 #ifdef HAVE_NETINET_UDP_H
16722 #include <netinet/udp.h>
16723 #endif
16724 #ifdef HAVE_NETINET_UDP_VAR_H
16725 #include <netinet/udp_var.h>
16726 #endif
16728 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16730 cat >>confdefs.h <<_ACEOF
16731 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16732 _ACEOF
16738 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16739 #include <sys/types.h>
16740 #endif
16741 #ifdef HAVE_NET_IF_H
16742 # include <net/if.h>
16743 #endif
16745 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16747 cat >>confdefs.h <<_ACEOF
16748 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16749 _ACEOF
16755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16756 $as_echo_n "checking for timezone variable... " >&6; }
16757 if ${ac_cv_have_timezone+:} false; then :
16758 $as_echo_n "(cached) " >&6
16759 else
16760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16761 /* end confdefs.h. */
16762 #include <time.h>
16764 main ()
16766 timezone = 1
16768 return 0;
16770 _ACEOF
16771 if ac_fn_c_try_link "$LINENO"; then :
16772 ac_cv_have_timezone="yes"
16773 else
16774 ac_cv_have_timezone="no"
16776 rm -f core conftest.err conftest.$ac_objext \
16777 conftest$ac_exeext conftest.$ac_ext
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16780 $as_echo "$ac_cv_have_timezone" >&6; }
16781 if test "$ac_cv_have_timezone" = "yes"
16782 then
16784 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16788 $as_echo_n "checking for daylight variable... " >&6; }
16789 if ${ac_cv_have_daylight+:} false; then :
16790 $as_echo_n "(cached) " >&6
16791 else
16792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16793 /* end confdefs.h. */
16794 #include <time.h>
16796 main ()
16798 daylight = 1
16800 return 0;
16802 _ACEOF
16803 if ac_fn_c_try_link "$LINENO"; then :
16804 ac_cv_have_daylight="yes"
16805 else
16806 ac_cv_have_daylight="no"
16808 rm -f core conftest.err conftest.$ac_objext \
16809 conftest$ac_exeext conftest.$ac_ext
16811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16812 $as_echo "$ac_cv_have_daylight" >&6; }
16813 if test "$ac_cv_have_daylight" = "yes"
16814 then
16816 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16820 ac_save_LIBS="$LIBS"
16821 LIBS="$LIBS -lm"
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16823 $as_echo_n "checking for isfinite... " >&6; }
16824 if ${ac_cv_have_isfinite+:} false; then :
16825 $as_echo_n "(cached) " >&6
16826 else
16827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16828 /* end confdefs.h. */
16829 #define _GNU_SOURCE
16830 #include <math.h>
16832 main ()
16834 float f = 0.0; return isfinite(f)
16836 return 0;
16838 _ACEOF
16839 if ac_fn_c_try_link "$LINENO"; then :
16840 ac_cv_have_isfinite="yes"
16841 else
16842 ac_cv_have_isfinite="no"
16844 rm -f core conftest.err conftest.$ac_objext \
16845 conftest$ac_exeext conftest.$ac_ext
16847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16848 $as_echo "$ac_cv_have_isfinite" >&6; }
16849 if test "$ac_cv_have_isfinite" = "yes"
16850 then
16852 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16857 $as_echo_n "checking for isinf... " >&6; }
16858 if ${ac_cv_have_isinf+:} false; then :
16859 $as_echo_n "(cached) " >&6
16860 else
16861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16862 /* end confdefs.h. */
16863 #include <math.h>
16865 main ()
16867 float f = 0.0; return isinf(f)
16869 return 0;
16871 _ACEOF
16872 if ac_fn_c_try_link "$LINENO"; then :
16873 ac_cv_have_isinf="yes"
16874 else
16875 ac_cv_have_isinf="no"
16877 rm -f core conftest.err conftest.$ac_objext \
16878 conftest$ac_exeext conftest.$ac_ext
16880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16881 $as_echo "$ac_cv_have_isinf" >&6; }
16882 if test "$ac_cv_have_isinf" = "yes"
16883 then
16885 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16890 $as_echo_n "checking for isnan... " >&6; }
16891 if ${ac_cv_have_isnan+:} false; then :
16892 $as_echo_n "(cached) " >&6
16893 else
16894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16895 /* end confdefs.h. */
16896 #include <math.h>
16898 main ()
16900 float f = 0.0; return isnan(f)
16902 return 0;
16904 _ACEOF
16905 if ac_fn_c_try_link "$LINENO"; then :
16906 ac_cv_have_isnan="yes"
16907 else
16908 ac_cv_have_isnan="no"
16910 rm -f core conftest.err conftest.$ac_objext \
16911 conftest$ac_exeext conftest.$ac_ext
16913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16914 $as_echo "$ac_cv_have_isnan" >&6; }
16915 if test "$ac_cv_have_isnan" = "yes"
16916 then
16918 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16922 for ac_func in \
16923 cbrt \
16924 cbrtf \
16925 erf \
16926 erff \
16927 exp2 \
16928 exp2f \
16929 llrint \
16930 llrintf \
16931 llround \
16932 llroundf \
16933 log2 \
16934 log2f \
16935 lrint \
16936 lrintf \
16937 lround \
16938 lroundf \
16939 rint \
16940 rintf \
16941 round \
16942 roundf \
16943 trunc \
16944 truncf
16946 do :
16947 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16948 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16949 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16950 cat >>confdefs.h <<_ACEOF
16951 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16952 _ACEOF
16955 done
16957 LIBS="$ac_save_LIBS"
16959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16960 $as_echo_n "checking for __builtin_clz... " >&6; }
16961 if ${ac_cv_have___builtin_clz+:} false; then :
16962 $as_echo_n "(cached) " >&6
16963 else
16964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16965 /* end confdefs.h. */
16968 main ()
16970 return __builtin_clz(1)
16972 return 0;
16974 _ACEOF
16975 if ac_fn_c_try_link "$LINENO"; then :
16976 ac_cv_have___builtin_clz="yes"
16977 else
16978 ac_cv_have___builtin_clz="no"
16980 rm -f core conftest.err conftest.$ac_objext \
16981 conftest$ac_exeext conftest.$ac_ext
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16984 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16985 if test "$ac_cv_have___builtin_clz" = "yes"
16986 then
16988 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16993 case $host_cpu in
16994 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16995 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16996 if ${ac_cv_cpp_def___i386__+:} false; then :
16997 $as_echo_n "(cached) " >&6
16998 else
16999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17000 /* end confdefs.h. */
17001 #ifndef __i386__
17003 #endif
17004 _ACEOF
17005 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17006 $EGREP "yes" >/dev/null 2>&1; then :
17007 ac_cv_cpp_def___i386__=yes
17008 else
17009 ac_cv_cpp_def___i386__=no
17011 rm -f conftest*
17014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17015 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17016 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17017 CFLAGS="$CFLAGS -D__i386__"
17018 LINTFLAGS="$LINTFLAGS -D__i386__"
17019 fi ;;
17020 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17021 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17022 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17023 $as_echo_n "(cached) " >&6
17024 else
17025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17026 /* end confdefs.h. */
17027 #ifndef __x86_64__
17029 #endif
17030 _ACEOF
17031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17032 $EGREP "yes" >/dev/null 2>&1; then :
17033 ac_cv_cpp_def___x86_64__=yes
17034 else
17035 ac_cv_cpp_def___x86_64__=no
17037 rm -f conftest*
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17041 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17042 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17043 CFLAGS="$CFLAGS -D__x86_64__"
17044 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17045 fi ;;
17046 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17047 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17048 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17049 $as_echo_n "(cached) " >&6
17050 else
17051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17052 /* end confdefs.h. */
17053 #ifndef __sparc64__
17055 #endif
17056 _ACEOF
17057 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17058 $EGREP "yes" >/dev/null 2>&1; then :
17059 ac_cv_cpp_def___sparc64__=yes
17060 else
17061 ac_cv_cpp_def___sparc64__=no
17063 rm -f conftest*
17066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17067 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17068 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17069 CFLAGS="$CFLAGS -D__sparc64__"
17070 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17071 fi ;;
17072 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17073 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17074 if ${ac_cv_cpp_def___sparc__+:} false; then :
17075 $as_echo_n "(cached) " >&6
17076 else
17077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17078 /* end confdefs.h. */
17079 #ifndef __sparc__
17081 #endif
17082 _ACEOF
17083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17084 $EGREP "yes" >/dev/null 2>&1; then :
17085 ac_cv_cpp_def___sparc__=yes
17086 else
17087 ac_cv_cpp_def___sparc__=no
17089 rm -f conftest*
17092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17093 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17094 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17095 CFLAGS="$CFLAGS -D__sparc__"
17096 LINTFLAGS="$LINTFLAGS -D__sparc__"
17097 fi ;;
17098 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17099 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17100 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17101 $as_echo_n "(cached) " >&6
17102 else
17103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17104 /* end confdefs.h. */
17105 #ifndef __powerpc64__
17107 #endif
17108 _ACEOF
17109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17110 $EGREP "yes" >/dev/null 2>&1; then :
17111 ac_cv_cpp_def___powerpc64__=yes
17112 else
17113 ac_cv_cpp_def___powerpc64__=no
17115 rm -f conftest*
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17119 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17120 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17121 CFLAGS="$CFLAGS -D__powerpc64__"
17122 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17123 fi ;;
17124 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17125 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17126 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17127 $as_echo_n "(cached) " >&6
17128 else
17129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17130 /* end confdefs.h. */
17131 #ifndef __powerpc__
17133 #endif
17134 _ACEOF
17135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17136 $EGREP "yes" >/dev/null 2>&1; then :
17137 ac_cv_cpp_def___powerpc__=yes
17138 else
17139 ac_cv_cpp_def___powerpc__=no
17141 rm -f conftest*
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17145 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17146 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17147 CFLAGS="$CFLAGS -D__powerpc__"
17148 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17149 fi ;;
17150 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17151 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17152 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17153 $as_echo_n "(cached) " >&6
17154 else
17155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17156 /* end confdefs.h. */
17157 #ifndef __aarch64__
17159 #endif
17160 _ACEOF
17161 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17162 $EGREP "yes" >/dev/null 2>&1; then :
17163 ac_cv_cpp_def___aarch64__=yes
17164 else
17165 ac_cv_cpp_def___aarch64__=no
17167 rm -f conftest*
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17171 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17172 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17173 CFLAGS="$CFLAGS -D__aarch64__"
17174 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17175 fi ;;
17176 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17177 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17178 if ${ac_cv_cpp_def___arm__+:} false; then :
17179 $as_echo_n "(cached) " >&6
17180 else
17181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17182 /* end confdefs.h. */
17183 #ifndef __arm__
17185 #endif
17186 _ACEOF
17187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17188 $EGREP "yes" >/dev/null 2>&1; then :
17189 ac_cv_cpp_def___arm__=yes
17190 else
17191 ac_cv_cpp_def___arm__=no
17193 rm -f conftest*
17196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17197 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17198 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17199 CFLAGS="$CFLAGS -D__arm__"
17200 LINTFLAGS="$LINTFLAGS -D__arm__"
17201 fi ;;
17202 esac
17204 case $host_vendor in
17205 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17206 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17207 if ${ac_cv_cpp_def___sun__+:} false; then :
17208 $as_echo_n "(cached) " >&6
17209 else
17210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17211 /* end confdefs.h. */
17212 #ifndef __sun__
17214 #endif
17215 _ACEOF
17216 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17217 $EGREP "yes" >/dev/null 2>&1; then :
17218 ac_cv_cpp_def___sun__=yes
17219 else
17220 ac_cv_cpp_def___sun__=no
17222 rm -f conftest*
17225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17226 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17227 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17228 CFLAGS="$CFLAGS -D__sun__"
17229 LINTFLAGS="$LINTFLAGS -D__sun__"
17230 fi ;;
17231 esac
17237 ac_config_commands="$ac_config_commands include/stamp-h"
17239 $as_echo_n "creating Makefile rules..." >&6
17241 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17242 SOCKET_LIBS = $SOCKET_LIBS
17243 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17244 IOKIT_LIBS = $IOKIT_LIBS
17245 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17246 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17247 CORESERVICES_LIBS = $CORESERVICES_LIBS
17248 APPKIT_LIBS = $APPKIT_LIBS
17249 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17250 SECURITY_LIBS = $SECURITY_LIBS
17251 COREAUDIO_LIBS = $COREAUDIO_LIBS
17252 OPENAL_LIBS = $OPENAL_LIBS
17253 OPENCL_LIBS = $OPENCL_LIBS
17254 QUICKTIME_LIBS = $QUICKTIME_LIBS
17255 CARBON_LIBS = $CARBON_LIBS
17256 PTHREAD_LIBS = $PTHREAD_LIBS
17257 X_CFLAGS = $X_CFLAGS
17258 X_PRE_LIBS = $X_PRE_LIBS
17259 X_LIBS = $X_LIBS
17260 X_EXTRA_LIBS = $X_EXTRA_LIBS
17261 PCAP_LIBS = $PCAP_LIBS
17262 XML2_CFLAGS = $XML2_CFLAGS
17263 XML2_LIBS = $XML2_LIBS
17264 XSLT_CFLAGS = $XSLT_CFLAGS
17265 XSLT_LIBS = $XSLT_LIBS
17266 DBUS_CFLAGS = $DBUS_CFLAGS
17267 DBUS_LIBS = $DBUS_LIBS
17268 HAL_CFLAGS = $HAL_CFLAGS
17269 HAL_LIBS = $HAL_LIBS
17270 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17271 GNUTLS_LIBS = $GNUTLS_LIBS
17272 SANE_CFLAGS = $SANE_CFLAGS
17273 SANE_LIBS = $SANE_LIBS
17274 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17275 GPHOTO2_LIBS = $GPHOTO2_LIBS
17276 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17277 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17278 RESOLV_LIBS = $RESOLV_LIBS
17279 LCMS2_CFLAGS = $LCMS2_CFLAGS
17280 LCMS2_LIBS = $LCMS2_LIBS
17281 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17282 FREETYPE_LIBS = $FREETYPE_LIBS
17283 Z_LIBS = $Z_LIBS
17284 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17285 PULSE_CFLAGS = $PULSE_CFLAGS
17286 PULSE_LIBS = $PULSE_LIBS
17287 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17288 GSTREAMER_LIBS = $GSTREAMER_LIBS
17289 ALSA_LIBS = $ALSA_LIBS
17290 OSS4_CFLAGS = $OSS4_CFLAGS
17291 CAPI20_CFLAGS = $CAPI20_CFLAGS
17292 CAPI20_LIBS = $CAPI20_LIBS
17293 CUPS_CFLAGS = $CUPS_CFLAGS
17294 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17295 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17296 JPEG_CFLAGS = $JPEG_CFLAGS
17297 JPEG_LIBS = $JPEG_LIBS
17298 PNG_CFLAGS = $PNG_CFLAGS
17299 PNG_LIBS = $PNG_LIBS
17300 TIFF_CFLAGS = $TIFF_CFLAGS
17301 TIFF_LIBS = $TIFF_LIBS
17302 MPG123_CFLAGS = $MPG123_CFLAGS
17303 MPG123_LIBS = $MPG123_LIBS
17304 KSTAT_LIBS = $KSTAT_LIBS
17305 PROCSTAT_LIBS = $PROCSTAT_LIBS
17306 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17307 DL_LIBS = $DL_LIBS
17308 POLL_LIBS = $POLL_LIBS
17309 RT_LIBS = $RT_LIBS
17310 LDAP_LIBS = $LDAP_LIBS
17315 wine_fn_append_rule "
17316 # Rules automatically generated by configure
17318 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17320 .INIT: Makefile
17321 .MAKEFILEDEPS:
17322 all: Makefile
17323 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17324 @./config.status Make.tmp Makefile"
17326 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17327 .gitignore: config.status
17328 @./config.status .gitignore"
17330 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17331 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17333 if test "x$enable_fonts" != xno; then
17334 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17335 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17336 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17337 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17338 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17339 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17341 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17342 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17343 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17344 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17345 ac_config_links="$ac_config_links wine:tools/winewrapper"
17346 wine_fn_config_symlink wine
17347 if test "x$enable_win64" != xno; then
17348 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17349 wine_fn_config_symlink wine64
17352 wine_fn_config_dll acledit enable_acledit
17353 wine_fn_config_dll aclui enable_aclui implib
17354 wine_fn_config_dll activeds enable_activeds implib
17355 wine_fn_config_dll actxprxy enable_actxprxy clean
17356 wine_fn_config_lib adsiid
17357 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17358 wine_fn_config_test dlls/advapi32/tests advapi32_test
17359 wine_fn_config_dll advpack enable_advpack implib
17360 wine_fn_config_test dlls/advpack/tests advpack_test
17361 wine_fn_config_dll amstream enable_amstream clean
17362 wine_fn_config_test dlls/amstream/tests amstream_test
17363 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17364 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17366 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17367 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17368 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17369 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17371 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17372 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17373 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17374 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17376 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17377 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17378 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17379 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17380 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17381 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17382 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17383 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17384 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17385 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17388 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17389 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17390 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17392 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17394 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17395 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17396 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17397 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17399 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17401 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17402 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17406 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17407 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17408 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17409 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17411 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17413 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17414 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17415 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17417 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17418 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17419 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17420 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17421 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17422 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17423 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17432 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17433 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17434 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17435 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17436 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17437 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17441 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17442 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17443 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17444 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17445 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17446 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17447 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17448 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17449 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17450 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17451 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17452 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17453 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17454 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17455 wine_fn_config_dll apphelp enable_apphelp
17456 wine_fn_config_test dlls/apphelp/tests apphelp_test
17457 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17458 wine_fn_config_dll atl enable_atl clean,implib
17459 wine_fn_config_test dlls/atl/tests atl_test
17460 wine_fn_config_dll atl100 enable_atl100 clean,implib
17461 wine_fn_config_test dlls/atl100/tests atl100_test
17462 wine_fn_config_dll atl110 enable_atl110 clean
17463 wine_fn_config_dll atl80 enable_atl80 clean,implib
17464 wine_fn_config_test dlls/atl80/tests atl80_test
17465 wine_fn_config_dll atl90 enable_atl90 clean
17466 wine_fn_config_dll authz enable_authz
17467 wine_fn_config_dll avicap32 enable_avicap32 implib
17468 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17469 wine_fn_config_test dlls/avifil32/tests avifil32_test
17470 wine_fn_config_dll avifile.dll16 enable_win16
17471 wine_fn_config_dll avrt enable_avrt implib
17472 wine_fn_config_dll bcrypt enable_bcrypt
17473 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17474 wine_fn_config_dll browseui enable_browseui clean,po
17475 wine_fn_config_test dlls/browseui/tests browseui_test
17476 wine_fn_config_dll cabinet enable_cabinet implib
17477 wine_fn_config_test dlls/cabinet/tests cabinet_test
17478 wine_fn_config_dll capi2032 enable_capi2032 implib
17479 wine_fn_config_dll cards enable_cards implib
17480 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17481 wine_fn_config_dll clusapi enable_clusapi implib
17482 wine_fn_config_dll combase enable_combase
17483 wine_fn_config_test dlls/combase/tests combase_test
17484 wine_fn_config_dll comcat enable_comcat
17485 wine_fn_config_test dlls/comcat/tests comcat_test
17486 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17487 wine_fn_config_test dlls/comctl32/tests comctl32_test
17488 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17489 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17490 wine_fn_config_dll comm.drv16 enable_win16
17491 wine_fn_config_dll commdlg.dll16 enable_win16
17492 wine_fn_config_dll compobj.dll16 enable_win16
17493 wine_fn_config_dll compstui enable_compstui implib
17494 wine_fn_config_dll comsvcs enable_comsvcs implib
17495 wine_fn_config_dll connect enable_connect
17496 wine_fn_config_dll credui enable_credui implib,po
17497 wine_fn_config_test dlls/credui/tests credui_test
17498 wine_fn_config_dll crtdll enable_crtdll implib
17499 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17500 wine_fn_config_test dlls/crypt32/tests crypt32_test
17501 wine_fn_config_dll cryptdlg enable_cryptdlg po
17502 wine_fn_config_dll cryptdll enable_cryptdll implib
17503 wine_fn_config_dll cryptext enable_cryptext
17504 wine_fn_config_dll cryptnet enable_cryptnet implib
17505 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17506 wine_fn_config_dll cryptui enable_cryptui implib,po
17507 wine_fn_config_test dlls/cryptui/tests cryptui_test
17508 wine_fn_config_dll ctapi32 enable_ctapi32
17509 wine_fn_config_dll ctl3d.dll16 enable_win16
17510 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17511 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17512 wine_fn_config_dll d2d1 enable_d2d1 implib
17513 wine_fn_config_test dlls/d2d1/tests d2d1_test
17514 wine_fn_config_dll d3d10 enable_d3d10 implib
17515 wine_fn_config_test dlls/d3d10/tests d3d10_test
17516 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17517 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17518 wine_fn_config_dll d3d10core enable_d3d10core implib
17519 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17520 wine_fn_config_dll d3d11 enable_d3d11 implib
17521 wine_fn_config_test dlls/d3d11/tests d3d11_test
17522 wine_fn_config_dll d3d8 enable_d3d8 implib
17523 wine_fn_config_test dlls/d3d8/tests d3d8_test
17524 wine_fn_config_dll d3d9 enable_d3d9 implib
17525 wine_fn_config_test dlls/d3d9/tests d3d9_test
17526 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17527 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17528 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17529 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17530 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17531 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17532 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17533 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17534 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17535 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17536 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17537 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17538 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17539 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17540 wine_fn_config_dll d3dim enable_d3dim implib
17541 wine_fn_config_dll d3drm enable_d3drm implib
17542 wine_fn_config_test dlls/d3drm/tests d3drm_test
17543 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17544 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17545 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17546 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17547 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17548 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17549 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17550 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17551 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17552 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17553 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17554 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17555 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17556 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17557 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17558 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17559 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17560 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17561 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17562 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17563 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17564 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17565 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17566 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17567 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17568 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17569 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17570 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17571 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17572 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17573 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17574 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17575 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17576 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17577 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17578 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17579 wine_fn_config_dll davclnt enable_davclnt
17580 wine_fn_config_dll dbgeng enable_dbgeng implib
17581 wine_fn_config_dll dbghelp enable_dbghelp implib
17582 wine_fn_config_dll dciman32 enable_dciman32 implib
17583 wine_fn_config_dll ddeml.dll16 enable_win16
17584 wine_fn_config_dll ddraw enable_ddraw clean,implib
17585 wine_fn_config_test dlls/ddraw/tests ddraw_test
17586 wine_fn_config_dll ddrawex enable_ddrawex clean
17587 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17588 wine_fn_config_dll devenum enable_devenum clean,po
17589 wine_fn_config_test dlls/devenum/tests devenum_test
17590 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17591 wine_fn_config_dll difxapi enable_difxapi
17592 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17593 wine_fn_config_test dlls/dinput/tests dinput_test
17594 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17595 wine_fn_config_test dlls/dinput8/tests dinput8_test
17596 wine_fn_config_dll dispdib.dll16 enable_win16
17597 wine_fn_config_dll dispex enable_dispex clean
17598 wine_fn_config_test dlls/dispex/tests dispex_test
17599 wine_fn_config_dll display.drv16 enable_win16
17600 wine_fn_config_dll dmband enable_dmband clean
17601 wine_fn_config_test dlls/dmband/tests dmband_test
17602 wine_fn_config_dll dmcompos enable_dmcompos clean
17603 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17604 wine_fn_config_dll dmime enable_dmime clean
17605 wine_fn_config_test dlls/dmime/tests dmime_test
17606 wine_fn_config_dll dmloader enable_dmloader clean
17607 wine_fn_config_test dlls/dmloader/tests dmloader_test
17608 wine_fn_config_dll dmscript enable_dmscript clean
17609 wine_fn_config_test dlls/dmscript/tests dmscript_test
17610 wine_fn_config_dll dmstyle enable_dmstyle clean
17611 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17612 wine_fn_config_dll dmsynth enable_dmsynth clean
17613 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17614 wine_fn_config_dll dmusic enable_dmusic clean
17615 wine_fn_config_test dlls/dmusic/tests dmusic_test
17616 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17617 wine_fn_config_dll dnsapi enable_dnsapi implib
17618 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17619 wine_fn_config_dll dplay enable_dplay implib
17620 wine_fn_config_dll dplayx enable_dplayx clean,implib
17621 wine_fn_config_test dlls/dplayx/tests dplayx_test
17622 wine_fn_config_dll dpnaddr enable_dpnaddr
17623 wine_fn_config_dll dpnet enable_dpnet clean,implib
17624 wine_fn_config_test dlls/dpnet/tests dpnet_test
17625 wine_fn_config_dll dpnhpast enable_dpnhpast
17626 wine_fn_config_dll dpnlobby enable_dpnlobby
17627 wine_fn_config_dll dpvoice enable_dpvoice clean
17628 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17629 wine_fn_config_dll dpwsockx enable_dpwsockx
17630 wine_fn_config_dll drmclien enable_drmclien
17631 wine_fn_config_dll dsound enable_dsound clean,implib
17632 wine_fn_config_test dlls/dsound/tests dsound_test
17633 wine_fn_config_dll dssenh enable_dssenh
17634 wine_fn_config_test dlls/dssenh/tests dssenh_test
17635 wine_fn_config_dll dswave enable_dswave clean
17636 wine_fn_config_test dlls/dswave/tests dswave_test
17637 wine_fn_config_dll dwmapi enable_dwmapi implib
17638 wine_fn_config_dll dwrite enable_dwrite implib
17639 wine_fn_config_test dlls/dwrite/tests dwrite_test
17640 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17641 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17642 wine_fn_config_lib dxerr8
17643 wine_fn_config_lib dxerr9
17644 wine_fn_config_dll dxgi enable_dxgi implib
17645 wine_fn_config_test dlls/dxgi/tests dxgi_test
17646 wine_fn_config_lib dxguid
17647 wine_fn_config_dll dxva2 enable_dxva2
17648 wine_fn_config_dll esent enable_esent
17649 wine_fn_config_dll evr enable_evr
17650 wine_fn_config_dll explorerframe enable_explorerframe clean
17651 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17652 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17653 wine_fn_config_dll faultrep enable_faultrep implib
17654 wine_fn_config_test dlls/faultrep/tests faultrep_test
17655 wine_fn_config_dll fltlib enable_fltlib
17656 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17657 wine_fn_config_dll fntcache enable_fntcache
17658 wine_fn_config_dll fontsub enable_fontsub
17659 wine_fn_config_dll fusion enable_fusion
17660 wine_fn_config_test dlls/fusion/tests fusion_test
17661 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17662 wine_fn_config_dll gameux enable_gameux clean
17663 wine_fn_config_test dlls/gameux/tests gameux_test
17664 wine_fn_config_dll gdi.exe16 enable_win16
17665 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17666 wine_fn_config_test dlls/gdi32/tests gdi32_test
17667 wine_fn_config_dll gdiplus enable_gdiplus implib
17668 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17669 wine_fn_config_dll glu32 enable_glu32 implib
17670 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17671 wine_fn_config_dll gpkcsp enable_gpkcsp
17672 wine_fn_config_dll hal enable_hal
17673 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17674 wine_fn_config_dll hid enable_hid implib
17675 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17676 wine_fn_config_dll hlink enable_hlink clean,implib
17677 wine_fn_config_test dlls/hlink/tests hlink_test
17678 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17679 wine_fn_config_dll httpapi enable_httpapi
17680 wine_fn_config_dll iccvid enable_iccvid po
17681 wine_fn_config_dll icmp enable_icmp
17682 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17683 wine_fn_config_test dlls/ieframe/tests ieframe_test
17684 wine_fn_config_dll ifsmgr.vxd enable_win16
17685 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17686 wine_fn_config_dll imagehlp enable_imagehlp implib
17687 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17688 wine_fn_config_dll imm.dll16 enable_win16
17689 wine_fn_config_dll imm32 enable_imm32 implib
17690 wine_fn_config_test dlls/imm32/tests imm32_test
17691 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17692 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17693 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17694 wine_fn_config_dll inetmib1 enable_inetmib1
17695 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17696 wine_fn_config_dll infosoft enable_infosoft clean
17697 wine_fn_config_test dlls/infosoft/tests infosoft_test
17698 wine_fn_config_dll initpki enable_initpki
17699 wine_fn_config_dll inkobj enable_inkobj
17700 wine_fn_config_dll inseng enable_inseng clean
17701 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17702 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17703 wine_fn_config_dll itircl enable_itircl
17704 wine_fn_config_dll itss enable_itss clean
17705 wine_fn_config_test dlls/itss/tests itss_test
17706 wine_fn_config_dll joy.cpl enable_joy_cpl po
17707 wine_fn_config_dll jscript enable_jscript clean,po
17708 wine_fn_config_test dlls/jscript/tests jscript_test
17709 wine_fn_config_dll jsproxy enable_jsproxy implib
17710 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17711 wine_fn_config_test dlls/kernel32/tests kernel32_test
17712 wine_fn_config_dll keyboard.drv16 enable_win16
17713 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17714 wine_fn_config_dll ksuser enable_ksuser
17715 wine_fn_config_dll ktmw32 enable_ktmw32
17716 wine_fn_config_dll loadperf enable_loadperf implib
17717 wine_fn_config_dll localspl enable_localspl po
17718 wine_fn_config_test dlls/localspl/tests localspl_test
17719 wine_fn_config_dll localui enable_localui po
17720 wine_fn_config_test dlls/localui/tests localui_test
17721 wine_fn_config_dll lz32 enable_lz32 implib
17722 wine_fn_config_test dlls/lz32/tests lz32_test
17723 wine_fn_config_dll lzexpand.dll16 enable_win16
17724 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17725 wine_fn_config_test dlls/mapi32/tests mapi32_test
17726 wine_fn_config_dll mapistub enable_mapistub
17727 wine_fn_config_dll mciavi32 enable_mciavi32
17728 wine_fn_config_dll mcicda enable_mcicda
17729 wine_fn_config_dll mciqtz32 enable_mciqtz32
17730 wine_fn_config_dll mciseq enable_mciseq
17731 wine_fn_config_dll mciwave enable_mciwave
17732 wine_fn_config_dll mf enable_mf
17733 wine_fn_config_dll mfplat enable_mfplat
17734 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17735 wine_fn_config_dll mgmtapi enable_mgmtapi
17736 wine_fn_config_dll midimap enable_midimap
17737 wine_fn_config_dll mlang enable_mlang clean,implib
17738 wine_fn_config_test dlls/mlang/tests mlang_test
17739 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17740 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17741 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17742 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17743 wine_fn_config_dll mmdevldr.vxd enable_win16
17744 wine_fn_config_dll mmsystem.dll16 enable_win16
17745 wine_fn_config_dll monodebg.vxd enable_win16
17746 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17747 wine_fn_config_dll mouse.drv16 enable_win16
17748 wine_fn_config_dll mpr enable_mpr implib,po
17749 wine_fn_config_test dlls/mpr/tests mpr_test
17750 wine_fn_config_dll mprapi enable_mprapi implib
17751 wine_fn_config_dll msacm.dll16 enable_win16
17752 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17753 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17754 wine_fn_config_test dlls/msacm32/tests msacm32_test
17755 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17756 wine_fn_config_dll msasn1 enable_msasn1 implib
17757 wine_fn_config_dll mscat32 enable_mscat32
17758 wine_fn_config_dll mscms enable_mscms implib
17759 wine_fn_config_test dlls/mscms/tests mscms_test
17760 wine_fn_config_dll mscoree enable_mscoree clean
17761 wine_fn_config_test dlls/mscoree/tests mscoree_test
17762 wine_fn_config_dll msctf enable_msctf clean
17763 wine_fn_config_test dlls/msctf/tests msctf_test
17764 wine_fn_config_dll msctfp enable_msctfp clean
17765 wine_fn_config_dll msdaps enable_msdaps clean
17766 wine_fn_config_dll msdelta enable_msdelta
17767 wine_fn_config_dll msdmo enable_msdmo implib
17768 wine_fn_config_test dlls/msdmo/tests msdmo_test
17769 wine_fn_config_dll msftedit enable_msftedit
17770 wine_fn_config_dll msg711.acm enable_msg711_acm
17771 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17772 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17773 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17774 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17775 wine_fn_config_dll msi enable_msi clean,implib,po
17776 wine_fn_config_test dlls/msi/tests msi_test
17777 wine_fn_config_dll msident enable_msident clean
17778 wine_fn_config_dll msimg32 enable_msimg32 implib
17779 wine_fn_config_dll msimsg enable_msimsg
17780 wine_fn_config_dll msimtf enable_msimtf clean
17781 wine_fn_config_dll msisip enable_msisip
17782 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17783 wine_fn_config_dll msls31 enable_msls31
17784 wine_fn_config_dll msnet32 enable_msnet32
17785 wine_fn_config_dll mspatcha enable_mspatcha implib
17786 wine_fn_config_dll msrle32 enable_msrle32 po
17787 wine_fn_config_test dlls/msrle32/tests msrle32_test
17788 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17789 wine_fn_config_dll mssign32 enable_mssign32
17790 wine_fn_config_dll mssip32 enable_mssip32
17791 wine_fn_config_dll mstask enable_mstask clean
17792 wine_fn_config_test dlls/mstask/tests mstask_test
17793 wine_fn_config_dll msvcirt enable_msvcirt
17794 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17795 wine_fn_config_dll msvcm80 enable_msvcm80
17796 wine_fn_config_dll msvcm90 enable_msvcm90
17797 wine_fn_config_dll msvcp100 enable_msvcp100
17798 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17799 wine_fn_config_dll msvcp110 enable_msvcp110
17800 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17801 wine_fn_config_dll msvcp120 enable_msvcp120
17802 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17803 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17804 wine_fn_config_dll msvcp60 enable_msvcp60
17805 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17806 wine_fn_config_dll msvcp70 enable_msvcp70
17807 wine_fn_config_dll msvcp71 enable_msvcp71
17808 wine_fn_config_dll msvcp80 enable_msvcp80
17809 wine_fn_config_dll msvcp90 enable_msvcp90
17810 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17811 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17812 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17813 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17814 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17815 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17816 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17817 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17818 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17819 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17820 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17821 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17822 wine_fn_config_dll msvcrt enable_msvcrt implib
17823 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17824 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17825 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17826 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17827 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17828 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17829 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17830 wine_fn_config_dll msvidc32 enable_msvidc32 po
17831 wine_fn_config_dll msvideo.dll16 enable_win16
17832 wine_fn_config_dll mswsock enable_mswsock implib
17833 wine_fn_config_dll msxml enable_msxml clean
17834 wine_fn_config_dll msxml2 enable_msxml2 clean
17835 wine_fn_config_dll msxml3 enable_msxml3 clean
17836 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17837 wine_fn_config_dll msxml4 enable_msxml4 clean
17838 wine_fn_config_dll msxml6 enable_msxml6 clean
17839 wine_fn_config_dll nddeapi enable_nddeapi implib
17840 wine_fn_config_dll ndis.sys enable_ndis_sys
17841 wine_fn_config_dll netapi32 enable_netapi32 implib
17842 wine_fn_config_test dlls/netapi32/tests netapi32_test
17843 wine_fn_config_dll netcfgx enable_netcfgx clean
17844 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17845 wine_fn_config_dll netprofm enable_netprofm clean
17846 wine_fn_config_test dlls/netprofm/tests netprofm_test
17847 wine_fn_config_dll newdev enable_newdev implib
17848 wine_fn_config_dll normaliz enable_normaliz implib
17849 wine_fn_config_dll npmshtml enable_npmshtml
17850 wine_fn_config_dll npptools enable_npptools
17851 wine_fn_config_dll ntdll enable_ntdll implib
17852 wine_fn_config_test dlls/ntdll/tests ntdll_test
17853 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17854 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17855 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17856 wine_fn_config_dll ntprint enable_ntprint
17857 wine_fn_config_test dlls/ntprint/tests ntprint_test
17858 wine_fn_config_dll objsel enable_objsel clean
17859 wine_fn_config_dll odbc32 enable_odbc32 implib
17860 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17861 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17862 wine_fn_config_dll odbccu32 enable_odbccu32
17863 wine_fn_config_dll ole2.dll16 enable_win16
17864 wine_fn_config_dll ole2conv.dll16 enable_win16
17865 wine_fn_config_dll ole2disp.dll16 enable_win16
17866 wine_fn_config_dll ole2nls.dll16 enable_win16
17867 wine_fn_config_dll ole2prox.dll16 enable_win16
17868 wine_fn_config_dll ole2thk.dll16 enable_win16
17869 wine_fn_config_dll ole32 enable_ole32 clean,implib
17870 wine_fn_config_test dlls/ole32/tests ole32_test
17871 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17872 wine_fn_config_test dlls/oleacc/tests oleacc_test
17873 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17874 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17875 wine_fn_config_dll olecli.dll16 enable_win16
17876 wine_fn_config_dll olecli32 enable_olecli32 implib
17877 wine_fn_config_dll oledb32 enable_oledb32 clean
17878 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17879 wine_fn_config_dll oledlg enable_oledlg implib,po
17880 wine_fn_config_test dlls/oledlg/tests oledlg_test
17881 wine_fn_config_dll olepro32 enable_olepro32 implib
17882 wine_fn_config_dll olesvr.dll16 enable_win16
17883 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17884 wine_fn_config_dll olethk32 enable_olethk32
17885 wine_fn_config_dll openal32 enable_openal32
17886 wine_fn_config_dll opencl enable_opencl
17887 wine_fn_config_dll opengl32 enable_opengl32 implib
17888 wine_fn_config_test dlls/opengl32/tests opengl32_test
17889 wine_fn_config_dll packager enable_packager clean
17890 wine_fn_config_test dlls/packager/tests packager_test
17891 wine_fn_config_dll pdh enable_pdh implib
17892 wine_fn_config_test dlls/pdh/tests pdh_test
17893 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17894 wine_fn_config_dll pidgen enable_pidgen
17895 wine_fn_config_dll powrprof enable_powrprof implib
17896 wine_fn_config_dll printui enable_printui
17897 wine_fn_config_dll prntvpt enable_prntvpt
17898 wine_fn_config_dll propsys enable_propsys clean,implib
17899 wine_fn_config_test dlls/propsys/tests propsys_test
17900 wine_fn_config_dll psapi enable_psapi implib
17901 wine_fn_config_test dlls/psapi/tests psapi_test
17902 wine_fn_config_dll pstorec enable_pstorec clean
17903 wine_fn_config_dll qcap enable_qcap
17904 wine_fn_config_test dlls/qcap/tests qcap_test
17905 wine_fn_config_dll qedit enable_qedit clean
17906 wine_fn_config_test dlls/qedit/tests qedit_test
17907 wine_fn_config_dll qmgr enable_qmgr clean
17908 wine_fn_config_test dlls/qmgr/tests qmgr_test
17909 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17910 wine_fn_config_dll quartz enable_quartz clean,implib
17911 wine_fn_config_test dlls/quartz/tests quartz_test clean
17912 wine_fn_config_dll query enable_query
17913 wine_fn_config_dll rasapi16.dll16 enable_win16
17914 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17915 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17916 wine_fn_config_dll rasdlg enable_rasdlg implib
17917 wine_fn_config_dll regapi enable_regapi
17918 wine_fn_config_dll resutils enable_resutils implib
17919 wine_fn_config_dll riched20 enable_riched20 clean,implib
17920 wine_fn_config_test dlls/riched20/tests riched20_test
17921 wine_fn_config_dll riched32 enable_riched32
17922 wine_fn_config_test dlls/riched32/tests riched32_test
17923 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17924 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17925 wine_fn_config_dll rsabase enable_rsabase
17926 wine_fn_config_dll rsaenh enable_rsaenh implib
17927 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17928 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17929 wine_fn_config_dll rtutils enable_rtutils implib
17930 wine_fn_config_dll samlib enable_samlib
17931 wine_fn_config_dll sane.ds enable_sane_ds po
17932 wine_fn_config_dll scarddlg enable_scarddlg
17933 wine_fn_config_dll sccbase enable_sccbase
17934 wine_fn_config_dll schannel enable_schannel
17935 wine_fn_config_test dlls/schannel/tests schannel_test
17936 wine_fn_config_dll schedsvc enable_schedsvc clean
17937 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17938 wine_fn_config_dll scrrun enable_scrrun clean
17939 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17940 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17941 wine_fn_config_dll secur32 enable_secur32 implib
17942 wine_fn_config_test dlls/secur32/tests secur32_test
17943 wine_fn_config_dll security enable_security
17944 wine_fn_config_dll sensapi enable_sensapi implib
17945 wine_fn_config_dll serialui enable_serialui implib,po
17946 wine_fn_config_test dlls/serialui/tests serialui_test
17947 wine_fn_config_dll setupapi enable_setupapi implib,po
17948 wine_fn_config_test dlls/setupapi/tests setupapi_test
17949 wine_fn_config_dll setupx.dll16 enable_win16
17950 wine_fn_config_dll sfc enable_sfc implib
17951 wine_fn_config_dll sfc_os enable_sfc_os implib
17952 wine_fn_config_dll shdoclc enable_shdoclc po
17953 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17954 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17955 wine_fn_config_dll shell.dll16 enable_win16
17956 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17957 wine_fn_config_test dlls/shell32/tests shell32_test
17958 wine_fn_config_dll shfolder enable_shfolder implib
17959 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17960 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17961 wine_fn_config_dll slbcsp enable_slbcsp
17962 wine_fn_config_dll slc enable_slc implib
17963 wine_fn_config_test dlls/slc/tests slc_test
17964 wine_fn_config_dll snmpapi enable_snmpapi implib
17965 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17966 wine_fn_config_dll softpub enable_softpub
17967 wine_fn_config_dll sound.drv16 enable_win16
17968 wine_fn_config_dll spoolss enable_spoolss implib
17969 wine_fn_config_test dlls/spoolss/tests spoolss_test
17970 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17971 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17972 wine_fn_config_dll sti enable_sti clean,implib
17973 wine_fn_config_test dlls/sti/tests sti_test
17974 wine_fn_config_dll storage.dll16 enable_win16
17975 wine_fn_config_dll stress.dll16 enable_win16
17976 wine_fn_config_lib strmbase
17977 wine_fn_config_lib strmiids
17978 wine_fn_config_dll svrapi enable_svrapi
17979 wine_fn_config_dll sxs enable_sxs implib
17980 wine_fn_config_test dlls/sxs/tests sxs_test
17981 wine_fn_config_dll system.drv16 enable_win16
17982 wine_fn_config_dll t2embed enable_t2embed
17983 wine_fn_config_dll tapi32 enable_tapi32 implib
17984 wine_fn_config_dll taskschd enable_taskschd clean
17985 wine_fn_config_test dlls/taskschd/tests taskschd_test
17986 wine_fn_config_dll toolhelp.dll16 enable_win16
17987 wine_fn_config_dll traffic enable_traffic
17988 wine_fn_config_dll twain.dll16 enable_win16
17989 wine_fn_config_dll twain_32 enable_twain_32
17990 wine_fn_config_test dlls/twain_32/tests twain_32_test
17991 wine_fn_config_dll typelib.dll16 enable_win16
17992 wine_fn_config_dll ucrtbase enable_ucrtbase
17993 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17994 wine_fn_config_dll unicows enable_unicows implib
17995 wine_fn_config_dll updspapi enable_updspapi
17996 wine_fn_config_dll url enable_url implib
17997 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17998 wine_fn_config_test dlls/urlmon/tests urlmon_test
17999 wine_fn_config_dll usbd.sys enable_usbd_sys implib
18000 wine_fn_config_dll user.exe16 enable_win16
18001 wine_fn_config_dll user32 enable_user32 clean,implib,po
18002 wine_fn_config_test dlls/user32/tests user32_test
18003 wine_fn_config_dll userenv enable_userenv implib
18004 wine_fn_config_test dlls/userenv/tests userenv_test
18005 wine_fn_config_dll usp10 enable_usp10 implib
18006 wine_fn_config_test dlls/usp10/tests usp10_test
18007 wine_fn_config_lib uuid
18008 wine_fn_config_dll uxtheme enable_uxtheme implib
18009 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18010 wine_fn_config_dll vbscript enable_vbscript clean
18011 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18012 wine_fn_config_dll vcomp enable_vcomp
18013 wine_fn_config_test dlls/vcomp/tests vcomp_test
18014 wine_fn_config_dll vcomp100 enable_vcomp100
18015 wine_fn_config_dll vcomp110 enable_vcomp110
18016 wine_fn_config_dll vcomp120 enable_vcomp120
18017 wine_fn_config_dll vcomp90 enable_vcomp90
18018 wine_fn_config_dll vcruntime140 enable_vcruntime140
18019 wine_fn_config_dll vdhcp.vxd enable_win16
18020 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18021 wine_fn_config_dll ver.dll16 enable_win16
18022 wine_fn_config_dll version enable_version implib
18023 wine_fn_config_test dlls/version/tests version_test
18024 wine_fn_config_dll vmm.vxd enable_win16
18025 wine_fn_config_dll vnbt.vxd enable_win16
18026 wine_fn_config_dll vnetbios.vxd enable_win16
18027 wine_fn_config_dll vssapi enable_vssapi
18028 wine_fn_config_dll vtdapi.vxd enable_win16
18029 wine_fn_config_dll vwin32.vxd enable_win16
18030 wine_fn_config_dll w32skrnl enable_win16
18031 wine_fn_config_dll w32sys.dll16 enable_win16
18032 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18033 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18034 wine_fn_config_dll wbemprox enable_wbemprox clean
18035 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18036 wine_fn_config_dll webservices enable_webservices implib
18037 wine_fn_config_test dlls/webservices/tests webservices_test
18038 wine_fn_config_dll wer enable_wer implib
18039 wine_fn_config_test dlls/wer/tests wer_test
18040 wine_fn_config_dll wevtapi enable_wevtapi
18041 wine_fn_config_dll wiaservc enable_wiaservc clean
18042 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18043 wine_fn_config_dll wimgapi enable_wimgapi
18044 wine_fn_config_dll win32s16.dll16 enable_win16
18045 wine_fn_config_dll win87em.dll16 enable_win16
18046 wine_fn_config_dll winaspi.dll16 enable_win16
18047 wine_fn_config_dll windebug.dll16 enable_win16
18048 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18049 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18050 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18051 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18052 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18053 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18054 wine_fn_config_lib winecrt0
18055 wine_fn_config_dll wined3d enable_wined3d implib
18056 wine_fn_config_dll winegstreamer enable_winegstreamer
18057 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18058 wine_fn_config_dll winemac.drv enable_winemac_drv
18059 wine_fn_config_dll winemapi enable_winemapi
18060 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18061 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18062 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
18063 wine_fn_config_dll wineps16.drv16 enable_win16
18064 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18065 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18066 wine_fn_config_dll winex11.drv enable_winex11_drv
18067 wine_fn_config_dll wing.dll16 enable_win16
18068 wine_fn_config_dll wing32 enable_wing32
18069 wine_fn_config_dll winhttp enable_winhttp clean,implib
18070 wine_fn_config_test dlls/winhttp/tests winhttp_test
18071 wine_fn_config_dll wininet enable_wininet implib,po
18072 wine_fn_config_test dlls/wininet/tests wininet_test
18073 wine_fn_config_dll winmm enable_winmm implib,po
18074 wine_fn_config_test dlls/winmm/tests winmm_test
18075 wine_fn_config_dll winnls.dll16 enable_win16
18076 wine_fn_config_dll winnls32 enable_winnls32 implib
18077 wine_fn_config_dll winscard enable_winscard implib
18078 wine_fn_config_dll winsock.dll16 enable_win16
18079 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
18080 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18081 wine_fn_config_dll winsta enable_winsta
18082 wine_fn_config_dll wintab.dll16 enable_win16
18083 wine_fn_config_dll wintab32 enable_wintab32 implib
18084 wine_fn_config_test dlls/wintab32/tests wintab32_test
18085 wine_fn_config_dll wintrust enable_wintrust implib
18086 wine_fn_config_test dlls/wintrust/tests wintrust_test
18087 wine_fn_config_dll wlanapi enable_wlanapi
18088 wine_fn_config_dll wldap32 enable_wldap32 implib,po
18089 wine_fn_config_test dlls/wldap32/tests wldap32_test
18090 wine_fn_config_dll wmi enable_wmi
18091 wine_fn_config_dll wmiutils enable_wmiutils clean
18092 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18093 wine_fn_config_dll wmp enable_wmp clean
18094 wine_fn_config_test dlls/wmp/tests wmp_test
18095 wine_fn_config_dll wmvcore enable_wmvcore
18096 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18097 wine_fn_config_dll wow32 enable_win16 implib
18098 wine_fn_config_dll wpcap enable_wpcap
18099 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18100 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18101 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18102 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18103 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18104 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18105 wine_fn_config_dll wsock32 enable_wsock32 implib
18106 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18107 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18108 wine_fn_config_dll wuapi enable_wuapi clean
18109 wine_fn_config_dll wuaueng enable_wuaueng
18110 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18111 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18112 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18113 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18114 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18115 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18116 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18117 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18118 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18119 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18120 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18121 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18122 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18123 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18124 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18125 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18126 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18127 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18128 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18129 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18130 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18131 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18132 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18133 wine_fn_config_dll xinput1_1 enable_xinput1_1
18134 wine_fn_config_dll xinput1_2 enable_xinput1_2
18135 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18136 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18137 wine_fn_config_dll xinput1_4 enable_xinput1_4
18138 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18139 wine_fn_config_dll xmllite enable_xmllite implib
18140 wine_fn_config_test dlls/xmllite/tests xmllite_test
18141 wine_fn_config_dll xolehlp enable_xolehlp
18142 wine_fn_config_dll xpsprint enable_xpsprint
18143 wine_fn_config_dll xpssvcs enable_xpssvcs
18144 wine_fn_config_makefile documentation enable_documentation clean
18145 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18146 wine_fn_config_makefile include enable_include clean,install-dev
18147 wine_fn_config_makefile libs/port enable_libs_port
18148 wine_fn_config_makefile libs/wine enable_libs_wine clean,config,install-dev,install-lib
18149 wine_fn_config_makefile libs/wpp enable_libs_wpp
18150 wine_fn_config_makefile loader enable_loader clean,config,install-lib,manpage
18151 wine_fn_config_program arp enable_arp install
18152 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18153 wine_fn_config_program attrib enable_attrib install,po
18154 wine_fn_config_program cabarc enable_cabarc install
18155 wine_fn_config_program cacls enable_cacls install
18156 wine_fn_config_program clock enable_clock install,po
18157 wine_fn_config_program cmd enable_cmd install,po
18158 wine_fn_config_test programs/cmd/tests cmd.exe_test
18159 wine_fn_config_program conhost enable_conhost install
18160 wine_fn_config_program control enable_control install
18161 wine_fn_config_program cscript enable_cscript clean,install
18162 wine_fn_config_program dpnsvr enable_dpnsvr install
18163 wine_fn_config_program dxdiag enable_dxdiag install,po
18164 wine_fn_config_program eject enable_eject install
18165 wine_fn_config_program expand enable_expand install
18166 wine_fn_config_program explorer enable_explorer install,po
18167 wine_fn_config_program extrac32 enable_extrac32 install
18168 wine_fn_config_program findstr enable_findstr install
18169 wine_fn_config_program hh enable_hh install
18170 wine_fn_config_program hostname enable_hostname install,po
18171 wine_fn_config_program icinfo enable_icinfo install
18172 wine_fn_config_program iexplore enable_iexplore install
18173 wine_fn_config_program ipconfig enable_ipconfig install,po
18174 wine_fn_config_program lodctr enable_lodctr install
18175 wine_fn_config_program mofcomp enable_mofcomp install
18176 wine_fn_config_program mshta enable_mshta install
18177 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18178 wine_fn_config_program net enable_net install,po
18179 wine_fn_config_program netsh enable_netsh install
18180 wine_fn_config_program netstat enable_netstat install,po
18181 wine_fn_config_program ngen enable_ngen install
18182 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18183 wine_fn_config_program oleview enable_oleview install,po
18184 wine_fn_config_program ping enable_ping install
18185 wine_fn_config_program plugplay enable_plugplay install
18186 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18187 wine_fn_config_program progman enable_progman install,po
18188 wine_fn_config_program reg enable_reg install,po
18189 wine_fn_config_test programs/reg/tests reg.exe_test
18190 wine_fn_config_program regasm enable_regasm install
18191 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18192 wine_fn_config_test programs/regedit/tests regedit.exe_test
18193 wine_fn_config_program regsvcs enable_regsvcs install
18194 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18195 wine_fn_config_program rpcss enable_rpcss clean,install
18196 wine_fn_config_program rundll.exe16 enable_win16 install
18197 wine_fn_config_program rundll32 enable_rundll32 install
18198 wine_fn_config_program sc enable_sc install
18199 wine_fn_config_program schtasks enable_schtasks install
18200 wine_fn_config_program sdbinst enable_sdbinst install
18201 wine_fn_config_program secedit enable_secedit install
18202 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18203 wine_fn_config_program services enable_services clean,install
18204 wine_fn_config_test programs/services/tests services.exe_test
18205 wine_fn_config_program spoolsv enable_spoolsv install
18206 wine_fn_config_program start enable_start install,po
18207 wine_fn_config_program svchost enable_svchost install
18208 wine_fn_config_program systeminfo enable_systeminfo install
18209 wine_fn_config_program taskkill enable_taskkill install,po
18210 wine_fn_config_program tasklist enable_tasklist install
18211 wine_fn_config_program taskmgr enable_taskmgr install,po
18212 wine_fn_config_program termsv enable_termsv install
18213 wine_fn_config_program uninstaller enable_uninstaller install,po
18214 wine_fn_config_program unlodctr enable_unlodctr install
18215 wine_fn_config_program view enable_view install,po
18216 wine_fn_config_program wevtutil enable_wevtutil install
18217 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18218 wine_fn_config_program winebrowser enable_winebrowser install
18219 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18220 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18221 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18222 wine_fn_config_program winedevice enable_winedevice install
18223 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18224 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18225 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18226 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18227 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18228 wine_fn_config_program winetest enable_winetest clean,config
18229 wine_fn_config_program winevdm enable_win16 install
18230 wine_fn_config_program winhelp.exe16 enable_win16 install
18231 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18232 wine_fn_config_program winoldap.mod16 enable_win16 install
18233 wine_fn_config_program winver enable_winver install
18234 wine_fn_config_program wmic enable_wmic install,po
18235 wine_fn_config_program wordpad enable_wordpad install,po
18236 wine_fn_config_program write enable_write install,po
18237 wine_fn_config_program wscript enable_wscript clean,install
18238 wine_fn_config_test programs/wscript/tests wscript.exe_test
18239 wine_fn_config_program wusa enable_wusa install
18240 wine_fn_config_program xcopy enable_xcopy install,po
18241 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18242 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18243 wine_fn_config_tool tools clean
18244 wine_fn_config_tool tools/sfnt2fon clean
18245 wine_fn_config_tool tools/widl clean,install-dev,manpage
18246 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18247 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18248 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18249 wine_fn_config_tool tools/winemaker install-dev,manpage
18250 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18251 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18253 LINGUAS="\
18254 ar \
18255 bg \
18256 ca \
18257 cs \
18258 da \
18259 de \
18260 el \
18261 en \
18262 en_US \
18263 eo \
18264 es \
18265 fa \
18266 fi \
18267 fr \
18268 he \
18269 hi \
18270 hr \
18271 hu \
18272 it \
18273 ja \
18274 ko \
18275 lt \
18276 ml \
18277 nb_NO \
18278 nl \
18279 or \
18280 pa \
18281 pl \
18282 pt_BR \
18283 pt_PT \
18284 rm \
18285 ro \
18286 ru \
18287 sk \
18288 sl \
18289 sr_RS@cyrillic \
18290 sr_RS@latin \
18291 sv \
18292 te \
18293 th \
18294 tr \
18295 uk \
18296 wa \
18297 zh_CN \
18298 zh_TW"
18303 wine_fn_ignore_file ".gitignore"
18304 wine_fn_ignore_file "Makefile"
18305 wine_fn_ignore_file "TAGS"
18306 wine_fn_ignore_file "tags"
18307 wine_fn_ignore_file "autom4te.cache"
18308 wine_fn_ignore_file "config.cache"
18309 wine_fn_ignore_file "config.log"
18310 wine_fn_ignore_file "config.status"
18311 wine_fn_ignore_file "configure.lineno"
18312 wine_fn_ignore_file "include/config.h"
18313 wine_fn_ignore_file "include/stamp-h"
18314 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18316 if test "x$enable_tools" != xno
18317 then
18318 wine_fn_ignore_file "tools/makedep$ac_exeext"
18319 ac_config_commands="$ac_config_commands tools/makedep"
18323 ac_config_commands="$ac_config_commands Makefile"
18326 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18330 if test "x$enable_maintainer_mode" = xyes
18331 then
18332 wine_fn_append_rule "configure: configure.ac aclocal.m4
18333 autoconf --warnings=all
18334 include/config.h.in: include/stamp-h.in
18335 include/stamp-h.in: configure.ac aclocal.m4
18336 autoheader --warnings=all
18337 @echo timestamp > \$@"
18340 if test "x$with_gettextpo" = xyes
18341 then
18342 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18343 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18344 \$(LINGUAS:%=po/%.po): po/wine.pot
18345 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18346 po/wine.pot: \$(ALL_POT_FILES)
18347 msgcat -o \$@ \$(ALL_POT_FILES)"
18350 if test "$MSGFMT" != false
18351 then
18352 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18353 clean::
18354 \$(RM) \$(LINGUAS:%=po/%.mo)"
18356 posrc="po"
18357 test "$srcdir" = . || posrc="$srcdir/po"
18358 for i in $LINGUAS
18360 wine_fn_ignore_file "po/$i.mo"
18361 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18362 \$(MSGFMT) -o \$@ $posrc/$i.po"
18363 done
18364 else
18365 LINGUAS=
18368 if test "x$enable_tools" != xno
18369 then
18370 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18371 @./config.status tools/makedep
18372 Makefile: tools/makedep$ac_exeext
18373 distclean:: clean
18374 \$(RM) tools/makedep$ac_exeext"
18375 else
18376 wine_fn_append_rule "\$(MAKEDEP):
18377 @echo \"You need to run make in $TOOLSDIR first\" && false"
18380 if test -n "$with_wine64"
18381 then
18382 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18383 fonts server tools:
18384 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18385 $with_wine64/loader/wine:
18386 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18387 $with_wine64/loader/wine-preloader:
18388 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18389 clean::
18390 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18391 else
18392 as_fn_append LOADER_RULES "
18393 install install-lib:: wine.inf
18394 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18395 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18397 uninstall::
18398 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18402 if test "$srcdir" = .
18403 then
18404 ac_config_commands="$ac_config_commands .gitignore"
18408 $as_echo " done" >&6
18409 cat >confcache <<\_ACEOF
18410 # This file is a shell script that caches the results of configure
18411 # tests run on this system so they can be shared between configure
18412 # scripts and configure runs, see configure's option --config-cache.
18413 # It is not useful on other systems. If it contains results you don't
18414 # want to keep, you may remove or edit it.
18416 # config.status only pays attention to the cache file if you give it
18417 # the --recheck option to rerun configure.
18419 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18420 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18421 # following values.
18423 _ACEOF
18425 # The following way of writing the cache mishandles newlines in values,
18426 # but we know of no workaround that is simple, portable, and efficient.
18427 # So, we kill variables containing newlines.
18428 # Ultrix sh set writes to stderr and can't be redirected directly,
18429 # and sets the high bit in the cache file unless we assign to the vars.
18431 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18432 eval ac_val=\$$ac_var
18433 case $ac_val in #(
18434 *${as_nl}*)
18435 case $ac_var in #(
18436 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18437 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18438 esac
18439 case $ac_var in #(
18440 _ | IFS | as_nl) ;; #(
18441 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18442 *) { eval $ac_var=; unset $ac_var;} ;;
18443 esac ;;
18444 esac
18445 done
18447 (set) 2>&1 |
18448 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18449 *${as_nl}ac_space=\ *)
18450 # `set' does not quote correctly, so add quotes: double-quote
18451 # substitution turns \\\\ into \\, and sed turns \\ into \.
18452 sed -n \
18453 "s/'/'\\\\''/g;
18454 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18455 ;; #(
18457 # `set' quotes correctly as required by POSIX, so do not add quotes.
18458 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18460 esac |
18461 sort
18463 sed '
18464 /^ac_cv_env_/b end
18465 t clear
18466 :clear
18467 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18468 t end
18469 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18470 :end' >>confcache
18471 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18472 if test -w "$cache_file"; then
18473 if test "x$cache_file" != "x/dev/null"; then
18474 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18475 $as_echo "$as_me: updating cache $cache_file" >&6;}
18476 if test ! -f "$cache_file" || test -h "$cache_file"; then
18477 cat confcache >"$cache_file"
18478 else
18479 case $cache_file in #(
18480 */* | ?:*)
18481 mv -f confcache "$cache_file"$$ &&
18482 mv -f "$cache_file"$$ "$cache_file" ;; #(
18484 mv -f confcache "$cache_file" ;;
18485 esac
18488 else
18489 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18490 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18493 rm -f confcache
18495 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18496 # Let make expand exec_prefix.
18497 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18499 DEFS=-DHAVE_CONFIG_H
18501 ac_libobjs=
18502 ac_ltlibobjs=
18504 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18505 # 1. Remove the extension, and $U if already installed.
18506 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18507 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18508 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18509 # will be set to the directory where LIBOBJS objects are built.
18510 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18511 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18512 done
18513 LIBOBJS=$ac_libobjs
18515 LTLIBOBJS=$ac_ltlibobjs
18519 : "${CONFIG_STATUS=./config.status}"
18520 ac_write_fail=0
18521 ac_clean_files_save=$ac_clean_files
18522 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18523 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18524 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18525 as_write_fail=0
18526 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18527 #! $SHELL
18528 # Generated by $as_me.
18529 # Run this file to recreate the current configuration.
18530 # Compiler output produced by configure, useful for debugging
18531 # configure, is in config.log if it exists.
18533 debug=false
18534 ac_cs_recheck=false
18535 ac_cs_silent=false
18537 SHELL=\${CONFIG_SHELL-$SHELL}
18538 export SHELL
18539 _ASEOF
18540 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18541 ## -------------------- ##
18542 ## M4sh Initialization. ##
18543 ## -------------------- ##
18545 # Be more Bourne compatible
18546 DUALCASE=1; export DUALCASE # for MKS sh
18547 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18548 emulate sh
18549 NULLCMD=:
18550 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18551 # is contrary to our usage. Disable this feature.
18552 alias -g '${1+"$@"}'='"$@"'
18553 setopt NO_GLOB_SUBST
18554 else
18555 case `(set -o) 2>/dev/null` in #(
18556 *posix*) :
18557 set -o posix ;; #(
18558 *) :
18560 esac
18564 as_nl='
18566 export as_nl
18567 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18568 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18569 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18570 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18571 # Prefer a ksh shell builtin over an external printf program on Solaris,
18572 # but without wasting forks for bash or zsh.
18573 if test -z "$BASH_VERSION$ZSH_VERSION" \
18574 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18575 as_echo='print -r --'
18576 as_echo_n='print -rn --'
18577 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18578 as_echo='printf %s\n'
18579 as_echo_n='printf %s'
18580 else
18581 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18582 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18583 as_echo_n='/usr/ucb/echo -n'
18584 else
18585 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18586 as_echo_n_body='eval
18587 arg=$1;
18588 case $arg in #(
18589 *"$as_nl"*)
18590 expr "X$arg" : "X\\(.*\\)$as_nl";
18591 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18592 esac;
18593 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18595 export as_echo_n_body
18596 as_echo_n='sh -c $as_echo_n_body as_echo'
18598 export as_echo_body
18599 as_echo='sh -c $as_echo_body as_echo'
18602 # The user is always right.
18603 if test "${PATH_SEPARATOR+set}" != set; then
18604 PATH_SEPARATOR=:
18605 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18606 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18607 PATH_SEPARATOR=';'
18612 # IFS
18613 # We need space, tab and new line, in precisely that order. Quoting is
18614 # there to prevent editors from complaining about space-tab.
18615 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18616 # splitting by setting IFS to empty value.)
18617 IFS=" "" $as_nl"
18619 # Find who we are. Look in the path if we contain no directory separator.
18620 as_myself=
18621 case $0 in #((
18622 *[\\/]* ) as_myself=$0 ;;
18623 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18624 for as_dir in $PATH
18626 IFS=$as_save_IFS
18627 test -z "$as_dir" && as_dir=.
18628 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18629 done
18630 IFS=$as_save_IFS
18633 esac
18634 # We did not find ourselves, most probably we were run as `sh COMMAND'
18635 # in which case we are not to be found in the path.
18636 if test "x$as_myself" = x; then
18637 as_myself=$0
18639 if test ! -f "$as_myself"; then
18640 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18641 exit 1
18644 # Unset variables that we do not need and which cause bugs (e.g. in
18645 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18646 # suppresses any "Segmentation fault" message there. '((' could
18647 # trigger a bug in pdksh 5.2.14.
18648 for as_var in BASH_ENV ENV MAIL MAILPATH
18649 do eval test x\${$as_var+set} = xset \
18650 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18651 done
18652 PS1='$ '
18653 PS2='> '
18654 PS4='+ '
18656 # NLS nuisances.
18657 LC_ALL=C
18658 export LC_ALL
18659 LANGUAGE=C
18660 export LANGUAGE
18662 # CDPATH.
18663 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18666 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18667 # ----------------------------------------
18668 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18669 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18670 # script with STATUS, using 1 if that was 0.
18671 as_fn_error ()
18673 as_status=$1; test $as_status -eq 0 && as_status=1
18674 if test "$4"; then
18675 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18676 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18678 $as_echo "$as_me: error: $2" >&2
18679 as_fn_exit $as_status
18680 } # as_fn_error
18683 # as_fn_set_status STATUS
18684 # -----------------------
18685 # Set $? to STATUS, without forking.
18686 as_fn_set_status ()
18688 return $1
18689 } # as_fn_set_status
18691 # as_fn_exit STATUS
18692 # -----------------
18693 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18694 as_fn_exit ()
18696 set +e
18697 as_fn_set_status $1
18698 exit $1
18699 } # as_fn_exit
18701 # as_fn_unset VAR
18702 # ---------------
18703 # Portably unset VAR.
18704 as_fn_unset ()
18706 { eval $1=; unset $1;}
18708 as_unset=as_fn_unset
18709 # as_fn_append VAR VALUE
18710 # ----------------------
18711 # Append the text in VALUE to the end of the definition contained in VAR. Take
18712 # advantage of any shell optimizations that allow amortized linear growth over
18713 # repeated appends, instead of the typical quadratic growth present in naive
18714 # implementations.
18715 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18716 eval 'as_fn_append ()
18718 eval $1+=\$2
18720 else
18721 as_fn_append ()
18723 eval $1=\$$1\$2
18725 fi # as_fn_append
18727 # as_fn_arith ARG...
18728 # ------------------
18729 # Perform arithmetic evaluation on the ARGs, and store the result in the
18730 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18731 # must be portable across $(()) and expr.
18732 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18733 eval 'as_fn_arith ()
18735 as_val=$(( $* ))
18737 else
18738 as_fn_arith ()
18740 as_val=`expr "$@" || test $? -eq 1`
18742 fi # as_fn_arith
18745 if expr a : '\(a\)' >/dev/null 2>&1 &&
18746 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18747 as_expr=expr
18748 else
18749 as_expr=false
18752 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18753 as_basename=basename
18754 else
18755 as_basename=false
18758 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18759 as_dirname=dirname
18760 else
18761 as_dirname=false
18764 as_me=`$as_basename -- "$0" ||
18765 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18766 X"$0" : 'X\(//\)$' \| \
18767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18768 $as_echo X/"$0" |
18769 sed '/^.*\/\([^/][^/]*\)\/*$/{
18770 s//\1/
18773 /^X\/\(\/\/\)$/{
18774 s//\1/
18777 /^X\/\(\/\).*/{
18778 s//\1/
18781 s/.*/./; q'`
18783 # Avoid depending upon Character Ranges.
18784 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18785 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18786 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18787 as_cr_digits='0123456789'
18788 as_cr_alnum=$as_cr_Letters$as_cr_digits
18790 ECHO_C= ECHO_N= ECHO_T=
18791 case `echo -n x` in #(((((
18792 -n*)
18793 case `echo 'xy\c'` in
18794 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18795 xy) ECHO_C='\c';;
18796 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18797 ECHO_T=' ';;
18798 esac;;
18800 ECHO_N='-n';;
18801 esac
18803 rm -f conf$$ conf$$.exe conf$$.file
18804 if test -d conf$$.dir; then
18805 rm -f conf$$.dir/conf$$.file
18806 else
18807 rm -f conf$$.dir
18808 mkdir conf$$.dir 2>/dev/null
18810 if (echo >conf$$.file) 2>/dev/null; then
18811 if ln -s conf$$.file conf$$ 2>/dev/null; then
18812 as_ln_s='ln -s'
18813 # ... but there are two gotchas:
18814 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18815 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18816 # In both cases, we have to default to `cp -pR'.
18817 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18818 as_ln_s='cp -pR'
18819 elif ln conf$$.file conf$$ 2>/dev/null; then
18820 as_ln_s=ln
18821 else
18822 as_ln_s='cp -pR'
18824 else
18825 as_ln_s='cp -pR'
18827 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18828 rmdir conf$$.dir 2>/dev/null
18831 # as_fn_mkdir_p
18832 # -------------
18833 # Create "$as_dir" as a directory, including parents if necessary.
18834 as_fn_mkdir_p ()
18837 case $as_dir in #(
18838 -*) as_dir=./$as_dir;;
18839 esac
18840 test -d "$as_dir" || eval $as_mkdir_p || {
18841 as_dirs=
18842 while :; do
18843 case $as_dir in #(
18844 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18845 *) as_qdir=$as_dir;;
18846 esac
18847 as_dirs="'$as_qdir' $as_dirs"
18848 as_dir=`$as_dirname -- "$as_dir" ||
18849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18850 X"$as_dir" : 'X\(//\)[^/]' \| \
18851 X"$as_dir" : 'X\(//\)$' \| \
18852 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18853 $as_echo X"$as_dir" |
18854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18855 s//\1/
18858 /^X\(\/\/\)[^/].*/{
18859 s//\1/
18862 /^X\(\/\/\)$/{
18863 s//\1/
18866 /^X\(\/\).*/{
18867 s//\1/
18870 s/.*/./; q'`
18871 test -d "$as_dir" && break
18872 done
18873 test -z "$as_dirs" || eval "mkdir $as_dirs"
18874 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18877 } # as_fn_mkdir_p
18878 if mkdir -p . 2>/dev/null; then
18879 as_mkdir_p='mkdir -p "$as_dir"'
18880 else
18881 test -d ./-p && rmdir ./-p
18882 as_mkdir_p=false
18886 # as_fn_executable_p FILE
18887 # -----------------------
18888 # Test if FILE is an executable regular file.
18889 as_fn_executable_p ()
18891 test -f "$1" && test -x "$1"
18892 } # as_fn_executable_p
18893 as_test_x='test -x'
18894 as_executable_p=as_fn_executable_p
18896 # Sed expression to map a string onto a valid CPP name.
18897 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18899 # Sed expression to map a string onto a valid variable name.
18900 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18903 exec 6>&1
18904 ## ----------------------------------- ##
18905 ## Main body of $CONFIG_STATUS script. ##
18906 ## ----------------------------------- ##
18907 _ASEOF
18908 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18910 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18911 # Save the log message, to keep $0 and so on meaningful, and to
18912 # report actual input values of CONFIG_FILES etc. instead of their
18913 # values after options handling.
18914 ac_log="
18915 This file was extended by Wine $as_me 1.7.54, which was
18916 generated by GNU Autoconf 2.69. Invocation command line was
18918 CONFIG_FILES = $CONFIG_FILES
18919 CONFIG_HEADERS = $CONFIG_HEADERS
18920 CONFIG_LINKS = $CONFIG_LINKS
18921 CONFIG_COMMANDS = $CONFIG_COMMANDS
18922 $ $0 $@
18924 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18927 _ACEOF
18929 case $ac_config_files in *"
18930 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18931 esac
18933 case $ac_config_headers in *"
18934 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18935 esac
18938 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18939 # Files that config.status was made for.
18940 config_files="$ac_config_files"
18941 config_headers="$ac_config_headers"
18942 config_links="$ac_config_links"
18943 config_commands="$ac_config_commands"
18945 _ACEOF
18947 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18948 ac_cs_usage="\
18949 \`$as_me' instantiates files and other configuration actions
18950 from templates according to the current configuration. Unless the files
18951 and actions are specified as TAGs, all are instantiated by default.
18953 Usage: $0 [OPTION]... [TAG]...
18955 -h, --help print this help, then exit
18956 -V, --version print version number and configuration settings, then exit
18957 --config print configuration, then exit
18958 -q, --quiet, --silent
18959 do not print progress messages
18960 -d, --debug don't remove temporary files
18961 --recheck update $as_me by reconfiguring in the same conditions
18962 --file=FILE[:TEMPLATE]
18963 instantiate the configuration file FILE
18964 --header=FILE[:TEMPLATE]
18965 instantiate the configuration header FILE
18967 Configuration files:
18968 $config_files
18970 Configuration headers:
18971 $config_headers
18973 Configuration links:
18974 $config_links
18976 Configuration commands:
18977 $config_commands
18979 Report bugs to <wine-devel@winehq.org>.
18980 Wine home page: <http://www.winehq.org>."
18982 _ACEOF
18983 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18984 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18985 ac_cs_version="\\
18986 Wine config.status 1.7.54
18987 configured by $0, generated by GNU Autoconf 2.69,
18988 with options \\"\$ac_cs_config\\"
18990 Copyright (C) 2012 Free Software Foundation, Inc.
18991 This config.status script is free software; the Free Software Foundation
18992 gives unlimited permission to copy, distribute and modify it."
18994 ac_pwd='$ac_pwd'
18995 srcdir='$srcdir'
18996 test -n "\$AWK" || AWK=awk
18997 _ACEOF
18999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19000 # The default lists apply if the user does not specify any file.
19001 ac_need_defaults=:
19002 while test $# != 0
19004 case $1 in
19005 --*=?*)
19006 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19007 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19008 ac_shift=:
19010 --*=)
19011 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19012 ac_optarg=
19013 ac_shift=:
19016 ac_option=$1
19017 ac_optarg=$2
19018 ac_shift=shift
19020 esac
19022 case $ac_option in
19023 # Handling of the options.
19024 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19025 ac_cs_recheck=: ;;
19026 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19027 $as_echo "$ac_cs_version"; exit ;;
19028 --config | --confi | --conf | --con | --co | --c )
19029 $as_echo "$ac_cs_config"; exit ;;
19030 --debug | --debu | --deb | --de | --d | -d )
19031 debug=: ;;
19032 --file | --fil | --fi | --f )
19033 $ac_shift
19034 case $ac_optarg in
19035 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19036 '') as_fn_error $? "missing file argument" ;;
19037 esac
19038 as_fn_append CONFIG_FILES " '$ac_optarg'"
19039 ac_need_defaults=false;;
19040 --header | --heade | --head | --hea )
19041 $ac_shift
19042 case $ac_optarg in
19043 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19044 esac
19045 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19046 ac_need_defaults=false;;
19047 --he | --h)
19048 # Conflict between --help and --header
19049 as_fn_error $? "ambiguous option: \`$1'
19050 Try \`$0 --help' for more information.";;
19051 --help | --hel | -h )
19052 $as_echo "$ac_cs_usage"; exit ;;
19053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19054 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19055 ac_cs_silent=: ;;
19057 # This is an error.
19058 -*) as_fn_error $? "unrecognized option: \`$1'
19059 Try \`$0 --help' for more information." ;;
19061 *) as_fn_append ac_config_targets " $1"
19062 ac_need_defaults=false ;;
19064 esac
19065 shift
19066 done
19068 ac_configure_extra_args=
19070 if $ac_cs_silent; then
19071 exec 6>/dev/null
19072 ac_configure_extra_args="$ac_configure_extra_args --silent"
19075 _ACEOF
19076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19077 if \$ac_cs_recheck; then
19078 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19079 shift
19080 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19081 CONFIG_SHELL='$SHELL'
19082 export CONFIG_SHELL
19083 exec "\$@"
19086 _ACEOF
19087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19088 exec 5>>config.log
19090 echo
19091 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19092 ## Running $as_me. ##
19093 _ASBOX
19094 $as_echo "$ac_log"
19095 } >&5
19097 _ACEOF
19098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19100 # INIT-COMMANDS
19102 wine_fn_output_makedep ()
19104 as_dir=tools; as_fn_mkdir_p
19105 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19107 wine_fn_output_makefile ()
19109 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19110 `cat $wine_rules_file`
19111 _WINE_EOF
19112 as_fn_error $? "could not create Makefile" "$LINENO" 5
19114 wine_fn_output_gitignore ()
19116 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19117 $GITIGNORE
19118 _WINE_EOF
19119 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19122 _ACEOF
19124 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19126 # Handling of arguments.
19127 for ac_config_target in $ac_config_targets
19129 case $ac_config_target in
19130 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19131 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19132 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19133 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19134 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19135 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19136 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19137 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19138 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19139 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19140 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19141 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19142 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19143 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19144 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19146 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19147 esac
19148 done
19151 # If the user did not use the arguments to specify the items to instantiate,
19152 # then the envvar interface is used. Set only those that are not.
19153 # We use the long form for the default assignment because of an extremely
19154 # bizarre bug on SunOS 4.1.3.
19155 if $ac_need_defaults; then
19156 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19157 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19158 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19159 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19162 # Have a temporary directory for convenience. Make it in the build tree
19163 # simply because there is no reason against having it here, and in addition,
19164 # creating and moving files from /tmp can sometimes cause problems.
19165 # Hook for its removal unless debugging.
19166 # Note that there is a small window in which the directory will not be cleaned:
19167 # after its creation but before its name has been assigned to `$tmp'.
19168 $debug ||
19170 tmp= ac_tmp=
19171 trap 'exit_status=$?
19172 : "${ac_tmp:=$tmp}"
19173 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19175 trap 'as_fn_exit 1' 1 2 13 15
19177 # Create a (secure) tmp directory for tmp files.
19180 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19181 test -d "$tmp"
19182 } ||
19184 tmp=./conf$$-$RANDOM
19185 (umask 077 && mkdir "$tmp")
19186 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19187 ac_tmp=$tmp
19189 # Set up the scripts for CONFIG_FILES section.
19190 # No need to generate them if there are no CONFIG_FILES.
19191 # This happens for instance with `./config.status config.h'.
19192 if test -n "$CONFIG_FILES"; then
19195 ac_cr=`echo X | tr X '\015'`
19196 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19197 # But we know of no other shell where ac_cr would be empty at this
19198 # point, so we can use a bashism as a fallback.
19199 if test "x$ac_cr" = x; then
19200 eval ac_cr=\$\'\\r\'
19202 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19203 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19204 ac_cs_awk_cr='\\r'
19205 else
19206 ac_cs_awk_cr=$ac_cr
19209 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19210 _ACEOF
19214 echo "cat >conf$$subs.awk <<_ACEOF" &&
19215 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19216 echo "_ACEOF"
19217 } >conf$$subs.sh ||
19218 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19219 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19220 ac_delim='%!_!# '
19221 for ac_last_try in false false false false false :; do
19222 . ./conf$$subs.sh ||
19223 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19225 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19226 if test $ac_delim_n = $ac_delim_num; then
19227 break
19228 elif $ac_last_try; then
19229 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19230 else
19231 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19233 done
19234 rm -f conf$$subs.sh
19236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19237 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19238 _ACEOF
19239 sed -n '
19241 s/^/S["/; s/!.*/"]=/
19244 s/^[^!]*!//
19245 :repl
19246 t repl
19247 s/'"$ac_delim"'$//
19248 t delim
19251 s/\(.\{148\}\)..*/\1/
19252 t more1
19253 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19256 b repl
19257 :more1
19258 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19261 s/.\{148\}//
19262 t nl
19263 :delim
19265 s/\(.\{148\}\)..*/\1/
19266 t more2
19267 s/["\\]/\\&/g; s/^/"/; s/$/"/
19270 :more2
19271 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19274 s/.\{148\}//
19275 t delim
19276 ' <conf$$subs.awk | sed '
19277 /^[^""]/{
19279 s/\n//
19281 ' >>$CONFIG_STATUS || ac_write_fail=1
19282 rm -f conf$$subs.awk
19283 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19284 _ACAWK
19285 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19286 for (key in S) S_is_set[key] = 1
19287 FS = "\a"
19291 line = $ 0
19292 nfields = split(line, field, "@")
19293 substed = 0
19294 len = length(field[1])
19295 for (i = 2; i < nfields; i++) {
19296 key = field[i]
19297 keylen = length(key)
19298 if (S_is_set[key]) {
19299 value = S[key]
19300 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19301 len += length(value) + length(field[++i])
19302 substed = 1
19303 } else
19304 len += 1 + keylen
19307 print line
19310 _ACAWK
19311 _ACEOF
19312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19313 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19314 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19315 else
19317 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19318 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19319 _ACEOF
19321 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19322 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19323 # trailing colons and then remove the whole line if VPATH becomes empty
19324 # (actually we leave an empty line to preserve line numbers).
19325 if test "x$srcdir" = x.; then
19326 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19328 s///
19329 s/^/:/
19330 s/[ ]*$/:/
19331 s/:\$(srcdir):/:/g
19332 s/:\${srcdir}:/:/g
19333 s/:@srcdir@:/:/g
19334 s/^:*//
19335 s/:*$//
19337 s/\(=[ ]*\).*/\1/
19339 s/\n//
19340 s/^[^=]*=[ ]*$//
19344 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19345 fi # test -n "$CONFIG_FILES"
19347 # Set up the scripts for CONFIG_HEADERS section.
19348 # No need to generate them if there are no CONFIG_HEADERS.
19349 # This happens for instance with `./config.status Makefile'.
19350 if test -n "$CONFIG_HEADERS"; then
19351 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19352 BEGIN {
19353 _ACEOF
19355 # Transform confdefs.h into an awk script `defines.awk', embedded as
19356 # here-document in config.status, that substitutes the proper values into
19357 # config.h.in to produce config.h.
19359 # Create a delimiter string that does not exist in confdefs.h, to ease
19360 # handling of long lines.
19361 ac_delim='%!_!# '
19362 for ac_last_try in false false :; do
19363 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19364 if test -z "$ac_tt"; then
19365 break
19366 elif $ac_last_try; then
19367 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19368 else
19369 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19371 done
19373 # For the awk script, D is an array of macro values keyed by name,
19374 # likewise P contains macro parameters if any. Preserve backslash
19375 # newline sequences.
19377 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19378 sed -n '
19379 s/.\{148\}/&'"$ac_delim"'/g
19380 t rset
19381 :rset
19382 s/^[ ]*#[ ]*define[ ][ ]*/ /
19383 t def
19385 :def
19386 s/\\$//
19387 t bsnl
19388 s/["\\]/\\&/g
19389 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19390 D["\1"]=" \3"/p
19391 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19393 :bsnl
19394 s/["\\]/\\&/g
19395 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19396 D["\1"]=" \3\\\\\\n"\\/p
19397 t cont
19398 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19399 t cont
19401 :cont
19403 s/.\{148\}/&'"$ac_delim"'/g
19404 t clear
19405 :clear
19406 s/\\$//
19407 t bsnlc
19408 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19410 :bsnlc
19411 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19412 b cont
19413 ' <confdefs.h | sed '
19414 s/'"$ac_delim"'/"\\\
19415 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19418 for (key in D) D_is_set[key] = 1
19419 FS = "\a"
19421 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19422 line = \$ 0
19423 split(line, arg, " ")
19424 if (arg[1] == "#") {
19425 defundef = arg[2]
19426 mac1 = arg[3]
19427 } else {
19428 defundef = substr(arg[1], 2)
19429 mac1 = arg[2]
19431 split(mac1, mac2, "(") #)
19432 macro = mac2[1]
19433 prefix = substr(line, 1, index(line, defundef) - 1)
19434 if (D_is_set[macro]) {
19435 # Preserve the white space surrounding the "#".
19436 print prefix "define", macro P[macro] D[macro]
19437 next
19438 } else {
19439 # Replace #undef with comments. This is necessary, for example,
19440 # in the case of _POSIX_SOURCE, which is predefined and required
19441 # on some systems where configure will not decide to define it.
19442 if (defundef == "undef") {
19443 print "/*", prefix defundef, macro, "*/"
19444 next
19448 { print }
19449 _ACAWK
19450 _ACEOF
19451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19452 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19453 fi # test -n "$CONFIG_HEADERS"
19456 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19457 shift
19458 for ac_tag
19460 case $ac_tag in
19461 :[FHLC]) ac_mode=$ac_tag; continue;;
19462 esac
19463 case $ac_mode$ac_tag in
19464 :[FHL]*:*);;
19465 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19466 :[FH]-) ac_tag=-:-;;
19467 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19468 esac
19469 ac_save_IFS=$IFS
19470 IFS=:
19471 set x $ac_tag
19472 IFS=$ac_save_IFS
19473 shift
19474 ac_file=$1
19475 shift
19477 case $ac_mode in
19478 :L) ac_source=$1;;
19479 :[FH])
19480 ac_file_inputs=
19481 for ac_f
19483 case $ac_f in
19484 -) ac_f="$ac_tmp/stdin";;
19485 *) # Look for the file first in the build tree, then in the source tree
19486 # (if the path is not absolute). The absolute path cannot be DOS-style,
19487 # because $ac_f cannot contain `:'.
19488 test -f "$ac_f" ||
19489 case $ac_f in
19490 [\\/$]*) false;;
19491 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19492 esac ||
19493 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19494 esac
19495 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19496 as_fn_append ac_file_inputs " '$ac_f'"
19497 done
19499 # Let's still pretend it is `configure' which instantiates (i.e., don't
19500 # use $as_me), people would be surprised to read:
19501 # /* config.h. Generated by config.status. */
19502 configure_input='Generated from '`
19503 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19504 `' by configure.'
19505 if test x"$ac_file" != x-; then
19506 configure_input="$ac_file. $configure_input"
19507 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19508 $as_echo "$as_me: creating $ac_file" >&6;}
19510 # Neutralize special characters interpreted by sed in replacement strings.
19511 case $configure_input in #(
19512 *\&* | *\|* | *\\* )
19513 ac_sed_conf_input=`$as_echo "$configure_input" |
19514 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19515 *) ac_sed_conf_input=$configure_input;;
19516 esac
19518 case $ac_tag in
19519 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19520 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19521 esac
19523 esac
19525 ac_dir=`$as_dirname -- "$ac_file" ||
19526 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19527 X"$ac_file" : 'X\(//\)[^/]' \| \
19528 X"$ac_file" : 'X\(//\)$' \| \
19529 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19530 $as_echo X"$ac_file" |
19531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19532 s//\1/
19535 /^X\(\/\/\)[^/].*/{
19536 s//\1/
19539 /^X\(\/\/\)$/{
19540 s//\1/
19543 /^X\(\/\).*/{
19544 s//\1/
19547 s/.*/./; q'`
19548 as_dir="$ac_dir"; as_fn_mkdir_p
19549 ac_builddir=.
19551 case "$ac_dir" in
19552 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19554 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19555 # A ".." for each directory in $ac_dir_suffix.
19556 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19557 case $ac_top_builddir_sub in
19558 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19559 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19560 esac ;;
19561 esac
19562 ac_abs_top_builddir=$ac_pwd
19563 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19564 # for backward compatibility:
19565 ac_top_builddir=$ac_top_build_prefix
19567 case $srcdir in
19568 .) # We are building in place.
19569 ac_srcdir=.
19570 ac_top_srcdir=$ac_top_builddir_sub
19571 ac_abs_top_srcdir=$ac_pwd ;;
19572 [\\/]* | ?:[\\/]* ) # Absolute name.
19573 ac_srcdir=$srcdir$ac_dir_suffix;
19574 ac_top_srcdir=$srcdir
19575 ac_abs_top_srcdir=$srcdir ;;
19576 *) # Relative name.
19577 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19578 ac_top_srcdir=$ac_top_build_prefix$srcdir
19579 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19580 esac
19581 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19584 case $ac_mode in
19587 # CONFIG_FILE
19590 _ACEOF
19592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19593 # If the template does not know about datarootdir, expand it.
19594 # FIXME: This hack should be removed a few years after 2.60.
19595 ac_datarootdir_hack=; ac_datarootdir_seen=
19596 ac_sed_dataroot='
19597 /datarootdir/ {
19601 /@datadir@/p
19602 /@docdir@/p
19603 /@infodir@/p
19604 /@localedir@/p
19605 /@mandir@/p'
19606 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19607 *datarootdir*) ac_datarootdir_seen=yes;;
19608 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19610 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19611 _ACEOF
19612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19613 ac_datarootdir_hack='
19614 s&@datadir@&$datadir&g
19615 s&@docdir@&$docdir&g
19616 s&@infodir@&$infodir&g
19617 s&@localedir@&$localedir&g
19618 s&@mandir@&$mandir&g
19619 s&\\\${datarootdir}&$datarootdir&g' ;;
19620 esac
19621 _ACEOF
19623 # Neutralize VPATH when `$srcdir' = `.'.
19624 # Shell code in configure.ac might set extrasub.
19625 # FIXME: do we really want to maintain this feature?
19626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19627 ac_sed_extra="$ac_vpsub
19628 $extrasub
19629 _ACEOF
19630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19632 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19633 s|@configure_input@|$ac_sed_conf_input|;t t
19634 s&@top_builddir@&$ac_top_builddir_sub&;t t
19635 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19636 s&@srcdir@&$ac_srcdir&;t t
19637 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19638 s&@top_srcdir@&$ac_top_srcdir&;t t
19639 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19640 s&@builddir@&$ac_builddir&;t t
19641 s&@abs_builddir@&$ac_abs_builddir&;t t
19642 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19643 $ac_datarootdir_hack
19645 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19646 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19648 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19649 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19650 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19651 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19653 which seems to be undefined. Please make sure it is defined" >&5
19654 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19655 which seems to be undefined. Please make sure it is defined" >&2;}
19657 rm -f "$ac_tmp/stdin"
19658 case $ac_file in
19659 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19660 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19661 esac \
19662 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19666 # CONFIG_HEADER
19668 if test x"$ac_file" != x-; then
19670 $as_echo "/* $configure_input */" \
19671 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19672 } >"$ac_tmp/config.h" \
19673 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19674 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19675 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19676 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19677 else
19678 rm -f "$ac_file"
19679 mv "$ac_tmp/config.h" "$ac_file" \
19680 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19682 else
19683 $as_echo "/* $configure_input */" \
19684 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19685 || as_fn_error $? "could not create -" "$LINENO" 5
19690 # CONFIG_LINK
19693 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19695 else
19696 # Prefer the file from the source tree if names are identical.
19697 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19698 ac_source=$srcdir/$ac_source
19701 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19702 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19704 if test ! -r "$ac_source"; then
19705 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19707 rm -f "$ac_file"
19709 # Try a relative symlink, then a hard link, then a copy.
19710 case $ac_source in
19711 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19712 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19713 esac
19714 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19715 ln "$ac_source" "$ac_file" 2>/dev/null ||
19716 cp -p "$ac_source" "$ac_file" ||
19717 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19720 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19721 $as_echo "$as_me: executing $ac_file commands" >&6;}
19723 esac
19726 case $ac_file$ac_mode in
19727 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19728 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19729 "Makefile":C) wine_fn_output_makefile Makefile ;;
19730 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19732 esac
19733 done # for ac_tag
19736 as_fn_exit 0
19737 _ACEOF
19738 ac_clean_files=$ac_clean_files_save
19740 test $ac_write_fail = 0 ||
19741 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19744 # configure is writing to config.log, and then calls config.status.
19745 # config.status does its own redirection, appending to config.log.
19746 # Unfortunately, on DOS this fails, as config.log is still kept open
19747 # by configure, so config.status won't be able to write to it; its
19748 # output is simply discarded. So we exec the FD to /dev/null,
19749 # effectively closing config.log, so it can be properly (re)opened and
19750 # appended to by config.status. When coming back to configure, we
19751 # need to make the FD available again.
19752 if test "$no_create" != yes; then
19753 ac_cs_success=:
19754 ac_config_status_args=
19755 test "$silent" = yes &&
19756 ac_config_status_args="$ac_config_status_args --quiet"
19757 exec 5>/dev/null
19758 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19759 exec 5>>config.log
19760 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19761 # would make configure fail if this is the last instruction.
19762 $ac_cs_success || as_fn_exit 1
19764 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19766 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19770 if test "$no_create" = "yes"
19771 then
19772 exit 0
19775 ac_save_IFS="$IFS"
19776 if test "x$wine_notices" != x; then
19777 echo >&6
19778 IFS="|"
19779 for msg in $wine_notices; do
19780 IFS="$ac_save_IFS"
19781 if ${msg:+false} :; then :
19783 else
19784 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19785 $as_echo "$as_me: $msg" >&6;}
19787 done
19789 IFS="|"
19790 for msg in $wine_warnings; do
19791 IFS="$ac_save_IFS"
19792 if ${msg:+false} :; then :
19794 else
19795 echo >&2
19796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19797 $as_echo "$as_me: WARNING: $msg" >&2;}
19799 done
19800 IFS="$ac_save_IFS"
19802 $as_echo "
19803 $as_me: Finished. Do '${ac_make}' to compile Wine.
19804 " >&6