makefiles: Avoid running config.status when not necessary.
[wine.git] / configure
blob8d17086367849eef8e64d3c8a4567e7e1d990352
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.53.
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.53'
584 PACKAGE_STRING='Wine 1.7.53'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 PROCSTAT_LIBS
639 KSTAT_LIBS
640 MPG123_LIBS
641 MPG123_CFLAGS
642 TIFF_LIBS
643 TIFF_CFLAGS
644 PNG_LIBS
645 PNG_CFLAGS
646 JPEG_LIBS
647 JPEG_CFLAGS
648 FONTCONFIG_LIBS
649 FONTCONFIG_CFLAGS
650 CUPS_CFLAGS
651 CAPI20_LIBS
652 CAPI20_CFLAGS
653 OSS4_CFLAGS
654 ALSA_LIBS
655 GSTREAMER_LIBS
656 GSTREAMER_CFLAGS
657 GETTEXTPO_LIBS
658 Z_LIBS
659 FREETYPE_LIBS
660 FREETYPE_CFLAGS
661 LCMS2_LIBS
662 LCMS2_CFLAGS
663 RESOLV_LIBS
664 GPHOTO2_PORT_LIBS
665 GPHOTO2_PORT_CFLAGS
666 GPHOTO2_LIBS
667 GPHOTO2_CFLAGS
668 SANE_LIBS
669 SANE_CFLAGS
670 GNUTLS_LIBS
671 GNUTLS_CFLAGS
672 HAL_LIBS
673 HAL_CFLAGS
674 DBUS_LIBS
675 DBUS_CFLAGS
676 XSLT_LIBS
677 XSLT_CFLAGS
678 XML2_LIBS
679 XML2_CFLAGS
680 PCAP_LIBS
681 X_EXTRA_LIBS
682 X_LIBS
683 X_PRE_LIBS
684 X_CFLAGS
685 XMKMF
686 PTHREAD_LIBS
687 CROSSCC
688 CROSSTARGET
689 PRELINK
690 CARBON_LIBS
691 QUICKTIME_LIBS
692 OPENCL_LIBS
693 OPENAL_LIBS
694 COREAUDIO_LIBS
695 SECURITY_LIBS
696 DISKARBITRATION_LIBS
697 APPKIT_LIBS
698 CORESERVICES_LIBS
699 APPLICATIONSERVICES_LIBS
700 FORCEFEEDBACK_LIBS
701 IOKIT_LIBS
702 COREFOUNDATION_LIBS
703 LIBWINE_RULES
704 SOCKET_LIBS
705 DLLTOOL
706 LOADER_RULES
707 ALL_TEST_RESOURCES
708 READELF
709 OTOOL
711 LDRPATH_LOCAL
712 LDRPATH_INSTALL
713 DLLFLAGS
714 DLLPREFIX
715 dlldir
717 OPENGL_LIBS
718 ICOTOOL
719 CONVERT
720 RSVG
721 FONTFORGE
722 PKG_CONFIG
723 MSGFMT
724 LDCONFIG
725 EGREP
726 GREP
727 LN_S
728 RANLIB
729 ARFLAGS
730 STRIP
731 ac_ct_AR
733 BISON
734 FLEX
735 TOOLSDIR
736 TARGETFLAGS
738 CPPBIN
739 ac_ct_CXX
740 CXXFLAGS
742 OBJEXT
743 EXEEXT
744 ac_ct_CC
745 CPPFLAGS
746 LDFLAGS
747 CFLAGS
749 SET_MAKE
750 host_os
751 host_vendor
752 host_cpu
753 host
754 build_os
755 build_vendor
756 build_cpu
757 build
758 target_alias
759 host_alias
760 build_alias
761 LIBS
762 ECHO_T
763 ECHO_N
764 ECHO_C
765 DEFS
766 mandir
767 localedir
768 libdir
769 psdir
770 pdfdir
771 dvidir
772 htmldir
773 infodir
774 docdir
775 oldincludedir
776 includedir
777 runstatedir
778 localstatedir
779 sharedstatedir
780 sysconfdir
781 datadir
782 datarootdir
783 libexecdir
784 sbindir
785 bindir
786 program_transform_name
787 prefix
788 exec_prefix
789 PACKAGE_URL
790 PACKAGE_BUGREPORT
791 PACKAGE_STRING
792 PACKAGE_VERSION
793 PACKAGE_TARNAME
794 PACKAGE_NAME
795 PATH_SEPARATOR
796 SHELL'
797 ac_subst_files=''
798 ac_user_opts='
799 enable_option_checking
800 enable_win16
801 enable_win64
802 enable_tests
803 enable_maintainer_mode
804 with_alsa
805 with_capi
806 with_cms
807 with_coreaudio
808 with_cups
809 with_curses
810 with_dbus
811 with_fontconfig
812 with_freetype
813 with_gettext
814 with_gettextpo
815 with_gphoto
816 with_glu
817 with_gnutls
818 with_gsm
819 with_gstreamer
820 with_hal
821 with_jpeg
822 with_ldap
823 with_mpg123
824 with_netapi
825 with_openal
826 with_opencl
827 with_opengl
828 with_osmesa
829 with_oss
830 with_pcap
831 with_png
832 with_pthread
833 with_sane
834 with_tiff
835 with_v4l
836 with_xcomposite
837 with_xcursor
838 with_xinerama
839 with_xinput
840 with_xinput2
841 with_xml
842 with_xrandr
843 with_xrender
844 with_xshape
845 with_xshm
846 with_xslt
847 with_xxf86vm
848 with_zlib
849 with_wine_tools
850 with_wine64
851 enable_largefile
852 with_x
853 enable_acledit
854 enable_aclui
855 enable_activeds
856 enable_actxprxy
857 enable_advapi32
858 enable_advpack
859 enable_amstream
860 enable_api_ms_win_core_com_l1_1_0
861 enable_api_ms_win_core_console_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_0
863 enable_api_ms_win_core_datetime_l1_1_1
864 enable_api_ms_win_core_debug_l1_1_0
865 enable_api_ms_win_core_debug_l1_1_1
866 enable_api_ms_win_core_errorhandling_l1_1_0
867 enable_api_ms_win_core_errorhandling_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_2
869 enable_api_ms_win_core_fibers_l1_1_0
870 enable_api_ms_win_core_fibers_l1_1_1
871 enable_api_ms_win_core_file_l1_1_0
872 enable_api_ms_win_core_file_l1_2_0
873 enable_api_ms_win_core_file_l2_1_0
874 enable_api_ms_win_core_file_l2_1_1
875 enable_api_ms_win_core_handle_l1_1_0
876 enable_api_ms_win_core_heap_l1_1_0
877 enable_api_ms_win_core_heap_l1_2_0
878 enable_api_ms_win_core_heap_obsolete_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_1_0
880 enable_api_ms_win_core_interlocked_l1_2_0
881 enable_api_ms_win_core_io_l1_1_1
882 enable_api_ms_win_core_kernel32_legacy_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_0
884 enable_api_ms_win_core_libraryloader_l1_1_1
885 enable_api_ms_win_core_localization_l1_2_0
886 enable_api_ms_win_core_localization_l1_2_1
887 enable_api_ms_win_core_localization_obsolete_l1_1_0
888 enable_api_ms_win_core_localregistry_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_0
890 enable_api_ms_win_core_memory_l1_1_1
891 enable_api_ms_win_core_misc_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_1_0
893 enable_api_ms_win_core_namedpipe_l1_2_0
894 enable_api_ms_win_core_processenvironment_l1_1_0
895 enable_api_ms_win_core_processenvironment_l1_2_0
896 enable_api_ms_win_core_processthreads_l1_1_0
897 enable_api_ms_win_core_processthreads_l1_1_1
898 enable_api_ms_win_core_processthreads_l1_1_2
899 enable_api_ms_win_core_profile_l1_1_0
900 enable_api_ms_win_core_psapi_l1_1_0
901 enable_api_ms_win_core_registry_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_1_0
903 enable_api_ms_win_core_rtlsupport_l1_2_0
904 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
905 enable_api_ms_win_core_string_l1_1_0
906 enable_api_ms_win_core_synch_l1_1_0
907 enable_api_ms_win_core_synch_l1_2_0
908 enable_api_ms_win_core_sysinfo_l1_1_0
909 enable_api_ms_win_core_sysinfo_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_2_1
911 enable_api_ms_win_core_threadpool_legacy_l1_1_0
912 enable_api_ms_win_core_timezone_l1_1_0
913 enable_api_ms_win_core_url_l1_1_0
914 enable_api_ms_win_core_util_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_0
916 enable_api_ms_win_core_winrt_error_l1_1_1
917 enable_api_ms_win_core_winrt_l1_1_0
918 enable_api_ms_win_core_winrt_string_l1_1_0
919 enable_api_ms_win_core_xstate_l2_1_0
920 enable_api_ms_win_crt_conio_l1_1_0
921 enable_api_ms_win_crt_convert_l1_1_0
922 enable_api_ms_win_crt_environment_l1_1_0
923 enable_api_ms_win_crt_filesystem_l1_1_0
924 enable_api_ms_win_crt_heap_l1_1_0
925 enable_api_ms_win_crt_locale_l1_1_0
926 enable_api_ms_win_crt_math_l1_1_0
927 enable_api_ms_win_crt_multibyte_l1_1_0
928 enable_api_ms_win_crt_private_l1_1_0
929 enable_api_ms_win_crt_process_l1_1_0
930 enable_api_ms_win_crt_runtime_l1_1_0
931 enable_api_ms_win_crt_stdio_l1_1_0
932 enable_api_ms_win_crt_string_l1_1_0
933 enable_api_ms_win_crt_time_l1_1_0
934 enable_api_ms_win_crt_utility_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l1_1_0
936 enable_api_ms_win_downlevel_advapi32_l2_1_0
937 enable_api_ms_win_downlevel_normaliz_l1_1_0
938 enable_api_ms_win_downlevel_ole32_l1_1_0
939 enable_api_ms_win_downlevel_shell32_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l1_1_0
941 enable_api_ms_win_downlevel_shlwapi_l2_1_0
942 enable_api_ms_win_downlevel_user32_l1_1_0
943 enable_api_ms_win_downlevel_version_l1_1_0
944 enable_api_ms_win_eventing_provider_l1_1_0
945 enable_api_ms_win_ntuser_dc_access_l1_1_0
946 enable_api_ms_win_security_base_l1_1_0
947 enable_api_ms_win_security_base_l1_2_0
948 enable_api_ms_win_security_sddl_l1_1_0
949 enable_api_ms_win_service_core_l1_1_1
950 enable_api_ms_win_service_management_l1_1_0
951 enable_api_ms_win_service_winsvc_l1_2_0
952 enable_apphelp
953 enable_appwiz_cpl
954 enable_atl
955 enable_atl100
956 enable_atl110
957 enable_atl80
958 enable_atl90
959 enable_authz
960 enable_avicap32
961 enable_avifil32
962 enable_avrt
963 enable_bcrypt
964 enable_browseui
965 enable_cabinet
966 enable_capi2032
967 enable_cards
968 enable_cfgmgr32
969 enable_clusapi
970 enable_combase
971 enable_comcat
972 enable_comctl32
973 enable_comdlg32
974 enable_compstui
975 enable_comsvcs
976 enable_connect
977 enable_credui
978 enable_crtdll
979 enable_crypt32
980 enable_cryptdlg
981 enable_cryptdll
982 enable_cryptext
983 enable_cryptnet
984 enable_cryptui
985 enable_ctapi32
986 enable_ctl3d32
987 enable_d2d1
988 enable_d3d10
989 enable_d3d10_1
990 enable_d3d10core
991 enable_d3d11
992 enable_d3d8
993 enable_d3d9
994 enable_d3dcompiler_33
995 enable_d3dcompiler_34
996 enable_d3dcompiler_35
997 enable_d3dcompiler_36
998 enable_d3dcompiler_37
999 enable_d3dcompiler_38
1000 enable_d3dcompiler_39
1001 enable_d3dcompiler_40
1002 enable_d3dcompiler_41
1003 enable_d3dcompiler_42
1004 enable_d3dcompiler_43
1005 enable_d3dcompiler_46
1006 enable_d3dcompiler_47
1007 enable_d3dim
1008 enable_d3drm
1009 enable_d3dx10_33
1010 enable_d3dx10_34
1011 enable_d3dx10_35
1012 enable_d3dx10_36
1013 enable_d3dx10_37
1014 enable_d3dx10_38
1015 enable_d3dx10_39
1016 enable_d3dx10_40
1017 enable_d3dx10_41
1018 enable_d3dx10_42
1019 enable_d3dx10_43
1020 enable_d3dx11_42
1021 enable_d3dx11_43
1022 enable_d3dx9_24
1023 enable_d3dx9_25
1024 enable_d3dx9_26
1025 enable_d3dx9_27
1026 enable_d3dx9_28
1027 enable_d3dx9_29
1028 enable_d3dx9_30
1029 enable_d3dx9_31
1030 enable_d3dx9_32
1031 enable_d3dx9_33
1032 enable_d3dx9_34
1033 enable_d3dx9_35
1034 enable_d3dx9_36
1035 enable_d3dx9_37
1036 enable_d3dx9_38
1037 enable_d3dx9_39
1038 enable_d3dx9_40
1039 enable_d3dx9_41
1040 enable_d3dx9_42
1041 enable_d3dx9_43
1042 enable_d3dxof
1043 enable_davclnt
1044 enable_dbgeng
1045 enable_dbghelp
1046 enable_dciman32
1047 enable_ddraw
1048 enable_ddrawex
1049 enable_devenum
1050 enable_dhcpcsvc
1051 enable_difxapi
1052 enable_dinput
1053 enable_dinput8
1054 enable_dispex
1055 enable_dmband
1056 enable_dmcompos
1057 enable_dmime
1058 enable_dmloader
1059 enable_dmscript
1060 enable_dmstyle
1061 enable_dmsynth
1062 enable_dmusic
1063 enable_dmusic32
1064 enable_dnsapi
1065 enable_dplay
1066 enable_dplayx
1067 enable_dpnaddr
1068 enable_dpnet
1069 enable_dpnhpast
1070 enable_dpnlobby
1071 enable_dpvoice
1072 enable_dpwsockx
1073 enable_drmclien
1074 enable_dsound
1075 enable_dssenh
1076 enable_dswave
1077 enable_dwmapi
1078 enable_dwrite
1079 enable_dxdiagn
1080 enable_dxgi
1081 enable_dxva2
1082 enable_esent
1083 enable_evr
1084 enable_explorerframe
1085 enable_ext_ms_win_gdi_devcaps_l1_1_0
1086 enable_faultrep
1087 enable_fltlib
1088 enable_fltmgr_sys
1089 enable_fntcache
1090 enable_fontsub
1091 enable_fusion
1092 enable_fwpuclnt
1093 enable_gameux
1094 enable_gdi32
1095 enable_gdiplus
1096 enable_glu32
1097 enable_gphoto2_ds
1098 enable_gpkcsp
1099 enable_hal
1100 enable_hhctrl_ocx
1101 enable_hid
1102 enable_hidclass_sys
1103 enable_hlink
1104 enable_hnetcfg
1105 enable_httpapi
1106 enable_iccvid
1107 enable_icmp
1108 enable_ieframe
1109 enable_imaadp32_acm
1110 enable_imagehlp
1111 enable_imm32
1112 enable_inetcomm
1113 enable_inetcpl_cpl
1114 enable_inetmib1
1115 enable_infosoft
1116 enable_initpki
1117 enable_inkobj
1118 enable_inseng
1119 enable_iphlpapi
1120 enable_itircl
1121 enable_itss
1122 enable_joy_cpl
1123 enable_jscript
1124 enable_jsproxy
1125 enable_kernel32
1126 enable_ksuser
1127 enable_ktmw32
1128 enable_loadperf
1129 enable_localspl
1130 enable_localui
1131 enable_lz32
1132 enable_mapi32
1133 enable_mapistub
1134 enable_mciavi32
1135 enable_mcicda
1136 enable_mciqtz32
1137 enable_mciseq
1138 enable_mciwave
1139 enable_mf
1140 enable_mfplat
1141 enable_mfreadwrite
1142 enable_mgmtapi
1143 enable_midimap
1144 enable_mlang
1145 enable_mmcndmgr
1146 enable_mmdevapi
1147 enable_mountmgr_sys
1148 enable_mpr
1149 enable_mprapi
1150 enable_msacm32_drv
1151 enable_msacm32
1152 enable_msadp32_acm
1153 enable_msasn1
1154 enable_mscat32
1155 enable_mscms
1156 enable_mscoree
1157 enable_msctf
1158 enable_msctfp
1159 enable_msdaps
1160 enable_msdelta
1161 enable_msdmo
1162 enable_msftedit
1163 enable_msg711_acm
1164 enable_msgsm32_acm
1165 enable_mshtml_tlb
1166 enable_mshtml
1167 enable_msi
1168 enable_msident
1169 enable_msimg32
1170 enable_msimsg
1171 enable_msimtf
1172 enable_msisip
1173 enable_msisys_ocx
1174 enable_msls31
1175 enable_msnet32
1176 enable_mspatcha
1177 enable_msrle32
1178 enable_msscript_ocx
1179 enable_mssign32
1180 enable_mssip32
1181 enable_mstask
1182 enable_msvcirt
1183 enable_msvcm80
1184 enable_msvcm90
1185 enable_msvcp100
1186 enable_msvcp110
1187 enable_msvcp120
1188 enable_msvcp120_app
1189 enable_msvcp60
1190 enable_msvcp70
1191 enable_msvcp71
1192 enable_msvcp80
1193 enable_msvcp90
1194 enable_msvcr100
1195 enable_msvcr110
1196 enable_msvcr120
1197 enable_msvcr120_app
1198 enable_msvcr70
1199 enable_msvcr71
1200 enable_msvcr80
1201 enable_msvcr90
1202 enable_msvcrt
1203 enable_msvcrt20
1204 enable_msvcrt40
1205 enable_msvcrtd
1206 enable_msvfw32
1207 enable_msvidc32
1208 enable_mswsock
1209 enable_msxml
1210 enable_msxml2
1211 enable_msxml3
1212 enable_msxml4
1213 enable_msxml6
1214 enable_nddeapi
1215 enable_ndis_sys
1216 enable_netapi32
1217 enable_netcfgx
1218 enable_netprofm
1219 enable_newdev
1220 enable_normaliz
1221 enable_npmshtml
1222 enable_npptools
1223 enable_ntdll
1224 enable_ntdsapi
1225 enable_ntoskrnl_exe
1226 enable_ntprint
1227 enable_objsel
1228 enable_odbc32
1229 enable_odbccp32
1230 enable_odbccu32
1231 enable_ole32
1232 enable_oleacc
1233 enable_oleaut32
1234 enable_olecli32
1235 enable_oledb32
1236 enable_oledlg
1237 enable_olepro32
1238 enable_olesvr32
1239 enable_olethk32
1240 enable_openal32
1241 enable_opencl
1242 enable_opengl32
1243 enable_packager
1244 enable_pdh
1245 enable_photometadatahandler
1246 enable_pidgen
1247 enable_powrprof
1248 enable_printui
1249 enable_prntvpt
1250 enable_propsys
1251 enable_psapi
1252 enable_pstorec
1253 enable_qcap
1254 enable_qedit
1255 enable_qmgr
1256 enable_qmgrprxy
1257 enable_quartz
1258 enable_query
1259 enable_rasapi32
1260 enable_rasdlg
1261 enable_regapi
1262 enable_resutils
1263 enable_riched20
1264 enable_riched32
1265 enable_rpcrt4
1266 enable_rsabase
1267 enable_rsaenh
1268 enable_rstrtmgr
1269 enable_rtutils
1270 enable_samlib
1271 enable_sane_ds
1272 enable_scarddlg
1273 enable_sccbase
1274 enable_schannel
1275 enable_schedsvc
1276 enable_scrrun
1277 enable_scsiport_sys
1278 enable_secur32
1279 enable_security
1280 enable_sensapi
1281 enable_serialui
1282 enable_setupapi
1283 enable_sfc
1284 enable_sfc_os
1285 enable_shdoclc
1286 enable_shdocvw
1287 enable_shell32
1288 enable_shfolder
1289 enable_shlwapi
1290 enable_slbcsp
1291 enable_slc
1292 enable_snmpapi
1293 enable_softpub
1294 enable_spoolss
1295 enable_stdole2_tlb
1296 enable_stdole32_tlb
1297 enable_sti
1298 enable_svrapi
1299 enable_sxs
1300 enable_t2embed
1301 enable_tapi32
1302 enable_taskschd
1303 enable_traffic
1304 enable_twain_32
1305 enable_ucrtbase
1306 enable_unicows
1307 enable_updspapi
1308 enable_url
1309 enable_urlmon
1310 enable_usbd_sys
1311 enable_user32
1312 enable_userenv
1313 enable_usp10
1314 enable_uxtheme
1315 enable_vbscript
1316 enable_vcomp
1317 enable_vcomp100
1318 enable_vcomp110
1319 enable_vcomp120
1320 enable_vcomp90
1321 enable_vdmdbg
1322 enable_version
1323 enable_vssapi
1324 enable_wbemdisp
1325 enable_wbemprox
1326 enable_webservices
1327 enable_wer
1328 enable_wevtapi
1329 enable_wiaservc
1330 enable_wimgapi
1331 enable_windowscodecs
1332 enable_windowscodecsext
1333 enable_winealsa_drv
1334 enable_winecoreaudio_drv
1335 enable_wined3d
1336 enable_winegstreamer
1337 enable_winejoystick_drv
1338 enable_winemac_drv
1339 enable_winemapi
1340 enable_winemp3_acm
1341 enable_wineoss_drv
1342 enable_wineps_drv
1343 enable_wineqtdecoder
1344 enable_winex11_drv
1345 enable_wing32
1346 enable_winhttp
1347 enable_wininet
1348 enable_winmm
1349 enable_winnls32
1350 enable_winscard
1351 enable_winspool_drv
1352 enable_winsta
1353 enable_wintab32
1354 enable_wintrust
1355 enable_wlanapi
1356 enable_wldap32
1357 enable_wmi
1358 enable_wmiutils
1359 enable_wmp
1360 enable_wmvcore
1361 enable_wnaspi32
1362 enable_wpcap
1363 enable_ws2_32
1364 enable_wshom_ocx
1365 enable_wsnmp32
1366 enable_wsock32
1367 enable_wtsapi32
1368 enable_wuapi
1369 enable_wuaueng
1370 enable_x3daudio1_0
1371 enable_x3daudio1_1
1372 enable_x3daudio1_2
1373 enable_x3daudio1_3
1374 enable_x3daudio1_4
1375 enable_x3daudio1_5
1376 enable_x3daudio1_6
1377 enable_x3daudio1_7
1378 enable_xapofx1_1
1379 enable_xapofx1_2
1380 enable_xapofx1_3
1381 enable_xapofx1_4
1382 enable_xapofx1_5
1383 enable_xaudio2_0
1384 enable_xaudio2_1
1385 enable_xaudio2_2
1386 enable_xaudio2_3
1387 enable_xaudio2_4
1388 enable_xaudio2_5
1389 enable_xaudio2_6
1390 enable_xaudio2_7
1391 enable_xaudio2_8
1392 enable_xinput1_1
1393 enable_xinput1_2
1394 enable_xinput1_3
1395 enable_xinput1_4
1396 enable_xinput9_1_0
1397 enable_xmllite
1398 enable_xolehlp
1399 enable_xpsprint
1400 enable_xpssvcs
1401 enable_documentation
1402 enable_fonts
1403 enable_include
1404 enable_libs_port
1405 enable_libs_wine
1406 enable_libs_wpp
1407 enable_loader
1408 enable_arp
1409 enable_aspnet_regiis
1410 enable_attrib
1411 enable_cabarc
1412 enable_cacls
1413 enable_clock
1414 enable_cmd
1415 enable_conhost
1416 enable_control
1417 enable_cscript
1418 enable_dpnsvr
1419 enable_dxdiag
1420 enable_eject
1421 enable_expand
1422 enable_explorer
1423 enable_extrac32
1424 enable_findstr
1425 enable_hh
1426 enable_hostname
1427 enable_icinfo
1428 enable_iexplore
1429 enable_ipconfig
1430 enable_lodctr
1431 enable_mofcomp
1432 enable_mshta
1433 enable_msiexec
1434 enable_net
1435 enable_netsh
1436 enable_netstat
1437 enable_ngen
1438 enable_notepad
1439 enable_oleview
1440 enable_ping
1441 enable_plugplay
1442 enable_presentationfontcache
1443 enable_progman
1444 enable_reg
1445 enable_regasm
1446 enable_regedit
1447 enable_regsvcs
1448 enable_regsvr32
1449 enable_rpcss
1450 enable_rundll32
1451 enable_sc
1452 enable_schtasks
1453 enable_sdbinst
1454 enable_secedit
1455 enable_servicemodelreg
1456 enable_services
1457 enable_spoolsv
1458 enable_start
1459 enable_svchost
1460 enable_systeminfo
1461 enable_taskkill
1462 enable_tasklist
1463 enable_taskmgr
1464 enable_termsv
1465 enable_uninstaller
1466 enable_unlodctr
1467 enable_view
1468 enable_wevtutil
1469 enable_wineboot
1470 enable_winebrowser
1471 enable_winecfg
1472 enable_wineconsole
1473 enable_winedbg
1474 enable_winedevice
1475 enable_winefile
1476 enable_winemenubuilder
1477 enable_winemine
1478 enable_winemsibuilder
1479 enable_winepath
1480 enable_winetest
1481 enable_winhlp32
1482 enable_winver
1483 enable_wmic
1484 enable_wordpad
1485 enable_write
1486 enable_wscript
1487 enable_wusa
1488 enable_xcopy
1489 enable_server
1490 enable_tools
1492 ac_precious_vars='build_alias
1493 host_alias
1494 target_alias
1496 CFLAGS
1497 LDFLAGS
1498 LIBS
1499 CPPFLAGS
1501 CXXFLAGS
1504 XMKMF
1505 XML2_CFLAGS
1506 XML2_LIBS
1507 XSLT_CFLAGS
1508 XSLT_LIBS
1509 DBUS_CFLAGS
1510 DBUS_LIBS
1511 HAL_CFLAGS
1512 HAL_LIBS
1513 GNUTLS_CFLAGS
1514 GNUTLS_LIBS
1515 SANE_CFLAGS
1516 SANE_LIBS
1517 GPHOTO2_CFLAGS
1518 GPHOTO2_LIBS
1519 GPHOTO2_PORT_CFLAGS
1520 GPHOTO2_PORT_LIBS
1521 LCMS2_CFLAGS
1522 LCMS2_LIBS
1523 FREETYPE_CFLAGS
1524 FREETYPE_LIBS
1525 GSTREAMER_CFLAGS
1526 GSTREAMER_LIBS
1527 CAPI20_CFLAGS
1528 CAPI20_LIBS
1529 FONTCONFIG_CFLAGS
1530 FONTCONFIG_LIBS
1531 JPEG_CFLAGS
1532 JPEG_LIBS
1533 PNG_CFLAGS
1534 PNG_LIBS
1535 TIFF_CFLAGS
1536 TIFF_LIBS
1537 MPG123_CFLAGS
1538 MPG123_LIBS'
1541 # Initialize some variables set by options.
1542 ac_init_help=
1543 ac_init_version=false
1544 ac_unrecognized_opts=
1545 ac_unrecognized_sep=
1546 # The variables have the same names as the options, with
1547 # dashes changed to underlines.
1548 cache_file=/dev/null
1549 exec_prefix=NONE
1550 no_create=
1551 no_recursion=
1552 prefix=NONE
1553 program_prefix=NONE
1554 program_suffix=NONE
1555 program_transform_name=s,x,x,
1556 silent=
1557 site=
1558 srcdir=
1559 verbose=
1560 x_includes=NONE
1561 x_libraries=NONE
1563 # Installation directory options.
1564 # These are left unexpanded so users can "make install exec_prefix=/foo"
1565 # and all the variables that are supposed to be based on exec_prefix
1566 # by default will actually change.
1567 # Use braces instead of parens because sh, perl, etc. also accept them.
1568 # (The list follows the same order as the GNU Coding Standards.)
1569 bindir='${exec_prefix}/bin'
1570 sbindir='${exec_prefix}/sbin'
1571 libexecdir='${exec_prefix}/libexec'
1572 datarootdir='${prefix}/share'
1573 datadir='${datarootdir}'
1574 sysconfdir='${prefix}/etc'
1575 sharedstatedir='${prefix}/com'
1576 localstatedir='${prefix}/var'
1577 runstatedir='${localstatedir}/run'
1578 includedir='${prefix}/include'
1579 oldincludedir='/usr/include'
1580 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1581 infodir='${datarootdir}/info'
1582 htmldir='${docdir}'
1583 dvidir='${docdir}'
1584 pdfdir='${docdir}'
1585 psdir='${docdir}'
1586 libdir='${exec_prefix}/lib'
1587 localedir='${datarootdir}/locale'
1588 mandir='${datarootdir}/man'
1590 ac_prev=
1591 ac_dashdash=
1592 for ac_option
1594 # If the previous option needs an argument, assign it.
1595 if test -n "$ac_prev"; then
1596 eval $ac_prev=\$ac_option
1597 ac_prev=
1598 continue
1601 case $ac_option in
1602 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1603 *=) ac_optarg= ;;
1604 *) ac_optarg=yes ;;
1605 esac
1607 # Accept the important Cygnus configure options, so we can diagnose typos.
1609 case $ac_dashdash$ac_option in
1611 ac_dashdash=yes ;;
1613 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1614 ac_prev=bindir ;;
1615 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1616 bindir=$ac_optarg ;;
1618 -build | --build | --buil | --bui | --bu)
1619 ac_prev=build_alias ;;
1620 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1621 build_alias=$ac_optarg ;;
1623 -cache-file | --cache-file | --cache-fil | --cache-fi \
1624 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1625 ac_prev=cache_file ;;
1626 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1627 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1628 cache_file=$ac_optarg ;;
1630 --config-cache | -C)
1631 cache_file=config.cache ;;
1633 -datadir | --datadir | --datadi | --datad)
1634 ac_prev=datadir ;;
1635 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1636 datadir=$ac_optarg ;;
1638 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1639 | --dataroo | --dataro | --datar)
1640 ac_prev=datarootdir ;;
1641 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1642 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1643 datarootdir=$ac_optarg ;;
1645 -disable-* | --disable-*)
1646 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1647 # Reject names that are not valid shell variable names.
1648 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1649 as_fn_error $? "invalid feature name: $ac_useropt"
1650 ac_useropt_orig=$ac_useropt
1651 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1652 case $ac_user_opts in
1654 "enable_$ac_useropt"
1655 "*) ;;
1656 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1657 ac_unrecognized_sep=', ';;
1658 esac
1659 eval enable_$ac_useropt=no ;;
1661 -docdir | --docdir | --docdi | --doc | --do)
1662 ac_prev=docdir ;;
1663 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1664 docdir=$ac_optarg ;;
1666 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1667 ac_prev=dvidir ;;
1668 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1669 dvidir=$ac_optarg ;;
1671 -enable-* | --enable-*)
1672 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1673 # Reject names that are not valid shell variable names.
1674 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1675 as_fn_error $? "invalid feature name: $ac_useropt"
1676 ac_useropt_orig=$ac_useropt
1677 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1678 case $ac_user_opts in
1680 "enable_$ac_useropt"
1681 "*) ;;
1682 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1683 ac_unrecognized_sep=', ';;
1684 esac
1685 eval enable_$ac_useropt=\$ac_optarg ;;
1687 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1688 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1689 | --exec | --exe | --ex)
1690 ac_prev=exec_prefix ;;
1691 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1692 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1693 | --exec=* | --exe=* | --ex=*)
1694 exec_prefix=$ac_optarg ;;
1696 -gas | --gas | --ga | --g)
1697 # Obsolete; use --with-gas.
1698 with_gas=yes ;;
1700 -help | --help | --hel | --he | -h)
1701 ac_init_help=long ;;
1702 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1703 ac_init_help=recursive ;;
1704 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1705 ac_init_help=short ;;
1707 -host | --host | --hos | --ho)
1708 ac_prev=host_alias ;;
1709 -host=* | --host=* | --hos=* | --ho=*)
1710 host_alias=$ac_optarg ;;
1712 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1713 ac_prev=htmldir ;;
1714 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1715 | --ht=*)
1716 htmldir=$ac_optarg ;;
1718 -includedir | --includedir | --includedi | --included | --include \
1719 | --includ | --inclu | --incl | --inc)
1720 ac_prev=includedir ;;
1721 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1722 | --includ=* | --inclu=* | --incl=* | --inc=*)
1723 includedir=$ac_optarg ;;
1725 -infodir | --infodir | --infodi | --infod | --info | --inf)
1726 ac_prev=infodir ;;
1727 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1728 infodir=$ac_optarg ;;
1730 -libdir | --libdir | --libdi | --libd)
1731 ac_prev=libdir ;;
1732 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1733 libdir=$ac_optarg ;;
1735 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1736 | --libexe | --libex | --libe)
1737 ac_prev=libexecdir ;;
1738 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1739 | --libexe=* | --libex=* | --libe=*)
1740 libexecdir=$ac_optarg ;;
1742 -localedir | --localedir | --localedi | --localed | --locale)
1743 ac_prev=localedir ;;
1744 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1745 localedir=$ac_optarg ;;
1747 -localstatedir | --localstatedir | --localstatedi | --localstated \
1748 | --localstate | --localstat | --localsta | --localst | --locals)
1749 ac_prev=localstatedir ;;
1750 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1751 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1752 localstatedir=$ac_optarg ;;
1754 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1755 ac_prev=mandir ;;
1756 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1757 mandir=$ac_optarg ;;
1759 -nfp | --nfp | --nf)
1760 # Obsolete; use --without-fp.
1761 with_fp=no ;;
1763 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1764 | --no-cr | --no-c | -n)
1765 no_create=yes ;;
1767 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1768 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1769 no_recursion=yes ;;
1771 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1772 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1773 | --oldin | --oldi | --old | --ol | --o)
1774 ac_prev=oldincludedir ;;
1775 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1776 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1777 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1778 oldincludedir=$ac_optarg ;;
1780 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1781 ac_prev=prefix ;;
1782 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1783 prefix=$ac_optarg ;;
1785 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1786 | --program-pre | --program-pr | --program-p)
1787 ac_prev=program_prefix ;;
1788 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1789 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1790 program_prefix=$ac_optarg ;;
1792 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1793 | --program-suf | --program-su | --program-s)
1794 ac_prev=program_suffix ;;
1795 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1796 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1797 program_suffix=$ac_optarg ;;
1799 -program-transform-name | --program-transform-name \
1800 | --program-transform-nam | --program-transform-na \
1801 | --program-transform-n | --program-transform- \
1802 | --program-transform | --program-transfor \
1803 | --program-transfo | --program-transf \
1804 | --program-trans | --program-tran \
1805 | --progr-tra | --program-tr | --program-t)
1806 ac_prev=program_transform_name ;;
1807 -program-transform-name=* | --program-transform-name=* \
1808 | --program-transform-nam=* | --program-transform-na=* \
1809 | --program-transform-n=* | --program-transform-=* \
1810 | --program-transform=* | --program-transfor=* \
1811 | --program-transfo=* | --program-transf=* \
1812 | --program-trans=* | --program-tran=* \
1813 | --progr-tra=* | --program-tr=* | --program-t=*)
1814 program_transform_name=$ac_optarg ;;
1816 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1817 ac_prev=pdfdir ;;
1818 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1819 pdfdir=$ac_optarg ;;
1821 -psdir | --psdir | --psdi | --psd | --ps)
1822 ac_prev=psdir ;;
1823 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1824 psdir=$ac_optarg ;;
1826 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1827 | -silent | --silent | --silen | --sile | --sil)
1828 silent=yes ;;
1830 -runstatedir | --runstatedir | --runstatedi | --runstated \
1831 | --runstate | --runstat | --runsta | --runst | --runs \
1832 | --run | --ru | --r)
1833 ac_prev=runstatedir ;;
1834 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1835 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1836 | --run=* | --ru=* | --r=*)
1837 runstatedir=$ac_optarg ;;
1839 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1840 ac_prev=sbindir ;;
1841 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1842 | --sbi=* | --sb=*)
1843 sbindir=$ac_optarg ;;
1845 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1846 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1847 | --sharedst | --shareds | --shared | --share | --shar \
1848 | --sha | --sh)
1849 ac_prev=sharedstatedir ;;
1850 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1851 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1852 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1853 | --sha=* | --sh=*)
1854 sharedstatedir=$ac_optarg ;;
1856 -site | --site | --sit)
1857 ac_prev=site ;;
1858 -site=* | --site=* | --sit=*)
1859 site=$ac_optarg ;;
1861 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1862 ac_prev=srcdir ;;
1863 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1864 srcdir=$ac_optarg ;;
1866 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1867 | --syscon | --sysco | --sysc | --sys | --sy)
1868 ac_prev=sysconfdir ;;
1869 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1870 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1871 sysconfdir=$ac_optarg ;;
1873 -target | --target | --targe | --targ | --tar | --ta | --t)
1874 ac_prev=target_alias ;;
1875 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1876 target_alias=$ac_optarg ;;
1878 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1879 verbose=yes ;;
1881 -version | --version | --versio | --versi | --vers | -V)
1882 ac_init_version=: ;;
1884 -with-* | --with-*)
1885 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1886 # Reject names that are not valid shell variable names.
1887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1888 as_fn_error $? "invalid package name: $ac_useropt"
1889 ac_useropt_orig=$ac_useropt
1890 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1891 case $ac_user_opts in
1893 "with_$ac_useropt"
1894 "*) ;;
1895 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1896 ac_unrecognized_sep=', ';;
1897 esac
1898 eval with_$ac_useropt=\$ac_optarg ;;
1900 -without-* | --without-*)
1901 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1902 # Reject names that are not valid shell variable names.
1903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1904 as_fn_error $? "invalid package name: $ac_useropt"
1905 ac_useropt_orig=$ac_useropt
1906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907 case $ac_user_opts in
1909 "with_$ac_useropt"
1910 "*) ;;
1911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1912 ac_unrecognized_sep=', ';;
1913 esac
1914 eval with_$ac_useropt=no ;;
1916 --x)
1917 # Obsolete; use --with-x.
1918 with_x=yes ;;
1920 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1921 | --x-incl | --x-inc | --x-in | --x-i)
1922 ac_prev=x_includes ;;
1923 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1924 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1925 x_includes=$ac_optarg ;;
1927 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1928 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1929 ac_prev=x_libraries ;;
1930 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1931 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1932 x_libraries=$ac_optarg ;;
1934 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1935 Try \`$0 --help' for more information"
1938 *=*)
1939 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1940 # Reject names that are not valid shell variable names.
1941 case $ac_envvar in #(
1942 '' | [0-9]* | *[!_$as_cr_alnum]* )
1943 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1944 esac
1945 eval $ac_envvar=\$ac_optarg
1946 export $ac_envvar ;;
1949 # FIXME: should be removed in autoconf 3.0.
1950 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1951 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1952 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1953 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1956 esac
1957 done
1959 if test -n "$ac_prev"; then
1960 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1961 as_fn_error $? "missing argument to $ac_option"
1964 if test -n "$ac_unrecognized_opts"; then
1965 case $enable_option_checking in
1966 no) ;;
1967 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1968 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1969 esac
1972 # Check all directory arguments for consistency.
1973 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1974 datadir sysconfdir sharedstatedir localstatedir includedir \
1975 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1976 libdir localedir mandir runstatedir
1978 eval ac_val=\$$ac_var
1979 # Remove trailing slashes.
1980 case $ac_val in
1981 */ )
1982 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1983 eval $ac_var=\$ac_val;;
1984 esac
1985 # Be sure to have absolute directory names.
1986 case $ac_val in
1987 [\\/$]* | ?:[\\/]* ) continue;;
1988 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1989 esac
1990 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1991 done
1993 # There might be people who depend on the old broken behavior: `$host'
1994 # used to hold the argument of --host etc.
1995 # FIXME: To remove some day.
1996 build=$build_alias
1997 host=$host_alias
1998 target=$target_alias
2000 # FIXME: To remove some day.
2001 if test "x$host_alias" != x; then
2002 if test "x$build_alias" = x; then
2003 cross_compiling=maybe
2004 elif test "x$build_alias" != "x$host_alias"; then
2005 cross_compiling=yes
2009 ac_tool_prefix=
2010 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2012 test "$silent" = yes && exec 6>/dev/null
2015 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2016 ac_ls_di=`ls -di .` &&
2017 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2018 as_fn_error $? "working directory cannot be determined"
2019 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2020 as_fn_error $? "pwd does not report name of working directory"
2023 # Find the source files, if location was not specified.
2024 if test -z "$srcdir"; then
2025 ac_srcdir_defaulted=yes
2026 # Try the directory containing this script, then the parent directory.
2027 ac_confdir=`$as_dirname -- "$as_myself" ||
2028 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2029 X"$as_myself" : 'X\(//\)[^/]' \| \
2030 X"$as_myself" : 'X\(//\)$' \| \
2031 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2032 $as_echo X"$as_myself" |
2033 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2034 s//\1/
2037 /^X\(\/\/\)[^/].*/{
2038 s//\1/
2041 /^X\(\/\/\)$/{
2042 s//\1/
2045 /^X\(\/\).*/{
2046 s//\1/
2049 s/.*/./; q'`
2050 srcdir=$ac_confdir
2051 if test ! -r "$srcdir/$ac_unique_file"; then
2052 srcdir=..
2054 else
2055 ac_srcdir_defaulted=no
2057 if test ! -r "$srcdir/$ac_unique_file"; then
2058 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2059 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2061 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2062 ac_abs_confdir=`(
2063 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2064 pwd)`
2065 # When building in place, set srcdir=.
2066 if test "$ac_abs_confdir" = "$ac_pwd"; then
2067 srcdir=.
2069 # Remove unnecessary trailing slashes from srcdir.
2070 # Double slashes in file names in object file debugging info
2071 # mess up M-x gdb in Emacs.
2072 case $srcdir in
2073 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2074 esac
2075 for ac_var in $ac_precious_vars; do
2076 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2077 eval ac_env_${ac_var}_value=\$${ac_var}
2078 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2079 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2080 done
2083 # Report the --help message.
2085 if test "$ac_init_help" = "long"; then
2086 # Omit some internal or obsolete options to make the list less imposing.
2087 # This message is too long to be a string in the A/UX 3.1 sh.
2088 cat <<_ACEOF
2089 \`configure' configures Wine 1.7.53 to adapt to many kinds of systems.
2091 Usage: $0 [OPTION]... [VAR=VALUE]...
2093 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2094 VAR=VALUE. See below for descriptions of some of the useful variables.
2096 Defaults for the options are specified in brackets.
2098 Configuration:
2099 -h, --help display this help and exit
2100 --help=short display options specific to this package
2101 --help=recursive display the short help of all the included packages
2102 -V, --version display version information and exit
2103 -q, --quiet, --silent do not print \`checking ...' messages
2104 --cache-file=FILE cache test results in FILE [disabled]
2105 -C, --config-cache alias for \`--cache-file=config.cache'
2106 -n, --no-create do not create output files
2107 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2109 Installation directories:
2110 --prefix=PREFIX install architecture-independent files in PREFIX
2111 [$ac_default_prefix]
2112 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2113 [PREFIX]
2115 By default, \`make install' will install all the files in
2116 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2117 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2118 for instance \`--prefix=\$HOME'.
2120 For better control, use the options below.
2122 Fine tuning of the installation directories:
2123 --bindir=DIR user executables [EPREFIX/bin]
2124 --sbindir=DIR system admin executables [EPREFIX/sbin]
2125 --libexecdir=DIR program executables [EPREFIX/libexec]
2126 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2127 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2128 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2129 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2130 --libdir=DIR object code libraries [EPREFIX/lib]
2131 --includedir=DIR C header files [PREFIX/include]
2132 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2133 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2134 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2135 --infodir=DIR info documentation [DATAROOTDIR/info]
2136 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2137 --mandir=DIR man documentation [DATAROOTDIR/man]
2138 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2139 --htmldir=DIR html documentation [DOCDIR]
2140 --dvidir=DIR dvi documentation [DOCDIR]
2141 --pdfdir=DIR pdf documentation [DOCDIR]
2142 --psdir=DIR ps documentation [DOCDIR]
2143 _ACEOF
2145 cat <<\_ACEOF
2147 X features:
2148 --x-includes=DIR X include files are in DIR
2149 --x-libraries=DIR X library files are in DIR
2151 System types:
2152 --build=BUILD configure for building on BUILD [guessed]
2153 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2154 _ACEOF
2157 if test -n "$ac_init_help"; then
2158 case $ac_init_help in
2159 short | recursive ) echo "Configuration of Wine 1.7.53:";;
2160 esac
2161 cat <<\_ACEOF
2163 Optional Features:
2164 --disable-option-checking ignore unrecognized --enable/--with options
2165 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2166 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2167 --disable-win16 do not include Win16 support
2168 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2169 binaries)
2170 --disable-tests do not build the regression tests
2171 --enable-maintainer-mode
2172 enable maintainer-specific build rules
2173 --disable-largefile omit support for large files
2175 Optional Packages:
2176 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2177 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2178 --without-alsa do not use the Alsa sound support
2179 --without-capi do not use CAPI (ISDN support)
2180 --without-cms do not use CMS (color management support)
2181 --without-coreaudio do not use the CoreAudio sound support
2182 --without-cups do not use CUPS
2183 --without-curses do not use (n)curses
2184 --without-dbus do not use DBus (dynamic device support)
2185 --without-fontconfig do not use fontconfig
2186 --without-freetype do not use the FreeType library
2187 --without-gettext do not use gettext
2188 --with-gettextpo use the GetTextPO library to rebuild po files
2189 --without-gphoto do not use gphoto (Digital Camera support)
2190 --without-glu do not use the GLU library
2191 --without-gnutls do not use GnuTLS (schannel support)
2192 --without-gsm do not use libgsm (GSM 06.10 codec support)
2193 --without-gstreamer do not use GStreamer (codecs support)
2194 --without-hal do not use HAL (dynamic device support)
2195 --without-jpeg do not use JPEG
2196 --without-ldap do not use LDAP
2197 --without-mpg123 do not use the mpg123 library
2198 --without-netapi do not use the Samba NetAPI library
2199 --without-openal do not use OpenAL
2200 --without-opencl do not use OpenCL
2201 --without-opengl do not use OpenGL
2202 --without-osmesa do not use the OSMesa library
2203 --without-oss do not use the OSS sound support
2204 --without-pcap do not use the Packet Capture library
2205 --without-png do not use PNG
2206 --without-pthread do not use the pthread library
2207 --without-sane do not use SANE (scanner support)
2208 --without-tiff do not use TIFF
2209 --without-v4l do not use v4l1 (v4l support)
2210 --without-xcomposite do not use the Xcomposite extension
2211 --without-xcursor do not use the Xcursor extension
2212 --without-xinerama do not use Xinerama (multi-monitor support)
2213 --without-xinput do not use the Xinput extension
2214 --without-xinput2 do not use the Xinput 2 extension
2215 --without-xml do not use XML
2216 --without-xrandr do not use Xrandr (resolution changes)
2217 --without-xrender do not use the Xrender extension
2218 --without-xshape do not use the Xshape extension
2219 --without-xshm do not use XShm (shared memory extension)
2220 --without-xslt do not use XSLT
2221 --without-xxf86vm do not use XFree video mode extension
2222 --without-zlib do not use Zlib (data compression)
2223 --with-wine-tools=DIR use Wine tools from directory DIR
2224 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2225 --with-x use the X Window System
2227 Some influential environment variables:
2228 CC C compiler command
2229 CFLAGS C compiler flags
2230 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2231 nonstandard directory <lib dir>
2232 LIBS libraries to pass to the linker, e.g. -l<library>
2233 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2234 you have headers in a nonstandard directory <include dir>
2235 CXX C++ compiler command
2236 CXXFLAGS C++ compiler flags
2237 CPP C preprocessor
2238 XMKMF Path to xmkmf, Makefile generator for X Window System
2239 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2240 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2241 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2242 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2243 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2244 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2245 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2246 HAL_LIBS Linker flags for hal, overriding pkg-config
2247 GNUTLS_CFLAGS
2248 C compiler flags for gnutls, overriding pkg-config
2249 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2250 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2251 SANE_LIBS Linker flags for libsane, overriding pkg-config
2252 GPHOTO2_CFLAGS
2253 C compiler flags for libgphoto2, overriding pkg-config
2254 GPHOTO2_LIBS
2255 Linker flags for libgphoto2, overriding pkg-config
2256 GPHOTO2_PORT_CFLAGS
2257 C compiler flags for libgphoto2_port, overriding pkg-config
2258 GPHOTO2_PORT_LIBS
2259 Linker flags for libgphoto2_port, overriding pkg-config
2260 LCMS2_CFLAGS
2261 C compiler flags for lcms2, overriding pkg-config
2262 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2263 FREETYPE_CFLAGS
2264 C compiler flags for freetype2, overriding pkg-config
2265 FREETYPE_LIBS
2266 Linker flags for freetype2, overriding pkg-config
2267 GSTREAMER_CFLAGS
2268 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2269 GSTREAMER_LIBS
2270 Linker flags for gstreamer-app-0.10, overriding pkg-config
2271 CAPI20_CFLAGS
2272 C compiler flags for capi20, overriding pkg-config
2273 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2274 FONTCONFIG_CFLAGS
2275 C compiler flags for fontconfig, overriding pkg-config
2276 FONTCONFIG_LIBS
2277 Linker flags for fontconfig, overriding pkg-config
2278 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2279 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2280 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2281 PNG_LIBS Linker flags for libpng, overriding pkg-config
2282 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2283 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2284 MPG123_CFLAGS
2285 C compiler flags for libmpg123, overriding pkg-config
2286 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2288 Use these variables to override the choices made by `configure' or to help
2289 it to find libraries and programs with nonstandard names/locations.
2291 Report bugs to <wine-devel@winehq.org>.
2292 Wine home page: <http://www.winehq.org>.
2293 _ACEOF
2294 ac_status=$?
2297 if test "$ac_init_help" = "recursive"; then
2298 # If there are subdirs, report their specific --help.
2299 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2300 test -d "$ac_dir" ||
2301 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2302 continue
2303 ac_builddir=.
2305 case "$ac_dir" in
2306 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2308 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2309 # A ".." for each directory in $ac_dir_suffix.
2310 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2311 case $ac_top_builddir_sub in
2312 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2313 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2314 esac ;;
2315 esac
2316 ac_abs_top_builddir=$ac_pwd
2317 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2318 # for backward compatibility:
2319 ac_top_builddir=$ac_top_build_prefix
2321 case $srcdir in
2322 .) # We are building in place.
2323 ac_srcdir=.
2324 ac_top_srcdir=$ac_top_builddir_sub
2325 ac_abs_top_srcdir=$ac_pwd ;;
2326 [\\/]* | ?:[\\/]* ) # Absolute name.
2327 ac_srcdir=$srcdir$ac_dir_suffix;
2328 ac_top_srcdir=$srcdir
2329 ac_abs_top_srcdir=$srcdir ;;
2330 *) # Relative name.
2331 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2332 ac_top_srcdir=$ac_top_build_prefix$srcdir
2333 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2334 esac
2335 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2337 cd "$ac_dir" || { ac_status=$?; continue; }
2338 # Check for guested configure.
2339 if test -f "$ac_srcdir/configure.gnu"; then
2340 echo &&
2341 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2342 elif test -f "$ac_srcdir/configure"; then
2343 echo &&
2344 $SHELL "$ac_srcdir/configure" --help=recursive
2345 else
2346 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2347 fi || ac_status=$?
2348 cd "$ac_pwd" || { ac_status=$?; break; }
2349 done
2352 test -n "$ac_init_help" && exit $ac_status
2353 if $ac_init_version; then
2354 cat <<\_ACEOF
2355 Wine configure 1.7.53
2356 generated by GNU Autoconf 2.69
2358 Copyright (C) 2012 Free Software Foundation, Inc.
2359 This configure script is free software; the Free Software Foundation
2360 gives unlimited permission to copy, distribute and modify it.
2361 _ACEOF
2362 exit
2365 ## ------------------------ ##
2366 ## Autoconf initialization. ##
2367 ## ------------------------ ##
2369 # ac_fn_c_try_compile LINENO
2370 # --------------------------
2371 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2372 ac_fn_c_try_compile ()
2374 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2375 rm -f conftest.$ac_objext
2376 if { { ac_try="$ac_compile"
2377 case "(($ac_try" in
2378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2379 *) ac_try_echo=$ac_try;;
2380 esac
2381 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2382 $as_echo "$ac_try_echo"; } >&5
2383 (eval "$ac_compile") 2>conftest.err
2384 ac_status=$?
2385 if test -s conftest.err; then
2386 grep -v '^ *+' conftest.err >conftest.er1
2387 cat conftest.er1 >&5
2388 mv -f conftest.er1 conftest.err
2390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2391 test $ac_status = 0; } && {
2392 test -z "$ac_c_werror_flag" ||
2393 test ! -s conftest.err
2394 } && test -s conftest.$ac_objext; then :
2395 ac_retval=0
2396 else
2397 $as_echo "$as_me: failed program was:" >&5
2398 sed 's/^/| /' conftest.$ac_ext >&5
2400 ac_retval=1
2402 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2403 as_fn_set_status $ac_retval
2405 } # ac_fn_c_try_compile
2407 # ac_fn_cxx_try_compile LINENO
2408 # ----------------------------
2409 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2410 ac_fn_cxx_try_compile ()
2412 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2413 rm -f conftest.$ac_objext
2414 if { { ac_try="$ac_compile"
2415 case "(($ac_try" in
2416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2417 *) ac_try_echo=$ac_try;;
2418 esac
2419 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2420 $as_echo "$ac_try_echo"; } >&5
2421 (eval "$ac_compile") 2>conftest.err
2422 ac_status=$?
2423 if test -s conftest.err; then
2424 grep -v '^ *+' conftest.err >conftest.er1
2425 cat conftest.er1 >&5
2426 mv -f conftest.er1 conftest.err
2428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2429 test $ac_status = 0; } && {
2430 test -z "$ac_cxx_werror_flag" ||
2431 test ! -s conftest.err
2432 } && test -s conftest.$ac_objext; then :
2433 ac_retval=0
2434 else
2435 $as_echo "$as_me: failed program was:" >&5
2436 sed 's/^/| /' conftest.$ac_ext >&5
2438 ac_retval=1
2440 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2441 as_fn_set_status $ac_retval
2443 } # ac_fn_cxx_try_compile
2445 # ac_fn_c_try_link LINENO
2446 # -----------------------
2447 # Try to link conftest.$ac_ext, and return whether this succeeded.
2448 ac_fn_c_try_link ()
2450 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2451 rm -f conftest.$ac_objext conftest$ac_exeext
2452 if { { ac_try="$ac_link"
2453 case "(($ac_try" in
2454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2455 *) ac_try_echo=$ac_try;;
2456 esac
2457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2458 $as_echo "$ac_try_echo"; } >&5
2459 (eval "$ac_link") 2>conftest.err
2460 ac_status=$?
2461 if test -s conftest.err; then
2462 grep -v '^ *+' conftest.err >conftest.er1
2463 cat conftest.er1 >&5
2464 mv -f conftest.er1 conftest.err
2466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2467 test $ac_status = 0; } && {
2468 test -z "$ac_c_werror_flag" ||
2469 test ! -s conftest.err
2470 } && test -s conftest$ac_exeext && {
2471 test "$cross_compiling" = yes ||
2472 test -x conftest$ac_exeext
2473 }; then :
2474 ac_retval=0
2475 else
2476 $as_echo "$as_me: failed program was:" >&5
2477 sed 's/^/| /' conftest.$ac_ext >&5
2479 ac_retval=1
2481 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2482 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2483 # interfere with the next link command; also delete a directory that is
2484 # left behind by Apple's compiler. We do this before executing the actions.
2485 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2486 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2487 as_fn_set_status $ac_retval
2489 } # ac_fn_c_try_link
2491 # ac_fn_c_try_cpp LINENO
2492 # ----------------------
2493 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2494 ac_fn_c_try_cpp ()
2496 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2497 if { { ac_try="$ac_cpp conftest.$ac_ext"
2498 case "(($ac_try" in
2499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2500 *) ac_try_echo=$ac_try;;
2501 esac
2502 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2503 $as_echo "$ac_try_echo"; } >&5
2504 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2505 ac_status=$?
2506 if test -s conftest.err; then
2507 grep -v '^ *+' conftest.err >conftest.er1
2508 cat conftest.er1 >&5
2509 mv -f conftest.er1 conftest.err
2511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2512 test $ac_status = 0; } > conftest.i && {
2513 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2514 test ! -s conftest.err
2515 }; then :
2516 ac_retval=0
2517 else
2518 $as_echo "$as_me: failed program was:" >&5
2519 sed 's/^/| /' conftest.$ac_ext >&5
2521 ac_retval=1
2523 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2524 as_fn_set_status $ac_retval
2526 } # ac_fn_c_try_cpp
2528 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2529 # -------------------------------------------------------
2530 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2531 # the include files in INCLUDES and setting the cache variable VAR
2532 # accordingly.
2533 ac_fn_c_check_header_mongrel ()
2535 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2536 if eval \${$3+:} false; then :
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2538 $as_echo_n "checking for $2... " >&6; }
2539 if eval \${$3+:} false; then :
2540 $as_echo_n "(cached) " >&6
2542 eval ac_res=\$$3
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2544 $as_echo "$ac_res" >&6; }
2545 else
2546 # Is the header compilable?
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2548 $as_echo_n "checking $2 usability... " >&6; }
2549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2550 /* end confdefs.h. */
2552 #include <$2>
2553 _ACEOF
2554 if ac_fn_c_try_compile "$LINENO"; then :
2555 ac_header_compiler=yes
2556 else
2557 ac_header_compiler=no
2559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2561 $as_echo "$ac_header_compiler" >&6; }
2563 # Is the header present?
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2565 $as_echo_n "checking $2 presence... " >&6; }
2566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2567 /* end confdefs.h. */
2568 #include <$2>
2569 _ACEOF
2570 if ac_fn_c_try_cpp "$LINENO"; then :
2571 ac_header_preproc=yes
2572 else
2573 ac_header_preproc=no
2575 rm -f conftest.err conftest.i conftest.$ac_ext
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2577 $as_echo "$ac_header_preproc" >&6; }
2579 # So? What about this header?
2580 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2581 yes:no: )
2582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2583 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2585 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2587 no:yes:* )
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2589 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2591 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2593 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2595 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2597 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2598 ( $as_echo "## ------------------------------------ ##
2599 ## Report this to wine-devel@winehq.org ##
2600 ## ------------------------------------ ##"
2601 ) | sed "s/^/$as_me: WARNING: /" >&2
2603 esac
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2605 $as_echo_n "checking for $2... " >&6; }
2606 if eval \${$3+:} false; then :
2607 $as_echo_n "(cached) " >&6
2608 else
2609 eval "$3=\$ac_header_compiler"
2611 eval ac_res=\$$3
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2613 $as_echo "$ac_res" >&6; }
2615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2617 } # ac_fn_c_check_header_mongrel
2619 # ac_fn_c_try_run LINENO
2620 # ----------------------
2621 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2622 # that executables *can* be run.
2623 ac_fn_c_try_run ()
2625 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2626 if { { ac_try="$ac_link"
2627 case "(($ac_try" in
2628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2629 *) ac_try_echo=$ac_try;;
2630 esac
2631 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2632 $as_echo "$ac_try_echo"; } >&5
2633 (eval "$ac_link") 2>&5
2634 ac_status=$?
2635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2636 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2637 { { case "(($ac_try" in
2638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2639 *) ac_try_echo=$ac_try;;
2640 esac
2641 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2642 $as_echo "$ac_try_echo"; } >&5
2643 (eval "$ac_try") 2>&5
2644 ac_status=$?
2645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2646 test $ac_status = 0; }; }; then :
2647 ac_retval=0
2648 else
2649 $as_echo "$as_me: program exited with status $ac_status" >&5
2650 $as_echo "$as_me: failed program was:" >&5
2651 sed 's/^/| /' conftest.$ac_ext >&5
2653 ac_retval=$ac_status
2655 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2656 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2657 as_fn_set_status $ac_retval
2659 } # ac_fn_c_try_run
2661 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2662 # -------------------------------------------------------
2663 # Tests whether HEADER exists and can be compiled using the include files in
2664 # INCLUDES, setting the cache variable VAR accordingly.
2665 ac_fn_c_check_header_compile ()
2667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2669 $as_echo_n "checking for $2... " >&6; }
2670 if eval \${$3+:} false; then :
2671 $as_echo_n "(cached) " >&6
2672 else
2673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2674 /* end confdefs.h. */
2676 #include <$2>
2677 _ACEOF
2678 if ac_fn_c_try_compile "$LINENO"; then :
2679 eval "$3=yes"
2680 else
2681 eval "$3=no"
2683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2685 eval ac_res=\$$3
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2687 $as_echo "$ac_res" >&6; }
2688 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2690 } # ac_fn_c_check_header_compile
2692 # ac_fn_c_check_func LINENO FUNC VAR
2693 # ----------------------------------
2694 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2695 ac_fn_c_check_func ()
2697 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2699 $as_echo_n "checking for $2... " >&6; }
2700 if eval \${$3+:} false; then :
2701 $as_echo_n "(cached) " >&6
2702 else
2703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2705 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2706 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2707 #define $2 innocuous_$2
2709 /* System header to define __stub macros and hopefully few prototypes,
2710 which can conflict with char $2 (); below.
2711 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2712 <limits.h> exists even on freestanding compilers. */
2714 #ifdef __STDC__
2715 # include <limits.h>
2716 #else
2717 # include <assert.h>
2718 #endif
2720 #undef $2
2722 /* Override any GCC internal prototype to avoid an error.
2723 Use char because int might match the return type of a GCC
2724 builtin and then its argument prototype would still apply. */
2725 #ifdef __cplusplus
2726 extern "C"
2727 #endif
2728 char $2 ();
2729 /* The GNU C library defines this for functions which it implements
2730 to always fail with ENOSYS. Some functions are actually named
2731 something starting with __ and the normal name is an alias. */
2732 #if defined __stub_$2 || defined __stub___$2
2733 choke me
2734 #endif
2737 main ()
2739 return $2 ();
2741 return 0;
2743 _ACEOF
2744 if ac_fn_c_try_link "$LINENO"; then :
2745 eval "$3=yes"
2746 else
2747 eval "$3=no"
2749 rm -f core conftest.err conftest.$ac_objext \
2750 conftest$ac_exeext conftest.$ac_ext
2752 eval ac_res=\$$3
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2754 $as_echo "$ac_res" >&6; }
2755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2757 } # ac_fn_c_check_func
2759 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2760 # ----------------------------------------------------
2761 # Tries to find if the field MEMBER exists in type AGGR, after including
2762 # INCLUDES, setting cache variable VAR accordingly.
2763 ac_fn_c_check_member ()
2765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2767 $as_echo_n "checking for $2.$3... " >&6; }
2768 if eval \${$4+:} false; then :
2769 $as_echo_n "(cached) " >&6
2770 else
2771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2772 /* end confdefs.h. */
2775 main ()
2777 static $2 ac_aggr;
2778 if (ac_aggr.$3)
2779 return 0;
2781 return 0;
2783 _ACEOF
2784 if ac_fn_c_try_compile "$LINENO"; then :
2785 eval "$4=yes"
2786 else
2787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2788 /* end confdefs.h. */
2791 main ()
2793 static $2 ac_aggr;
2794 if (sizeof ac_aggr.$3)
2795 return 0;
2797 return 0;
2799 _ACEOF
2800 if ac_fn_c_try_compile "$LINENO"; then :
2801 eval "$4=yes"
2802 else
2803 eval "$4=no"
2805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2809 eval ac_res=\$$4
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2811 $as_echo "$ac_res" >&6; }
2812 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2814 } # ac_fn_c_check_member
2816 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2817 # -------------------------------------------
2818 # Tests whether TYPE exists after having included INCLUDES, setting cache
2819 # variable VAR accordingly.
2820 ac_fn_c_check_type ()
2822 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2824 $as_echo_n "checking for $2... " >&6; }
2825 if eval \${$3+:} false; then :
2826 $as_echo_n "(cached) " >&6
2827 else
2828 eval "$3=no"
2829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2830 /* end confdefs.h. */
2833 main ()
2835 if (sizeof ($2))
2836 return 0;
2838 return 0;
2840 _ACEOF
2841 if ac_fn_c_try_compile "$LINENO"; then :
2842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2843 /* end confdefs.h. */
2846 main ()
2848 if (sizeof (($2)))
2849 return 0;
2851 return 0;
2853 _ACEOF
2854 if ac_fn_c_try_compile "$LINENO"; then :
2856 else
2857 eval "$3=yes"
2859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2863 eval ac_res=\$$3
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2865 $as_echo "$ac_res" >&6; }
2866 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2868 } # ac_fn_c_check_type
2869 cat >config.log <<_ACEOF
2870 This file contains any messages produced by compilers while
2871 running configure, to aid debugging if configure makes a mistake.
2873 It was created by Wine $as_me 1.7.53, which was
2874 generated by GNU Autoconf 2.69. Invocation command line was
2876 $ $0 $@
2878 _ACEOF
2879 exec 5>>config.log
2881 cat <<_ASUNAME
2882 ## --------- ##
2883 ## Platform. ##
2884 ## --------- ##
2886 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2887 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2888 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2889 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2890 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2892 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2893 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2895 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2896 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2897 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2898 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2899 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2900 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2901 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2903 _ASUNAME
2905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2906 for as_dir in $PATH
2908 IFS=$as_save_IFS
2909 test -z "$as_dir" && as_dir=.
2910 $as_echo "PATH: $as_dir"
2911 done
2912 IFS=$as_save_IFS
2914 } >&5
2916 cat >&5 <<_ACEOF
2919 ## ----------- ##
2920 ## Core tests. ##
2921 ## ----------- ##
2923 _ACEOF
2926 # Keep a trace of the command line.
2927 # Strip out --no-create and --no-recursion so they do not pile up.
2928 # Strip out --silent because we don't want to record it for future runs.
2929 # Also quote any args containing shell meta-characters.
2930 # Make two passes to allow for proper duplicate-argument suppression.
2931 ac_configure_args=
2932 ac_configure_args0=
2933 ac_configure_args1=
2934 ac_must_keep_next=false
2935 for ac_pass in 1 2
2937 for ac_arg
2939 case $ac_arg in
2940 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2941 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2942 | -silent | --silent | --silen | --sile | --sil)
2943 continue ;;
2944 *\'*)
2945 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2946 esac
2947 case $ac_pass in
2948 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2950 as_fn_append ac_configure_args1 " '$ac_arg'"
2951 if test $ac_must_keep_next = true; then
2952 ac_must_keep_next=false # Got value, back to normal.
2953 else
2954 case $ac_arg in
2955 *=* | --config-cache | -C | -disable-* | --disable-* \
2956 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2957 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2958 | -with-* | --with-* | -without-* | --without-* | --x)
2959 case "$ac_configure_args0 " in
2960 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2961 esac
2963 -* ) ac_must_keep_next=true ;;
2964 esac
2966 as_fn_append ac_configure_args " '$ac_arg'"
2968 esac
2969 done
2970 done
2971 { ac_configure_args0=; unset ac_configure_args0;}
2972 { ac_configure_args1=; unset ac_configure_args1;}
2974 # When interrupted or exit'd, cleanup temporary files, and complete
2975 # config.log. We remove comments because anyway the quotes in there
2976 # would cause problems or look ugly.
2977 # WARNING: Use '\'' to represent an apostrophe within the trap.
2978 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2979 trap 'exit_status=$?
2980 # Save into config.log some information that might help in debugging.
2982 echo
2984 $as_echo "## ---------------- ##
2985 ## Cache variables. ##
2986 ## ---------------- ##"
2987 echo
2988 # The following way of writing the cache mishandles newlines in values,
2990 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2991 eval ac_val=\$$ac_var
2992 case $ac_val in #(
2993 *${as_nl}*)
2994 case $ac_var in #(
2995 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2996 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2997 esac
2998 case $ac_var in #(
2999 _ | IFS | as_nl) ;; #(
3000 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3001 *) { eval $ac_var=; unset $ac_var;} ;;
3002 esac ;;
3003 esac
3004 done
3005 (set) 2>&1 |
3006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3007 *${as_nl}ac_space=\ *)
3008 sed -n \
3009 "s/'\''/'\''\\\\'\'''\''/g;
3010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3011 ;; #(
3013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3015 esac |
3016 sort
3018 echo
3020 $as_echo "## ----------------- ##
3021 ## Output variables. ##
3022 ## ----------------- ##"
3023 echo
3024 for ac_var in $ac_subst_vars
3026 eval ac_val=\$$ac_var
3027 case $ac_val in
3028 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3029 esac
3030 $as_echo "$ac_var='\''$ac_val'\''"
3031 done | sort
3032 echo
3034 if test -n "$ac_subst_files"; then
3035 $as_echo "## ------------------- ##
3036 ## File substitutions. ##
3037 ## ------------------- ##"
3038 echo
3039 for ac_var in $ac_subst_files
3041 eval ac_val=\$$ac_var
3042 case $ac_val in
3043 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3044 esac
3045 $as_echo "$ac_var='\''$ac_val'\''"
3046 done | sort
3047 echo
3050 if test -s confdefs.h; then
3051 $as_echo "## ----------- ##
3052 ## confdefs.h. ##
3053 ## ----------- ##"
3054 echo
3055 cat confdefs.h
3056 echo
3058 test "$ac_signal" != 0 &&
3059 $as_echo "$as_me: caught signal $ac_signal"
3060 $as_echo "$as_me: exit $exit_status"
3061 } >&5
3062 rm -f core *.core core.conftest.* &&
3063 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3064 exit $exit_status
3066 for ac_signal in 1 2 13 15; do
3067 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3068 done
3069 ac_signal=0
3071 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3072 rm -f -r conftest* confdefs.h
3074 $as_echo "/* confdefs.h */" > confdefs.h
3076 # Predefined preprocessor variables.
3078 cat >>confdefs.h <<_ACEOF
3079 #define PACKAGE_NAME "$PACKAGE_NAME"
3080 _ACEOF
3082 cat >>confdefs.h <<_ACEOF
3083 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3084 _ACEOF
3086 cat >>confdefs.h <<_ACEOF
3087 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3088 _ACEOF
3090 cat >>confdefs.h <<_ACEOF
3091 #define PACKAGE_STRING "$PACKAGE_STRING"
3092 _ACEOF
3094 cat >>confdefs.h <<_ACEOF
3095 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3096 _ACEOF
3098 cat >>confdefs.h <<_ACEOF
3099 #define PACKAGE_URL "$PACKAGE_URL"
3100 _ACEOF
3103 # Let the site file select an alternate cache file if it wants to.
3104 # Prefer an explicitly selected file to automatically selected ones.
3105 ac_site_file1=NONE
3106 ac_site_file2=NONE
3107 if test -n "$CONFIG_SITE"; then
3108 # We do not want a PATH search for config.site.
3109 case $CONFIG_SITE in #((
3110 -*) ac_site_file1=./$CONFIG_SITE;;
3111 */*) ac_site_file1=$CONFIG_SITE;;
3112 *) ac_site_file1=./$CONFIG_SITE;;
3113 esac
3114 elif test "x$prefix" != xNONE; then
3115 ac_site_file1=$prefix/share/config.site
3116 ac_site_file2=$prefix/etc/config.site
3117 else
3118 ac_site_file1=$ac_default_prefix/share/config.site
3119 ac_site_file2=$ac_default_prefix/etc/config.site
3121 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3123 test "x$ac_site_file" = xNONE && continue
3124 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3126 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3127 sed 's/^/| /' "$ac_site_file" >&5
3128 . "$ac_site_file" \
3129 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3130 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3131 as_fn_error $? "failed to load site script $ac_site_file
3132 See \`config.log' for more details" "$LINENO" 5; }
3134 done
3136 if test -r "$cache_file"; then
3137 # Some versions of bash will fail to source /dev/null (special files
3138 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3139 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3141 $as_echo "$as_me: loading cache $cache_file" >&6;}
3142 case $cache_file in
3143 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3144 *) . "./$cache_file";;
3145 esac
3147 else
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3149 $as_echo "$as_me: creating cache $cache_file" >&6;}
3150 >$cache_file
3153 # Check that the precious variables saved in the cache have kept the same
3154 # value.
3155 ac_cache_corrupted=false
3156 for ac_var in $ac_precious_vars; do
3157 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3158 eval ac_new_set=\$ac_env_${ac_var}_set
3159 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3160 eval ac_new_val=\$ac_env_${ac_var}_value
3161 case $ac_old_set,$ac_new_set in
3162 set,)
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3164 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3165 ac_cache_corrupted=: ;;
3166 ,set)
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3168 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3169 ac_cache_corrupted=: ;;
3170 ,);;
3172 if test "x$ac_old_val" != "x$ac_new_val"; then
3173 # differences in whitespace do not lead to failure.
3174 ac_old_val_w=`echo x $ac_old_val`
3175 ac_new_val_w=`echo x $ac_new_val`
3176 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3178 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3179 ac_cache_corrupted=:
3180 else
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3182 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3183 eval $ac_var=\$ac_old_val
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3186 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3188 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3189 fi;;
3190 esac
3191 # Pass precious variables to config.status.
3192 if test "$ac_new_set" = set; then
3193 case $ac_new_val in
3194 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3195 *) ac_arg=$ac_var=$ac_new_val ;;
3196 esac
3197 case " $ac_configure_args " in
3198 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3199 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3200 esac
3202 done
3203 if $ac_cache_corrupted; then
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3207 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3208 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3210 ## -------------------- ##
3211 ## Main body of script. ##
3212 ## -------------------- ##
3214 ac_ext=c
3215 ac_cpp='$CPP $CPPFLAGS'
3216 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3217 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3218 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3222 ac_config_headers="$ac_config_headers include/config.h"
3224 ac_aux_dir=
3225 for ac_dir in tools "$srcdir"/tools; do
3226 if test -f "$ac_dir/install-sh"; then
3227 ac_aux_dir=$ac_dir
3228 ac_install_sh="$ac_aux_dir/install-sh -c"
3229 break
3230 elif test -f "$ac_dir/install.sh"; then
3231 ac_aux_dir=$ac_dir
3232 ac_install_sh="$ac_aux_dir/install.sh -c"
3233 break
3234 elif test -f "$ac_dir/shtool"; then
3235 ac_aux_dir=$ac_dir
3236 ac_install_sh="$ac_aux_dir/shtool install -c"
3237 break
3239 done
3240 if test -z "$ac_aux_dir"; then
3241 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3244 # These three variables are undocumented and unsupported,
3245 # and are intended to be withdrawn in a future Autoconf release.
3246 # They can cause serious problems if a builder's source tree is in a directory
3247 # whose full name contains unusual characters.
3248 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3249 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3250 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3254 libwine_version="1.0"
3258 # Check whether --enable-win16 was given.
3259 if test "${enable_win16+set}" = set; then :
3260 enableval=$enable_win16;
3263 # Check whether --enable-win64 was given.
3264 if test "${enable_win64+set}" = set; then :
3265 enableval=$enable_win64;
3268 # Check whether --enable-tests was given.
3269 if test "${enable_tests+set}" = set; then :
3270 enableval=$enable_tests;
3273 # Check whether --enable-maintainer-mode was given.
3274 if test "${enable_maintainer_mode+set}" = set; then :
3275 enableval=$enable_maintainer_mode;
3280 # Check whether --with-alsa was given.
3281 if test "${with_alsa+set}" = set; then :
3282 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3286 # Check whether --with-capi was given.
3287 if test "${with_capi+set}" = set; then :
3288 withval=$with_capi;
3292 # Check whether --with-cms was given.
3293 if test "${with_cms+set}" = set; then :
3294 withval=$with_cms;
3298 # Check whether --with-coreaudio was given.
3299 if test "${with_coreaudio+set}" = set; then :
3300 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3304 # Check whether --with-cups was given.
3305 if test "${with_cups+set}" = set; then :
3306 withval=$with_cups;
3310 # Check whether --with-curses was given.
3311 if test "${with_curses+set}" = set; then :
3312 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3316 # Check whether --with-dbus was given.
3317 if test "${with_dbus+set}" = set; then :
3318 withval=$with_dbus;
3322 # Check whether --with-fontconfig was given.
3323 if test "${with_fontconfig+set}" = set; then :
3324 withval=$with_fontconfig;
3328 # Check whether --with-freetype was given.
3329 if test "${with_freetype+set}" = set; then :
3330 withval=$with_freetype;
3334 # Check whether --with-gettext was given.
3335 if test "${with_gettext+set}" = set; then :
3336 withval=$with_gettext;
3340 # Check whether --with-gettextpo was given.
3341 if test "${with_gettextpo+set}" = set; then :
3342 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3346 # Check whether --with-gphoto was given.
3347 if test "${with_gphoto+set}" = set; then :
3348 withval=$with_gphoto;
3352 # Check whether --with-glu was given.
3353 if test "${with_glu+set}" = set; then :
3354 withval=$with_glu;
3358 # Check whether --with-gnutls was given.
3359 if test "${with_gnutls+set}" = set; then :
3360 withval=$with_gnutls;
3364 # Check whether --with-gsm was given.
3365 if test "${with_gsm+set}" = set; then :
3366 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3370 # Check whether --with-gstreamer was given.
3371 if test "${with_gstreamer+set}" = set; then :
3372 withval=$with_gstreamer;
3376 # Check whether --with-hal was given.
3377 if test "${with_hal+set}" = set; then :
3378 withval=$with_hal;
3382 # Check whether --with-jpeg was given.
3383 if test "${with_jpeg+set}" = set; then :
3384 withval=$with_jpeg;
3388 # Check whether --with-ldap was given.
3389 if test "${with_ldap+set}" = set; then :
3390 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3394 # Check whether --with-mpg123 was given.
3395 if test "${with_mpg123+set}" = set; then :
3396 withval=$with_mpg123;
3400 # Check whether --with-netapi was given.
3401 if test "${with_netapi+set}" = set; then :
3402 withval=$with_netapi;
3406 # Check whether --with-openal was given.
3407 if test "${with_openal+set}" = set; then :
3408 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3412 # Check whether --with-opencl was given.
3413 if test "${with_opencl+set}" = set; then :
3414 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3418 # Check whether --with-opengl was given.
3419 if test "${with_opengl+set}" = set; then :
3420 withval=$with_opengl;
3424 # Check whether --with-osmesa was given.
3425 if test "${with_osmesa+set}" = set; then :
3426 withval=$with_osmesa;
3430 # Check whether --with-oss was given.
3431 if test "${with_oss+set}" = set; then :
3432 withval=$with_oss;
3436 # Check whether --with-pcap was given.
3437 if test "${with_pcap+set}" = set; then :
3438 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3442 # Check whether --with-png was given.
3443 if test "${with_png+set}" = set; then :
3444 withval=$with_png;
3448 # Check whether --with-pthread was given.
3449 if test "${with_pthread+set}" = set; then :
3450 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3454 # Check whether --with-sane was given.
3455 if test "${with_sane+set}" = set; then :
3456 withval=$with_sane;
3460 # Check whether --with-tiff was given.
3461 if test "${with_tiff+set}" = set; then :
3462 withval=$with_tiff;
3466 # Check whether --with-v4l was given.
3467 if test "${with_v4l+set}" = set; then :
3468 withval=$with_v4l;
3472 # Check whether --with-xcomposite was given.
3473 if test "${with_xcomposite+set}" = set; then :
3474 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3478 # Check whether --with-xcursor was given.
3479 if test "${with_xcursor+set}" = set; then :
3480 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3484 # Check whether --with-xinerama was given.
3485 if test "${with_xinerama+set}" = set; then :
3486 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3490 # Check whether --with-xinput was given.
3491 if test "${with_xinput+set}" = set; then :
3492 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3496 # Check whether --with-xinput2 was given.
3497 if test "${with_xinput2+set}" = set; then :
3498 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3502 # Check whether --with-xml was given.
3503 if test "${with_xml+set}" = set; then :
3504 withval=$with_xml;
3508 # Check whether --with-xrandr was given.
3509 if test "${with_xrandr+set}" = set; then :
3510 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3514 # Check whether --with-xrender was given.
3515 if test "${with_xrender+set}" = set; then :
3516 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3520 # Check whether --with-xshape was given.
3521 if test "${with_xshape+set}" = set; then :
3522 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3526 # Check whether --with-xshm was given.
3527 if test "${with_xshm+set}" = set; then :
3528 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3532 # Check whether --with-xslt was given.
3533 if test "${with_xslt+set}" = set; then :
3534 withval=$with_xslt;
3538 # Check whether --with-xxf86vm was given.
3539 if test "${with_xxf86vm+set}" = set; then :
3540 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
3544 # Check whether --with-zlib was given.
3545 if test "${with_zlib+set}" = set; then :
3546 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3551 # Check whether --with-wine-tools was given.
3552 if test "${with_wine_tools+set}" = set; then :
3553 withval=$with_wine_tools;
3557 # Check whether --with-wine64 was given.
3558 if test "${with_wine64+set}" = set; then :
3559 withval=$with_wine64;
3563 # Make sure we can run config.sub.
3564 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3565 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3568 $as_echo_n "checking build system type... " >&6; }
3569 if ${ac_cv_build+:} false; then :
3570 $as_echo_n "(cached) " >&6
3571 else
3572 ac_build_alias=$build_alias
3573 test "x$ac_build_alias" = x &&
3574 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3575 test "x$ac_build_alias" = x &&
3576 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3577 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3578 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3582 $as_echo "$ac_cv_build" >&6; }
3583 case $ac_cv_build in
3584 *-*-*) ;;
3585 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3586 esac
3587 build=$ac_cv_build
3588 ac_save_IFS=$IFS; IFS='-'
3589 set x $ac_cv_build
3590 shift
3591 build_cpu=$1
3592 build_vendor=$2
3593 shift; shift
3594 # Remember, the first character of IFS is used to create $*,
3595 # except with old shells:
3596 build_os=$*
3597 IFS=$ac_save_IFS
3598 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3602 $as_echo_n "checking host system type... " >&6; }
3603 if ${ac_cv_host+:} false; then :
3604 $as_echo_n "(cached) " >&6
3605 else
3606 if test "x$host_alias" = x; then
3607 ac_cv_host=$ac_cv_build
3608 else
3609 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3610 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3615 $as_echo "$ac_cv_host" >&6; }
3616 case $ac_cv_host in
3617 *-*-*) ;;
3618 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3619 esac
3620 host=$ac_cv_host
3621 ac_save_IFS=$IFS; IFS='-'
3622 set x $ac_cv_host
3623 shift
3624 host_cpu=$1
3625 host_vendor=$2
3626 shift; shift
3627 # Remember, the first character of IFS is used to create $*,
3628 # except with old shells:
3629 host_os=$*
3630 IFS=$ac_save_IFS
3631 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3635 case "$srcdir" in
3636 .) ;;
3637 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3638 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3639 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3640 fi ;;
3641 esac
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3645 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3646 set x ${MAKE-make}
3647 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3648 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3649 $as_echo_n "(cached) " >&6
3650 else
3651 cat >conftest.make <<\_ACEOF
3652 SHELL = /bin/sh
3653 all:
3654 @echo '@@@%%%=$(MAKE)=@@@%%%'
3655 _ACEOF
3656 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3657 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3658 *@@@%%%=?*=@@@%%%*)
3659 eval ac_cv_prog_make_${ac_make}_set=yes;;
3661 eval ac_cv_prog_make_${ac_make}_set=no;;
3662 esac
3663 rm -f conftest.make
3665 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3667 $as_echo "yes" >&6; }
3668 SET_MAKE=
3669 else
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 $as_echo "no" >&6; }
3672 SET_MAKE="MAKE=${MAKE-make}"
3675 ac_ext=c
3676 ac_cpp='$CPP $CPPFLAGS'
3677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680 if test -n "$ac_tool_prefix"; then
3681 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3682 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3684 $as_echo_n "checking for $ac_word... " >&6; }
3685 if ${ac_cv_prog_CC+:} false; then :
3686 $as_echo_n "(cached) " >&6
3687 else
3688 if test -n "$CC"; then
3689 ac_cv_prog_CC="$CC" # Let the user override the test.
3690 else
3691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3692 for as_dir in $PATH
3694 IFS=$as_save_IFS
3695 test -z "$as_dir" && as_dir=.
3696 for ac_exec_ext in '' $ac_executable_extensions; do
3697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3698 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 break 2
3702 done
3703 done
3704 IFS=$as_save_IFS
3708 CC=$ac_cv_prog_CC
3709 if test -n "$CC"; then
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3711 $as_echo "$CC" >&6; }
3712 else
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3714 $as_echo "no" >&6; }
3719 if test -z "$ac_cv_prog_CC"; then
3720 ac_ct_CC=$CC
3721 # Extract the first word of "gcc", so it can be a program name with args.
3722 set dummy gcc; ac_word=$2
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$ac_ct_CC"; then
3729 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3738 ac_cv_prog_ac_ct_CC="gcc"
3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3749 if test -n "$ac_ct_CC"; then
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3751 $as_echo "$ac_ct_CC" >&6; }
3752 else
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3754 $as_echo "no" >&6; }
3757 if test "x$ac_ct_CC" = x; then
3758 CC=""
3759 else
3760 case $cross_compiling:$ac_tool_warned in
3761 yes:)
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 ac_tool_warned=yes ;;
3765 esac
3766 CC=$ac_ct_CC
3768 else
3769 CC="$ac_cv_prog_CC"
3772 if test -z "$CC"; then
3773 if test -n "$ac_tool_prefix"; then
3774 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3775 set dummy ${ac_tool_prefix}cc; ac_word=$2
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3777 $as_echo_n "checking for $ac_word... " >&6; }
3778 if ${ac_cv_prog_CC+:} false; then :
3779 $as_echo_n "(cached) " >&6
3780 else
3781 if test -n "$CC"; then
3782 ac_cv_prog_CC="$CC" # Let the user override the test.
3783 else
3784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3785 for as_dir in $PATH
3787 IFS=$as_save_IFS
3788 test -z "$as_dir" && as_dir=.
3789 for ac_exec_ext in '' $ac_executable_extensions; do
3790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3791 ac_cv_prog_CC="${ac_tool_prefix}cc"
3792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3793 break 2
3795 done
3796 done
3797 IFS=$as_save_IFS
3801 CC=$ac_cv_prog_CC
3802 if test -n "$CC"; then
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3804 $as_echo "$CC" >&6; }
3805 else
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3807 $as_echo "no" >&6; }
3813 if test -z "$CC"; then
3814 # Extract the first word of "cc", so it can be a program name with args.
3815 set dummy cc; ac_word=$2
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3817 $as_echo_n "checking for $ac_word... " >&6; }
3818 if ${ac_cv_prog_CC+:} false; then :
3819 $as_echo_n "(cached) " >&6
3820 else
3821 if test -n "$CC"; then
3822 ac_cv_prog_CC="$CC" # Let the user override the test.
3823 else
3824 ac_prog_rejected=no
3825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3826 for as_dir in $PATH
3828 IFS=$as_save_IFS
3829 test -z "$as_dir" && as_dir=.
3830 for ac_exec_ext in '' $ac_executable_extensions; do
3831 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3832 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3833 ac_prog_rejected=yes
3834 continue
3836 ac_cv_prog_CC="cc"
3837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3838 break 2
3840 done
3841 done
3842 IFS=$as_save_IFS
3844 if test $ac_prog_rejected = yes; then
3845 # We found a bogon in the path, so make sure we never use it.
3846 set dummy $ac_cv_prog_CC
3847 shift
3848 if test $# != 0; then
3849 # We chose a different compiler from the bogus one.
3850 # However, it has the same basename, so the bogon will be chosen
3851 # first if we set CC to just the basename; use the full file name.
3852 shift
3853 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3858 CC=$ac_cv_prog_CC
3859 if test -n "$CC"; then
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3861 $as_echo "$CC" >&6; }
3862 else
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3864 $as_echo "no" >&6; }
3869 if test -z "$CC"; then
3870 if test -n "$ac_tool_prefix"; then
3871 for ac_prog in cl.exe
3873 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3874 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3876 $as_echo_n "checking for $ac_word... " >&6; }
3877 if ${ac_cv_prog_CC+:} false; then :
3878 $as_echo_n "(cached) " >&6
3879 else
3880 if test -n "$CC"; then
3881 ac_cv_prog_CC="$CC" # Let the user override the test.
3882 else
3883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3884 for as_dir in $PATH
3886 IFS=$as_save_IFS
3887 test -z "$as_dir" && as_dir=.
3888 for ac_exec_ext in '' $ac_executable_extensions; do
3889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3890 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3892 break 2
3894 done
3895 done
3896 IFS=$as_save_IFS
3900 CC=$ac_cv_prog_CC
3901 if test -n "$CC"; then
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903 $as_echo "$CC" >&6; }
3904 else
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906 $as_echo "no" >&6; }
3910 test -n "$CC" && break
3911 done
3913 if test -z "$CC"; then
3914 ac_ct_CC=$CC
3915 for ac_prog in cl.exe
3917 # Extract the first word of "$ac_prog", so it can be a program name with args.
3918 set dummy $ac_prog; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$ac_ct_CC"; then
3925 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3934 ac_cv_prog_ac_ct_CC="$ac_prog"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3945 if test -n "$ac_ct_CC"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3947 $as_echo "$ac_ct_CC" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3954 test -n "$ac_ct_CC" && break
3955 done
3957 if test "x$ac_ct_CC" = x; then
3958 CC=""
3959 else
3960 case $cross_compiling:$ac_tool_warned in
3961 yes:)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned=yes ;;
3965 esac
3966 CC=$ac_ct_CC
3973 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3975 as_fn_error $? "no acceptable C compiler found in \$PATH
3976 See \`config.log' for more details" "$LINENO" 5; }
3978 # Provide some information about the compiler.
3979 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3980 set X $ac_compile
3981 ac_compiler=$2
3982 for ac_option in --version -v -V -qversion; do
3983 { { ac_try="$ac_compiler $ac_option >&5"
3984 case "(($ac_try" in
3985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3986 *) ac_try_echo=$ac_try;;
3987 esac
3988 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3989 $as_echo "$ac_try_echo"; } >&5
3990 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3991 ac_status=$?
3992 if test -s conftest.err; then
3993 sed '10a\
3994 ... rest of stderr output deleted ...
3995 10q' conftest.err >conftest.er1
3996 cat conftest.er1 >&5
3998 rm -f conftest.er1 conftest.err
3999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4000 test $ac_status = 0; }
4001 done
4003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4004 /* end confdefs.h. */
4007 main ()
4011 return 0;
4013 _ACEOF
4014 ac_clean_files_save=$ac_clean_files
4015 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4016 # Try to create an executable without -o first, disregard a.out.
4017 # It will help us diagnose broken compilers, and finding out an intuition
4018 # of exeext.
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4020 $as_echo_n "checking whether the C compiler works... " >&6; }
4021 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4023 # The possible output files:
4024 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4026 ac_rmfiles=
4027 for ac_file in $ac_files
4029 case $ac_file in
4030 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4031 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4032 esac
4033 done
4034 rm -f $ac_rmfiles
4036 if { { ac_try="$ac_link_default"
4037 case "(($ac_try" in
4038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4039 *) ac_try_echo=$ac_try;;
4040 esac
4041 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4042 $as_echo "$ac_try_echo"; } >&5
4043 (eval "$ac_link_default") 2>&5
4044 ac_status=$?
4045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4046 test $ac_status = 0; }; then :
4047 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4048 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4049 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4050 # so that the user can short-circuit this test for compilers unknown to
4051 # Autoconf.
4052 for ac_file in $ac_files ''
4054 test -f "$ac_file" || continue
4055 case $ac_file in
4056 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4058 [ab].out )
4059 # We found the default executable, but exeext='' is most
4060 # certainly right.
4061 break;;
4062 *.* )
4063 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4064 then :; else
4065 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4067 # We set ac_cv_exeext here because the later test for it is not
4068 # safe: cross compilers may not add the suffix if given an `-o'
4069 # argument, so we may need to know it at that point already.
4070 # Even if this section looks crufty: it has the advantage of
4071 # actually working.
4072 break;;
4074 break;;
4075 esac
4076 done
4077 test "$ac_cv_exeext" = no && ac_cv_exeext=
4079 else
4080 ac_file=''
4082 if test -z "$ac_file"; then :
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4084 $as_echo "no" >&6; }
4085 $as_echo "$as_me: failed program was:" >&5
4086 sed 's/^/| /' conftest.$ac_ext >&5
4088 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 as_fn_error 77 "C compiler cannot create executables
4091 See \`config.log' for more details" "$LINENO" 5; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4097 $as_echo_n "checking for C compiler default output file name... " >&6; }
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4099 $as_echo "$ac_file" >&6; }
4100 ac_exeext=$ac_cv_exeext
4102 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4103 ac_clean_files=$ac_clean_files_save
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4105 $as_echo_n "checking for suffix of executables... " >&6; }
4106 if { { ac_try="$ac_link"
4107 case "(($ac_try" in
4108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4109 *) ac_try_echo=$ac_try;;
4110 esac
4111 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4112 $as_echo "$ac_try_echo"; } >&5
4113 (eval "$ac_link") 2>&5
4114 ac_status=$?
4115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4116 test $ac_status = 0; }; then :
4117 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4118 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4119 # work properly (i.e., refer to `conftest.exe'), while it won't with
4120 # `rm'.
4121 for ac_file in conftest.exe conftest conftest.*; do
4122 test -f "$ac_file" || continue
4123 case $ac_file in
4124 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4125 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4126 break;;
4127 * ) break;;
4128 esac
4129 done
4130 else
4131 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4132 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4133 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4134 See \`config.log' for more details" "$LINENO" 5; }
4136 rm -f conftest conftest$ac_cv_exeext
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4138 $as_echo "$ac_cv_exeext" >&6; }
4140 rm -f conftest.$ac_ext
4141 EXEEXT=$ac_cv_exeext
4142 ac_exeext=$EXEEXT
4143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4144 /* end confdefs.h. */
4145 #include <stdio.h>
4147 main ()
4149 FILE *f = fopen ("conftest.out", "w");
4150 return ferror (f) || fclose (f) != 0;
4153 return 0;
4155 _ACEOF
4156 ac_clean_files="$ac_clean_files conftest.out"
4157 # Check that the compiler produces executables we can run. If not, either
4158 # the compiler is broken, or we cross compile.
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4160 $as_echo_n "checking whether we are cross compiling... " >&6; }
4161 if test "$cross_compiling" != yes; then
4162 { { ac_try="$ac_link"
4163 case "(($ac_try" in
4164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4165 *) ac_try_echo=$ac_try;;
4166 esac
4167 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4168 $as_echo "$ac_try_echo"; } >&5
4169 (eval "$ac_link") 2>&5
4170 ac_status=$?
4171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4172 test $ac_status = 0; }
4173 if { ac_try='./conftest$ac_cv_exeext'
4174 { { case "(($ac_try" in
4175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4176 *) ac_try_echo=$ac_try;;
4177 esac
4178 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4179 $as_echo "$ac_try_echo"; } >&5
4180 (eval "$ac_try") 2>&5
4181 ac_status=$?
4182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183 test $ac_status = 0; }; }; then
4184 cross_compiling=no
4185 else
4186 if test "$cross_compiling" = maybe; then
4187 cross_compiling=yes
4188 else
4189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4191 as_fn_error $? "cannot run C compiled programs.
4192 If you meant to cross compile, use \`--host'.
4193 See \`config.log' for more details" "$LINENO" 5; }
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4198 $as_echo "$cross_compiling" >&6; }
4200 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4201 ac_clean_files=$ac_clean_files_save
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4203 $as_echo_n "checking for suffix of object files... " >&6; }
4204 if ${ac_cv_objext+:} false; then :
4205 $as_echo_n "(cached) " >&6
4206 else
4207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4208 /* end confdefs.h. */
4211 main ()
4215 return 0;
4217 _ACEOF
4218 rm -f conftest.o conftest.obj
4219 if { { ac_try="$ac_compile"
4220 case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223 esac
4224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225 $as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_compile") 2>&5
4227 ac_status=$?
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }; then :
4230 for ac_file in conftest.o conftest.obj conftest.*; do
4231 test -f "$ac_file" || continue;
4232 case $ac_file in
4233 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4234 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4235 break;;
4236 esac
4237 done
4238 else
4239 $as_echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.$ac_ext >&5
4242 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4244 as_fn_error $? "cannot compute suffix of object files: cannot compile
4245 See \`config.log' for more details" "$LINENO" 5; }
4247 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4250 $as_echo "$ac_cv_objext" >&6; }
4251 OBJEXT=$ac_cv_objext
4252 ac_objext=$OBJEXT
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4254 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4255 if ${ac_cv_c_compiler_gnu+:} false; then :
4256 $as_echo_n "(cached) " >&6
4257 else
4258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4259 /* end confdefs.h. */
4262 main ()
4264 #ifndef __GNUC__
4265 choke me
4266 #endif
4269 return 0;
4271 _ACEOF
4272 if ac_fn_c_try_compile "$LINENO"; then :
4273 ac_compiler_gnu=yes
4274 else
4275 ac_compiler_gnu=no
4277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4278 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4282 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4283 if test $ac_compiler_gnu = yes; then
4284 GCC=yes
4285 else
4286 GCC=
4288 ac_test_CFLAGS=${CFLAGS+set}
4289 ac_save_CFLAGS=$CFLAGS
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4291 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4292 if ${ac_cv_prog_cc_g+:} false; then :
4293 $as_echo_n "(cached) " >&6
4294 else
4295 ac_save_c_werror_flag=$ac_c_werror_flag
4296 ac_c_werror_flag=yes
4297 ac_cv_prog_cc_g=no
4298 CFLAGS="-g"
4299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4300 /* end confdefs.h. */
4303 main ()
4307 return 0;
4309 _ACEOF
4310 if ac_fn_c_try_compile "$LINENO"; then :
4311 ac_cv_prog_cc_g=yes
4312 else
4313 CFLAGS=""
4314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4315 /* end confdefs.h. */
4318 main ()
4322 return 0;
4324 _ACEOF
4325 if ac_fn_c_try_compile "$LINENO"; then :
4327 else
4328 ac_c_werror_flag=$ac_save_c_werror_flag
4329 CFLAGS="-g"
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4334 main ()
4338 return 0;
4340 _ACEOF
4341 if ac_fn_c_try_compile "$LINENO"; then :
4342 ac_cv_prog_cc_g=yes
4344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4349 ac_c_werror_flag=$ac_save_c_werror_flag
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4352 $as_echo "$ac_cv_prog_cc_g" >&6; }
4353 if test "$ac_test_CFLAGS" = set; then
4354 CFLAGS=$ac_save_CFLAGS
4355 elif test $ac_cv_prog_cc_g = yes; then
4356 if test "$GCC" = yes; then
4357 CFLAGS="-g -O2"
4358 else
4359 CFLAGS="-g"
4361 else
4362 if test "$GCC" = yes; then
4363 CFLAGS="-O2"
4364 else
4365 CFLAGS=
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4369 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4370 if ${ac_cv_prog_cc_c89+:} false; then :
4371 $as_echo_n "(cached) " >&6
4372 else
4373 ac_cv_prog_cc_c89=no
4374 ac_save_CC=$CC
4375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4376 /* end confdefs.h. */
4377 #include <stdarg.h>
4378 #include <stdio.h>
4379 struct stat;
4380 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4381 struct buf { int x; };
4382 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4383 static char *e (p, i)
4384 char **p;
4385 int i;
4387 return p[i];
4389 static char *f (char * (*g) (char **, int), char **p, ...)
4391 char *s;
4392 va_list v;
4393 va_start (v,p);
4394 s = g (p, va_arg (v,int));
4395 va_end (v);
4396 return s;
4399 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4400 function prototypes and stuff, but not '\xHH' hex character constants.
4401 These don't provoke an error unfortunately, instead are silently treated
4402 as 'x'. The following induces an error, until -std is added to get
4403 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4404 array size at least. It's necessary to write '\x00'==0 to get something
4405 that's true only with -std. */
4406 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4408 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4409 inside strings and character constants. */
4410 #define FOO(x) 'x'
4411 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4413 int test (int i, double x);
4414 struct s1 {int (*f) (int a);};
4415 struct s2 {int (*f) (double a);};
4416 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4417 int argc;
4418 char **argv;
4420 main ()
4422 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4424 return 0;
4426 _ACEOF
4427 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4428 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4430 CC="$ac_save_CC $ac_arg"
4431 if ac_fn_c_try_compile "$LINENO"; then :
4432 ac_cv_prog_cc_c89=$ac_arg
4434 rm -f core conftest.err conftest.$ac_objext
4435 test "x$ac_cv_prog_cc_c89" != "xno" && break
4436 done
4437 rm -f conftest.$ac_ext
4438 CC=$ac_save_CC
4441 # AC_CACHE_VAL
4442 case "x$ac_cv_prog_cc_c89" in
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4445 $as_echo "none needed" >&6; } ;;
4446 xno)
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4448 $as_echo "unsupported" >&6; } ;;
4450 CC="$CC $ac_cv_prog_cc_c89"
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4452 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4453 esac
4454 if test "x$ac_cv_prog_cc_c89" != xno; then :
4458 ac_ext=c
4459 ac_cpp='$CPP $CPPFLAGS'
4460 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4461 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4462 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4464 ac_ext=cpp
4465 ac_cpp='$CXXCPP $CPPFLAGS'
4466 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4467 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4468 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4469 if test -z "$CXX"; then
4470 if test -n "$CCC"; then
4471 CXX=$CCC
4472 else
4473 if test -n "$ac_tool_prefix"; then
4474 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4476 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4477 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if ${ac_cv_prog_CXX+:} false; then :
4481 $as_echo_n "(cached) " >&6
4482 else
4483 if test -n "$CXX"; then
4484 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4485 else
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 for as_dir in $PATH
4489 IFS=$as_save_IFS
4490 test -z "$as_dir" && as_dir=.
4491 for ac_exec_ext in '' $ac_executable_extensions; do
4492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 break 2
4497 done
4498 done
4499 IFS=$as_save_IFS
4503 CXX=$ac_cv_prog_CXX
4504 if test -n "$CXX"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4506 $as_echo "$CXX" >&6; }
4507 else
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4513 test -n "$CXX" && break
4514 done
4516 if test -z "$CXX"; then
4517 ac_ct_CXX=$CXX
4518 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4520 # Extract the first word of "$ac_prog", so it can be a program name with args.
4521 set dummy $ac_prog; ac_word=$2
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523 $as_echo_n "checking for $ac_word... " >&6; }
4524 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4525 $as_echo_n "(cached) " >&6
4526 else
4527 if test -n "$ac_ct_CXX"; then
4528 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4529 else
4530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4531 for as_dir in $PATH
4533 IFS=$as_save_IFS
4534 test -z "$as_dir" && as_dir=.
4535 for ac_exec_ext in '' $ac_executable_extensions; do
4536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4537 ac_cv_prog_ac_ct_CXX="$ac_prog"
4538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4539 break 2
4541 done
4542 done
4543 IFS=$as_save_IFS
4547 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4548 if test -n "$ac_ct_CXX"; then
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4550 $as_echo "$ac_ct_CXX" >&6; }
4551 else
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4553 $as_echo "no" >&6; }
4557 test -n "$ac_ct_CXX" && break
4558 done
4560 if test "x$ac_ct_CXX" = x; then
4561 CXX="g++"
4562 else
4563 case $cross_compiling:$ac_tool_warned in
4564 yes:)
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4566 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4567 ac_tool_warned=yes ;;
4568 esac
4569 CXX=$ac_ct_CXX
4575 # Provide some information about the compiler.
4576 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4577 set X $ac_compile
4578 ac_compiler=$2
4579 for ac_option in --version -v -V -qversion; do
4580 { { ac_try="$ac_compiler $ac_option >&5"
4581 case "(($ac_try" in
4582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4583 *) ac_try_echo=$ac_try;;
4584 esac
4585 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4586 $as_echo "$ac_try_echo"; } >&5
4587 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4588 ac_status=$?
4589 if test -s conftest.err; then
4590 sed '10a\
4591 ... rest of stderr output deleted ...
4592 10q' conftest.err >conftest.er1
4593 cat conftest.er1 >&5
4595 rm -f conftest.er1 conftest.err
4596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4597 test $ac_status = 0; }
4598 done
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4601 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4602 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4603 $as_echo_n "(cached) " >&6
4604 else
4605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4606 /* end confdefs.h. */
4609 main ()
4611 #ifndef __GNUC__
4612 choke me
4613 #endif
4616 return 0;
4618 _ACEOF
4619 if ac_fn_cxx_try_compile "$LINENO"; then :
4620 ac_compiler_gnu=yes
4621 else
4622 ac_compiler_gnu=no
4624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4625 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4629 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4630 if test $ac_compiler_gnu = yes; then
4631 GXX=yes
4632 else
4633 GXX=
4635 ac_test_CXXFLAGS=${CXXFLAGS+set}
4636 ac_save_CXXFLAGS=$CXXFLAGS
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4638 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4639 if ${ac_cv_prog_cxx_g+:} false; then :
4640 $as_echo_n "(cached) " >&6
4641 else
4642 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4643 ac_cxx_werror_flag=yes
4644 ac_cv_prog_cxx_g=no
4645 CXXFLAGS="-g"
4646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4650 main ()
4654 return 0;
4656 _ACEOF
4657 if ac_fn_cxx_try_compile "$LINENO"; then :
4658 ac_cv_prog_cxx_g=yes
4659 else
4660 CXXFLAGS=""
4661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4662 /* end confdefs.h. */
4665 main ()
4669 return 0;
4671 _ACEOF
4672 if ac_fn_cxx_try_compile "$LINENO"; then :
4674 else
4675 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4676 CXXFLAGS="-g"
4677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4678 /* end confdefs.h. */
4681 main ()
4685 return 0;
4687 _ACEOF
4688 if ac_fn_cxx_try_compile "$LINENO"; then :
4689 ac_cv_prog_cxx_g=yes
4691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4696 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4699 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4700 if test "$ac_test_CXXFLAGS" = set; then
4701 CXXFLAGS=$ac_save_CXXFLAGS
4702 elif test $ac_cv_prog_cxx_g = yes; then
4703 if test "$GXX" = yes; then
4704 CXXFLAGS="-g -O2"
4705 else
4706 CXXFLAGS="-g"
4708 else
4709 if test "$GXX" = yes; then
4710 CXXFLAGS="-O2"
4711 else
4712 CXXFLAGS=
4715 ac_ext=c
4716 ac_cpp='$CPP $CPPFLAGS'
4717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4721 if test -n "$ac_tool_prefix"; then
4722 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4723 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4725 $as_echo_n "checking for $ac_word... " >&6; }
4726 if ${ac_cv_prog_CPPBIN+:} false; then :
4727 $as_echo_n "(cached) " >&6
4728 else
4729 if test -n "$CPPBIN"; then
4730 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4731 else
4732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4733 for as_dir in $PATH
4735 IFS=$as_save_IFS
4736 test -z "$as_dir" && as_dir=.
4737 for ac_exec_ext in '' $ac_executable_extensions; do
4738 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4739 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4741 break 2
4743 done
4744 done
4745 IFS=$as_save_IFS
4749 CPPBIN=$ac_cv_prog_CPPBIN
4750 if test -n "$CPPBIN"; then
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4752 $as_echo "$CPPBIN" >&6; }
4753 else
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4755 $as_echo "no" >&6; }
4760 if test -z "$ac_cv_prog_CPPBIN"; then
4761 ac_ct_CPPBIN=$CPPBIN
4762 # Extract the first word of "cpp", so it can be a program name with args.
4763 set dummy cpp; ac_word=$2
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4765 $as_echo_n "checking for $ac_word... " >&6; }
4766 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4767 $as_echo_n "(cached) " >&6
4768 else
4769 if test -n "$ac_ct_CPPBIN"; then
4770 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4771 else
4772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4773 for as_dir in $PATH
4775 IFS=$as_save_IFS
4776 test -z "$as_dir" && as_dir=.
4777 for ac_exec_ext in '' $ac_executable_extensions; do
4778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4779 ac_cv_prog_ac_ct_CPPBIN="cpp"
4780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4781 break 2
4783 done
4784 done
4785 IFS=$as_save_IFS
4789 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4790 if test -n "$ac_ct_CPPBIN"; then
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4792 $as_echo "$ac_ct_CPPBIN" >&6; }
4793 else
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4795 $as_echo "no" >&6; }
4798 if test "x$ac_ct_CPPBIN" = x; then
4799 CPPBIN="cpp"
4800 else
4801 case $cross_compiling:$ac_tool_warned in
4802 yes:)
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4804 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4805 ac_tool_warned=yes ;;
4806 esac
4807 CPPBIN=$ac_ct_CPPBIN
4809 else
4810 CPPBIN="$ac_cv_prog_CPPBIN"
4814 cat >>confdefs.h <<_ACEOF
4815 #define EXEEXT "$ac_exeext"
4816 _ACEOF
4818 if test -n "$ac_tool_prefix"; then
4819 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4820 set dummy ${ac_tool_prefix}ld; ac_word=$2
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4822 $as_echo_n "checking for $ac_word... " >&6; }
4823 if ${ac_cv_prog_LD+:} false; then :
4824 $as_echo_n "(cached) " >&6
4825 else
4826 if test -n "$LD"; then
4827 ac_cv_prog_LD="$LD" # Let the user override the test.
4828 else
4829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4830 for as_dir in $PATH
4832 IFS=$as_save_IFS
4833 test -z "$as_dir" && as_dir=.
4834 for ac_exec_ext in '' $ac_executable_extensions; do
4835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4836 ac_cv_prog_LD="${ac_tool_prefix}ld"
4837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 break 2
4840 done
4841 done
4842 IFS=$as_save_IFS
4846 LD=$ac_cv_prog_LD
4847 if test -n "$LD"; then
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4849 $as_echo "$LD" >&6; }
4850 else
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4852 $as_echo "no" >&6; }
4857 if test -z "$ac_cv_prog_LD"; then
4858 ac_ct_LD=$LD
4859 # Extract the first word of "ld", so it can be a program name with args.
4860 set dummy ld; ac_word=$2
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4862 $as_echo_n "checking for $ac_word... " >&6; }
4863 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4864 $as_echo_n "(cached) " >&6
4865 else
4866 if test -n "$ac_ct_LD"; then
4867 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4868 else
4869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870 for as_dir in $PATH
4872 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=.
4874 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4876 ac_cv_prog_ac_ct_LD="ld"
4877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4878 break 2
4880 done
4881 done
4882 IFS=$as_save_IFS
4886 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4887 if test -n "$ac_ct_LD"; then
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4889 $as_echo "$ac_ct_LD" >&6; }
4890 else
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4892 $as_echo "no" >&6; }
4895 if test "x$ac_ct_LD" = x; then
4896 LD=""
4897 else
4898 case $cross_compiling:$ac_tool_warned in
4899 yes:)
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4901 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4902 ac_tool_warned=yes ;;
4903 esac
4904 LD=$ac_ct_LD
4906 else
4907 LD="$ac_cv_prog_LD"
4911 case $host in
4912 *-darwin*)
4913 if test "x$enable_win64" = "xyes"
4914 then
4915 CC="$CC -m64"
4916 CXX="$CXX -m64"
4917 host_cpu="x86_64"
4918 notice_platform="64-bit "
4919 TARGETFLAGS="-m64"
4921 else
4922 CC="$CC -m32"
4923 CXX="$CXX -m32"
4924 host_cpu="i386"
4925 notice_platform="32-bit "
4926 TARGETFLAGS="-m32"
4928 enable_win16=${enable_win16:-yes}
4930 with_fontconfig=${with_fontconfig:-no}
4932 x86_64*|amd64*)
4933 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4934 then
4935 CC="$CC -m32"
4936 CXX="$CXX -m32"
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4938 $as_echo_n "checking whether $CC works... " >&6; }
4940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4941 /* end confdefs.h. */
4944 main ()
4948 return 0;
4950 _ACEOF
4951 if ac_fn_c_try_link "$LINENO"; then :
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4953 $as_echo "yes" >&6; }
4954 else
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4957 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4959 rm -f core conftest.err conftest.$ac_objext \
4960 conftest$ac_exeext conftest.$ac_ext
4961 host_cpu="i386"
4962 notice_platform="32-bit "
4963 TARGETFLAGS="-m32"
4965 enable_win16=${enable_win16:-yes}
4966 else
4967 if test "x${GCC}" = "xyes"
4968 then
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4970 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4973 #include <stdarg.h>
4975 main ()
4977 void func(__builtin_ms_va_list *args);
4979 return 0;
4981 _ACEOF
4982 if ac_fn_c_try_compile "$LINENO"; then :
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4984 $as_echo "yes" >&6; }
4985 else
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987 $as_echo "no" >&6; }
4988 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4992 host_cpu="x86_64"
4993 TARGETFLAGS="-m64"
4997 arm*)
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4999 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5001 /* end confdefs.h. */
5002 int ac_test(int i) { return i; }
5004 main ()
5006 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5008 return 0;
5010 _ACEOF
5011 if ac_fn_c_try_link "$LINENO"; then :
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5013 $as_echo "yes" >&6; }
5014 else
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5017 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5019 rm -f core conftest.err conftest.$ac_objext \
5020 conftest$ac_exeext conftest.$ac_ext
5021 CFLAGS="$CFLAGS -marm"
5022 TARGETFLAGS="-marm"
5025 *-mingw32*|*-cygwin*)
5026 enable_win16=${enable_win16:-no}
5027 CFLAGS="$CFLAGS -D_WIN32"
5029 i[3456789]86*)
5030 enable_win16=${enable_win16:-yes}
5032 esac
5034 enable_win16=${enable_win16:-no}
5035 enable_win64=${enable_win64:-no}
5037 enable_winetest=${enable_winetest:-$enable_tests}
5039 if test -n "$with_wine64"
5040 then
5041 if test "x$enable_win64" = "xyes"
5042 then
5043 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5044 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5046 enable_fonts=${enable_fonts:-no}
5047 enable_server=${enable_server:-no}
5048 elif test "x$enable_win64" = "xyes"
5049 then
5050 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5054 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5055 if ${wine_cv_toolsdir+:} false; then :
5056 $as_echo_n "(cached) " >&6
5057 else
5058 wine_cv_toolsdir="$with_wine_tools"
5059 if test -z "$with_wine_tools"; then
5060 if test "$cross_compiling" = "yes"; then
5061 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5062 elif test -n "$with_wine64"; then
5063 wine_cv_toolsdir="$with_wine64"
5066 if test -z "$wine_cv_toolsdir"; then
5067 wine_makedep=tools/makedep
5068 wine_cv_toolsdir="\$(top_builddir)"
5069 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5070 wine_makedep=$wine_cv_toolsdir/tools/makedep
5071 case "$wine_cv_toolsdir" in
5072 /*) ;;
5073 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5074 esac
5075 enable_tools=${enable_tools:-no}
5076 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5077 else
5078 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5082 $as_echo "$wine_cv_toolsdir" >&6; }
5083 TOOLSDIR=$wine_cv_toolsdir
5085 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5086 then
5087 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5091 for ac_prog in flex
5093 # Extract the first word of "$ac_prog", so it can be a program name with args.
5094 set dummy $ac_prog; ac_word=$2
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5096 $as_echo_n "checking for $ac_word... " >&6; }
5097 if ${ac_cv_prog_FLEX+:} false; then :
5098 $as_echo_n "(cached) " >&6
5099 else
5100 if test -n "$FLEX"; then
5101 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5102 else
5103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5104 for as_dir in $PATH
5106 IFS=$as_save_IFS
5107 test -z "$as_dir" && as_dir=.
5108 for ac_exec_ext in '' $ac_executable_extensions; do
5109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5110 ac_cv_prog_FLEX="$ac_prog"
5111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5112 break 2
5114 done
5115 done
5116 IFS=$as_save_IFS
5120 FLEX=$ac_cv_prog_FLEX
5121 if test -n "$FLEX"; then
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5123 $as_echo "$FLEX" >&6; }
5124 else
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5130 test -n "$FLEX" && break
5131 done
5132 test -n "$FLEX" || FLEX="none"
5134 if test "$FLEX" = "none"
5135 then
5136 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5139 $as_echo_n "checking whether flex is recent enough... " >&6; }
5140 cat >conftest.l <<EOF
5141 %top{
5142 #include "prediluvian.h"
5146 if $FLEX -t conftest.l >/dev/null 2>&5
5147 then
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5149 $as_echo "yes" >&6; }
5150 else
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5152 $as_echo "no" >&6; }
5153 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5156 for ac_prog in bison
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy $ac_prog; ac_word=$2
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if ${ac_cv_prog_BISON+:} false; then :
5163 $as_echo_n "(cached) " >&6
5164 else
5165 if test -n "$BISON"; then
5166 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5167 else
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in $PATH
5171 IFS=$as_save_IFS
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5175 ac_cv_prog_BISON="$ac_prog"
5176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 break 2
5179 done
5180 done
5181 IFS=$as_save_IFS
5185 BISON=$ac_cv_prog_BISON
5186 if test -n "$BISON"; then
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5188 $as_echo "$BISON" >&6; }
5189 else
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$BISON" && break
5196 done
5197 test -n "$BISON" || BISON="none"
5199 if test "$BISON" = "none"
5200 then
5201 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5204 if test -n "$ac_tool_prefix"; then
5205 for ac_prog in ar gar
5207 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5208 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5210 $as_echo_n "checking for $ac_word... " >&6; }
5211 if ${ac_cv_prog_AR+:} false; then :
5212 $as_echo_n "(cached) " >&6
5213 else
5214 if test -n "$AR"; then
5215 ac_cv_prog_AR="$AR" # Let the user override the test.
5216 else
5217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5218 for as_dir in $PATH
5220 IFS=$as_save_IFS
5221 test -z "$as_dir" && as_dir=.
5222 for ac_exec_ext in '' $ac_executable_extensions; do
5223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5224 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5226 break 2
5228 done
5229 done
5230 IFS=$as_save_IFS
5234 AR=$ac_cv_prog_AR
5235 if test -n "$AR"; then
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5237 $as_echo "$AR" >&6; }
5238 else
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5240 $as_echo "no" >&6; }
5244 test -n "$AR" && break
5245 done
5247 if test -z "$AR"; then
5248 ac_ct_AR=$AR
5249 for ac_prog in ar gar
5251 # Extract the first word of "$ac_prog", so it can be a program name with args.
5252 set dummy $ac_prog; ac_word=$2
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5254 $as_echo_n "checking for $ac_word... " >&6; }
5255 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5256 $as_echo_n "(cached) " >&6
5257 else
5258 if test -n "$ac_ct_AR"; then
5259 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5260 else
5261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5262 for as_dir in $PATH
5264 IFS=$as_save_IFS
5265 test -z "$as_dir" && as_dir=.
5266 for ac_exec_ext in '' $ac_executable_extensions; do
5267 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5268 ac_cv_prog_ac_ct_AR="$ac_prog"
5269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5270 break 2
5272 done
5273 done
5274 IFS=$as_save_IFS
5278 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5279 if test -n "$ac_ct_AR"; then
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5281 $as_echo "$ac_ct_AR" >&6; }
5282 else
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5284 $as_echo "no" >&6; }
5288 test -n "$ac_ct_AR" && break
5289 done
5291 if test "x$ac_ct_AR" = x; then
5292 AR="ar"
5293 else
5294 case $cross_compiling:$ac_tool_warned in
5295 yes:)
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5298 ac_tool_warned=yes ;;
5299 esac
5300 AR=$ac_ct_AR
5304 if test -n "$ac_tool_prefix"; then
5305 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5306 set dummy ${ac_tool_prefix}strip; ac_word=$2
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5308 $as_echo_n "checking for $ac_word... " >&6; }
5309 if ${ac_cv_prog_STRIP+:} false; then :
5310 $as_echo_n "(cached) " >&6
5311 else
5312 if test -n "$STRIP"; then
5313 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5314 else
5315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5316 for as_dir in $PATH
5318 IFS=$as_save_IFS
5319 test -z "$as_dir" && as_dir=.
5320 for ac_exec_ext in '' $ac_executable_extensions; do
5321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5322 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 break 2
5326 done
5327 done
5328 IFS=$as_save_IFS
5332 STRIP=$ac_cv_prog_STRIP
5333 if test -n "$STRIP"; then
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5335 $as_echo "$STRIP" >&6; }
5336 else
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5338 $as_echo "no" >&6; }
5343 if test -z "$ac_cv_prog_STRIP"; then
5344 ac_ct_STRIP=$STRIP
5345 # Extract the first word of "strip", so it can be a program name with args.
5346 set dummy strip; ac_word=$2
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5348 $as_echo_n "checking for $ac_word... " >&6; }
5349 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5350 $as_echo_n "(cached) " >&6
5351 else
5352 if test -n "$ac_ct_STRIP"; then
5353 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5354 else
5355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5356 for as_dir in $PATH
5358 IFS=$as_save_IFS
5359 test -z "$as_dir" && as_dir=.
5360 for ac_exec_ext in '' $ac_executable_extensions; do
5361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5362 ac_cv_prog_ac_ct_STRIP="strip"
5363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5364 break 2
5366 done
5367 done
5368 IFS=$as_save_IFS
5372 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5373 if test -n "$ac_ct_STRIP"; then
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5375 $as_echo "$ac_ct_STRIP" >&6; }
5376 else
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5378 $as_echo "no" >&6; }
5381 if test "x$ac_ct_STRIP" = x; then
5382 STRIP="strip"
5383 else
5384 case $cross_compiling:$ac_tool_warned in
5385 yes:)
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5387 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5388 ac_tool_warned=yes ;;
5389 esac
5390 STRIP=$ac_ct_STRIP
5392 else
5393 STRIP="$ac_cv_prog_STRIP"
5396 ARFLAGS=rc
5398 if test -n "$ac_tool_prefix"; then
5399 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5400 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5402 $as_echo_n "checking for $ac_word... " >&6; }
5403 if ${ac_cv_prog_RANLIB+:} false; then :
5404 $as_echo_n "(cached) " >&6
5405 else
5406 if test -n "$RANLIB"; then
5407 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5408 else
5409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5410 for as_dir in $PATH
5412 IFS=$as_save_IFS
5413 test -z "$as_dir" && as_dir=.
5414 for ac_exec_ext in '' $ac_executable_extensions; do
5415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5416 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5418 break 2
5420 done
5421 done
5422 IFS=$as_save_IFS
5426 RANLIB=$ac_cv_prog_RANLIB
5427 if test -n "$RANLIB"; then
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5429 $as_echo "$RANLIB" >&6; }
5430 else
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5432 $as_echo "no" >&6; }
5437 if test -z "$ac_cv_prog_RANLIB"; then
5438 ac_ct_RANLIB=$RANLIB
5439 # Extract the first word of "ranlib", so it can be a program name with args.
5440 set dummy ranlib; ac_word=$2
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5442 $as_echo_n "checking for $ac_word... " >&6; }
5443 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5444 $as_echo_n "(cached) " >&6
5445 else
5446 if test -n "$ac_ct_RANLIB"; then
5447 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5448 else
5449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5450 for as_dir in $PATH
5452 IFS=$as_save_IFS
5453 test -z "$as_dir" && as_dir=.
5454 for ac_exec_ext in '' $ac_executable_extensions; do
5455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5456 ac_cv_prog_ac_ct_RANLIB="ranlib"
5457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5458 break 2
5460 done
5461 done
5462 IFS=$as_save_IFS
5466 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5467 if test -n "$ac_ct_RANLIB"; then
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5469 $as_echo "$ac_ct_RANLIB" >&6; }
5470 else
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5472 $as_echo "no" >&6; }
5475 if test "x$ac_ct_RANLIB" = x; then
5476 RANLIB=":"
5477 else
5478 case $cross_compiling:$ac_tool_warned in
5479 yes:)
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5482 ac_tool_warned=yes ;;
5483 esac
5484 RANLIB=$ac_ct_RANLIB
5486 else
5487 RANLIB="$ac_cv_prog_RANLIB"
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5491 $as_echo_n "checking whether ln -s works... " >&6; }
5492 LN_S=$as_ln_s
5493 if test "$LN_S" = "ln -s"; then
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5495 $as_echo "yes" >&6; }
5496 else
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5498 $as_echo "no, using $LN_S" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5502 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5503 if ${ac_cv_path_GREP+:} false; then :
5504 $as_echo_n "(cached) " >&6
5505 else
5506 if test -z "$GREP"; then
5507 ac_path_GREP_found=false
5508 # Loop through the user's path and test for each of PROGNAME-LIST
5509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5510 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5512 IFS=$as_save_IFS
5513 test -z "$as_dir" && as_dir=.
5514 for ac_prog in grep ggrep; do
5515 for ac_exec_ext in '' $ac_executable_extensions; do
5516 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5517 as_fn_executable_p "$ac_path_GREP" || continue
5518 # Check for GNU ac_path_GREP and select it if it is found.
5519 # Check for GNU $ac_path_GREP
5520 case `"$ac_path_GREP" --version 2>&1` in
5521 *GNU*)
5522 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5524 ac_count=0
5525 $as_echo_n 0123456789 >"conftest.in"
5526 while :
5528 cat "conftest.in" "conftest.in" >"conftest.tmp"
5529 mv "conftest.tmp" "conftest.in"
5530 cp "conftest.in" "conftest.nl"
5531 $as_echo 'GREP' >> "conftest.nl"
5532 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5533 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5534 as_fn_arith $ac_count + 1 && ac_count=$as_val
5535 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5536 # Best one so far, save it but keep looking for a better one
5537 ac_cv_path_GREP="$ac_path_GREP"
5538 ac_path_GREP_max=$ac_count
5540 # 10*(2^10) chars as input seems more than enough
5541 test $ac_count -gt 10 && break
5542 done
5543 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5544 esac
5546 $ac_path_GREP_found && break 3
5547 done
5548 done
5549 done
5550 IFS=$as_save_IFS
5551 if test -z "$ac_cv_path_GREP"; then
5552 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5554 else
5555 ac_cv_path_GREP=$GREP
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5560 $as_echo "$ac_cv_path_GREP" >&6; }
5561 GREP="$ac_cv_path_GREP"
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5565 $as_echo_n "checking for egrep... " >&6; }
5566 if ${ac_cv_path_EGREP+:} false; then :
5567 $as_echo_n "(cached) " >&6
5568 else
5569 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5570 then ac_cv_path_EGREP="$GREP -E"
5571 else
5572 if test -z "$EGREP"; then
5573 ac_path_EGREP_found=false
5574 # Loop through the user's path and test for each of PROGNAME-LIST
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
5580 for ac_prog in egrep; do
5581 for ac_exec_ext in '' $ac_executable_extensions; do
5582 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5583 as_fn_executable_p "$ac_path_EGREP" || continue
5584 # Check for GNU ac_path_EGREP and select it if it is found.
5585 # Check for GNU $ac_path_EGREP
5586 case `"$ac_path_EGREP" --version 2>&1` in
5587 *GNU*)
5588 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5590 ac_count=0
5591 $as_echo_n 0123456789 >"conftest.in"
5592 while :
5594 cat "conftest.in" "conftest.in" >"conftest.tmp"
5595 mv "conftest.tmp" "conftest.in"
5596 cp "conftest.in" "conftest.nl"
5597 $as_echo 'EGREP' >> "conftest.nl"
5598 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5599 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5600 as_fn_arith $ac_count + 1 && ac_count=$as_val
5601 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5602 # Best one so far, save it but keep looking for a better one
5603 ac_cv_path_EGREP="$ac_path_EGREP"
5604 ac_path_EGREP_max=$ac_count
5606 # 10*(2^10) chars as input seems more than enough
5607 test $ac_count -gt 10 && break
5608 done
5609 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5610 esac
5612 $ac_path_EGREP_found && break 3
5613 done
5614 done
5615 done
5616 IFS=$as_save_IFS
5617 if test -z "$ac_cv_path_EGREP"; then
5618 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5620 else
5621 ac_cv_path_EGREP=$EGREP
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5627 $as_echo "$ac_cv_path_EGREP" >&6; }
5628 EGREP="$ac_cv_path_EGREP"
5631 # Extract the first word of "ldconfig", so it can be a program name with args.
5632 set dummy ldconfig; ac_word=$2
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5634 $as_echo_n "checking for $ac_word... " >&6; }
5635 if ${ac_cv_path_LDCONFIG+:} false; then :
5636 $as_echo_n "(cached) " >&6
5637 else
5638 case $LDCONFIG in
5639 [\\/]* | ?:[\\/]*)
5640 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 for as_dir in /sbin /usr/sbin $PATH
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5652 break 2
5654 done
5655 done
5656 IFS=$as_save_IFS
5658 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5660 esac
5662 LDCONFIG=$ac_cv_path_LDCONFIG
5663 if test -n "$LDCONFIG"; then
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5665 $as_echo "$LDCONFIG" >&6; }
5666 else
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5668 $as_echo "no" >&6; }
5672 for ac_prog in msgfmt
5674 # Extract the first word of "$ac_prog", so it can be a program name with args.
5675 set dummy $ac_prog; ac_word=$2
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5677 $as_echo_n "checking for $ac_word... " >&6; }
5678 if ${ac_cv_prog_MSGFMT+:} false; then :
5679 $as_echo_n "(cached) " >&6
5680 else
5681 if test -n "$MSGFMT"; then
5682 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5683 else
5684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5685 for as_dir in $PATH
5687 IFS=$as_save_IFS
5688 test -z "$as_dir" && as_dir=.
5689 for ac_exec_ext in '' $ac_executable_extensions; do
5690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5691 ac_cv_prog_MSGFMT="$ac_prog"
5692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5693 break 2
5695 done
5696 done
5697 IFS=$as_save_IFS
5701 MSGFMT=$ac_cv_prog_MSGFMT
5702 if test -n "$MSGFMT"; then
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5704 $as_echo "$MSGFMT" >&6; }
5705 else
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5707 $as_echo "no" >&6; }
5711 test -n "$MSGFMT" && break
5712 done
5713 test -n "$MSGFMT" || MSGFMT="false"
5715 if ${ac_tool_prefix+:} false; then :
5716 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5717 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5719 $as_echo_n "checking for $ac_word... " >&6; }
5720 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5721 $as_echo_n "(cached) " >&6
5722 else
5723 if test -n "$PKG_CONFIG"; then
5724 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5725 else
5726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5727 for as_dir in $PATH
5729 IFS=$as_save_IFS
5730 test -z "$as_dir" && as_dir=.
5731 for ac_exec_ext in '' $ac_executable_extensions; do
5732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5733 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5735 break 2
5737 done
5738 done
5739 IFS=$as_save_IFS
5743 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5744 if test -n "$PKG_CONFIG"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5746 $as_echo "$PKG_CONFIG" >&6; }
5747 else
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5749 $as_echo "no" >&6; }
5754 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5755 if test "x$cross_compiling" = xyes; then :
5757 else
5758 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5759 # Extract the first word of "pkg-config", so it can be a program name with args.
5760 set dummy pkg-config; ac_word=$2
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5762 $as_echo_n "checking for $ac_word... " >&6; }
5763 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5764 $as_echo_n "(cached) " >&6
5765 else
5766 if test -n "$PKG_CONFIG"; then
5767 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5768 else
5769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5770 for as_dir in $PATH
5772 IFS=$as_save_IFS
5773 test -z "$as_dir" && as_dir=.
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5776 ac_cv_prog_PKG_CONFIG="pkg-config"
5777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 2
5780 done
5781 done
5782 IFS=$as_save_IFS
5786 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5787 if test -n "$PKG_CONFIG"; then
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5789 $as_echo "$PKG_CONFIG" >&6; }
5790 else
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5792 $as_echo "no" >&6; }
5797 else
5798 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5801 if test "x$enable_maintainer_mode" != "xyes"
5802 then
5803 FONTFORGE=""
5804 RSVG=""
5805 CONVERT=""
5806 ICOTOOL=""
5807 else
5808 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5809 for ac_prog in fontforge
5811 # Extract the first word of "$ac_prog", so it can be a program name with args.
5812 set dummy $ac_prog; ac_word=$2
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5814 $as_echo_n "checking for $ac_word... " >&6; }
5815 if ${ac_cv_prog_FONTFORGE+:} false; then :
5816 $as_echo_n "(cached) " >&6
5817 else
5818 if test -n "$FONTFORGE"; then
5819 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5820 else
5821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5822 for as_dir in $PATH
5824 IFS=$as_save_IFS
5825 test -z "$as_dir" && as_dir=.
5826 for ac_exec_ext in '' $ac_executable_extensions; do
5827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5828 ac_cv_prog_FONTFORGE="$ac_prog"
5829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5830 break 2
5832 done
5833 done
5834 IFS=$as_save_IFS
5838 FONTFORGE=$ac_cv_prog_FONTFORGE
5839 if test -n "$FONTFORGE"; then
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5841 $as_echo "$FONTFORGE" >&6; }
5842 else
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5844 $as_echo "no" >&6; }
5848 test -n "$FONTFORGE" && break
5849 done
5850 test -n "$FONTFORGE" || FONTFORGE="false"
5852 for ac_prog in rsvg-convert rsvg
5854 # Extract the first word of "$ac_prog", so it can be a program name with args.
5855 set dummy $ac_prog; ac_word=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; }
5858 if ${ac_cv_prog_RSVG+:} false; then :
5859 $as_echo_n "(cached) " >&6
5860 else
5861 if test -n "$RSVG"; then
5862 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5863 else
5864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5865 for as_dir in $PATH
5867 IFS=$as_save_IFS
5868 test -z "$as_dir" && as_dir=.
5869 for ac_exec_ext in '' $ac_executable_extensions; do
5870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5871 ac_cv_prog_RSVG="$ac_prog"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5873 break 2
5875 done
5876 done
5877 IFS=$as_save_IFS
5881 RSVG=$ac_cv_prog_RSVG
5882 if test -n "$RSVG"; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5884 $as_echo "$RSVG" >&6; }
5885 else
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5887 $as_echo "no" >&6; }
5891 test -n "$RSVG" && break
5892 done
5893 test -n "$RSVG" || RSVG="false"
5895 for ac_prog in convert
5897 # Extract the first word of "$ac_prog", so it can be a program name with args.
5898 set dummy $ac_prog; ac_word=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; }
5901 if ${ac_cv_prog_CONVERT+:} false; then :
5902 $as_echo_n "(cached) " >&6
5903 else
5904 if test -n "$CONVERT"; then
5905 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5906 else
5907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5908 for as_dir in $PATH
5910 IFS=$as_save_IFS
5911 test -z "$as_dir" && as_dir=.
5912 for ac_exec_ext in '' $ac_executable_extensions; do
5913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5914 ac_cv_prog_CONVERT="$ac_prog"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5916 break 2
5918 done
5919 done
5920 IFS=$as_save_IFS
5924 CONVERT=$ac_cv_prog_CONVERT
5925 if test -n "$CONVERT"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5927 $as_echo "$CONVERT" >&6; }
5928 else
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; }
5934 test -n "$CONVERT" && break
5935 done
5936 test -n "$CONVERT" || CONVERT="false"
5938 for ac_prog in icotool
5940 # Extract the first word of "$ac_prog", so it can be a program name with args.
5941 set dummy $ac_prog; ac_word=$2
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5943 $as_echo_n "checking for $ac_word... " >&6; }
5944 if ${ac_cv_prog_ICOTOOL+:} false; then :
5945 $as_echo_n "(cached) " >&6
5946 else
5947 if test -n "$ICOTOOL"; then
5948 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5949 else
5950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5951 for as_dir in $PATH
5953 IFS=$as_save_IFS
5954 test -z "$as_dir" && as_dir=.
5955 for ac_exec_ext in '' $ac_executable_extensions; do
5956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5957 ac_cv_prog_ICOTOOL="$ac_prog"
5958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5959 break 2
5961 done
5962 done
5963 IFS=$as_save_IFS
5967 ICOTOOL=$ac_cv_prog_ICOTOOL
5968 if test -n "$ICOTOOL"; then
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5970 $as_echo "$ICOTOOL" >&6; }
5971 else
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5973 $as_echo "no" >&6; }
5977 test -n "$ICOTOOL" && break
5978 done
5979 test -n "$ICOTOOL" || ICOTOOL="false"
5981 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5982 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5984 if test "$CONVERT" = false
5985 then
5986 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5987 else
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5989 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5990 convert_version=`convert --version | head -n1`
5991 if test "x$convert_version" != "x"
5992 then
5993 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5994 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5995 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5996 then
5997 CONVERT=false
6000 if test "$CONVERT" = false
6001 then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6003 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6004 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6007 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6011 if test "$ICOTOOL" = false
6012 then
6013 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6014 else
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6016 $as_echo_n "checking for recent enough icotool... " >&6; }
6017 icotool_version=`icotool --version | head -n1`
6018 if test "x$icotool_version" != "x"
6019 then
6020 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6021 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6022 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6023 then
6024 ICOTOOL=false
6025 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6028 if test "$ICOTOOL" = false
6029 then
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6031 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6032 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6033 else
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6035 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6039 with_gettext=yes
6040 with_gettextpo=yes
6041 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6044 test "x$with_gettext" != xno || MSGFMT=false
6045 if test "$MSGFMT" != "false"
6046 then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6048 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6049 cat >conftest.po <<EOF
6050 # comment
6051 msgctxt "ctxt"
6052 msgid "id"
6053 msgstr "str"
6055 if $MSGFMT -o /dev/null conftest.po 2>&5
6056 then
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6058 $as_echo "yes" >&6; }
6059 else
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6061 $as_echo "no" >&6; }
6062 MSGFMT=false
6065 if test "$MSGFMT" = false; then :
6066 case "x$with_gettext" in
6067 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6068 xno) ;;
6069 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6070 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6071 esac
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6076 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6077 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6078 $as_echo_n "(cached) " >&6
6079 else
6080 ac_check_lib_save_LIBS=$LIBS
6081 LIBS="-li386 $LIBS"
6082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6083 /* end confdefs.h. */
6085 /* Override any GCC internal prototype to avoid an error.
6086 Use char because int might match the return type of a GCC
6087 builtin and then its argument prototype would still apply. */
6088 #ifdef __cplusplus
6089 extern "C"
6090 #endif
6091 char i386_set_ldt ();
6093 main ()
6095 return i386_set_ldt ();
6097 return 0;
6099 _ACEOF
6100 if ac_fn_c_try_link "$LINENO"; then :
6101 ac_cv_lib_i386_i386_set_ldt=yes
6102 else
6103 ac_cv_lib_i386_i386_set_ldt=no
6105 rm -f core conftest.err conftest.$ac_objext \
6106 conftest$ac_exeext conftest.$ac_ext
6107 LIBS=$ac_check_lib_save_LIBS
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6110 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6111 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6112 cat >>confdefs.h <<_ACEOF
6113 #define HAVE_LIBI386 1
6114 _ACEOF
6116 LIBS="-li386 $LIBS"
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6121 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6122 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6123 $as_echo_n "(cached) " >&6
6124 else
6125 ac_check_lib_save_LIBS=$LIBS
6126 LIBS="-lossaudio $LIBS"
6127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6128 /* end confdefs.h. */
6130 /* Override any GCC internal prototype to avoid an error.
6131 Use char because int might match the return type of a GCC
6132 builtin and then its argument prototype would still apply. */
6133 #ifdef __cplusplus
6134 extern "C"
6135 #endif
6136 char _oss_ioctl ();
6138 main ()
6140 return _oss_ioctl ();
6142 return 0;
6144 _ACEOF
6145 if ac_fn_c_try_link "$LINENO"; then :
6146 ac_cv_lib_ossaudio__oss_ioctl=yes
6147 else
6148 ac_cv_lib_ossaudio__oss_ioctl=no
6150 rm -f core conftest.err conftest.$ac_objext \
6151 conftest$ac_exeext conftest.$ac_ext
6152 LIBS=$ac_check_lib_save_LIBS
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6155 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6156 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6157 cat >>confdefs.h <<_ACEOF
6158 #define HAVE_LIBOSSAUDIO 1
6159 _ACEOF
6161 LIBS="-lossaudio $LIBS"
6166 OPENGL_LIBS=""
6170 # Check whether --enable-largefile was given.
6171 if test "${enable_largefile+set}" = set; then :
6172 enableval=$enable_largefile;
6175 if test "$enable_largefile" != no; then
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6178 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6179 if ${ac_cv_sys_largefile_CC+:} false; then :
6180 $as_echo_n "(cached) " >&6
6181 else
6182 ac_cv_sys_largefile_CC=no
6183 if test "$GCC" != yes; then
6184 ac_save_CC=$CC
6185 while :; do
6186 # IRIX 6.2 and later do not support large files by default,
6187 # so use the C compiler's -n32 option if that helps.
6188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6189 /* end confdefs.h. */
6190 #include <sys/types.h>
6191 /* Check that off_t can represent 2**63 - 1 correctly.
6192 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6193 since some C++ compilers masquerading as C compilers
6194 incorrectly reject 9223372036854775807. */
6195 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6196 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6197 && LARGE_OFF_T % 2147483647 == 1)
6198 ? 1 : -1];
6200 main ()
6204 return 0;
6206 _ACEOF
6207 if ac_fn_c_try_compile "$LINENO"; then :
6208 break
6210 rm -f core conftest.err conftest.$ac_objext
6211 CC="$CC -n32"
6212 if ac_fn_c_try_compile "$LINENO"; then :
6213 ac_cv_sys_largefile_CC=' -n32'; break
6215 rm -f core conftest.err conftest.$ac_objext
6216 break
6217 done
6218 CC=$ac_save_CC
6219 rm -f conftest.$ac_ext
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6223 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6224 if test "$ac_cv_sys_largefile_CC" != no; then
6225 CC=$CC$ac_cv_sys_largefile_CC
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6229 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6230 if ${ac_cv_sys_file_offset_bits+:} false; then :
6231 $as_echo_n "(cached) " >&6
6232 else
6233 while :; do
6234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6235 /* end confdefs.h. */
6236 #include <sys/types.h>
6237 /* Check that off_t can represent 2**63 - 1 correctly.
6238 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6239 since some C++ compilers masquerading as C compilers
6240 incorrectly reject 9223372036854775807. */
6241 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6242 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6243 && LARGE_OFF_T % 2147483647 == 1)
6244 ? 1 : -1];
6246 main ()
6250 return 0;
6252 _ACEOF
6253 if ac_fn_c_try_compile "$LINENO"; then :
6254 ac_cv_sys_file_offset_bits=no; break
6256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6258 /* end confdefs.h. */
6259 #define _FILE_OFFSET_BITS 64
6260 #include <sys/types.h>
6261 /* Check that off_t can represent 2**63 - 1 correctly.
6262 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6263 since some C++ compilers masquerading as C compilers
6264 incorrectly reject 9223372036854775807. */
6265 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6266 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6267 && LARGE_OFF_T % 2147483647 == 1)
6268 ? 1 : -1];
6270 main ()
6274 return 0;
6276 _ACEOF
6277 if ac_fn_c_try_compile "$LINENO"; then :
6278 ac_cv_sys_file_offset_bits=64; break
6280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6281 ac_cv_sys_file_offset_bits=unknown
6282 break
6283 done
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6286 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6287 case $ac_cv_sys_file_offset_bits in #(
6288 no | unknown) ;;
6290 cat >>confdefs.h <<_ACEOF
6291 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6292 _ACEOF
6294 esac
6295 rm -rf conftest*
6296 if test $ac_cv_sys_file_offset_bits = unknown; then
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6298 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6299 if ${ac_cv_sys_large_files+:} false; then :
6300 $as_echo_n "(cached) " >&6
6301 else
6302 while :; do
6303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6304 /* end confdefs.h. */
6305 #include <sys/types.h>
6306 /* Check that off_t can represent 2**63 - 1 correctly.
6307 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6308 since some C++ compilers masquerading as C compilers
6309 incorrectly reject 9223372036854775807. */
6310 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6311 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6312 && LARGE_OFF_T % 2147483647 == 1)
6313 ? 1 : -1];
6315 main ()
6319 return 0;
6321 _ACEOF
6322 if ac_fn_c_try_compile "$LINENO"; then :
6323 ac_cv_sys_large_files=no; break
6325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6327 /* end confdefs.h. */
6328 #define _LARGE_FILES 1
6329 #include <sys/types.h>
6330 /* Check that off_t can represent 2**63 - 1 correctly.
6331 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6332 since some C++ compilers masquerading as C compilers
6333 incorrectly reject 9223372036854775807. */
6334 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6335 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6336 && LARGE_OFF_T % 2147483647 == 1)
6337 ? 1 : -1];
6339 main ()
6343 return 0;
6345 _ACEOF
6346 if ac_fn_c_try_compile "$LINENO"; then :
6347 ac_cv_sys_large_files=1; break
6349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6350 ac_cv_sys_large_files=unknown
6351 break
6352 done
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6355 $as_echo "$ac_cv_sys_large_files" >&6; }
6356 case $ac_cv_sys_large_files in #(
6357 no | unknown) ;;
6359 cat >>confdefs.h <<_ACEOF
6360 #define _LARGE_FILES $ac_cv_sys_large_files
6361 _ACEOF
6363 esac
6364 rm -rf conftest*
6371 ac_ext=c
6372 ac_cpp='$CPP $CPPFLAGS'
6373 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6374 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6375 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6377 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6378 # On Suns, sometimes $CPP names a directory.
6379 if test -n "$CPP" && test -d "$CPP"; then
6380 CPP=
6382 if test -z "$CPP"; then
6383 if ${ac_cv_prog_CPP+:} false; then :
6384 $as_echo_n "(cached) " >&6
6385 else
6386 # Double quotes because CPP needs to be expanded
6387 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6389 ac_preproc_ok=false
6390 for ac_c_preproc_warn_flag in '' yes
6392 # Use a header file that comes with gcc, so configuring glibc
6393 # with a fresh cross-compiler works.
6394 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6395 # <limits.h> exists even on freestanding compilers.
6396 # On the NeXT, cc -E runs the code through the compiler's parser,
6397 # not just through cpp. "Syntax error" is here to catch this case.
6398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6399 /* end confdefs.h. */
6400 #ifdef __STDC__
6401 # include <limits.h>
6402 #else
6403 # include <assert.h>
6404 #endif
6405 Syntax error
6406 _ACEOF
6407 if ac_fn_c_try_cpp "$LINENO"; then :
6409 else
6410 # Broken: fails on valid input.
6411 continue
6413 rm -f conftest.err conftest.i conftest.$ac_ext
6415 # OK, works on sane cases. Now check whether nonexistent headers
6416 # can be detected and how.
6417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6418 /* end confdefs.h. */
6419 #include <ac_nonexistent.h>
6420 _ACEOF
6421 if ac_fn_c_try_cpp "$LINENO"; then :
6422 # Broken: success on invalid input.
6423 continue
6424 else
6425 # Passes both tests.
6426 ac_preproc_ok=:
6427 break
6429 rm -f conftest.err conftest.i conftest.$ac_ext
6431 done
6432 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6433 rm -f conftest.i conftest.err conftest.$ac_ext
6434 if $ac_preproc_ok; then :
6435 break
6438 done
6439 ac_cv_prog_CPP=$CPP
6442 CPP=$ac_cv_prog_CPP
6443 else
6444 ac_cv_prog_CPP=$CPP
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6447 $as_echo "$CPP" >&6; }
6448 ac_preproc_ok=false
6449 for ac_c_preproc_warn_flag in '' yes
6451 # Use a header file that comes with gcc, so configuring glibc
6452 # with a fresh cross-compiler works.
6453 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6454 # <limits.h> exists even on freestanding compilers.
6455 # On the NeXT, cc -E runs the code through the compiler's parser,
6456 # not just through cpp. "Syntax error" is here to catch this case.
6457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6458 /* end confdefs.h. */
6459 #ifdef __STDC__
6460 # include <limits.h>
6461 #else
6462 # include <assert.h>
6463 #endif
6464 Syntax error
6465 _ACEOF
6466 if ac_fn_c_try_cpp "$LINENO"; then :
6468 else
6469 # Broken: fails on valid input.
6470 continue
6472 rm -f conftest.err conftest.i conftest.$ac_ext
6474 # OK, works on sane cases. Now check whether nonexistent headers
6475 # can be detected and how.
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 #include <ac_nonexistent.h>
6479 _ACEOF
6480 if ac_fn_c_try_cpp "$LINENO"; then :
6481 # Broken: success on invalid input.
6482 continue
6483 else
6484 # Passes both tests.
6485 ac_preproc_ok=:
6486 break
6488 rm -f conftest.err conftest.i conftest.$ac_ext
6490 done
6491 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6492 rm -f conftest.i conftest.err conftest.$ac_ext
6493 if $ac_preproc_ok; then :
6495 else
6496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6498 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6499 See \`config.log' for more details" "$LINENO" 5; }
6502 ac_ext=c
6503 ac_cpp='$CPP $CPPFLAGS'
6504 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6506 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6510 $as_echo_n "checking for ANSI C header files... " >&6; }
6511 if ${ac_cv_header_stdc+:} false; then :
6512 $as_echo_n "(cached) " >&6
6513 else
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6516 #include <stdlib.h>
6517 #include <stdarg.h>
6518 #include <string.h>
6519 #include <float.h>
6522 main ()
6526 return 0;
6528 _ACEOF
6529 if ac_fn_c_try_compile "$LINENO"; then :
6530 ac_cv_header_stdc=yes
6531 else
6532 ac_cv_header_stdc=no
6534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6536 if test $ac_cv_header_stdc = yes; then
6537 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6539 /* end confdefs.h. */
6540 #include <string.h>
6542 _ACEOF
6543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6544 $EGREP "memchr" >/dev/null 2>&1; then :
6546 else
6547 ac_cv_header_stdc=no
6549 rm -f conftest*
6553 if test $ac_cv_header_stdc = yes; then
6554 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6557 #include <stdlib.h>
6559 _ACEOF
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "free" >/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 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6572 if test "$cross_compiling" = yes; then :
6574 else
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6577 #include <ctype.h>
6578 #include <stdlib.h>
6579 #if ((' ' & 0x0FF) == 0x020)
6580 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6581 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6582 #else
6583 # define ISLOWER(c) \
6584 (('a' <= (c) && (c) <= 'i') \
6585 || ('j' <= (c) && (c) <= 'r') \
6586 || ('s' <= (c) && (c) <= 'z'))
6587 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6588 #endif
6590 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6592 main ()
6594 int i;
6595 for (i = 0; i < 256; i++)
6596 if (XOR (islower (i), ISLOWER (i))
6597 || toupper (i) != TOUPPER (i))
6598 return 2;
6599 return 0;
6601 _ACEOF
6602 if ac_fn_c_try_run "$LINENO"; then :
6604 else
6605 ac_cv_header_stdc=no
6607 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6608 conftest.$ac_objext conftest.beam conftest.$ac_ext
6613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6614 $as_echo "$ac_cv_header_stdc" >&6; }
6615 if test $ac_cv_header_stdc = yes; then
6617 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6621 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6622 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6623 inttypes.h stdint.h unistd.h
6624 do :
6625 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6626 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6628 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6629 cat >>confdefs.h <<_ACEOF
6630 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6631 _ACEOF
6635 done
6638 for ac_header in \
6639 AL/al.h \
6640 ApplicationServices/ApplicationServices.h \
6641 AudioToolbox/AudioConverter.h \
6642 AudioUnit/AudioUnit.h \
6643 AudioUnit/AudioComponent.h \
6644 CL/cl.h \
6645 Carbon/Carbon.h \
6646 CoreAudio/CoreAudio.h \
6647 CoreServices/CoreServices.h \
6648 DiskArbitration/DiskArbitration.h \
6649 IOKit/IOKitLib.h \
6650 IOKit/hid/IOHIDLib.h \
6651 OpenAL/al.h \
6652 OpenCL/opencl.h \
6653 QuickTime/ImageCompression.h \
6654 Security/Security.h \
6655 alias.h \
6656 alsa/asoundlib.h \
6657 arpa/inet.h \
6658 arpa/nameser.h \
6659 asm/types.h \
6660 asm/user.h \
6661 curses.h \
6662 direct.h \
6663 dirent.h \
6664 dlfcn.h \
6665 elf.h \
6666 float.h \
6667 fnmatch.h \
6668 getopt.h \
6669 gettext-po.h \
6670 grp.h \
6671 gsm.h \
6672 gsm/gsm.h \
6673 ieeefp.h \
6674 inet/mib2.h \
6675 io.h \
6676 kstat.h \
6677 lber.h \
6678 ldap.h \
6679 libproc.h \
6680 link.h \
6681 linux/cdrom.h \
6682 linux/compiler.h \
6683 linux/filter.h \
6684 linux/hdreg.h \
6685 linux/input.h \
6686 linux/ioctl.h \
6687 linux/joystick.h \
6688 linux/major.h \
6689 linux/param.h \
6690 linux/serial.h \
6691 linux/types.h \
6692 linux/ucdrom.h \
6693 lwp.h \
6694 mach-o/nlist.h \
6695 mach-o/loader.h \
6696 mach/mach.h \
6697 mach/machine.h \
6698 machine/cpu.h \
6699 machine/limits.h \
6700 machine/sysarch.h \
6701 mntent.h \
6702 ncurses.h \
6703 netdb.h \
6704 netinet/in.h \
6705 netinet/in_systm.h \
6706 netinet/tcp.h \
6707 netinet/tcp_fsm.h \
6708 pcap/pcap.h \
6709 poll.h \
6710 port.h \
6711 process.h \
6712 pthread.h \
6713 pwd.h \
6714 sched.h \
6715 scsi/scsi.h \
6716 scsi/scsi_ioctl.h \
6717 scsi/sg.h \
6718 stdbool.h \
6719 stdint.h \
6720 stropts.h \
6721 sys/asoundlib.h \
6722 sys/attr.h \
6723 sys/cdio.h \
6724 sys/elf32.h \
6725 sys/epoll.h \
6726 sys/event.h \
6727 sys/exec_elf.h \
6728 sys/filio.h \
6729 sys/inotify.h \
6730 sys/ioctl.h \
6731 sys/ipc.h \
6732 sys/limits.h \
6733 sys/link.h \
6734 sys/mman.h \
6735 sys/modem.h \
6736 sys/msg.h \
6737 sys/mtio.h \
6738 sys/param.h \
6739 sys/poll.h \
6740 sys/prctl.h \
6741 sys/protosw.h \
6742 sys/ptrace.h \
6743 sys/queue.h \
6744 sys/resource.h \
6745 sys/scsiio.h \
6746 sys/shm.h \
6747 sys/signal.h \
6748 sys/socket.h \
6749 sys/socketvar.h \
6750 sys/sockio.h \
6751 sys/statvfs.h \
6752 sys/strtio.h \
6753 sys/syscall.h \
6754 sys/tihdr.h \
6755 sys/time.h \
6756 sys/timeout.h \
6757 sys/times.h \
6758 sys/uio.h \
6759 sys/user.h \
6760 sys/utsname.h \
6761 sys/vm86.h \
6762 sys/vnode.h \
6763 sys/wait.h \
6764 syscall.h \
6765 termios.h \
6766 unistd.h \
6767 utime.h \
6768 valgrind/memcheck.h \
6769 valgrind/valgrind.h \
6770 zlib.h
6772 do :
6773 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6774 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6775 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6776 cat >>confdefs.h <<_ACEOF
6777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6778 _ACEOF
6782 done
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6785 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6786 if ${ac_cv_header_stat_broken+:} false; then :
6787 $as_echo_n "(cached) " >&6
6788 else
6789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6790 /* end confdefs.h. */
6791 #include <sys/types.h>
6792 #include <sys/stat.h>
6794 #if defined S_ISBLK && defined S_IFDIR
6795 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6796 #endif
6798 #if defined S_ISBLK && defined S_IFCHR
6799 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6800 #endif
6802 #if defined S_ISLNK && defined S_IFREG
6803 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6804 #endif
6806 #if defined S_ISSOCK && defined S_IFREG
6807 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6808 #endif
6810 _ACEOF
6811 if ac_fn_c_try_compile "$LINENO"; then :
6812 ac_cv_header_stat_broken=no
6813 else
6814 ac_cv_header_stat_broken=yes
6816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6819 $as_echo "$ac_cv_header_stat_broken" >&6; }
6820 if test $ac_cv_header_stat_broken = yes; then
6822 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6828 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6829 do :
6830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6832 #ifdef HAVE_SYS_PARAM_H
6833 # include <sys/param.h>
6834 #endif
6836 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6837 cat >>confdefs.h <<_ACEOF
6838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6839 _ACEOF
6843 done
6846 for ac_header in \
6847 netinet/ip.h \
6848 net/if.h \
6849 net/if_arp.h \
6850 net/if_dl.h \
6851 net/if_types.h \
6852 net/route.h \
6853 netinet/if_ether.h \
6854 netinet/if_inarp.h \
6855 netinet/in_pcb.h \
6856 netinet/ip_icmp.h \
6857 netinet/ip_var.h \
6858 netinet/udp.h \
6859 netipx/ipx.h \
6860 sys/un.h \
6862 do :
6863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6864 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6865 #ifdef HAVE_SYS_SOCKET_H
6866 # include <sys/socket.h>
6867 #endif
6868 #ifdef HAVE_SYS_SOCKETVAR_H
6869 # include <sys/socketvar.h>
6870 #endif
6871 #ifdef HAVE_NET_ROUTE_H
6872 # include <net/route.h>
6873 #endif
6874 #ifdef HAVE_NETINET_IN_H
6875 # include <netinet/in.h>
6876 #endif
6877 #ifdef HAVE_NETINET_IN_SYSTM_H
6878 # include <netinet/in_systm.h>
6879 #endif
6880 #ifdef HAVE_NET_IF_H
6881 # include <net/if.h>
6882 #endif
6883 #ifdef HAVE_NETINET_IP_H
6884 # include <netinet/ip.h>
6885 #endif
6887 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6888 cat >>confdefs.h <<_ACEOF
6889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6890 _ACEOF
6894 done
6897 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6898 do :
6899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6901 #ifdef HAVE_ALIAS_H
6902 # include <alias.h>
6903 #endif
6904 #ifdef HAVE_SYS_SOCKET_H
6905 # include <sys/socket.h>
6906 #endif
6907 #ifdef HAVE_SYS_SOCKETVAR_H
6908 # include <sys/socketvar.h>
6909 #endif
6910 #ifdef HAVE_SYS_TIMEOUT_H
6911 # include <sys/timeout.h>
6912 #endif
6913 #ifdef HAVE_NETINET_IN_H
6914 # include <netinet/in.h>
6915 #endif
6916 #ifdef HAVE_NETINET_IN_SYSTM_H
6917 # include <netinet/in_systm.h>
6918 #endif
6919 #ifdef HAVE_NETINET_IP_H
6920 # include <netinet/ip.h>
6921 #endif
6922 #ifdef HAVE_NETINET_IP_VAR_H
6923 # include <netinet/ip_var.h>
6924 #endif
6925 #ifdef HAVE_NETINET_IP_ICMP_H
6926 # include <netinet/ip_icmp.h>
6927 #endif
6928 #ifdef HAVE_NETINET_UDP_H
6929 # include <netinet/udp.h>
6930 #endif
6931 #ifdef HAVE_NETINET_TCP_H
6932 # include <netinet/tcp.h>
6933 #endif
6934 #ifdef HAVE_NETINET_TCP_TIMER_H
6935 #include <netinet/tcp_timer.h>
6936 #endif
6938 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6939 cat >>confdefs.h <<_ACEOF
6940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6941 _ACEOF
6945 done
6948 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6949 do :
6950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6952 #ifdef HAVE_ASM_TYPES_H
6953 # include <asm/types.h>
6954 #endif
6955 #ifdef HAVE_SYS_SOCKET_H
6956 # include <sys/socket.h>
6957 #endif
6958 #ifdef HAVE_LINUX_TYPES_H
6959 # include <linux/types.h>
6960 #endif
6962 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6963 cat >>confdefs.h <<_ACEOF
6964 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6965 _ACEOF
6969 done
6972 for ac_header in mach-o/dyld_images.h
6973 do :
6974 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6975 # include <stdbool.h>
6976 #endif
6977 #ifdef HAVE_STDINT_H
6978 # include <stdint.h>
6979 #endif
6981 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6982 cat >>confdefs.h <<_ACEOF
6983 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6984 _ACEOF
6988 done
6991 for ac_header in resolv.h
6992 do :
6993 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6994 #ifdef HAVE_SYS_SOCKET_H
6995 # include <sys/socket.h>
6996 #endif
6997 #ifdef HAVE_NETINET_IN_H
6998 # include <netinet/in.h>
6999 #endif
7000 #ifdef HAVE_ARPA_NAMESER_H
7001 # include <arpa/nameser.h>
7002 #endif
7004 if test "x$ac_cv_header_resolv_h" = xyes; then :
7005 cat >>confdefs.h <<_ACEOF
7006 #define HAVE_RESOLV_H 1
7007 _ACEOF
7011 done
7014 for ac_header in ifaddrs.h
7015 do :
7016 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7018 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7019 cat >>confdefs.h <<_ACEOF
7020 #define HAVE_IFADDRS_H 1
7021 _ACEOF
7025 done
7028 for ac_header in sys/ucontext.h
7029 do :
7030 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7032 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7033 cat >>confdefs.h <<_ACEOF
7034 #define HAVE_SYS_UCONTEXT_H 1
7035 _ACEOF
7039 done
7042 for ac_header in sys/thr.h
7043 do :
7044 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7045 #ifdef HAVE_SYS_UCONTEXT_H
7046 #include <sys/ucontext.h>
7047 #endif
7049 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7050 cat >>confdefs.h <<_ACEOF
7051 #define HAVE_SYS_THR_H 1
7052 _ACEOF
7056 done
7059 for ac_header in pthread_np.h
7060 do :
7061 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7062 #include <pthread.h>
7063 #endif
7065 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7066 cat >>confdefs.h <<_ACEOF
7067 #define HAVE_PTHREAD_NP_H 1
7068 _ACEOF
7072 done
7075 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7076 do :
7077 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7079 #include <sys/time.h>
7080 #endif
7081 #include <sys/types.h>
7082 #ifdef HAVE_ASM_TYPES_H
7083 #include <asm/types.h>
7084 #endif
7086 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7087 cat >>confdefs.h <<_ACEOF
7088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7089 _ACEOF
7093 done
7096 for ac_header in libprocstat.h
7097 do :
7098 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7099 #include <sys/param.h>
7100 #endif
7101 #ifdef HAVE_SYS_QUEUE_H
7102 #include <sys/queue.h>
7103 #endif
7104 #ifdef HAVE_SYS_SOCKET_H
7105 #include <sys/socket.h>
7106 #endif
7108 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7109 cat >>confdefs.h <<_ACEOF
7110 #define HAVE_LIBPROCSTAT_H 1
7111 _ACEOF
7115 done
7119 dlldir="\${libdir}/wine"
7121 DLLPREFIX=""
7123 DLLFLAGS="-D_REENTRANT"
7125 LDRPATH_INSTALL=""
7127 LDRPATH_LOCAL=""
7129 LIBEXT="so"
7130 DLLEXT=".so"
7131 IMPLIBEXT="def"
7132 STATIC_IMPLIBEXT="def.a"
7133 # Extract the first word of "ldd", so it can be a program name with args.
7134 set dummy ldd; ac_word=$2
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7136 $as_echo_n "checking for $ac_word... " >&6; }
7137 if ${ac_cv_path_LDD+:} false; then :
7138 $as_echo_n "(cached) " >&6
7139 else
7140 case $LDD in
7141 [\\/]* | ?:[\\/]*)
7142 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7146 as_dummy="/sbin:/usr/sbin:$PATH"
7147 for as_dir in $as_dummy
7149 IFS=$as_save_IFS
7150 test -z "$as_dir" && as_dir=.
7151 for ac_exec_ext in '' $ac_executable_extensions; do
7152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7153 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7155 break 2
7157 done
7158 done
7159 IFS=$as_save_IFS
7161 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7163 esac
7165 LDD=$ac_cv_path_LDD
7166 if test -n "$LDD"; then
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7168 $as_echo "$LDD" >&6; }
7169 else
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7171 $as_echo "no" >&6; }
7175 if test -n "$ac_tool_prefix"; then
7176 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7177 set dummy ${ac_tool_prefix}otool; ac_word=$2
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if ${ac_cv_prog_OTOOL+:} false; then :
7181 $as_echo_n "(cached) " >&6
7182 else
7183 if test -n "$OTOOL"; then
7184 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7185 else
7186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7187 for as_dir in $PATH
7189 IFS=$as_save_IFS
7190 test -z "$as_dir" && as_dir=.
7191 for ac_exec_ext in '' $ac_executable_extensions; do
7192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7193 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7195 break 2
7197 done
7198 done
7199 IFS=$as_save_IFS
7203 OTOOL=$ac_cv_prog_OTOOL
7204 if test -n "$OTOOL"; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7206 $as_echo "$OTOOL" >&6; }
7207 else
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209 $as_echo "no" >&6; }
7214 if test -z "$ac_cv_prog_OTOOL"; then
7215 ac_ct_OTOOL=$OTOOL
7216 # Extract the first word of "otool", so it can be a program name with args.
7217 set dummy otool; ac_word=$2
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7219 $as_echo_n "checking for $ac_word... " >&6; }
7220 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7221 $as_echo_n "(cached) " >&6
7222 else
7223 if test -n "$ac_ct_OTOOL"; then
7224 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7225 else
7226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7227 for as_dir in $PATH
7229 IFS=$as_save_IFS
7230 test -z "$as_dir" && as_dir=.
7231 for ac_exec_ext in '' $ac_executable_extensions; do
7232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7233 ac_cv_prog_ac_ct_OTOOL="otool"
7234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7235 break 2
7237 done
7238 done
7239 IFS=$as_save_IFS
7243 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7244 if test -n "$ac_ct_OTOOL"; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7246 $as_echo "$ac_ct_OTOOL" >&6; }
7247 else
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7249 $as_echo "no" >&6; }
7252 if test "x$ac_ct_OTOOL" = x; then
7253 OTOOL="otool"
7254 else
7255 case $cross_compiling:$ac_tool_warned in
7256 yes:)
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7259 ac_tool_warned=yes ;;
7260 esac
7261 OTOOL=$ac_ct_OTOOL
7263 else
7264 OTOOL="$ac_cv_prog_OTOOL"
7267 if test -n "$ac_tool_prefix"; then
7268 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7269 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7271 $as_echo_n "checking for $ac_word... " >&6; }
7272 if ${ac_cv_prog_READELF+:} false; then :
7273 $as_echo_n "(cached) " >&6
7274 else
7275 if test -n "$READELF"; then
7276 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7277 else
7278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279 for as_dir in $PATH
7281 IFS=$as_save_IFS
7282 test -z "$as_dir" && as_dir=.
7283 for ac_exec_ext in '' $ac_executable_extensions; do
7284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7285 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7287 break 2
7289 done
7290 done
7291 IFS=$as_save_IFS
7295 READELF=$ac_cv_prog_READELF
7296 if test -n "$READELF"; then
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7298 $as_echo "$READELF" >&6; }
7299 else
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301 $as_echo "no" >&6; }
7306 if test -z "$ac_cv_prog_READELF"; then
7307 ac_ct_READELF=$READELF
7308 # Extract the first word of "readelf", so it can be a program name with args.
7309 set dummy readelf; ac_word=$2
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311 $as_echo_n "checking for $ac_word... " >&6; }
7312 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7313 $as_echo_n "(cached) " >&6
7314 else
7315 if test -n "$ac_ct_READELF"; then
7316 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7317 else
7318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 for as_dir in $PATH
7321 IFS=$as_save_IFS
7322 test -z "$as_dir" && as_dir=.
7323 for ac_exec_ext in '' $ac_executable_extensions; do
7324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7325 ac_cv_prog_ac_ct_READELF="readelf"
7326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 break 2
7329 done
7330 done
7331 IFS=$as_save_IFS
7335 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7336 if test -n "$ac_ct_READELF"; then
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7338 $as_echo "$ac_ct_READELF" >&6; }
7339 else
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341 $as_echo "no" >&6; }
7344 if test "x$ac_ct_READELF" = x; then
7345 READELF="true"
7346 else
7347 case $cross_compiling:$ac_tool_warned in
7348 yes:)
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7351 ac_tool_warned=yes ;;
7352 esac
7353 READELF=$ac_ct_READELF
7355 else
7356 READELF="$ac_cv_prog_READELF"
7359 wine_rules_file=conf$$rules.make
7360 rm -f $wine_rules_file
7361 ALL_POT_FILES=""
7362 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7363 ALL_TEST_RESOURCES=""
7366 wine_fn_append_file ()
7368 as_fn_append $1 " \\$as_nl $2"
7371 wine_fn_ignore_file ()
7373 case "$1" in
7374 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7375 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7376 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7377 esac
7380 wine_fn_append_rule ()
7382 $as_echo "$1" >>$wine_rules_file
7385 wine_fn_has_flag ()
7387 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7390 wine_fn_depend_rules ()
7392 if wine_fn_has_flag config
7393 then
7394 wine_fn_append_rule \
7395 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7396 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7397 depend: $ac_dir/depend
7398 .PHONY: $ac_dir/depend
7399 $ac_dir/depend: \$(MAKEDEP) dummy
7400 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7401 else
7402 wine_fn_append_rule \
7403 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7404 \$(MAKEDEP) $ac_dir
7405 depend: $ac_dir/depend
7406 .PHONY: $ac_dir/depend
7407 $ac_dir/depend: \$(MAKEDEP) dummy
7408 \$(MAKEDEP) $ac_dir"
7412 wine_fn_pot_rules ()
7414 test "x$with_gettextpo" = xyes || return
7416 if wine_fn_has_flag mc
7417 then
7418 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7419 wine_fn_append_rule \
7420 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7421 @cd $ac_dir && \$(MAKE) msg.pot
7422 $ac_dir/msg.pot: tools/wmc include"
7424 if wine_fn_has_flag po
7425 then
7426 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7427 wine_fn_append_rule \
7428 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7429 @cd $ac_dir && \$(MAKE) rsrc.pot
7430 $ac_dir/rsrc.pot: tools/wrc include"
7434 wine_fn_all_rules ()
7436 wine_fn_depend_rules
7437 wine_fn_append_rule \
7438 "all: $ac_dir
7439 .PHONY: $ac_dir
7440 $ac_dir: $ac_dir/Makefile dummy
7441 @cd $ac_dir && \$(MAKE)"
7444 wine_fn_install_rules ()
7446 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7448 wine_fn_append_rule \
7449 ".PHONY: $ac_dir/install $ac_dir/uninstall
7450 $ac_dir/install:: $ac_dir
7451 @cd $ac_dir && \$(MAKE) install
7452 $ac_dir/uninstall:: $ac_dir/Makefile
7453 @cd $ac_dir && \$(MAKE) uninstall
7454 install:: $ac_dir/install
7455 __uninstall__: $ac_dir/uninstall"
7457 if wine_fn_has_flag install-lib
7458 then
7459 wine_fn_append_rule \
7460 ".PHONY: $ac_dir/install-lib
7461 $ac_dir/install-lib:: $ac_dir
7462 @cd $ac_dir && \$(MAKE) install-lib
7463 install-lib:: $ac_dir/install-lib"
7466 if wine_fn_has_flag install-dev
7467 then
7468 wine_fn_append_rule \
7469 ".PHONY: $ac_dir/install-dev
7470 $ac_dir/install-dev:: $ac_dir
7471 @cd $ac_dir && \$(MAKE) install-dev
7472 install-dev:: $ac_dir/install-dev"
7476 wine_fn_clean_rules ()
7478 ac_clean=$@
7479 ac_extraclean="$ac_dir/Makefile"
7480 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7481 case $ac_dir in
7482 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7483 esac
7485 if wine_fn_has_flag clean
7486 then
7487 wine_fn_append_rule \
7488 "__clean__: $ac_dir/clean
7489 .PHONY: $ac_dir/clean
7490 $ac_dir/clean: $ac_dir/Makefile
7491 @cd $ac_dir && \$(MAKE) clean
7492 \$(RM) $ac_extraclean"
7493 else
7494 wine_fn_append_rule \
7495 "__clean__: $ac_dir/clean
7496 .PHONY: $ac_dir/clean
7497 $ac_dir/clean: dummy
7498 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7502 wine_fn_disabled_rules ()
7504 ac_clean=$@
7505 ac_extraclean="$ac_dir/Makefile"
7506 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7508 wine_fn_append_rule \
7509 "__clean__: $ac_dir/clean
7510 .PHONY: $ac_dir/clean
7511 $ac_dir/clean: dummy
7512 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7515 wine_fn_config_makefile ()
7517 ac_dir=$1
7518 ac_enable=$2
7519 ac_flags=$3
7521 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7522 wine_fn_disabled_rules; return
7524 wine_fn_all_rules
7525 wine_fn_install_rules
7526 wine_fn_clean_rules
7529 wine_fn_config_lib ()
7531 ac_name=$1
7532 ac_flags=$2
7533 ac_dir=dlls/$ac_name
7534 ac_deps="include"
7536 if test "x$enable_tools" = xno; then :
7538 else
7539 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7541 wine_fn_all_rules
7542 wine_fn_clean_rules
7544 wine_fn_append_rule \
7545 ".PHONY: $ac_dir/install $ac_dir/uninstall
7546 $ac_dir/install:: $ac_dir
7547 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7548 $ac_dir/uninstall::
7549 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7550 install install-dev:: $ac_dir/install
7551 __uninstall__: $ac_dir/uninstall
7552 __builddeps__: $ac_dir
7553 $ac_dir: $ac_deps"
7556 wine_fn_config_dll ()
7558 ac_name=$1
7559 ac_dir=dlls/$ac_name
7560 ac_enable=$2
7561 ac_flags=$3
7562 ac_implib=${4:-$ac_name}
7563 ac_file=$ac_dir/lib$ac_implib
7564 ac_dll=$ac_name
7565 ac_deps="include"
7566 ac_implibflags=""
7568 if test "x$enable_tools" = xno; then :
7570 else
7571 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7573 case $ac_name in
7574 *16) ac_implibflags=" -m16" ;;
7575 *.*) ;;
7576 *) ac_dll=$ac_dll.dll ;;
7577 esac
7579 ac_clean=
7580 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7581 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7582 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7583 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7585 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7586 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7587 then
7588 wine_fn_depend_rules
7589 wine_fn_clean_rules $ac_clean
7590 else
7591 wine_fn_disabled_rules $ac_clean
7592 return
7594 else
7595 wine_fn_all_rules
7596 wine_fn_clean_rules $ac_clean
7597 wine_fn_append_rule \
7598 "$ac_dir: __builddeps__
7599 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7600 @cd $ac_dir && \$(MAKE) \$@
7601 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7602 install install-lib:: $ac_dir/install-lib
7603 __uninstall__: $ac_dir/uninstall"
7604 if test -n "$DLLEXT"
7605 then
7606 wine_fn_append_rule \
7607 "$ac_dir/install-lib:: $ac_dir
7608 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7609 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7610 $ac_dir/uninstall::
7611 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7612 else
7613 wine_fn_append_rule \
7614 "$ac_dir/install-lib:: $ac_dir
7615 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7616 $ac_dir/uninstall::
7617 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7620 wine_fn_pot_rules
7623 if wine_fn_has_flag staticimplib
7624 then
7625 wine_fn_append_rule \
7626 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7627 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7628 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7629 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7630 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7631 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7632 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7633 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7634 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7635 $ac_dir/uninstall::
7636 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7637 install install-dev:: $ac_dir/install-dev
7638 __uninstall__: $ac_dir/uninstall"
7640 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7641 then
7642 wine_fn_append_rule \
7643 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7644 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7645 $ac_dir/uninstall::
7646 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7649 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7650 then
7651 wine_fn_append_rule \
7652 "__builddeps__: $ac_file.cross.a
7653 $ac_file.cross.a: $ac_dir/Makefile dummy
7654 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7657 elif wine_fn_has_flag implib
7658 then
7659 wine_fn_append_rule \
7660 "__builddeps__: $ac_file.$IMPLIBEXT
7661 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7662 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7663 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7664 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7665 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7666 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7667 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7668 $ac_dir/uninstall::
7669 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7670 install install-dev:: $ac_dir/install-dev
7671 __uninstall__: $ac_dir/uninstall"
7672 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7673 then
7674 wine_fn_append_rule \
7675 "__builddeps__: $ac_file.cross.a
7676 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7677 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7680 if test "$ac_name" != "$ac_implib"
7681 then
7682 wine_fn_append_rule \
7683 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7684 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7685 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7686 clean::
7687 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7688 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7690 then
7691 wine_fn_append_rule \
7692 "__builddeps__: dlls/lib$ac_implib.cross.a
7693 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7694 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7695 clean::
7696 \$(RM) dlls/lib$ac_implib.cross.a"
7697 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7703 wine_fn_config_program ()
7705 ac_name=$1
7706 ac_dir=programs/$ac_name
7707 ac_enable=$2
7708 ac_flags=$3
7709 ac_program=$ac_name
7711 case $ac_name in
7712 *.*) ;;
7713 *) ac_program=$ac_program.exe ;;
7714 esac
7716 ac_clean=
7717 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7718 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7719 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7720 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7722 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7723 wine_fn_disabled_rules $ac_clean; return
7726 wine_fn_all_rules
7727 wine_fn_clean_rules $ac_clean
7728 wine_fn_append_rule "$ac_dir: __builddeps__"
7729 wine_fn_pot_rules
7731 wine_fn_has_flag install || return
7732 wine_fn_append_rule \
7733 ".PHONY: $ac_dir/install $ac_dir/uninstall
7734 install install-lib:: $ac_dir/install
7735 __uninstall__: $ac_dir/uninstall"
7737 if test -n "$DLLEXT"
7738 then
7739 wine_fn_append_rule \
7740 "$ac_dir/install:: $ac_dir
7741 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7742 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7743 $ac_dir/uninstall::
7744 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7746 if test -z "$with_wine64" && wine_fn_has_flag installbin
7747 then
7748 wine_fn_append_rule \
7749 "$ac_dir/install:: __tooldeps__
7750 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7751 $ac_dir/uninstall::
7752 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7754 else
7755 wine_fn_append_rule \
7756 "$ac_dir/install:: $ac_dir
7757 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7758 $ac_dir/uninstall::
7759 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7762 if test -z "$with_wine64" && wine_fn_has_flag manpage
7763 then
7764 wine_fn_append_rule \
7765 "$ac_dir/install:: $ac_dir
7766 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7767 $ac_dir/uninstall::
7768 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7772 wine_fn_config_test ()
7774 ac_dir=$1
7775 ac_name=$2
7776 ac_flags=$3
7778 ac_clean=
7779 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7780 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7782 if test "x$enable_tests" = xno; then :
7783 wine_fn_disabled_rules $ac_clean; return
7786 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7787 wine_fn_all_rules
7788 wine_fn_clean_rules $ac_clean
7790 wine_fn_append_rule \
7791 "$ac_dir: programs/winetest/Makefile __builddeps__
7792 programs/winetest: $ac_dir
7793 check test: $ac_dir/test
7794 .PHONY: $ac_dir/test
7795 $ac_dir/test: dummy
7796 @cd $ac_dir && \$(MAKE) test
7797 testclean::
7798 \$(RM) $ac_dir/*.ok"
7800 if test -n "$CROSSTARGET"
7801 then
7802 wine_fn_append_rule \
7803 "crosstest: $ac_dir/crosstest
7804 .PHONY: $ac_dir/crosstest
7805 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7806 @cd $ac_dir && \$(MAKE) crosstest"
7810 wine_fn_config_tool ()
7812 ac_dir=$1
7813 ac_flags=$2
7814 if test "x$enable_tools" = xno; then :
7815 return
7818 wine_fn_all_rules
7819 wine_fn_install_rules
7820 wine_fn_clean_rules
7822 wine_fn_append_rule "__tooldeps__: $ac_dir"
7823 wine_fn_append_rule "$ac_dir: libs/port"
7824 case $ac_dir in
7825 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7826 esac
7829 wine_fn_config_symlink ()
7831 ac_linkdir=
7832 if test "x$1" = "x-d"
7833 then
7834 ac_linkdir=$2
7835 shift; shift
7837 ac_links=$@
7838 wine_fn_append_rule \
7839 "$ac_links:
7840 @./config.status \$@
7841 distclean::
7842 \$(RM) $ac_links"
7843 for f in $ac_links; do wine_fn_ignore_file $f; done
7844 test -n "$ac_linkdir" || return
7845 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7848 wine_binary="wine"
7849 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7850 loader_programs="$wine_binary wine-installed"
7851 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7853 LOADER_RULES="
7854 all: wine.inf
7856 install install-lib:: wine-installed
7857 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7859 uninstall::
7860 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7864 case $host_os in
7865 cygwin*|mingw32*)
7866 if test -n "$ac_tool_prefix"; then
7867 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7868 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7870 $as_echo_n "checking for $ac_word... " >&6; }
7871 if ${ac_cv_prog_DLLTOOL+:} false; then :
7872 $as_echo_n "(cached) " >&6
7873 else
7874 if test -n "$DLLTOOL"; then
7875 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7876 else
7877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7878 for as_dir in $PATH
7880 IFS=$as_save_IFS
7881 test -z "$as_dir" && as_dir=.
7882 for ac_exec_ext in '' $ac_executable_extensions; do
7883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7884 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7886 break 2
7888 done
7889 done
7890 IFS=$as_save_IFS
7894 DLLTOOL=$ac_cv_prog_DLLTOOL
7895 if test -n "$DLLTOOL"; then
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7897 $as_echo "$DLLTOOL" >&6; }
7898 else
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7900 $as_echo "no" >&6; }
7905 if test -z "$ac_cv_prog_DLLTOOL"; then
7906 ac_ct_DLLTOOL=$DLLTOOL
7907 # Extract the first word of "dlltool", so it can be a program name with args.
7908 set dummy dlltool; ac_word=$2
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7910 $as_echo_n "checking for $ac_word... " >&6; }
7911 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7912 $as_echo_n "(cached) " >&6
7913 else
7914 if test -n "$ac_ct_DLLTOOL"; then
7915 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7916 else
7917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7918 for as_dir in $PATH
7920 IFS=$as_save_IFS
7921 test -z "$as_dir" && as_dir=.
7922 for ac_exec_ext in '' $ac_executable_extensions; do
7923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7924 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7926 break 2
7928 done
7929 done
7930 IFS=$as_save_IFS
7934 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7935 if test -n "$ac_ct_DLLTOOL"; then
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7937 $as_echo "$ac_ct_DLLTOOL" >&6; }
7938 else
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7940 $as_echo "no" >&6; }
7943 if test "x$ac_ct_DLLTOOL" = x; then
7944 DLLTOOL="false"
7945 else
7946 case $cross_compiling:$ac_tool_warned in
7947 yes:)
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7949 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7950 ac_tool_warned=yes ;;
7951 esac
7952 DLLTOOL=$ac_ct_DLLTOOL
7954 else
7955 DLLTOOL="$ac_cv_prog_DLLTOOL"
7958 LIBEXT="dll"
7959 DLLEXT=""
7960 IMPLIBEXT="a"
7961 STATIC_IMPLIBEXT="a"
7962 enable_iphlpapi=${enable_iphlpapi:-no}
7963 enable_kernel32=${enable_kernel32:-no}
7964 enable_msvcrt=${enable_msvcrt:-no}
7965 enable_ntdll=${enable_ntdll:-no}
7966 enable_ws2_32=${enable_ws2_32:-no}
7967 enable_loader=${enable_loader:-no}
7968 enable_server=${enable_server:-no}
7969 with_x=${with_x:-no}
7970 with_pthread=${with_pthread:-no}
7972 crtlibs=""
7973 case $host_os in
7974 mingw32*)
7975 crtlibs="-lmsvcrt"
7976 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7978 esac
7980 libwine_targets="libwine.dll libwine.a"
7981 LIBWINE_RULES="
7982 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7984 all: libwine.dll libwine.a
7986 libwine.a: \$(srcdir)/wine.def
7987 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7989 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7990 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7992 install install-lib:: libwine.dll
7993 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7995 install install-dev:: libwine.a
7996 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7998 uninstall::
7999 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8004 darwin*|macosx*)
8005 for ac_header in libunwind.h
8006 do :
8007 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8008 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8009 cat >>confdefs.h <<_ACEOF
8010 #define HAVE_LIBUNWIND_H 1
8011 _ACEOF
8015 done
8017 LIBEXT="dylib"
8018 DLLFLAGS="$DLLFLAGS -fPIC"
8019 LIBWINE_LDFLAGS="-multiply_defined suppress"
8020 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8021 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8022 COREFOUNDATION_LIBS="-framework CoreFoundation"
8024 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8026 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8028 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8030 CORESERVICES_LIBS="-framework CoreServices"
8032 APPKIT_LIBS="-framework AppKit"
8034 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8036 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8037 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8038 $as_echo_n "(cached) " >&6
8039 else
8040 ac_wine_try_cflags_saved=$CFLAGS
8041 CFLAGS="$CFLAGS -Wl,-no_pie"
8042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8043 /* end confdefs.h. */
8044 int main(int argc, char **argv) { return 0; }
8045 _ACEOF
8046 if ac_fn_c_try_link "$LINENO"; then :
8047 ac_cv_cflags__Wl__no_pie=yes
8048 else
8049 ac_cv_cflags__Wl__no_pie=no
8051 rm -f core conftest.err conftest.$ac_objext \
8052 conftest$ac_exeext conftest.$ac_ext
8053 CFLAGS=$ac_wine_try_cflags_saved
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8056 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8057 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8058 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8060 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8061 then
8062 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8065 if test "$ac_cv_header_Security_Security_h" = "yes"
8066 then
8067 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8069 ac_save_LIBS="$LIBS"
8070 LIBS="$LIBS $SECURITY_LIBS"
8071 for ac_func in SSLCopyPeerCertificates
8072 do :
8073 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8074 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8075 cat >>confdefs.h <<_ACEOF
8076 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8077 _ACEOF
8080 done
8082 LIBS="$ac_save_LIBS"
8083 with_gnutls=${with_gnutls:-no}
8085 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8086 then
8087 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8088 then
8089 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8091 else
8092 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8095 ac_save_LIBS="$LIBS"
8096 LIBS="$LIBS $COREAUDIO_LIBS"
8097 for ac_func in AUGraphAddNode
8098 do :
8099 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8100 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8101 cat >>confdefs.h <<_ACEOF
8102 #define HAVE_AUGRAPHADDNODE 1
8103 _ACEOF
8106 done
8108 LIBS="$ac_save_LIBS"
8110 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8111 then
8112 OPENAL_LIBS="-framework OpenAL"
8115 cat >>confdefs.h <<_ACEOF
8116 #define HAVE_OPENAL 1
8117 _ACEOF
8119 ac_cv_lib_openal=yes
8121 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8122 then
8123 OPENCL_LIBS="-framework OpenCL"
8125 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8127 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8128 then
8129 ac_save_LIBS="$LIBS"
8130 LIBS="$LIBS $IOKIT_LIBS"
8131 for ac_func in IOHIDManagerCreate
8132 do :
8133 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8134 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8135 cat >>confdefs.h <<_ACEOF
8136 #define HAVE_IOHIDMANAGERCREATE 1
8137 _ACEOF
8140 done
8142 LIBS="$ac_save_LIBS"
8144 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8145 then
8146 ac_save_LIBS="$LIBS"
8147 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8149 $as_echo_n "checking for the QuickTime framework... " >&6; }
8150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8151 /* end confdefs.h. */
8152 #include <QuickTime/ImageCompression.h>
8154 main ()
8156 CodecManagerVersion(NULL);
8158 return 0;
8160 _ACEOF
8161 if ac_fn_c_try_link "$LINENO"; then :
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8163 $as_echo "yes" >&6; }
8164 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8166 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8167 else
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8169 $as_echo "no" >&6; }
8170 ac_cv_header_QuickTime_ImageCompression_h=no
8172 rm -f core conftest.err conftest.$ac_objext \
8173 conftest$ac_exeext conftest.$ac_ext
8174 LIBS="$ac_save_LIBS"
8176 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8177 then
8178 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8180 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8181 then
8182 CARBON_LIBS="-framework Carbon"
8186 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8187 then
8188 ac_save_LIBS="$LIBS"
8189 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8190 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8191 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8192 enable_winemac_drv=${enable_winemac_drv:-yes}
8195 LIBS="$ac_save_LIBS"
8198 if test "x$enable_win16" = "xyes"
8199 then
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8201 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8202 if test "$cross_compiling" = yes; then :
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8204 $as_echo "cross-compiling, assuming yes" >&6; }
8205 else
8206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8207 /* end confdefs.h. */
8208 asm(".text\n"
8209 "bad:\tnop;nop\n"
8210 "good:\tnop;nop\n\t"
8211 ".globl _testfunc\n"
8212 "_testfunc:\tcallw good");
8213 extern void testfunc();
8215 main ()
8217 unsigned short *p = (unsigned short *)testfunc;
8218 return p[0] != 0xe866 || p[1] != 0xfffa
8220 return 0;
8222 _ACEOF
8223 if ac_fn_c_try_run "$LINENO"; then :
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8225 $as_echo "yes" >&6; }
8226 else
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8228 $as_echo "no" >&6; }
8229 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
8231 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8232 conftest.$ac_objext conftest.beam conftest.$ac_ext
8237 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8238 LIBWINE_RULES="
8239 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8241 all: libwine.dylib
8243 libwine.$libwine_version.dylib: \$(OBJS)
8244 \$(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 \$@
8246 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8247 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8249 libwine.dylib: libwine.$libwine_soversion.dylib
8250 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8252 install install-lib:: libwine.$libwine_version.dylib
8253 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8254 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8256 install install-dev::
8257 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8259 uninstall::
8260 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8264 as_fn_append LOADER_RULES "
8265 $wine_binary: main.o wine_info.plist
8266 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8268 wine-installed: main.o wine_info.plist
8269 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8273 linux-android*)
8274 DLLFLAGS="$DLLFLAGS -fPIC"
8275 DLLPREFIX="lib"
8276 LDEXECFLAGS=""
8277 dlldir="\${libdir}"
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8279 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8280 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8281 $as_echo_n "(cached) " >&6
8282 else
8283 ac_wine_try_cflags_saved=$CFLAGS
8284 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 int main(int argc, char **argv) { return 0; }
8288 _ACEOF
8289 if ac_fn_c_try_link "$LINENO"; then :
8290 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8291 else
8292 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8294 rm -f core conftest.err conftest.$ac_objext \
8295 conftest$ac_exeext conftest.$ac_ext
8296 CFLAGS=$ac_wine_try_cflags_saved
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8299 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8300 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8301 LDEXECFLAGS="-Wl,--export-dynamic"
8303 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8305 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8306 if eval \${$as_ac_var+:} false; then :
8307 $as_echo_n "(cached) " >&6
8308 else
8309 ac_wine_try_cflags_saved=$CFLAGS
8310 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8312 /* end confdefs.h. */
8313 int main(int argc, char **argv) { return 0; }
8314 _ACEOF
8315 if ac_fn_c_try_link "$LINENO"; then :
8316 eval "$as_ac_var=yes"
8317 else
8318 eval "$as_ac_var=no"
8320 rm -f core conftest.err conftest.$ac_objext \
8321 conftest$ac_exeext conftest.$ac_ext
8322 CFLAGS=$ac_wine_try_cflags_saved
8324 eval ac_res=\$$as_ac_var
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8326 $as_echo "$ac_res" >&6; }
8327 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8328 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8329 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8330 else
8331 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8333 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8334 if eval \${$as_ac_var+:} false; then :
8335 $as_echo_n "(cached) " >&6
8336 else
8337 ac_wine_try_cflags_saved=$CFLAGS
8338 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8340 /* end confdefs.h. */
8341 int main(int argc, char **argv) { return 0; }
8342 _ACEOF
8343 if ac_fn_c_try_link "$LINENO"; then :
8344 eval "$as_ac_var=yes"
8345 else
8346 eval "$as_ac_var=no"
8348 rm -f core conftest.err conftest.$ac_objext \
8349 conftest$ac_exeext conftest.$ac_ext
8350 CFLAGS=$ac_wine_try_cflags_saved
8352 eval ac_res=\$$as_ac_var
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8354 $as_echo "$ac_res" >&6; }
8355 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8356 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8357 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8362 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8363 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8364 $as_echo_n "(cached) " >&6
8365 else
8366 ac_wine_try_cflags_saved=$CFLAGS
8367 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8370 int main(int argc, char **argv) { return 0; }
8371 _ACEOF
8372 if ac_fn_c_try_link "$LINENO"; then :
8373 ac_cv_cflags__Wl___enable_new_dtags=yes
8374 else
8375 ac_cv_cflags__Wl___enable_new_dtags=no
8377 rm -f core conftest.err conftest.$ac_objext \
8378 conftest$ac_exeext conftest.$ac_ext
8379 CFLAGS=$ac_wine_try_cflags_saved
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8382 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8383 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8384 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8387 case $host_cpu in
8388 *i[3456789]86* | x86_64)
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8390 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8391 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8392 $as_echo_n "(cached) " >&6
8393 else
8394 ac_wine_try_cflags_saved=$CFLAGS
8395 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8398 int main(int argc, char **argv) { return 0; }
8399 _ACEOF
8400 if ac_fn_c_try_link "$LINENO"; then :
8401 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8402 else
8403 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8405 rm -f core conftest.err conftest.$ac_objext \
8406 conftest$ac_exeext conftest.$ac_ext
8407 CFLAGS=$ac_wine_try_cflags_saved
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8410 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8411 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8412 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8415 esac
8417 libwine_targets="libwine.so"
8418 LIBWINE_RULES="
8419 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8421 all: libwine.so
8423 libwine.so: \$(OBJS)
8424 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8426 install install-lib:: libwine.so
8427 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8429 uninstall::
8430 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8434 as_fn_append LOADER_RULES "
8435 $wine_binary: main.o
8436 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8438 wine-installed: main.o
8439 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8444 DLLFLAGS="$DLLFLAGS -fPIC"
8445 LDEXECFLAGS=""
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8447 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8448 if ${ac_cv_c_dll_gnuelf+:} false; then :
8449 $as_echo_n "(cached) " >&6
8450 else
8451 ac_wine_try_cflags_saved=$CFLAGS
8452 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8454 /* end confdefs.h. */
8455 void myfunc() {}
8456 _ACEOF
8457 if ac_fn_c_try_link "$LINENO"; then :
8458 ac_cv_c_dll_gnuelf="yes"
8459 else
8460 ac_cv_c_dll_gnuelf="no"
8462 rm -f core conftest.err conftest.$ac_objext \
8463 conftest$ac_exeext conftest.$ac_ext
8464 CFLAGS=$ac_wine_try_cflags_saved
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8467 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8468 if test "$ac_cv_c_dll_gnuelf" = "yes"
8469 then
8470 LDSHARED="\$(CC) -shared"
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8472 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8473 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8474 $as_echo_n "(cached) " >&6
8475 else
8476 ac_wine_try_cflags_saved=$CFLAGS
8477 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h. */
8480 int main(int argc, char **argv) { return 0; }
8481 _ACEOF
8482 if ac_fn_c_try_link "$LINENO"; then :
8483 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8484 else
8485 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8487 rm -f core conftest.err conftest.$ac_objext \
8488 conftest$ac_exeext conftest.$ac_ext
8489 CFLAGS=$ac_wine_try_cflags_saved
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8492 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8493 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8494 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8495 else
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8497 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8498 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8499 $as_echo_n "(cached) " >&6
8500 else
8501 ac_wine_try_cflags_saved=$CFLAGS
8502 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8504 /* end confdefs.h. */
8505 int main(int argc, char **argv) { return 0; }
8506 _ACEOF
8507 if ac_fn_c_try_link "$LINENO"; then :
8508 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8509 else
8510 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8512 rm -f core conftest.err conftest.$ac_objext \
8513 conftest$ac_exeext conftest.$ac_ext
8514 CFLAGS=$ac_wine_try_cflags_saved
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8517 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8518 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8519 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8523 echo '{ global: *; };' >conftest.map
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8525 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8526 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8527 $as_echo_n "(cached) " >&6
8528 else
8529 ac_wine_try_cflags_saved=$CFLAGS
8530 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h. */
8533 int main(int argc, char **argv) { return 0; }
8534 _ACEOF
8535 if ac_fn_c_try_link "$LINENO"; then :
8536 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8537 else
8538 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8540 rm -f core conftest.err conftest.$ac_objext \
8541 conftest$ac_exeext conftest.$ac_ext
8542 CFLAGS=$ac_wine_try_cflags_saved
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8545 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8546 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8547 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8549 rm -f conftest.map
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8552 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8553 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8554 $as_echo_n "(cached) " >&6
8555 else
8556 ac_wine_try_cflags_saved=$CFLAGS
8557 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8559 /* end confdefs.h. */
8560 int main(int argc, char **argv) { return 0; }
8561 _ACEOF
8562 if ac_fn_c_try_link "$LINENO"; then :
8563 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8564 else
8565 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8567 rm -f core conftest.err conftest.$ac_objext \
8568 conftest$ac_exeext conftest.$ac_ext
8569 CFLAGS=$ac_wine_try_cflags_saved
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8572 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8573 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8574 LDEXECFLAGS="-Wl,--export-dynamic"
8577 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8579 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8580 if eval \${$as_ac_var+:} false; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 ac_wine_try_cflags_saved=$CFLAGS
8584 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8587 int main(int argc, char **argv) { return 0; }
8588 _ACEOF
8589 if ac_fn_c_try_link "$LINENO"; then :
8590 eval "$as_ac_var=yes"
8591 else
8592 eval "$as_ac_var=no"
8594 rm -f core conftest.err conftest.$ac_objext \
8595 conftest$ac_exeext conftest.$ac_ext
8596 CFLAGS=$ac_wine_try_cflags_saved
8598 eval ac_res=\$$as_ac_var
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8600 $as_echo "$ac_res" >&6; }
8601 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8602 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8603 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8604 else
8605 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8607 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8608 if eval \${$as_ac_var+:} false; then :
8609 $as_echo_n "(cached) " >&6
8610 else
8611 ac_wine_try_cflags_saved=$CFLAGS
8612 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8616 _ACEOF
8617 if ac_fn_c_try_link "$LINENO"; then :
8618 eval "$as_ac_var=yes"
8619 else
8620 eval "$as_ac_var=no"
8622 rm -f core conftest.err conftest.$ac_objext \
8623 conftest$ac_exeext conftest.$ac_ext
8624 CFLAGS=$ac_wine_try_cflags_saved
8626 eval ac_res=\$$as_ac_var
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8628 $as_echo "$ac_res" >&6; }
8629 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8630 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8631 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8636 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8637 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8638 $as_echo_n "(cached) " >&6
8639 else
8640 ac_wine_try_cflags_saved=$CFLAGS
8641 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8643 /* end confdefs.h. */
8644 int main(int argc, char **argv) { return 0; }
8645 _ACEOF
8646 if ac_fn_c_try_link "$LINENO"; then :
8647 ac_cv_cflags__Wl___enable_new_dtags=yes
8648 else
8649 ac_cv_cflags__Wl___enable_new_dtags=no
8651 rm -f core conftest.err conftest.$ac_objext \
8652 conftest$ac_exeext conftest.$ac_ext
8653 CFLAGS=$ac_wine_try_cflags_saved
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8656 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8657 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8658 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8661 case $host_cpu in
8662 *i[3456789]86* | x86_64)
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8664 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8665 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8666 $as_echo_n "(cached) " >&6
8667 else
8668 ac_wine_try_cflags_saved=$CFLAGS
8669 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8671 /* end confdefs.h. */
8672 int main(int argc, char **argv) { return 0; }
8673 _ACEOF
8674 if ac_fn_c_try_link "$LINENO"; then :
8675 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8676 else
8677 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8679 rm -f core conftest.err conftest.$ac_objext \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8684 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8685 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8686 case $host_os in
8687 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8688 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8689 esac
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8693 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8694 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8695 $as_echo_n "(cached) " >&6
8696 else
8697 ac_wine_try_cflags_saved=$CFLAGS
8698 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8701 int main(int argc, char **argv) { return 0; }
8702 _ACEOF
8703 if ac_fn_c_try_link "$LINENO"; then :
8704 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8705 else
8706 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8708 rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710 CFLAGS=$ac_wine_try_cflags_saved
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8713 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8714 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8716 else
8717 # Extract the first word of "prelink", so it can be a program name with args.
8718 set dummy prelink; ac_word=$2
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8720 $as_echo_n "checking for $ac_word... " >&6; }
8721 if ${ac_cv_path_PRELINK+:} false; then :
8722 $as_echo_n "(cached) " >&6
8723 else
8724 case $PRELINK in
8725 [\\/]* | ?:[\\/]*)
8726 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8730 for as_dir in /sbin /usr/sbin $PATH
8732 IFS=$as_save_IFS
8733 test -z "$as_dir" && as_dir=.
8734 for ac_exec_ext in '' $ac_executable_extensions; do
8735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8736 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8738 break 2
8740 done
8741 done
8742 IFS=$as_save_IFS
8744 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8746 esac
8748 PRELINK=$ac_cv_path_PRELINK
8749 if test -n "$PRELINK"; then
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8751 $as_echo "$PRELINK" >&6; }
8752 else
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8754 $as_echo "no" >&6; }
8758 if test "x$PRELINK" = xfalse
8759 then
8760 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8764 esac
8766 else
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8768 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8769 if ${ac_cv_c_dll_unixware+:} false; then :
8770 $as_echo_n "(cached) " >&6
8771 else
8772 ac_wine_try_cflags_saved=$CFLAGS
8773 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8775 /* end confdefs.h. */
8776 void myfunc() {}
8777 _ACEOF
8778 if ac_fn_c_try_link "$LINENO"; then :
8779 ac_cv_c_dll_unixware="yes"
8780 else
8781 ac_cv_c_dll_unixware="no"
8783 rm -f core conftest.err conftest.$ac_objext \
8784 conftest$ac_exeext conftest.$ac_ext
8785 CFLAGS=$ac_wine_try_cflags_saved
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8788 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8789 if test "$ac_cv_c_dll_unixware" = "yes"
8790 then
8791 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8794 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8795 LIBWINE_RULES="
8796 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8798 all: libwine.so
8800 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8801 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8803 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8804 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8806 libwine.so: libwine.so.$libwine_soversion
8807 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8809 install install-lib:: libwine.so.$libwine_version
8810 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8811 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8813 install install-dev::
8814 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8816 uninstall::
8817 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8821 as_fn_append LOADER_RULES "
8822 $wine_binary: main.o
8823 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8825 wine-installed: main.o
8826 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8829 esac
8831 as_fn_append LIBWINE_RULES "
8832 EXTRA_TARGETS = $libwine_targets
8835 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8836 enable_winemac_drv=${enable_winemac_drv:-no}
8838 CROSSTARGET=""
8840 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8841 then
8842 case "$host_cpu" in
8843 i[3456789]86*)
8844 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
8845 mingw32-gcc" ;;
8846 x86_64)
8847 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 " ;;
8849 ac_prefix_list="" ;;
8850 esac
8851 for ac_prog in $ac_prefix_list
8853 # Extract the first word of "$ac_prog", so it can be a program name with args.
8854 set dummy $ac_prog; ac_word=$2
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8856 $as_echo_n "checking for $ac_word... " >&6; }
8857 if ${ac_cv_prog_CROSSCC+:} false; then :
8858 $as_echo_n "(cached) " >&6
8859 else
8860 if test -n "$CROSSCC"; then
8861 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8862 else
8863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8864 for as_dir in $PATH
8866 IFS=$as_save_IFS
8867 test -z "$as_dir" && as_dir=.
8868 for ac_exec_ext in '' $ac_executable_extensions; do
8869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8870 ac_cv_prog_CROSSCC="$ac_prog"
8871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8872 break 2
8874 done
8875 done
8876 IFS=$as_save_IFS
8880 CROSSCC=$ac_cv_prog_CROSSCC
8881 if test -n "$CROSSCC"; then
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8883 $as_echo "$CROSSCC" >&6; }
8884 else
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8886 $as_echo "no" >&6; }
8890 test -n "$CROSSCC" && break
8891 done
8892 test -n "$CROSSCC" || CROSSCC="false"
8894 if test "$CROSSCC" != "false"
8895 then
8896 ac_save_CC="$CC"
8897 CC="$CROSSCC"
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8899 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8901 /* end confdefs.h. */
8904 main ()
8908 return 0;
8910 _ACEOF
8911 if ac_fn_c_try_compile "$LINENO"; then :
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8913 $as_echo "yes" >&6; }
8914 set x $CROSSCC
8915 shift
8916 while test $# -ge 1
8918 case "$1" in
8919 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8920 esac
8921 shift
8922 done
8923 else
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8925 $as_echo "no" >&6; }
8927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8928 CC="$ac_save_CC"
8933 if test "$ac_cv_header_pthread_h" = "yes"
8934 then
8935 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8936 if test "x$ac_cv_func_pthread_create" = xyes; then :
8938 else
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8940 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8941 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8942 $as_echo_n "(cached) " >&6
8943 else
8944 ac_check_lib_save_LIBS=$LIBS
8945 LIBS="-lpthread $LIBS"
8946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8947 /* end confdefs.h. */
8949 /* Override any GCC internal prototype to avoid an error.
8950 Use char because int might match the return type of a GCC
8951 builtin and then its argument prototype would still apply. */
8952 #ifdef __cplusplus
8953 extern "C"
8954 #endif
8955 char pthread_create ();
8957 main ()
8959 return pthread_create ();
8961 return 0;
8963 _ACEOF
8964 if ac_fn_c_try_link "$LINENO"; then :
8965 ac_cv_lib_pthread_pthread_create=yes
8966 else
8967 ac_cv_lib_pthread_pthread_create=no
8969 rm -f core conftest.err conftest.$ac_objext \
8970 conftest$ac_exeext conftest.$ac_ext
8971 LIBS=$ac_check_lib_save_LIBS
8973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8974 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8975 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8976 PTHREAD_LIBS="-lpthread"
8983 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8984 case "x$with_pthread" in
8985 xno) ;;
8986 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8987 Wine cannot support threads without libpthread.
8988 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8989 esac
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8994 $as_echo_n "checking for X... " >&6; }
8997 # Check whether --with-x was given.
8998 if test "${with_x+set}" = set; then :
8999 withval=$with_x;
9002 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9003 if test "x$with_x" = xno; then
9004 # The user explicitly disabled X.
9005 have_x=disabled
9006 else
9007 case $x_includes,$x_libraries in #(
9008 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9009 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9010 $as_echo_n "(cached) " >&6
9011 else
9012 # One or both of the vars are not set, and there is no cached value.
9013 ac_x_includes=no ac_x_libraries=no
9014 rm -f -r conftest.dir
9015 if mkdir conftest.dir; then
9016 cd conftest.dir
9017 cat >Imakefile <<'_ACEOF'
9018 incroot:
9019 @echo incroot='${INCROOT}'
9020 usrlibdir:
9021 @echo usrlibdir='${USRLIBDIR}'
9022 libdir:
9023 @echo libdir='${LIBDIR}'
9024 _ACEOF
9025 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9026 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9027 for ac_var in incroot usrlibdir libdir; do
9028 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9029 done
9030 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9031 for ac_extension in a so sl dylib la dll; do
9032 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9033 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9034 ac_im_usrlibdir=$ac_im_libdir; break
9036 done
9037 # Screen out bogus values from the imake configuration. They are
9038 # bogus both because they are the default anyway, and because
9039 # using them would break gcc on systems where it needs fixed includes.
9040 case $ac_im_incroot in
9041 /usr/include) ac_x_includes= ;;
9042 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9043 esac
9044 case $ac_im_usrlibdir in
9045 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9046 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9047 esac
9049 cd ..
9050 rm -f -r conftest.dir
9053 # Standard set of common directories for X headers.
9054 # Check X11 before X11Rn because it is often a symlink to the current release.
9055 ac_x_header_dirs='
9056 /usr/X11/include
9057 /usr/X11R7/include
9058 /usr/X11R6/include
9059 /usr/X11R5/include
9060 /usr/X11R4/include
9062 /usr/include/X11
9063 /usr/include/X11R7
9064 /usr/include/X11R6
9065 /usr/include/X11R5
9066 /usr/include/X11R4
9068 /usr/local/X11/include
9069 /usr/local/X11R7/include
9070 /usr/local/X11R6/include
9071 /usr/local/X11R5/include
9072 /usr/local/X11R4/include
9074 /usr/local/include/X11
9075 /usr/local/include/X11R7
9076 /usr/local/include/X11R6
9077 /usr/local/include/X11R5
9078 /usr/local/include/X11R4
9080 /usr/X386/include
9081 /usr/x386/include
9082 /usr/XFree86/include/X11
9084 /usr/include
9085 /usr/local/include
9086 /usr/unsupported/include
9087 /usr/athena/include
9088 /usr/local/x11r5/include
9089 /usr/lpp/Xamples/include
9091 /usr/openwin/include
9092 /usr/openwin/share/include'
9094 if test "$ac_x_includes" = no; then
9095 # Guess where to find include files, by looking for Xlib.h.
9096 # First, try using that file with no special directory specified.
9097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9098 /* end confdefs.h. */
9099 #include <X11/Xlib.h>
9100 _ACEOF
9101 if ac_fn_c_try_cpp "$LINENO"; then :
9102 # We can compile using X headers with no special include directory.
9103 ac_x_includes=
9104 else
9105 for ac_dir in $ac_x_header_dirs; do
9106 if test -r "$ac_dir/X11/Xlib.h"; then
9107 ac_x_includes=$ac_dir
9108 break
9110 done
9112 rm -f conftest.err conftest.i conftest.$ac_ext
9113 fi # $ac_x_includes = no
9115 if test "$ac_x_libraries" = no; then
9116 # Check for the libraries.
9117 # See if we find them without any special options.
9118 # Don't add to $LIBS permanently.
9119 ac_save_LIBS=$LIBS
9120 LIBS="-lX11 $LIBS"
9121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9122 /* end confdefs.h. */
9123 #include <X11/Xlib.h>
9125 main ()
9127 XrmInitialize ()
9129 return 0;
9131 _ACEOF
9132 if ac_fn_c_try_link "$LINENO"; then :
9133 LIBS=$ac_save_LIBS
9134 # We can link X programs with no special library path.
9135 ac_x_libraries=
9136 else
9137 LIBS=$ac_save_LIBS
9138 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9140 # Don't even attempt the hair of trying to link an X program!
9141 for ac_extension in a so sl dylib la dll; do
9142 if test -r "$ac_dir/libX11.$ac_extension"; then
9143 ac_x_libraries=$ac_dir
9144 break 2
9146 done
9147 done
9149 rm -f core conftest.err conftest.$ac_objext \
9150 conftest$ac_exeext conftest.$ac_ext
9151 fi # $ac_x_libraries = no
9153 case $ac_x_includes,$ac_x_libraries in #(
9154 no,* | *,no | *\'*)
9155 # Didn't find X, or a directory has "'" in its name.
9156 ac_cv_have_x="have_x=no";; #(
9158 # Record where we found X for the cache.
9159 ac_cv_have_x="have_x=yes\
9160 ac_x_includes='$ac_x_includes'\
9161 ac_x_libraries='$ac_x_libraries'"
9162 esac
9164 ;; #(
9165 *) have_x=yes;;
9166 esac
9167 eval "$ac_cv_have_x"
9168 fi # $with_x != no
9170 if test "$have_x" != yes; then
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9172 $as_echo "$have_x" >&6; }
9173 no_x=yes
9174 else
9175 # If each of the values was on the command line, it overrides each guess.
9176 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9177 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9178 # Update the cache value to reflect the command line values.
9179 ac_cv_have_x="have_x=yes\
9180 ac_x_includes='$x_includes'\
9181 ac_x_libraries='$x_libraries'"
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9183 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9186 if test "$no_x" = yes; then
9187 # Not all programs may use this symbol, but it does not hurt to define it.
9189 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9191 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9192 else
9193 if test -n "$x_includes"; then
9194 X_CFLAGS="$X_CFLAGS -I$x_includes"
9197 # It would also be nice to do this for all -L options, not just this one.
9198 if test -n "$x_libraries"; then
9199 X_LIBS="$X_LIBS -L$x_libraries"
9200 # For Solaris; some versions of Sun CC require a space after -R and
9201 # others require no space. Words are not sufficient . . . .
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9203 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9204 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9205 ac_xsave_c_werror_flag=$ac_c_werror_flag
9206 ac_c_werror_flag=yes
9207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9208 /* end confdefs.h. */
9211 main ()
9215 return 0;
9217 _ACEOF
9218 if ac_fn_c_try_link "$LINENO"; then :
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220 $as_echo "no" >&6; }
9221 X_LIBS="$X_LIBS -R$x_libraries"
9222 else
9223 LIBS="$ac_xsave_LIBS -R $x_libraries"
9224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9225 /* end confdefs.h. */
9228 main ()
9232 return 0;
9234 _ACEOF
9235 if ac_fn_c_try_link "$LINENO"; then :
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9237 $as_echo "yes" >&6; }
9238 X_LIBS="$X_LIBS -R $x_libraries"
9239 else
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9241 $as_echo "neither works" >&6; }
9243 rm -f core conftest.err conftest.$ac_objext \
9244 conftest$ac_exeext conftest.$ac_ext
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 ac_c_werror_flag=$ac_xsave_c_werror_flag
9249 LIBS=$ac_xsave_LIBS
9252 # Check for system-dependent libraries X programs must link with.
9253 # Do this before checking for the system-independent R6 libraries
9254 # (-lICE), since we may need -lsocket or whatever for X linking.
9256 if test "$ISC" = yes; then
9257 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9258 else
9259 # Martyn Johnson says this is needed for Ultrix, if the X
9260 # libraries were built with DECnet support. And Karl Berry says
9261 # the Alpha needs dnet_stub (dnet does not exist).
9262 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9264 /* end confdefs.h. */
9266 /* Override any GCC internal prototype to avoid an error.
9267 Use char because int might match the return type of a GCC
9268 builtin and then its argument prototype would still apply. */
9269 #ifdef __cplusplus
9270 extern "C"
9271 #endif
9272 char XOpenDisplay ();
9274 main ()
9276 return XOpenDisplay ();
9278 return 0;
9280 _ACEOF
9281 if ac_fn_c_try_link "$LINENO"; then :
9283 else
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9285 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9286 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9287 $as_echo_n "(cached) " >&6
9288 else
9289 ac_check_lib_save_LIBS=$LIBS
9290 LIBS="-ldnet $LIBS"
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9294 /* Override any GCC internal prototype to avoid an error.
9295 Use char because int might match the return type of a GCC
9296 builtin and then its argument prototype would still apply. */
9297 #ifdef __cplusplus
9298 extern "C"
9299 #endif
9300 char dnet_ntoa ();
9302 main ()
9304 return dnet_ntoa ();
9306 return 0;
9308 _ACEOF
9309 if ac_fn_c_try_link "$LINENO"; then :
9310 ac_cv_lib_dnet_dnet_ntoa=yes
9311 else
9312 ac_cv_lib_dnet_dnet_ntoa=no
9314 rm -f core conftest.err conftest.$ac_objext \
9315 conftest$ac_exeext conftest.$ac_ext
9316 LIBS=$ac_check_lib_save_LIBS
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9319 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9320 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9321 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9324 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9326 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9327 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9328 $as_echo_n "(cached) " >&6
9329 else
9330 ac_check_lib_save_LIBS=$LIBS
9331 LIBS="-ldnet_stub $LIBS"
9332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9333 /* end confdefs.h. */
9335 /* Override any GCC internal prototype to avoid an error.
9336 Use char because int might match the return type of a GCC
9337 builtin and then its argument prototype would still apply. */
9338 #ifdef __cplusplus
9339 extern "C"
9340 #endif
9341 char dnet_ntoa ();
9343 main ()
9345 return dnet_ntoa ();
9347 return 0;
9349 _ACEOF
9350 if ac_fn_c_try_link "$LINENO"; then :
9351 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9352 else
9353 ac_cv_lib_dnet_stub_dnet_ntoa=no
9355 rm -f core conftest.err conftest.$ac_objext \
9356 conftest$ac_exeext conftest.$ac_ext
9357 LIBS=$ac_check_lib_save_LIBS
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9360 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9361 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9362 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9367 rm -f core conftest.err conftest.$ac_objext \
9368 conftest$ac_exeext conftest.$ac_ext
9369 LIBS="$ac_xsave_LIBS"
9371 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9372 # to get the SysV transport functions.
9373 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9374 # needs -lnsl.
9375 # The nsl library prevents programs from opening the X display
9376 # on Irix 5.2, according to T.E. Dickey.
9377 # The functions gethostbyname, getservbyname, and inet_addr are
9378 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9379 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9380 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9384 if test $ac_cv_func_gethostbyname = no; then
9385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9386 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9387 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9388 $as_echo_n "(cached) " >&6
9389 else
9390 ac_check_lib_save_LIBS=$LIBS
9391 LIBS="-lnsl $LIBS"
9392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9393 /* end confdefs.h. */
9395 /* Override any GCC internal prototype to avoid an error.
9396 Use char because int might match the return type of a GCC
9397 builtin and then its argument prototype would still apply. */
9398 #ifdef __cplusplus
9399 extern "C"
9400 #endif
9401 char gethostbyname ();
9403 main ()
9405 return gethostbyname ();
9407 return 0;
9409 _ACEOF
9410 if ac_fn_c_try_link "$LINENO"; then :
9411 ac_cv_lib_nsl_gethostbyname=yes
9412 else
9413 ac_cv_lib_nsl_gethostbyname=no
9415 rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
9417 LIBS=$ac_check_lib_save_LIBS
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9420 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9421 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9422 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9425 if test $ac_cv_lib_nsl_gethostbyname = no; then
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9427 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9428 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9429 $as_echo_n "(cached) " >&6
9430 else
9431 ac_check_lib_save_LIBS=$LIBS
9432 LIBS="-lbsd $LIBS"
9433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h. */
9436 /* Override any GCC internal prototype to avoid an error.
9437 Use char because int might match the return type of a GCC
9438 builtin and then its argument prototype would still apply. */
9439 #ifdef __cplusplus
9440 extern "C"
9441 #endif
9442 char gethostbyname ();
9444 main ()
9446 return gethostbyname ();
9448 return 0;
9450 _ACEOF
9451 if ac_fn_c_try_link "$LINENO"; then :
9452 ac_cv_lib_bsd_gethostbyname=yes
9453 else
9454 ac_cv_lib_bsd_gethostbyname=no
9456 rm -f core conftest.err conftest.$ac_objext \
9457 conftest$ac_exeext conftest.$ac_ext
9458 LIBS=$ac_check_lib_save_LIBS
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9461 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9462 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9463 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9469 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9470 # socket/setsockopt and other routines are undefined under SCO ODT
9471 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9472 # on later versions), says Simon Leinen: it contains gethostby*
9473 # variants that don't use the name server (or something). -lsocket
9474 # must be given before -lnsl if both are needed. We assume that
9475 # if connect needs -lnsl, so does gethostbyname.
9476 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9477 if test "x$ac_cv_func_connect" = xyes; then :
9481 if test $ac_cv_func_connect = no; then
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9483 $as_echo_n "checking for connect in -lsocket... " >&6; }
9484 if ${ac_cv_lib_socket_connect+:} false; then :
9485 $as_echo_n "(cached) " >&6
9486 else
9487 ac_check_lib_save_LIBS=$LIBS
9488 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9490 /* end confdefs.h. */
9492 /* Override any GCC internal prototype to avoid an error.
9493 Use char because int might match the return type of a GCC
9494 builtin and then its argument prototype would still apply. */
9495 #ifdef __cplusplus
9496 extern "C"
9497 #endif
9498 char connect ();
9500 main ()
9502 return connect ();
9504 return 0;
9506 _ACEOF
9507 if ac_fn_c_try_link "$LINENO"; then :
9508 ac_cv_lib_socket_connect=yes
9509 else
9510 ac_cv_lib_socket_connect=no
9512 rm -f core conftest.err conftest.$ac_objext \
9513 conftest$ac_exeext conftest.$ac_ext
9514 LIBS=$ac_check_lib_save_LIBS
9516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9517 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9518 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9519 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9524 # Guillermo Gomez says -lposix is necessary on A/UX.
9525 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9526 if test "x$ac_cv_func_remove" = xyes; then :
9530 if test $ac_cv_func_remove = no; then
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9532 $as_echo_n "checking for remove in -lposix... " >&6; }
9533 if ${ac_cv_lib_posix_remove+:} false; then :
9534 $as_echo_n "(cached) " >&6
9535 else
9536 ac_check_lib_save_LIBS=$LIBS
9537 LIBS="-lposix $LIBS"
9538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9539 /* end confdefs.h. */
9541 /* Override any GCC internal prototype to avoid an error.
9542 Use char because int might match the return type of a GCC
9543 builtin and then its argument prototype would still apply. */
9544 #ifdef __cplusplus
9545 extern "C"
9546 #endif
9547 char remove ();
9549 main ()
9551 return remove ();
9553 return 0;
9555 _ACEOF
9556 if ac_fn_c_try_link "$LINENO"; then :
9557 ac_cv_lib_posix_remove=yes
9558 else
9559 ac_cv_lib_posix_remove=no
9561 rm -f core conftest.err conftest.$ac_objext \
9562 conftest$ac_exeext conftest.$ac_ext
9563 LIBS=$ac_check_lib_save_LIBS
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9566 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9567 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9568 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9573 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9574 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9575 if test "x$ac_cv_func_shmat" = xyes; then :
9579 if test $ac_cv_func_shmat = no; then
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9581 $as_echo_n "checking for shmat in -lipc... " >&6; }
9582 if ${ac_cv_lib_ipc_shmat+:} false; then :
9583 $as_echo_n "(cached) " >&6
9584 else
9585 ac_check_lib_save_LIBS=$LIBS
9586 LIBS="-lipc $LIBS"
9587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9588 /* end confdefs.h. */
9590 /* Override any GCC internal prototype to avoid an error.
9591 Use char because int might match the return type of a GCC
9592 builtin and then its argument prototype would still apply. */
9593 #ifdef __cplusplus
9594 extern "C"
9595 #endif
9596 char shmat ();
9598 main ()
9600 return shmat ();
9602 return 0;
9604 _ACEOF
9605 if ac_fn_c_try_link "$LINENO"; then :
9606 ac_cv_lib_ipc_shmat=yes
9607 else
9608 ac_cv_lib_ipc_shmat=no
9610 rm -f core conftest.err conftest.$ac_objext \
9611 conftest$ac_exeext conftest.$ac_ext
9612 LIBS=$ac_check_lib_save_LIBS
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9615 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9616 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9617 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9623 # Check for libraries that X11R6 Xt/Xaw programs need.
9624 ac_save_LDFLAGS=$LDFLAGS
9625 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9626 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9627 # check for ICE first), but we must link in the order -lSM -lICE or
9628 # we get undefined symbols. So assume we have SM if we have ICE.
9629 # These have to be linked with before -lX11, unlike the other
9630 # libraries we check for below, so use a different variable.
9631 # John Interrante, Karl Berry
9632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9633 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9634 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9635 $as_echo_n "(cached) " >&6
9636 else
9637 ac_check_lib_save_LIBS=$LIBS
9638 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9640 /* end confdefs.h. */
9642 /* Override any GCC internal prototype to avoid an error.
9643 Use char because int might match the return type of a GCC
9644 builtin and then its argument prototype would still apply. */
9645 #ifdef __cplusplus
9646 extern "C"
9647 #endif
9648 char IceConnectionNumber ();
9650 main ()
9652 return IceConnectionNumber ();
9654 return 0;
9656 _ACEOF
9657 if ac_fn_c_try_link "$LINENO"; then :
9658 ac_cv_lib_ICE_IceConnectionNumber=yes
9659 else
9660 ac_cv_lib_ICE_IceConnectionNumber=no
9662 rm -f core conftest.err conftest.$ac_objext \
9663 conftest$ac_exeext conftest.$ac_ext
9664 LIBS=$ac_check_lib_save_LIBS
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9667 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9668 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9669 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9672 LDFLAGS=$ac_save_LDFLAGS
9677 if test "$have_x" = "yes"
9678 then
9679 ac_save_CPPFLAGS="$CPPFLAGS"
9680 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9683 $as_echo_n "checking for -lX11... " >&6; }
9684 if ${ac_cv_lib_soname_X11+:} false; then :
9685 $as_echo_n "(cached) " >&6
9686 else
9687 ac_check_soname_save_LIBS=$LIBS
9688 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9690 /* end confdefs.h. */
9692 /* Override any GCC internal prototype to avoid an error.
9693 Use char because int might match the return type of a GCC
9694 builtin and then its argument prototype would still apply. */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char XCreateWindow ();
9700 main ()
9702 return XCreateWindow ();
9704 return 0;
9706 _ACEOF
9707 if ac_fn_c_try_link "$LINENO"; then :
9708 case "$LIBEXT" in
9709 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9710 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'` ;;
9711 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9712 if ${ac_cv_lib_soname_X11:+false} :; then :
9713 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9714 fi ;;
9715 esac
9717 rm -f core conftest.err conftest.$ac_objext \
9718 conftest$ac_exeext conftest.$ac_ext
9719 LIBS=$ac_check_soname_save_LIBS
9721 if ${ac_cv_lib_soname_X11:+false} :; then :
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9723 $as_echo "not found" >&6; }
9725 else
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9727 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9729 cat >>confdefs.h <<_ACEOF
9730 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9731 _ACEOF
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9736 $as_echo_n "checking for -lXext... " >&6; }
9737 if ${ac_cv_lib_soname_Xext+:} false; then :
9738 $as_echo_n "(cached) " >&6
9739 else
9740 ac_check_soname_save_LIBS=$LIBS
9741 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9743 /* end confdefs.h. */
9745 /* Override any GCC internal prototype to avoid an error.
9746 Use char because int might match the return type of a GCC
9747 builtin and then its argument prototype would still apply. */
9748 #ifdef __cplusplus
9749 extern "C"
9750 #endif
9751 char XextCreateExtension ();
9753 main ()
9755 return XextCreateExtension ();
9757 return 0;
9759 _ACEOF
9760 if ac_fn_c_try_link "$LINENO"; then :
9761 case "$LIBEXT" in
9762 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9763 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'` ;;
9764 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9765 if ${ac_cv_lib_soname_Xext:+false} :; then :
9766 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9767 fi ;;
9768 esac
9770 rm -f core conftest.err conftest.$ac_objext \
9771 conftest$ac_exeext conftest.$ac_ext
9772 LIBS=$ac_check_soname_save_LIBS
9774 if ${ac_cv_lib_soname_Xext:+false} :; then :
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9776 $as_echo "not found" >&6; }
9778 else
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9780 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9782 cat >>confdefs.h <<_ACEOF
9783 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9784 _ACEOF
9786 X_LIBS="$X_LIBS -lXext"
9788 X_LIBS="$X_LIBS -lX11"
9790 for ac_header in X11/Xlib.h \
9791 X11/XKBlib.h \
9792 X11/Xutil.h \
9793 X11/Xcursor/Xcursor.h \
9794 X11/extensions/shape.h \
9795 X11/extensions/XInput.h \
9796 X11/extensions/XInput2.h \
9797 X11/extensions/XShm.h \
9798 X11/extensions/Xcomposite.h \
9799 X11/extensions/Xinerama.h \
9800 X11/extensions/Xrandr.h \
9801 X11/extensions/Xrender.h \
9802 X11/extensions/xf86vmode.h \
9803 X11/extensions/xf86vmproto.h
9804 do :
9805 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9806 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9807 # include <X11/Xlib.h>
9808 #endif
9809 #ifdef HAVE_X11_XUTIL_H
9810 # include <X11/Xutil.h>
9811 #endif
9813 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9814 cat >>confdefs.h <<_ACEOF
9815 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9816 _ACEOF
9820 done
9823 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9824 then
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9826 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9827 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9828 $as_echo_n "(cached) " >&6
9829 else
9830 ac_check_lib_save_LIBS=$LIBS
9831 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9833 /* end confdefs.h. */
9835 /* Override any GCC internal prototype to avoid an error.
9836 Use char because int might match the return type of a GCC
9837 builtin and then its argument prototype would still apply. */
9838 #ifdef __cplusplus
9839 extern "C"
9840 #endif
9841 char XkbQueryExtension ();
9843 main ()
9845 return XkbQueryExtension ();
9847 return 0;
9849 _ACEOF
9850 if ac_fn_c_try_link "$LINENO"; then :
9851 ac_cv_lib_X11_XkbQueryExtension=yes
9852 else
9853 ac_cv_lib_X11_XkbQueryExtension=no
9855 rm -f core conftest.err conftest.$ac_objext \
9856 conftest$ac_exeext conftest.$ac_ext
9857 LIBS=$ac_check_lib_save_LIBS
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9860 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9861 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9863 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9869 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9870 then
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9872 $as_echo_n "checking for -lXcursor... " >&6; }
9873 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9874 $as_echo_n "(cached) " >&6
9875 else
9876 ac_check_soname_save_LIBS=$LIBS
9877 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9879 /* end confdefs.h. */
9881 /* Override any GCC internal prototype to avoid an error.
9882 Use char because int might match the return type of a GCC
9883 builtin and then its argument prototype would still apply. */
9884 #ifdef __cplusplus
9885 extern "C"
9886 #endif
9887 char XcursorImageLoadCursor ();
9889 main ()
9891 return XcursorImageLoadCursor ();
9893 return 0;
9895 _ACEOF
9896 if ac_fn_c_try_link "$LINENO"; then :
9897 case "$LIBEXT" in
9898 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9899 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'` ;;
9900 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9901 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9902 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9903 fi ;;
9904 esac
9906 rm -f core conftest.err conftest.$ac_objext \
9907 conftest$ac_exeext conftest.$ac_ext
9908 LIBS=$ac_check_soname_save_LIBS
9910 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9912 $as_echo "not found" >&6; }
9914 else
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9916 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9918 cat >>confdefs.h <<_ACEOF
9919 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9920 _ACEOF
9925 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9926 case "x$with_xcursor" in
9927 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9928 xno) ;;
9929 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9930 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9931 esac
9934 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9935 then
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9937 $as_echo_n "checking for -lXi... " >&6; }
9938 if ${ac_cv_lib_soname_Xi+:} false; then :
9939 $as_echo_n "(cached) " >&6
9940 else
9941 ac_check_soname_save_LIBS=$LIBS
9942 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9944 /* end confdefs.h. */
9946 /* Override any GCC internal prototype to avoid an error.
9947 Use char because int might match the return type of a GCC
9948 builtin and then its argument prototype would still apply. */
9949 #ifdef __cplusplus
9950 extern "C"
9951 #endif
9952 char XOpenDevice ();
9954 main ()
9956 return XOpenDevice ();
9958 return 0;
9960 _ACEOF
9961 if ac_fn_c_try_link "$LINENO"; then :
9962 case "$LIBEXT" in
9963 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9964 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'` ;;
9965 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9966 if ${ac_cv_lib_soname_Xi:+false} :; then :
9967 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9968 fi ;;
9969 esac
9971 rm -f core conftest.err conftest.$ac_objext \
9972 conftest$ac_exeext conftest.$ac_ext
9973 LIBS=$ac_check_soname_save_LIBS
9975 if ${ac_cv_lib_soname_Xi:+false} :; then :
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9977 $as_echo "not found" >&6; }
9979 else
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9981 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9983 cat >>confdefs.h <<_ACEOF
9984 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9985 _ACEOF
9990 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9991 case "x$with_xinput" in
9992 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9993 xno) ;;
9994 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9995 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9996 esac
9999 if test "x$ac_cv_lib_soname_Xi" != x
10000 then
10001 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10002 case "x$with_xinput2" in
10003 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10004 xno) ;;
10005 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10006 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10007 esac
10011 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10012 then
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10014 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10015 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10016 $as_echo_n "(cached) " >&6
10017 else
10018 ac_check_lib_save_LIBS=$LIBS
10019 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10021 /* end confdefs.h. */
10023 /* Override any GCC internal prototype to avoid an error.
10024 Use char because int might match the return type of a GCC
10025 builtin and then its argument prototype would still apply. */
10026 #ifdef __cplusplus
10027 extern "C"
10028 #endif
10029 char XShmQueryExtension ();
10031 main ()
10033 return XShmQueryExtension ();
10035 return 0;
10037 _ACEOF
10038 if ac_fn_c_try_link "$LINENO"; then :
10039 ac_cv_lib_Xext_XShmQueryExtension=yes
10040 else
10041 ac_cv_lib_Xext_XShmQueryExtension=no
10043 rm -f core conftest.err conftest.$ac_objext \
10044 conftest$ac_exeext conftest.$ac_ext
10045 LIBS=$ac_check_lib_save_LIBS
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10048 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10049 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10051 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10056 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10057 case "x$with_xshm" in
10058 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10059 xno) ;;
10060 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10061 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10062 esac
10065 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10066 then
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10068 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10069 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10070 $as_echo_n "(cached) " >&6
10071 else
10072 ac_check_lib_save_LIBS=$LIBS
10073 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10075 /* end confdefs.h. */
10077 /* Override any GCC internal prototype to avoid an error.
10078 Use char because int might match the return type of a GCC
10079 builtin and then its argument prototype would still apply. */
10080 #ifdef __cplusplus
10081 extern "C"
10082 #endif
10083 char XShapeQueryExtension ();
10085 main ()
10087 return XShapeQueryExtension ();
10089 return 0;
10091 _ACEOF
10092 if ac_fn_c_try_link "$LINENO"; then :
10093 ac_cv_lib_Xext_XShapeQueryExtension=yes
10094 else
10095 ac_cv_lib_Xext_XShapeQueryExtension=no
10097 rm -f core conftest.err conftest.$ac_objext \
10098 conftest$ac_exeext conftest.$ac_ext
10099 LIBS=$ac_check_lib_save_LIBS
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10102 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10103 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10105 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10110 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10111 case "x$with_xshape" in
10112 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10113 xno) ;;
10114 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10115 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10116 esac
10119 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10120 then
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10122 $as_echo_n "checking for -lXxf86vm... " >&6; }
10123 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10124 $as_echo_n "(cached) " >&6
10125 else
10126 ac_check_soname_save_LIBS=$LIBS
10127 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10129 /* end confdefs.h. */
10131 /* Override any GCC internal prototype to avoid an error.
10132 Use char because int might match the return type of a GCC
10133 builtin and then its argument prototype would still apply. */
10134 #ifdef __cplusplus
10135 extern "C"
10136 #endif
10137 char XF86VidModeQueryExtension ();
10139 main ()
10141 return XF86VidModeQueryExtension ();
10143 return 0;
10145 _ACEOF
10146 if ac_fn_c_try_link "$LINENO"; then :
10147 case "$LIBEXT" in
10148 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10149 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'` ;;
10150 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10151 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10152 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10153 fi ;;
10154 esac
10156 rm -f core conftest.err conftest.$ac_objext \
10157 conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_soname_save_LIBS
10160 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10162 $as_echo "not found" >&6; }
10164 else
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10166 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10168 cat >>confdefs.h <<_ACEOF
10169 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10170 _ACEOF
10175 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10176 case "x$with_xxf86vm" in
10177 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10178 xno) ;;
10179 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10180 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10181 esac
10184 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10185 then
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10187 $as_echo_n "checking for -lXrender... " >&6; }
10188 if ${ac_cv_lib_soname_Xrender+:} false; then :
10189 $as_echo_n "(cached) " >&6
10190 else
10191 ac_check_soname_save_LIBS=$LIBS
10192 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10194 /* end confdefs.h. */
10196 /* Override any GCC internal prototype to avoid an error.
10197 Use char because int might match the return type of a GCC
10198 builtin and then its argument prototype would still apply. */
10199 #ifdef __cplusplus
10200 extern "C"
10201 #endif
10202 char XRenderQueryExtension ();
10204 main ()
10206 return XRenderQueryExtension ();
10208 return 0;
10210 _ACEOF
10211 if ac_fn_c_try_link "$LINENO"; then :
10212 case "$LIBEXT" in
10213 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10214 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'` ;;
10215 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10216 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10217 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10218 fi ;;
10219 esac
10221 rm -f core conftest.err conftest.$ac_objext \
10222 conftest$ac_exeext conftest.$ac_ext
10223 LIBS=$ac_check_soname_save_LIBS
10225 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10227 $as_echo "not found" >&6; }
10229 else
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10231 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10233 cat >>confdefs.h <<_ACEOF
10234 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10235 _ACEOF
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10238 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10239 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10240 $as_echo_n "(cached) " >&6
10241 else
10242 ac_check_lib_save_LIBS=$LIBS
10243 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10245 /* end confdefs.h. */
10247 /* Override any GCC internal prototype to avoid an error.
10248 Use char because int might match the return type of a GCC
10249 builtin and then its argument prototype would still apply. */
10250 #ifdef __cplusplus
10251 extern "C"
10252 #endif
10253 char XRenderSetPictureTransform ();
10255 main ()
10257 return XRenderSetPictureTransform ();
10259 return 0;
10261 _ACEOF
10262 if ac_fn_c_try_link "$LINENO"; then :
10263 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10264 else
10265 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10267 rm -f core conftest.err conftest.$ac_objext \
10268 conftest$ac_exeext conftest.$ac_ext
10269 LIBS=$ac_check_lib_save_LIBS
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10272 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10273 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10275 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10280 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10281 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10282 $as_echo_n "(cached) " >&6
10283 else
10284 ac_check_lib_save_LIBS=$LIBS
10285 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10287 /* end confdefs.h. */
10289 /* Override any GCC internal prototype to avoid an error.
10290 Use char because int might match the return type of a GCC
10291 builtin and then its argument prototype would still apply. */
10292 #ifdef __cplusplus
10293 extern "C"
10294 #endif
10295 char XRenderCreateLinearGradient ();
10297 main ()
10299 return XRenderCreateLinearGradient ();
10301 return 0;
10303 _ACEOF
10304 if ac_fn_c_try_link "$LINENO"; then :
10305 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10306 else
10307 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10309 rm -f core conftest.err conftest.$ac_objext \
10310 conftest$ac_exeext conftest.$ac_ext
10311 LIBS=$ac_check_lib_save_LIBS
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10314 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10315 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10317 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10324 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10325 case "x$with_xrender" in
10326 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10327 xno) ;;
10328 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10329 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10330 esac
10333 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10334 then
10335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10336 /* end confdefs.h. */
10337 #include <X11/Xlib.h>
10338 #include <X11/extensions/Xrandr.h>
10340 main ()
10342 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10344 return 0;
10346 _ACEOF
10347 if ac_fn_c_try_compile "$LINENO"; then :
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10349 $as_echo_n "checking for -lXrandr... " >&6; }
10350 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10351 $as_echo_n "(cached) " >&6
10352 else
10353 ac_check_soname_save_LIBS=$LIBS
10354 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10356 /* end confdefs.h. */
10358 /* Override any GCC internal prototype to avoid an error.
10359 Use char because int might match the return type of a GCC
10360 builtin and then its argument prototype would still apply. */
10361 #ifdef __cplusplus
10362 extern "C"
10363 #endif
10364 char XRRQueryExtension ();
10366 main ()
10368 return XRRQueryExtension ();
10370 return 0;
10372 _ACEOF
10373 if ac_fn_c_try_link "$LINENO"; then :
10374 case "$LIBEXT" in
10375 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10376 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'` ;;
10377 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10378 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10379 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10380 fi ;;
10381 esac
10383 rm -f core conftest.err conftest.$ac_objext \
10384 conftest$ac_exeext conftest.$ac_ext
10385 LIBS=$ac_check_soname_save_LIBS
10387 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10389 $as_echo "not found" >&6; }
10391 else
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10393 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10395 cat >>confdefs.h <<_ACEOF
10396 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10397 _ACEOF
10399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10400 /* end confdefs.h. */
10401 #include <X11/Xlib.h>
10402 #include <X11/extensions/Xrandr.h>
10404 main ()
10406 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10408 return 0;
10410 _ACEOF
10411 if ac_fn_c_try_compile "$LINENO"; then :
10413 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10421 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10422 case "x$with_xrandr" in
10423 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10424 xno) ;;
10425 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10426 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10427 esac
10430 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10431 then
10432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10433 /* end confdefs.h. */
10434 #include <X11/Xlib.h>
10435 #include <X11/extensions/Xinerama.h>
10437 main ()
10439 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10441 return 0;
10443 _ACEOF
10444 if ac_fn_c_try_compile "$LINENO"; then :
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10446 $as_echo_n "checking for -lXinerama... " >&6; }
10447 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10448 $as_echo_n "(cached) " >&6
10449 else
10450 ac_check_soname_save_LIBS=$LIBS
10451 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10458 #ifdef __cplusplus
10459 extern "C"
10460 #endif
10461 char XineramaQueryScreens ();
10463 main ()
10465 return XineramaQueryScreens ();
10467 return 0;
10469 _ACEOF
10470 if ac_fn_c_try_link "$LINENO"; then :
10471 case "$LIBEXT" in
10472 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10473 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'` ;;
10474 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10475 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10476 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10477 fi ;;
10478 esac
10480 rm -f core conftest.err conftest.$ac_objext \
10481 conftest$ac_exeext conftest.$ac_ext
10482 LIBS=$ac_check_soname_save_LIBS
10484 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10486 $as_echo "not found" >&6; }
10488 else
10489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10490 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10492 cat >>confdefs.h <<_ACEOF
10493 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10494 _ACEOF
10499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10501 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10502 case "x$with_xinerama" in
10503 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10504 xno) ;;
10505 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10506 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10507 esac
10510 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10511 then
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10513 $as_echo_n "checking for -lXcomposite... " >&6; }
10514 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10515 $as_echo_n "(cached) " >&6
10516 else
10517 ac_check_soname_save_LIBS=$LIBS
10518 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10520 /* end confdefs.h. */
10522 /* Override any GCC internal prototype to avoid an error.
10523 Use char because int might match the return type of a GCC
10524 builtin and then its argument prototype would still apply. */
10525 #ifdef __cplusplus
10526 extern "C"
10527 #endif
10528 char XCompositeRedirectWindow ();
10530 main ()
10532 return XCompositeRedirectWindow ();
10534 return 0;
10536 _ACEOF
10537 if ac_fn_c_try_link "$LINENO"; then :
10538 case "$LIBEXT" in
10539 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10540 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'` ;;
10541 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10542 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10543 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10544 fi ;;
10545 esac
10547 rm -f core conftest.err conftest.$ac_objext \
10548 conftest$ac_exeext conftest.$ac_ext
10549 LIBS=$ac_check_soname_save_LIBS
10551 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10553 $as_echo "not found" >&6; }
10555 else
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10557 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10559 cat >>confdefs.h <<_ACEOF
10560 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10561 _ACEOF
10566 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10567 case "x$with_xcomposite" in
10568 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10569 xno) ;;
10570 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10571 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10572 esac
10575 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10576 #include <X11/Xlib.h>
10577 #endif
10579 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10581 cat >>confdefs.h <<_ACEOF
10582 #define HAVE_XICCALLBACK_CALLBACK 1
10583 _ACEOF
10587 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10588 #include <X11/Xlib.h>
10589 #endif
10591 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10593 cat >>confdefs.h <<_ACEOF
10594 #define HAVE_XEVENT_XCOOKIE 1
10595 _ACEOF
10602 opengl_msg=""
10603 if test "x$with_opengl" != "xno"
10604 then
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10606 $as_echo_n "checking for -lGL... " >&6; }
10607 if ${ac_cv_lib_soname_GL+:} false; then :
10608 $as_echo_n "(cached) " >&6
10609 else
10610 ac_check_soname_save_LIBS=$LIBS
10611 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10613 /* end confdefs.h. */
10615 /* Override any GCC internal prototype to avoid an error.
10616 Use char because int might match the return type of a GCC
10617 builtin and then its argument prototype would still apply. */
10618 #ifdef __cplusplus
10619 extern "C"
10620 #endif
10621 char glXCreateContext ();
10623 main ()
10625 return glXCreateContext ();
10627 return 0;
10629 _ACEOF
10630 if ac_fn_c_try_link "$LINENO"; then :
10631 case "$LIBEXT" in
10632 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10633 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'` ;;
10634 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10635 if ${ac_cv_lib_soname_GL:+false} :; then :
10636 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10637 fi ;;
10638 esac
10640 rm -f core conftest.err conftest.$ac_objext \
10641 conftest$ac_exeext conftest.$ac_ext
10642 LIBS=$ac_check_soname_save_LIBS
10644 if ${ac_cv_lib_soname_GL:+false} :; then :
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10646 $as_echo "not found" >&6; }
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10648 $as_echo_n "checking for -lGL... " >&6; }
10649 if ${ac_cv_lib_soname_GL+:} false; then :
10650 $as_echo_n "(cached) " >&6
10651 else
10652 ac_check_soname_save_LIBS=$LIBS
10653 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"
10654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10655 /* end confdefs.h. */
10657 /* Override any GCC internal prototype to avoid an error.
10658 Use char because int might match the return type of a GCC
10659 builtin and then its argument prototype would still apply. */
10660 #ifdef __cplusplus
10661 extern "C"
10662 #endif
10663 char glXCreateContext ();
10665 main ()
10667 return glXCreateContext ();
10669 return 0;
10671 _ACEOF
10672 if ac_fn_c_try_link "$LINENO"; then :
10673 case "$LIBEXT" in
10674 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10675 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'` ;;
10676 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10677 if ${ac_cv_lib_soname_GL:+false} :; then :
10678 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10679 fi ;;
10680 esac
10682 rm -f core conftest.err conftest.$ac_objext \
10683 conftest$ac_exeext conftest.$ac_ext
10684 LIBS=$ac_check_soname_save_LIBS
10686 if ${ac_cv_lib_soname_GL:+false} :; then :
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10688 $as_echo "not found" >&6; }
10689 if test -f /usr/X11R6/lib/libGL.a
10690 then
10691 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10692 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10693 else
10694 opengl_msg="No OpenGL library found on this system."
10696 else
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10698 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10700 cat >>confdefs.h <<_ACEOF
10701 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10702 _ACEOF
10704 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"
10706 else
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10708 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10710 cat >>confdefs.h <<_ACEOF
10711 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10712 _ACEOF
10714 OPENGL_LIBS="-lGL"
10716 if test "x$with_glu" != "xno"
10717 then
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10719 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10720 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 ac_check_lib_save_LIBS=$LIBS
10724 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char gluLookAt ();
10736 main ()
10738 return gluLookAt ();
10740 return 0;
10742 _ACEOF
10743 if ac_fn_c_try_link "$LINENO"; then :
10744 ac_cv_lib_GLU_gluLookAt=yes
10745 else
10746 ac_cv_lib_GLU_gluLookAt=no
10748 rm -f core conftest.err conftest.$ac_objext \
10749 conftest$ac_exeext conftest.$ac_ext
10750 LIBS=$ac_check_lib_save_LIBS
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10753 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10754 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10758 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10759 case "x$with_glu" in
10760 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10761 xno) ;;
10762 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10763 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10764 esac
10768 if test "x$with_osmesa" != "xno"
10769 then
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10771 $as_echo_n "checking for -lOSMesa... " >&6; }
10772 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10773 $as_echo_n "(cached) " >&6
10774 else
10775 ac_check_soname_save_LIBS=$LIBS
10776 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10778 /* end confdefs.h. */
10780 /* Override any GCC internal prototype to avoid an error.
10781 Use char because int might match the return type of a GCC
10782 builtin and then its argument prototype would still apply. */
10783 #ifdef __cplusplus
10784 extern "C"
10785 #endif
10786 char glAccum ();
10788 main ()
10790 return glAccum ();
10792 return 0;
10794 _ACEOF
10795 if ac_fn_c_try_link "$LINENO"; then :
10796 case "$LIBEXT" in
10797 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10798 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'` ;;
10799 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10800 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10801 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10802 fi ;;
10803 esac
10805 rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10815 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10819 _ACEOF
10823 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10824 case "x$with_osmesa" in
10825 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10826 xno) ;;
10827 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10828 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10829 esac
10833 if test -n "$opengl_msg"; then :
10834 case "x$with_opengl" in
10835 x) as_fn_append wine_warnings "|$opengl_msg
10836 OpenGL and Direct3D won't be supported." ;;
10837 xno) ;;
10838 *) as_fn_error $? "$opengl_msg
10839 OpenGL and Direct3D won't be supported.
10840 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10841 esac
10844 CPPFLAGS="$ac_save_CPPFLAGS"
10845 else
10846 X_CFLAGS=""
10847 X_LIBS=""
10848 enable_winex11_drv=${enable_winex11_drv:-no}
10850 if test "x$X_LIBS" = "x"; then :
10851 case "x$with_x" in
10852 xno) ;;
10853 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10854 without X support, which probably isn't what you want. You will need
10855 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10856 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10857 esac
10860 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10862 if test "$ac_cv_header_CL_cl_h" = "yes"
10863 then
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10865 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10866 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10867 $as_echo_n "(cached) " >&6
10868 else
10869 ac_check_lib_save_LIBS=$LIBS
10870 LIBS="-lOpenCL $LIBS"
10871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char clGetPlatformInfo ();
10882 main ()
10884 return clGetPlatformInfo ();
10886 return 0;
10888 _ACEOF
10889 if ac_fn_c_try_link "$LINENO"; then :
10890 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10891 else
10892 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10894 rm -f core conftest.err conftest.$ac_objext \
10895 conftest$ac_exeext conftest.$ac_ext
10896 LIBS=$ac_check_lib_save_LIBS
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10899 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10900 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10901 OPENCL_LIBS="-lOpenCL"
10906 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10907 case "x$with_opencl" in
10908 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10909 xno) ;;
10910 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10911 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10912 esac
10914 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10916 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10917 then
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10919 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10920 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10921 $as_echo_n "(cached) " >&6
10922 else
10923 ac_check_lib_save_LIBS=$LIBS
10924 LIBS="-lpcap $LIBS"
10925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10926 /* end confdefs.h. */
10928 /* Override any GCC internal prototype to avoid an error.
10929 Use char because int might match the return type of a GCC
10930 builtin and then its argument prototype would still apply. */
10931 #ifdef __cplusplus
10932 extern "C"
10933 #endif
10934 char pcap_create ();
10936 main ()
10938 return pcap_create ();
10940 return 0;
10942 _ACEOF
10943 if ac_fn_c_try_link "$LINENO"; then :
10944 ac_cv_lib_pcap_pcap_create=yes
10945 else
10946 ac_cv_lib_pcap_pcap_create=no
10948 rm -f core conftest.err conftest.$ac_objext \
10949 conftest$ac_exeext conftest.$ac_ext
10950 LIBS=$ac_check_lib_save_LIBS
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10953 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10954 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10955 PCAP_LIBS="-lpcap"
10960 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10961 case "x$with_pcap" in
10962 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10963 xno) ;;
10964 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10965 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10966 esac
10968 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10971 if test "x$with_xml" != "xno"
10972 then
10973 if ${XML2_CFLAGS:+false} :; then :
10974 if ${PKG_CONFIG+:} false; then :
10975 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10978 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10979 if ${XML2_LIBS:+false} :; then :
10980 if ${PKG_CONFIG+:} false; then :
10981 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10984 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10985 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10986 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10987 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10988 ac_save_CPPFLAGS=$CPPFLAGS
10989 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10990 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10991 do :
10992 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10993 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10994 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10995 cat >>confdefs.h <<_ACEOF
10996 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10997 _ACEOF
11001 done
11003 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"
11004 then
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11006 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11007 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11008 $as_echo_n "(cached) " >&6
11009 else
11010 ac_check_lib_save_LIBS=$LIBS
11011 LIBS="-lxml2 $XML2_LIBS $LIBS"
11012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11013 /* end confdefs.h. */
11015 /* Override any GCC internal prototype to avoid an error.
11016 Use char because int might match the return type of a GCC
11017 builtin and then its argument prototype would still apply. */
11018 #ifdef __cplusplus
11019 extern "C"
11020 #endif
11021 char xmlParseMemory ();
11023 main ()
11025 return xmlParseMemory ();
11027 return 0;
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031 ac_cv_lib_xml2_xmlParseMemory=yes
11032 else
11033 ac_cv_lib_xml2_xmlParseMemory=no
11035 rm -f core conftest.err conftest.$ac_objext \
11036 conftest$ac_exeext conftest.$ac_ext
11037 LIBS=$ac_check_lib_save_LIBS
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11040 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11041 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11043 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11045 else
11046 XML2_LIBS=""
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11050 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11051 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11052 $as_echo_n "(cached) " >&6
11053 else
11054 ac_check_lib_save_LIBS=$LIBS
11055 LIBS="-lxml2 $XML2_LIBS $LIBS"
11056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11057 /* end confdefs.h. */
11059 /* Override any GCC internal prototype to avoid an error.
11060 Use char because int might match the return type of a GCC
11061 builtin and then its argument prototype would still apply. */
11062 #ifdef __cplusplus
11063 extern "C"
11064 #endif
11065 char xmlReadMemory ();
11067 main ()
11069 return xmlReadMemory ();
11071 return 0;
11073 _ACEOF
11074 if ac_fn_c_try_link "$LINENO"; then :
11075 ac_cv_lib_xml2_xmlReadMemory=yes
11076 else
11077 ac_cv_lib_xml2_xmlReadMemory=no
11079 rm -f core conftest.err conftest.$ac_objext \
11080 conftest$ac_exeext conftest.$ac_ext
11081 LIBS=$ac_check_lib_save_LIBS
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11084 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11085 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11087 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11092 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11093 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11094 $as_echo_n "(cached) " >&6
11095 else
11096 ac_check_lib_save_LIBS=$LIBS
11097 LIBS="-lxml2 $XML2_LIBS $LIBS"
11098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11099 /* end confdefs.h. */
11101 /* Override any GCC internal prototype to avoid an error.
11102 Use char because int might match the return type of a GCC
11103 builtin and then its argument prototype would still apply. */
11104 #ifdef __cplusplus
11105 extern "C"
11106 #endif
11107 char xmlNewDocPI ();
11109 main ()
11111 return xmlNewDocPI ();
11113 return 0;
11115 _ACEOF
11116 if ac_fn_c_try_link "$LINENO"; then :
11117 ac_cv_lib_xml2_xmlNewDocPI=yes
11118 else
11119 ac_cv_lib_xml2_xmlNewDocPI=no
11121 rm -f core conftest.err conftest.$ac_objext \
11122 conftest$ac_exeext conftest.$ac_ext
11123 LIBS=$ac_check_lib_save_LIBS
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11126 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11127 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11129 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11134 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11135 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11136 $as_echo_n "(cached) " >&6
11137 else
11138 ac_check_lib_save_LIBS=$LIBS
11139 LIBS="-lxml2 $XML2_LIBS $LIBS"
11140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11141 /* end confdefs.h. */
11143 /* Override any GCC internal prototype to avoid an error.
11144 Use char because int might match the return type of a GCC
11145 builtin and then its argument prototype would still apply. */
11146 #ifdef __cplusplus
11147 extern "C"
11148 #endif
11149 char xmlSchemaSetParserStructuredErrors ();
11151 main ()
11153 return xmlSchemaSetParserStructuredErrors ();
11155 return 0;
11157 _ACEOF
11158 if ac_fn_c_try_link "$LINENO"; then :
11159 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11160 else
11161 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11163 rm -f core conftest.err conftest.$ac_objext \
11164 conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_lib_save_LIBS
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11168 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11169 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11171 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11176 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11177 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_check_lib_save_LIBS=$LIBS
11181 LIBS="-lxml2 $XML2_LIBS $LIBS"
11182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11183 /* end confdefs.h. */
11185 /* Override any GCC internal prototype to avoid an error.
11186 Use char because int might match the return type of a GCC
11187 builtin and then its argument prototype would still apply. */
11188 #ifdef __cplusplus
11189 extern "C"
11190 #endif
11191 char xmlSchemaSetValidStructuredErrors ();
11193 main ()
11195 return xmlSchemaSetValidStructuredErrors ();
11197 return 0;
11199 _ACEOF
11200 if ac_fn_c_try_link "$LINENO"; then :
11201 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11202 else
11203 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11205 rm -f core conftest.err conftest.$ac_objext \
11206 conftest$ac_exeext conftest.$ac_ext
11207 LIBS=$ac_check_lib_save_LIBS
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11210 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11211 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11213 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11218 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11219 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11220 $as_echo_n "(cached) " >&6
11221 else
11222 ac_check_lib_save_LIBS=$LIBS
11223 LIBS="-lxml2 $XML2_LIBS $LIBS"
11224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11225 /* end confdefs.h. */
11227 /* Override any GCC internal prototype to avoid an error.
11228 Use char because int might match the return type of a GCC
11229 builtin and then its argument prototype would still apply. */
11230 #ifdef __cplusplus
11231 extern "C"
11232 #endif
11233 char xmlFirstElementChild ();
11235 main ()
11237 return xmlFirstElementChild ();
11239 return 0;
11241 _ACEOF
11242 if ac_fn_c_try_link "$LINENO"; then :
11243 ac_cv_lib_xml2_xmlFirstElementChild=yes
11244 else
11245 ac_cv_lib_xml2_xmlFirstElementChild=no
11247 rm -f core conftest.err conftest.$ac_objext \
11248 conftest$ac_exeext conftest.$ac_ext
11249 LIBS=$ac_check_lib_save_LIBS
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11252 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11253 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11255 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11259 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11261 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11263 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11267 else
11268 XML2_CFLAGS=""
11269 XML2_LIBS=""
11271 CPPFLAGS=$ac_save_CPPFLAGS
11272 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11273 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11276 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11277 case "x$with_xml" in
11278 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11279 xno) ;;
11280 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11281 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11282 esac
11285 if test "x$with_xslt" != "xno"
11286 then
11287 if ${XSLT_CFLAGS:+false} :; then :
11288 if ${PKG_CONFIG+:} false; then :
11289 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11292 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11293 if ${XSLT_LIBS:+false} :; then :
11294 if ${PKG_CONFIG+:} false; then :
11295 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11298 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11299 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11300 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11301 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11302 ac_save_CPPFLAGS=$CPPFLAGS
11303 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11304 for ac_header in libxslt/pattern.h libxslt/transform.h
11305 do :
11306 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11307 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11308 # include <libxslt/pattern.h>
11309 #endif
11311 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11312 cat >>confdefs.h <<_ACEOF
11313 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11314 _ACEOF
11318 done
11320 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11321 then
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11323 $as_echo_n "checking for -lxslt... " >&6; }
11324 if ${ac_cv_lib_soname_xslt+:} false; then :
11325 $as_echo_n "(cached) " >&6
11326 else
11327 ac_check_soname_save_LIBS=$LIBS
11328 LIBS="-lxslt $XSLT_LIBS $LIBS"
11329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11330 /* end confdefs.h. */
11332 /* Override any GCC internal prototype to avoid an error.
11333 Use char because int might match the return type of a GCC
11334 builtin and then its argument prototype would still apply. */
11335 #ifdef __cplusplus
11336 extern "C"
11337 #endif
11338 char xsltCompilePattern ();
11340 main ()
11342 return xsltCompilePattern ();
11344 return 0;
11346 _ACEOF
11347 if ac_fn_c_try_link "$LINENO"; then :
11348 case "$LIBEXT" in
11349 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11350 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'` ;;
11351 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11352 if ${ac_cv_lib_soname_xslt:+false} :; then :
11353 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11354 fi ;;
11355 esac
11357 rm -f core conftest.err conftest.$ac_objext \
11358 conftest$ac_exeext conftest.$ac_ext
11359 LIBS=$ac_check_soname_save_LIBS
11361 if ${ac_cv_lib_soname_xslt:+false} :; then :
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11363 $as_echo "not found" >&6; }
11365 else
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11367 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11371 _ACEOF
11375 else
11376 XSLT_CFLAGS=""
11378 CPPFLAGS=$ac_save_CPPFLAGS
11379 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11380 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11383 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11384 case "x$with_xslt" in
11385 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11386 xno) ;;
11387 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11388 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11389 esac
11392 if test "x$with_dbus" != "xno"
11393 then
11394 if ${DBUS_CFLAGS:+false} :; then :
11395 if ${PKG_CONFIG+:} false; then :
11396 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11400 if ${DBUS_LIBS:+false} :; then :
11401 if ${PKG_CONFIG+:} false; then :
11402 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11407 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11408 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11409 ac_save_CPPFLAGS=$CPPFLAGS
11410 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11411 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11412 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11414 $as_echo_n "checking for -ldbus-1... " >&6; }
11415 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11416 $as_echo_n "(cached) " >&6
11417 else
11418 ac_check_soname_save_LIBS=$LIBS
11419 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h. */
11423 /* Override any GCC internal prototype to avoid an error.
11424 Use char because int might match the return type of a GCC
11425 builtin and then its argument prototype would still apply. */
11426 #ifdef __cplusplus
11427 extern "C"
11428 #endif
11429 char dbus_connection_close ();
11431 main ()
11433 return dbus_connection_close ();
11435 return 0;
11437 _ACEOF
11438 if ac_fn_c_try_link "$LINENO"; then :
11439 case "$LIBEXT" in
11440 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11441 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'` ;;
11442 *) 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'`
11443 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11444 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11445 fi ;;
11446 esac
11448 rm -f core conftest.err conftest.$ac_objext \
11449 conftest$ac_exeext conftest.$ac_ext
11450 LIBS=$ac_check_soname_save_LIBS
11452 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11454 $as_echo "not found" >&6; }
11455 DBUS_CFLAGS=""
11456 else
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11458 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11460 cat >>confdefs.h <<_ACEOF
11461 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11462 _ACEOF
11466 else
11467 DBUS_CFLAGS=""
11471 CPPFLAGS=$ac_save_CPPFLAGS
11472 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11473 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11476 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11477 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11478 case "x$with_dbus" in
11479 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11480 xno) ;;
11481 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11482 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11483 esac
11486 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11487 then
11488 if ${HAL_CFLAGS:+false} :; then :
11489 if ${PKG_CONFIG+:} false; then :
11490 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11494 if ${HAL_LIBS:+false} :; then :
11495 if ${PKG_CONFIG+:} false; then :
11496 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11500 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11501 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11502 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11503 ac_save_CPPFLAGS=$CPPFLAGS
11504 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11505 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11506 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11508 $as_echo_n "checking for -lhal... " >&6; }
11509 if ${ac_cv_lib_soname_hal+:} false; then :
11510 $as_echo_n "(cached) " >&6
11511 else
11512 ac_check_soname_save_LIBS=$LIBS
11513 LIBS="-lhal $HAL_LIBS $LIBS"
11514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11515 /* end confdefs.h. */
11517 /* Override any GCC internal prototype to avoid an error.
11518 Use char because int might match the return type of a GCC
11519 builtin and then its argument prototype would still apply. */
11520 #ifdef __cplusplus
11521 extern "C"
11522 #endif
11523 char libhal_ctx_new ();
11525 main ()
11527 return libhal_ctx_new ();
11529 return 0;
11531 _ACEOF
11532 if ac_fn_c_try_link "$LINENO"; then :
11533 case "$LIBEXT" in
11534 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11535 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'` ;;
11536 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11537 if ${ac_cv_lib_soname_hal:+false} :; then :
11538 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11539 fi ;;
11540 esac
11542 rm -f core conftest.err conftest.$ac_objext \
11543 conftest$ac_exeext conftest.$ac_ext
11544 LIBS=$ac_check_soname_save_LIBS
11546 if ${ac_cv_lib_soname_hal:+false} :; then :
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11548 $as_echo "not found" >&6; }
11549 HAL_CFLAGS=""
11550 else
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11552 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11554 cat >>confdefs.h <<_ACEOF
11555 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11556 _ACEOF
11560 else
11561 HAL_CFLAGS=""
11565 CPPFLAGS=$ac_save_CPPFLAGS
11566 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11567 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11569 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11570 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11571 case "x$with_hal" in
11572 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11573 xno) ;;
11574 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11575 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11576 esac
11580 if test "x$with_gnutls" != "xno"
11581 then
11582 if ${GNUTLS_CFLAGS:+false} :; then :
11583 if ${PKG_CONFIG+:} false; then :
11584 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11588 if ${GNUTLS_LIBS:+false} :; then :
11589 if ${PKG_CONFIG+:} false; then :
11590 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11595 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11596 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11597 ac_save_CPPFLAGS=$CPPFLAGS
11598 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11599 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11600 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11602 /* end confdefs.h. */
11603 #include <gnutls/gnutls.h>
11604 #include <gnutls/crypto.h>
11606 main ()
11608 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11610 return 0;
11612 _ACEOF
11613 if ac_fn_c_try_compile "$LINENO"; then :
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11615 $as_echo_n "checking for -lgnutls... " >&6; }
11616 if ${ac_cv_lib_soname_gnutls+:} false; then :
11617 $as_echo_n "(cached) " >&6
11618 else
11619 ac_check_soname_save_LIBS=$LIBS
11620 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11627 #ifdef __cplusplus
11628 extern "C"
11629 #endif
11630 char gnutls_global_init ();
11632 main ()
11634 return gnutls_global_init ();
11636 return 0;
11638 _ACEOF
11639 if ac_fn_c_try_link "$LINENO"; then :
11640 case "$LIBEXT" in
11641 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11642 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'` ;;
11643 *) 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'`
11644 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11645 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'`
11646 fi ;;
11647 esac
11649 rm -f core conftest.err conftest.$ac_objext \
11650 conftest$ac_exeext conftest.$ac_ext
11651 LIBS=$ac_check_soname_save_LIBS
11653 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11655 $as_echo "not found" >&6; }
11656 GNUTLS_CFLAGS=""
11657 else
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11659 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11661 cat >>confdefs.h <<_ACEOF
11662 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11663 _ACEOF
11668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11669 else
11670 GNUTLS_CFLAGS=""
11674 CPPFLAGS=$ac_save_CPPFLAGS
11675 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11676 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11679 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11680 case "x$with_gnutls" in
11681 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11682 xno) ;;
11683 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11684 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11685 esac
11688 CURSES_LIBS=""
11689 if test "$ac_cv_header_ncurses_h" = "yes"
11690 then
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11692 $as_echo_n "checking for -lncurses... " >&6; }
11693 if ${ac_cv_lib_soname_ncurses+:} false; then :
11694 $as_echo_n "(cached) " >&6
11695 else
11696 ac_check_soname_save_LIBS=$LIBS
11697 LIBS="-lncurses $LIBS"
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11701 /* Override any GCC internal prototype to avoid an error.
11702 Use char because int might match the return type of a GCC
11703 builtin and then its argument prototype would still apply. */
11704 #ifdef __cplusplus
11705 extern "C"
11706 #endif
11707 char waddch ();
11709 main ()
11711 return waddch ();
11713 return 0;
11715 _ACEOF
11716 if ac_fn_c_try_link "$LINENO"; then :
11717 case "$LIBEXT" in
11718 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11719 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'` ;;
11720 *) 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'`
11721 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11722 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11723 fi ;;
11724 esac
11726 rm -f core conftest.err conftest.$ac_objext \
11727 conftest$ac_exeext conftest.$ac_ext
11728 LIBS=$ac_check_soname_save_LIBS
11730 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11732 $as_echo "not found" >&6; }
11734 else
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11736 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11738 cat >>confdefs.h <<_ACEOF
11739 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11740 _ACEOF
11742 CURSES_LIBS="-lncurses"
11744 elif test "$ac_cv_header_curses_h" = "yes"
11745 then
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11747 $as_echo_n "checking for -lcurses... " >&6; }
11748 if ${ac_cv_lib_soname_curses+:} false; then :
11749 $as_echo_n "(cached) " >&6
11750 else
11751 ac_check_soname_save_LIBS=$LIBS
11752 LIBS="-lcurses $LIBS"
11753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11756 /* Override any GCC internal prototype to avoid an error.
11757 Use char because int might match the return type of a GCC
11758 builtin and then its argument prototype would still apply. */
11759 #ifdef __cplusplus
11760 extern "C"
11761 #endif
11762 char waddch ();
11764 main ()
11766 return waddch ();
11768 return 0;
11770 _ACEOF
11771 if ac_fn_c_try_link "$LINENO"; then :
11772 case "$LIBEXT" in
11773 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11774 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'` ;;
11775 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11776 if ${ac_cv_lib_soname_curses:+false} :; then :
11777 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11778 fi ;;
11779 esac
11781 rm -f core conftest.err conftest.$ac_objext \
11782 conftest$ac_exeext conftest.$ac_ext
11783 LIBS=$ac_check_soname_save_LIBS
11785 if ${ac_cv_lib_soname_curses:+false} :; then :
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11787 $as_echo "not found" >&6; }
11789 else
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11791 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11793 cat >>confdefs.h <<_ACEOF
11794 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11795 _ACEOF
11797 CURSES_LIBS="-lcurses"
11800 ac_save_LIBS="$LIBS"
11801 LIBS="$LIBS $CURSES_LIBS"
11802 for ac_func in mousemask
11803 do :
11804 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11805 if test "x$ac_cv_func_mousemask" = xyes; then :
11806 cat >>confdefs.h <<_ACEOF
11807 #define HAVE_MOUSEMASK 1
11808 _ACEOF
11811 done
11813 LIBS="$ac_save_LIBS"
11814 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11815 case "x$with_curses" in
11816 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11817 xno) ;;
11818 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11819 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11820 esac
11823 if test "x$with_sane" != "xno"
11824 then
11825 if ${SANE_CFLAGS:+false} :; then :
11826 if ${PKG_CONFIG+:} false; then :
11827 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11830 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11831 if ${SANE_LIBS:+false} :; then :
11832 if ${PKG_CONFIG+:} false; then :
11833 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11836 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11838 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11839 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11840 ac_save_CPPFLAGS=$CPPFLAGS
11841 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11842 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11843 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11845 $as_echo_n "checking for -lsane... " >&6; }
11846 if ${ac_cv_lib_soname_sane+:} false; then :
11847 $as_echo_n "(cached) " >&6
11848 else
11849 ac_check_soname_save_LIBS=$LIBS
11850 LIBS="-lsane $SANE_LIBS $LIBS"
11851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11854 /* Override any GCC internal prototype to avoid an error.
11855 Use char because int might match the return type of a GCC
11856 builtin and then its argument prototype would still apply. */
11857 #ifdef __cplusplus
11858 extern "C"
11859 #endif
11860 char sane_init ();
11862 main ()
11864 return sane_init ();
11866 return 0;
11868 _ACEOF
11869 if ac_fn_c_try_link "$LINENO"; then :
11870 case "$LIBEXT" in
11871 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11872 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'` ;;
11873 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11874 if ${ac_cv_lib_soname_sane:+false} :; then :
11875 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11876 fi ;;
11877 esac
11879 rm -f core conftest.err conftest.$ac_objext \
11880 conftest$ac_exeext conftest.$ac_ext
11881 LIBS=$ac_check_soname_save_LIBS
11883 if ${ac_cv_lib_soname_sane:+false} :; then :
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11885 $as_echo "not found" >&6; }
11886 SANE_CFLAGS=""
11887 else
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11889 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11891 cat >>confdefs.h <<_ACEOF
11892 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11893 _ACEOF
11897 else
11898 SANE_CFLAGS=""
11902 CPPFLAGS=$ac_save_CPPFLAGS
11903 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11904 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11907 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11908 case "x$with_sane" in
11909 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11910 xno) ;;
11911 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11912 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11913 esac
11916 if test "x$with_v4l" != "xno"
11917 then
11918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11919 $as_echo_n "checking for -lv4l1... " >&6; }
11920 if ${ac_cv_lib_soname_v4l1+:} false; then :
11921 $as_echo_n "(cached) " >&6
11922 else
11923 ac_check_soname_save_LIBS=$LIBS
11924 LIBS="-lv4l1 $LIBS"
11925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11926 /* end confdefs.h. */
11928 /* Override any GCC internal prototype to avoid an error.
11929 Use char because int might match the return type of a GCC
11930 builtin and then its argument prototype would still apply. */
11931 #ifdef __cplusplus
11932 extern "C"
11933 #endif
11934 char v4l1_open ();
11936 main ()
11938 return v4l1_open ();
11940 return 0;
11942 _ACEOF
11943 if ac_fn_c_try_link "$LINENO"; then :
11944 case "$LIBEXT" in
11945 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11946 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'` ;;
11947 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11948 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11949 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11950 fi ;;
11951 esac
11953 rm -f core conftest.err conftest.$ac_objext \
11954 conftest$ac_exeext conftest.$ac_ext
11955 LIBS=$ac_check_soname_save_LIBS
11957 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11959 $as_echo "not found" >&6; }
11961 else
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11963 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11965 cat >>confdefs.h <<_ACEOF
11966 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11967 _ACEOF
11972 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11973 case "x$with_v4l" in
11974 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11975 xno) ;;
11976 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11977 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11978 esac
11981 if test "x$with_gphoto" != "xno"
11982 then
11983 if ${GPHOTO2_CFLAGS:+false} :; then :
11984 if ${PKG_CONFIG+:} false; then :
11985 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11988 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11989 if ${GPHOTO2_LIBS:+false} :; then :
11990 if ${PKG_CONFIG+:} false; then :
11991 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11994 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11995 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11996 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11997 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11998 ac_save_CPPFLAGS=$CPPFLAGS
11999 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12000 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12001 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12003 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12004 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12005 $as_echo_n "(cached) " >&6
12006 else
12007 ac_check_lib_save_LIBS=$LIBS
12008 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12010 /* end confdefs.h. */
12012 /* Override any GCC internal prototype to avoid an error.
12013 Use char because int might match the return type of a GCC
12014 builtin and then its argument prototype would still apply. */
12015 #ifdef __cplusplus
12016 extern "C"
12017 #endif
12018 char gp_camera_new ();
12020 main ()
12022 return gp_camera_new ();
12024 return 0;
12026 _ACEOF
12027 if ac_fn_c_try_link "$LINENO"; then :
12028 ac_cv_lib_gphoto2_gp_camera_new=yes
12029 else
12030 ac_cv_lib_gphoto2_gp_camera_new=no
12032 rm -f core conftest.err conftest.$ac_objext \
12033 conftest$ac_exeext conftest.$ac_ext
12034 LIBS=$ac_check_lib_save_LIBS
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12037 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12038 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12040 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12042 else
12043 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12046 else
12047 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12051 CPPFLAGS=$ac_save_CPPFLAGS
12052 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12053 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12055 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12056 if ${PKG_CONFIG+:} false; then :
12057 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12060 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12061 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12062 if ${PKG_CONFIG+:} false; then :
12063 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12066 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12067 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12068 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12069 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12070 ac_save_CPPFLAGS=$CPPFLAGS
12071 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12072 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12073 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12075 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12076 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12077 $as_echo_n "(cached) " >&6
12078 else
12079 ac_check_lib_save_LIBS=$LIBS
12080 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12082 /* end confdefs.h. */
12084 /* Override any GCC internal prototype to avoid an error.
12085 Use char because int might match the return type of a GCC
12086 builtin and then its argument prototype would still apply. */
12087 #ifdef __cplusplus
12088 extern "C"
12089 #endif
12090 char gp_port_info_list_new ();
12092 main ()
12094 return gp_port_info_list_new ();
12096 return 0;
12098 _ACEOF
12099 if ac_fn_c_try_link "$LINENO"; then :
12100 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12101 else
12102 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12104 rm -f core conftest.err conftest.$ac_objext \
12105 conftest$ac_exeext conftest.$ac_ext
12106 LIBS=$ac_check_lib_save_LIBS
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12109 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12110 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12112 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12114 else
12115 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12118 else
12119 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12123 CPPFLAGS=$ac_save_CPPFLAGS
12124 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12125 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12128 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12129 case "x$with_gphoto" in
12130 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12131 xno) ;;
12132 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12133 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12134 esac
12136 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12137 case "x$with_gphoto" in
12138 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12139 xno) ;;
12140 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12141 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12142 esac
12146 if test "$ac_cv_header_resolv_h" = "yes"
12147 then
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12149 $as_echo_n "checking for resolver library... " >&6; }
12150 if ${ac_cv_have_resolv+:} false; then :
12151 $as_echo_n "(cached) " >&6
12152 else
12153 ac_save_LIBS="$LIBS"
12154 for lib in '' -lresolv
12156 LIBS="$lib $ac_save_LIBS"
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159 #ifdef HAVE_NETINET_IN_H
12160 #include <netinet/in.h>
12161 #endif
12162 #include <resolv.h>
12164 main ()
12166 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12168 return 0;
12170 _ACEOF
12171 if ac_fn_c_try_link "$LINENO"; then :
12172 ac_cv_have_resolv=${lib:-"none required"}
12173 else
12174 ac_cv_have_resolv="not found"
12176 rm -f core conftest.err conftest.$ac_objext \
12177 conftest$ac_exeext conftest.$ac_ext
12178 test "x$ac_cv_have_resolv" = "xnot found" || break
12179 done
12180 LIBS="$ac_save_LIBS"
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12183 $as_echo "$ac_cv_have_resolv" >&6; }
12185 case "$ac_cv_have_resolv" in
12186 "not found") ;;
12187 "none required")
12189 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12192 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12194 RESOLV_LIBS=$ac_cv_have_resolv
12196 esac
12199 if test "x$with_cms" != "xno"
12200 then
12201 if ${LCMS2_CFLAGS:+false} :; then :
12202 if ${PKG_CONFIG+:} false; then :
12203 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12207 if ${LCMS2_LIBS:+false} :; then :
12208 if ${PKG_CONFIG+:} false; then :
12209 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12213 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12214 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12215 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12216 ac_save_CPPFLAGS=$CPPFLAGS
12217 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12218 for ac_header in lcms2.h
12219 do :
12220 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12221 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12222 cat >>confdefs.h <<_ACEOF
12223 #define HAVE_LCMS2_H 1
12224 _ACEOF
12228 done
12230 if test "$ac_cv_header_lcms2_h" = "yes"
12231 then
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12233 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12234 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12235 $as_echo_n "(cached) " >&6
12236 else
12237 ac_check_lib_save_LIBS=$LIBS
12238 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12240 /* end confdefs.h. */
12242 /* Override any GCC internal prototype to avoid an error.
12243 Use char because int might match the return type of a GCC
12244 builtin and then its argument prototype would still apply. */
12245 #ifdef __cplusplus
12246 extern "C"
12247 #endif
12248 char cmsOpenProfileFromFile ();
12250 main ()
12252 return cmsOpenProfileFromFile ();
12254 return 0;
12256 _ACEOF
12257 if ac_fn_c_try_link "$LINENO"; then :
12258 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12259 else
12260 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12262 rm -f core conftest.err conftest.$ac_objext \
12263 conftest$ac_exeext conftest.$ac_ext
12264 LIBS=$ac_check_lib_save_LIBS
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12267 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12268 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12270 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12272 else
12273 LCMS2_LIBS=""
12276 else
12277 LCMS2_CFLAGS=""
12278 LCMS2_LIBS=""
12280 CPPFLAGS=$ac_save_CPPFLAGS
12281 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12282 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12285 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12286 case "x$with_cms" in
12287 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12288 xno) ;;
12289 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12290 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12291 esac
12294 if test "x$with_freetype" != "xno"
12295 then
12296 if ${FREETYPE_CFLAGS:+false} :; then :
12297 if ${PKG_CONFIG+:} false; then :
12298 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12301 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12302 if ${FREETYPE_LIBS:+false} :; then :
12303 if ${PKG_CONFIG+:} false; then :
12304 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12307 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12308 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12309 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12310 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12311 ac_save_CPPFLAGS=$CPPFLAGS
12312 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12313 for ac_header in ft2build.h
12314 do :
12315 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12316 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12317 cat >>confdefs.h <<_ACEOF
12318 #define HAVE_FT2BUILD_H 1
12319 _ACEOF
12323 done
12325 if test "$ac_cv_header_ft2build_h" = "yes"
12326 then
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12328 $as_echo_n "checking for -lfreetype... " >&6; }
12329 if ${ac_cv_lib_soname_freetype+:} false; then :
12330 $as_echo_n "(cached) " >&6
12331 else
12332 ac_check_soname_save_LIBS=$LIBS
12333 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12335 /* end confdefs.h. */
12337 /* Override any GCC internal prototype to avoid an error.
12338 Use char because int might match the return type of a GCC
12339 builtin and then its argument prototype would still apply. */
12340 #ifdef __cplusplus
12341 extern "C"
12342 #endif
12343 char FT_Init_FreeType ();
12345 main ()
12347 return FT_Init_FreeType ();
12349 return 0;
12351 _ACEOF
12352 if ac_fn_c_try_link "$LINENO"; then :
12353 case "$LIBEXT" in
12354 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12355 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'` ;;
12356 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12357 if ${ac_cv_lib_soname_freetype:+false} :; then :
12358 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12359 fi ;;
12360 esac
12362 rm -f core conftest.err conftest.$ac_objext \
12363 conftest$ac_exeext conftest.$ac_ext
12364 LIBS=$ac_check_soname_save_LIBS
12366 if ${ac_cv_lib_soname_freetype:+false} :; then :
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12368 $as_echo "not found" >&6; }
12369 FREETYPE_LIBS=""
12370 else
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12372 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12374 cat >>confdefs.h <<_ACEOF
12375 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12376 _ACEOF
12379 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12381 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12382 #include FT_MODULE_H
12384 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12386 cat >>confdefs.h <<_ACEOF
12387 #define HAVE_FT_TRUETYPEENGINETYPE 1
12388 _ACEOF
12394 else
12395 FREETYPE_CFLAGS=""
12396 FREETYPE_LIBS=""
12398 CPPFLAGS=$ac_save_CPPFLAGS
12399 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12400 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12403 if test "x$ac_cv_lib_soname_freetype" = x; then :
12404 case "x$with_freetype" in
12405 xno) ;;
12406 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12407 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12408 esac
12410 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12413 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12414 if ${ac_cv_c_ppdev+:} false; then :
12415 $as_echo_n "(cached) " >&6
12416 else
12417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12418 /* end confdefs.h. */
12419 #ifdef HAVE_SYS_IOCTL_H
12420 # include <sys/ioctl.h>
12421 #endif
12422 #include <linux/ppdev.h>
12424 main ()
12426 ioctl (1,PPCLAIM,0)
12428 return 0;
12430 _ACEOF
12431 if ac_fn_c_try_compile "$LINENO"; then :
12432 ac_cv_c_ppdev="yes"
12433 else
12434 ac_cv_c_ppdev="no"
12436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12439 $as_echo "$ac_cv_c_ppdev" >&6; }
12440 if test "$ac_cv_c_ppdev" = "yes"
12441 then
12443 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12447 ac_wine_check_funcs_save_LIBS="$LIBS"
12448 LIBS="$LIBS $PTHREAD_LIBS"
12449 for ac_func in \
12450 pthread_attr_get_np \
12451 pthread_getattr_np \
12452 pthread_getthreadid_np \
12453 pthread_get_stackaddr_np \
12454 pthread_get_stacksize_np
12455 do :
12456 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12457 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12458 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12459 cat >>confdefs.h <<_ACEOF
12460 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12461 _ACEOF
12464 done
12466 LIBS="$ac_wine_check_funcs_save_LIBS"
12468 if test "$ac_cv_header_zlib_h" = "yes"
12469 then
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12471 $as_echo_n "checking for inflate in -lz... " >&6; }
12472 if ${ac_cv_lib_z_inflate+:} false; then :
12473 $as_echo_n "(cached) " >&6
12474 else
12475 ac_check_lib_save_LIBS=$LIBS
12476 LIBS="-lz $LIBS"
12477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12478 /* end confdefs.h. */
12480 /* Override any GCC internal prototype to avoid an error.
12481 Use char because int might match the return type of a GCC
12482 builtin and then its argument prototype would still apply. */
12483 #ifdef __cplusplus
12484 extern "C"
12485 #endif
12486 char inflate ();
12488 main ()
12490 return inflate ();
12492 return 0;
12494 _ACEOF
12495 if ac_fn_c_try_link "$LINENO"; then :
12496 ac_cv_lib_z_inflate=yes
12497 else
12498 ac_cv_lib_z_inflate=no
12500 rm -f core conftest.err conftest.$ac_objext \
12501 conftest$ac_exeext conftest.$ac_ext
12502 LIBS=$ac_check_lib_save_LIBS
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12505 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12506 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12508 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12510 Z_LIBS="-lz"
12515 if test "x$Z_LIBS" = "x"; then :
12516 case "x$with_zlib" in
12517 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12518 xno) ;;
12519 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12520 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12521 esac
12524 if test "x$enable_tools" != xno
12525 then
12526 if test "$ac_cv_header_gettext_po_h" = "yes"
12527 then
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12529 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12530 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12531 $as_echo_n "(cached) " >&6
12532 else
12533 ac_check_lib_save_LIBS=$LIBS
12534 LIBS="-lgettextpo $LIBS"
12535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12536 /* end confdefs.h. */
12538 /* Override any GCC internal prototype to avoid an error.
12539 Use char because int might match the return type of a GCC
12540 builtin and then its argument prototype would still apply. */
12541 #ifdef __cplusplus
12542 extern "C"
12543 #endif
12544 char po_message_msgctxt ();
12546 main ()
12548 return po_message_msgctxt ();
12550 return 0;
12552 _ACEOF
12553 if ac_fn_c_try_link "$LINENO"; then :
12554 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12555 else
12556 ac_cv_lib_gettextpo_po_message_msgctxt=no
12558 rm -f core conftest.err conftest.$ac_objext \
12559 conftest$ac_exeext conftest.$ac_ext
12560 LIBS=$ac_check_lib_save_LIBS
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12563 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12564 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12566 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12568 GETTEXTPO_LIBS="-lgettextpo"
12573 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12574 case "x$with_gettextpo" in
12575 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12576 xno) ;;
12577 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12578 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12579 esac
12583 if test "x$with_gstreamer" != "xno"
12584 then
12585 if ${GSTREAMER_CFLAGS:+false} :; then :
12586 if ${PKG_CONFIG+:} false; then :
12587 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12591 if ${GSTREAMER_LIBS:+false} :; then :
12592 if ${PKG_CONFIG+:} false; then :
12593 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12598 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12599 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12600 ac_save_CPPFLAGS=$CPPFLAGS
12601 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12602 ac_gst_incl=""
12603 for i in $GSTREAMER_CFLAGS
12605 case "$i" in
12606 -I*) ac_gst_incl="$ac_gst_incl $i";;
12607 esac
12608 done
12609 GSTREAMER_CFLAGS=$ac_gst_incl
12610 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12611 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12612 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12613 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12614 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12616 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12618 /* end confdefs.h. */
12619 #include <gst/app/gstappsink.h>
12621 main ()
12623 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12625 return 0;
12627 _ACEOF
12628 if ac_fn_c_try_compile "$LINENO"; then :
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12630 $as_echo "yes" >&6; }
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12632 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12633 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12634 $as_echo_n "(cached) " >&6
12635 else
12636 ac_check_lib_save_LIBS=$LIBS
12637 LIBS="-lgstreamer-0.10 $LIBS"
12638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12639 /* end confdefs.h. */
12641 /* Override any GCC internal prototype to avoid an error.
12642 Use char because int might match the return type of a GCC
12643 builtin and then its argument prototype would still apply. */
12644 #ifdef __cplusplus
12645 extern "C"
12646 #endif
12647 char gst_pad_get_caps_reffed ();
12649 main ()
12651 return gst_pad_get_caps_reffed ();
12653 return 0;
12655 _ACEOF
12656 if ac_fn_c_try_link "$LINENO"; then :
12657 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12658 else
12659 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12661 rm -f core conftest.err conftest.$ac_objext \
12662 conftest$ac_exeext conftest.$ac_ext
12663 LIBS=$ac_check_lib_save_LIBS
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12666 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12667 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12669 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12670 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12671 $as_echo_n "(cached) " >&6
12672 else
12673 ac_check_lib_save_LIBS=$LIBS
12674 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12676 /* end confdefs.h. */
12678 /* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
12681 #ifdef __cplusplus
12682 extern "C"
12683 #endif
12684 char gst_app_buffer_new ();
12686 main ()
12688 return gst_app_buffer_new ();
12690 return 0;
12692 _ACEOF
12693 if ac_fn_c_try_link "$LINENO"; then :
12694 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12695 else
12696 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12698 rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
12700 LIBS=$ac_check_lib_save_LIBS
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12703 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12704 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12710 else
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12712 $as_echo "no" >&6; }
12714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12718 else
12719 GSTREAMER_CFLAGS=""
12723 CPPFLAGS=$ac_save_CPPFLAGS
12724 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12725 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12728 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12729 case "x$with_gstreamer" in
12730 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12731 xno) ;;
12732 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12733 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12734 esac
12736 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12738 ALSA_LIBS=""
12740 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12741 then
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12743 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12744 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12745 $as_echo_n "(cached) " >&6
12746 else
12747 ac_check_lib_save_LIBS=$LIBS
12748 LIBS="-lasound $LIBS"
12749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12750 /* end confdefs.h. */
12752 /* Override any GCC internal prototype to avoid an error.
12753 Use char because int might match the return type of a GCC
12754 builtin and then its argument prototype would still apply. */
12755 #ifdef __cplusplus
12756 extern "C"
12757 #endif
12758 char snd_pcm_hw_params_get_access_mask ();
12760 main ()
12762 return snd_pcm_hw_params_get_access_mask ();
12764 return 0;
12766 _ACEOF
12767 if ac_fn_c_try_link "$LINENO"; then :
12768 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12769 else
12770 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12772 rm -f core conftest.err conftest.$ac_objext \
12773 conftest$ac_exeext conftest.$ac_ext
12774 LIBS=$ac_check_lib_save_LIBS
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12777 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12778 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12780 /* end confdefs.h. */
12781 #ifdef HAVE_ALSA_ASOUNDLIB_H
12782 #include <alsa/asoundlib.h>
12783 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12784 #include <sys/asoundlib.h>
12785 #endif
12787 main ()
12789 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12791 return 0;
12793 _ACEOF
12794 if ac_fn_c_try_compile "$LINENO"; then :
12795 ALSA_LIBS="-lasound"
12797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12802 if test "x$with_oss" != xno
12803 then
12804 ac_save_CPPFLAGS="$CPPFLAGS"
12805 if test -f /etc/oss.conf
12806 then
12807 . /etc/oss.conf
12809 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12810 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12811 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12812 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12813 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12815 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12817 cat >>confdefs.h <<_ACEOF
12818 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12819 _ACEOF
12821 OSS4_CFLAGS="$ac_oss_incl"
12828 CPPFLAGS="$ac_save_CPPFLAGS"
12829 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12830 then
12831 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12835 if test "x$with_capi" != "xno"
12836 then
12837 if ${CAPI20_CFLAGS:+false} :; then :
12838 if ${PKG_CONFIG+:} false; then :
12839 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12843 if ${CAPI20_LIBS:+false} :; then :
12844 if ${PKG_CONFIG+:} false; then :
12845 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12850 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12851 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12852 ac_save_CPPFLAGS=$CPPFLAGS
12853 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12854 for ac_header in capi20.h linux/capi.h
12855 do :
12856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12857 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12859 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12860 cat >>confdefs.h <<_ACEOF
12861 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12862 _ACEOF
12866 done
12868 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12869 then
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12871 $as_echo_n "checking for -lcapi20... " >&6; }
12872 if ${ac_cv_lib_soname_capi20+:} false; then :
12873 $as_echo_n "(cached) " >&6
12874 else
12875 ac_check_soname_save_LIBS=$LIBS
12876 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12878 /* end confdefs.h. */
12880 /* Override any GCC internal prototype to avoid an error.
12881 Use char because int might match the return type of a GCC
12882 builtin and then its argument prototype would still apply. */
12883 #ifdef __cplusplus
12884 extern "C"
12885 #endif
12886 char capi20_register ();
12888 main ()
12890 return capi20_register ();
12892 return 0;
12894 _ACEOF
12895 if ac_fn_c_try_link "$LINENO"; then :
12896 case "$LIBEXT" in
12897 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12898 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'` ;;
12899 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12900 if ${ac_cv_lib_soname_capi20:+false} :; then :
12901 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12902 fi ;;
12903 esac
12905 rm -f core conftest.err conftest.$ac_objext \
12906 conftest$ac_exeext conftest.$ac_ext
12907 LIBS=$ac_check_soname_save_LIBS
12909 if ${ac_cv_lib_soname_capi20:+false} :; then :
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12911 $as_echo "not found" >&6; }
12913 else
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12915 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12917 cat >>confdefs.h <<_ACEOF
12918 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12919 _ACEOF
12924 CPPFLAGS=$ac_save_CPPFLAGS
12925 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12926 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12929 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12930 case "x$with_capi" in
12931 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12932 xno) ;;
12933 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12934 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12935 esac
12938 CUPS_CFLAGS=""
12940 if test "x$with_cups" != "xno"
12941 then
12942 ac_save_CPPFLAGS="$CPPFLAGS"
12943 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12944 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12945 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12946 for ac_header in cups/cups.h
12947 do :
12948 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12949 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_CUPS_CUPS_H 1
12952 _ACEOF
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12954 $as_echo_n "checking for -lcups... " >&6; }
12955 if ${ac_cv_lib_soname_cups+:} false; then :
12956 $as_echo_n "(cached) " >&6
12957 else
12958 ac_check_soname_save_LIBS=$LIBS
12959 LIBS="-lcups $ac_cups_libs $LIBS"
12960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12961 /* end confdefs.h. */
12963 /* Override any GCC internal prototype to avoid an error.
12964 Use char because int might match the return type of a GCC
12965 builtin and then its argument prototype would still apply. */
12966 #ifdef __cplusplus
12967 extern "C"
12968 #endif
12969 char cupsGetDefault ();
12971 main ()
12973 return cupsGetDefault ();
12975 return 0;
12977 _ACEOF
12978 if ac_fn_c_try_link "$LINENO"; then :
12979 case "$LIBEXT" in
12980 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12981 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'` ;;
12982 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12983 if ${ac_cv_lib_soname_cups:+false} :; then :
12984 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12985 fi ;;
12986 esac
12988 rm -f core conftest.err conftest.$ac_objext \
12989 conftest$ac_exeext conftest.$ac_ext
12990 LIBS=$ac_check_soname_save_LIBS
12992 if ${ac_cv_lib_soname_cups:+false} :; then :
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12994 $as_echo "not found" >&6; }
12996 else
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12998 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13000 cat >>confdefs.h <<_ACEOF
13001 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13002 _ACEOF
13004 CUPS_CFLAGS="$ac_cups_cflags"
13008 done
13010 CPPFLAGS="$ac_save_CPPFLAGS"
13012 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13013 case "x$with_cups" in
13014 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13015 xno) ;;
13016 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13017 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13018 esac
13021 if test "x$with_fontconfig" != "xno"
13022 then
13023 if ${FONTCONFIG_CFLAGS:+false} :; then :
13024 if ${PKG_CONFIG+:} false; then :
13025 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13028 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13029 if ${FONTCONFIG_LIBS:+false} :; then :
13030 if ${PKG_CONFIG+:} false; then :
13031 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13034 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13036 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13037 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13038 ac_save_CPPFLAGS=$CPPFLAGS
13039 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13040 for ac_header in fontconfig/fontconfig.h
13041 do :
13042 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13043 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13044 cat >>confdefs.h <<_ACEOF
13045 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13046 _ACEOF
13050 done
13052 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13053 then
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13055 $as_echo_n "checking for -lfontconfig... " >&6; }
13056 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13057 $as_echo_n "(cached) " >&6
13058 else
13059 ac_check_soname_save_LIBS=$LIBS
13060 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13062 /* end confdefs.h. */
13064 /* Override any GCC internal prototype to avoid an error.
13065 Use char because int might match the return type of a GCC
13066 builtin and then its argument prototype would still apply. */
13067 #ifdef __cplusplus
13068 extern "C"
13069 #endif
13070 char FcInit ();
13072 main ()
13074 return FcInit ();
13076 return 0;
13078 _ACEOF
13079 if ac_fn_c_try_link "$LINENO"; then :
13080 case "$LIBEXT" in
13081 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13082 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'` ;;
13083 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13084 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13085 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13086 fi ;;
13087 esac
13089 rm -f core conftest.err conftest.$ac_objext \
13090 conftest$ac_exeext conftest.$ac_ext
13091 LIBS=$ac_check_soname_save_LIBS
13093 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13095 $as_echo "not found" >&6; }
13096 FONTCONFIG_CFLAGS=""
13097 else
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13099 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13101 cat >>confdefs.h <<_ACEOF
13102 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13103 _ACEOF
13107 else
13108 FONTCONFIG_CFLAGS=""
13110 CPPFLAGS=$ac_save_CPPFLAGS
13111 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13112 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13115 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13116 case "x$with_fontconfig" in
13117 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13118 xno) ;;
13119 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13120 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13121 esac
13124 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13125 then
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13127 $as_echo_n "checking for -lgsm... " >&6; }
13128 if ${ac_cv_lib_soname_gsm+:} false; then :
13129 $as_echo_n "(cached) " >&6
13130 else
13131 ac_check_soname_save_LIBS=$LIBS
13132 LIBS="-lgsm $LIBS"
13133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13134 /* end confdefs.h. */
13136 /* Override any GCC internal prototype to avoid an error.
13137 Use char because int might match the return type of a GCC
13138 builtin and then its argument prototype would still apply. */
13139 #ifdef __cplusplus
13140 extern "C"
13141 #endif
13142 char gsm_create ();
13144 main ()
13146 return gsm_create ();
13148 return 0;
13150 _ACEOF
13151 if ac_fn_c_try_link "$LINENO"; then :
13152 case "$LIBEXT" in
13153 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13154 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'` ;;
13155 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13156 if ${ac_cv_lib_soname_gsm:+false} :; then :
13157 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13158 fi ;;
13159 esac
13161 rm -f core conftest.err conftest.$ac_objext \
13162 conftest$ac_exeext conftest.$ac_ext
13163 LIBS=$ac_check_soname_save_LIBS
13165 if ${ac_cv_lib_soname_gsm:+false} :; then :
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13167 $as_echo "not found" >&6; }
13169 else
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13171 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13173 cat >>confdefs.h <<_ACEOF
13174 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13175 _ACEOF
13180 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13181 case "x$with_gsm" in
13182 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13183 xno) ;;
13184 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13185 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13186 esac
13189 if test "x$with_jpeg" != "xno"
13190 then
13191 if ${JPEG_CFLAGS:+false} :; then :
13192 if ${PKG_CONFIG+:} false; then :
13193 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13197 if ${JPEG_LIBS:+false} :; then :
13198 if ${PKG_CONFIG+:} false; then :
13199 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13204 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13205 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13206 ac_save_CPPFLAGS=$CPPFLAGS
13207 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13208 for ac_header in jpeglib.h
13209 do :
13210 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13211 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13212 cat >>confdefs.h <<_ACEOF
13213 #define HAVE_JPEGLIB_H 1
13214 _ACEOF
13218 done
13220 if test "$ac_cv_header_jpeglib_h" = "yes"
13221 then
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13223 $as_echo_n "checking for -ljpeg... " >&6; }
13224 if ${ac_cv_lib_soname_jpeg+:} false; then :
13225 $as_echo_n "(cached) " >&6
13226 else
13227 ac_check_soname_save_LIBS=$LIBS
13228 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13230 /* end confdefs.h. */
13232 /* Override any GCC internal prototype to avoid an error.
13233 Use char because int might match the return type of a GCC
13234 builtin and then its argument prototype would still apply. */
13235 #ifdef __cplusplus
13236 extern "C"
13237 #endif
13238 char jpeg_start_decompress ();
13240 main ()
13242 return jpeg_start_decompress ();
13244 return 0;
13246 _ACEOF
13247 if ac_fn_c_try_link "$LINENO"; then :
13248 case "$LIBEXT" in
13249 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13250 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'` ;;
13251 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13252 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13253 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13254 fi ;;
13255 esac
13257 rm -f core conftest.err conftest.$ac_objext \
13258 conftest$ac_exeext conftest.$ac_ext
13259 LIBS=$ac_check_soname_save_LIBS
13261 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13263 $as_echo "not found" >&6; }
13264 JPEG_CFLAGS=""
13265 else
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13267 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13269 cat >>confdefs.h <<_ACEOF
13270 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13271 _ACEOF
13275 else
13276 JPEG_CFLAGS=""
13278 CPPFLAGS=$ac_save_CPPFLAGS
13279 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13280 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13283 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13284 case "x$with_jpeg" in
13285 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13286 xno) ;;
13287 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13288 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13289 esac
13292 if test "x$with_png" != "xno"
13293 then
13294 if ${PNG_CFLAGS:+false} :; then :
13295 if ${PKG_CONFIG+:} false; then :
13296 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13299 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13300 if ${PNG_LIBS:+false} :; then :
13301 if ${PKG_CONFIG+:} false; then :
13302 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13305 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13307 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13308 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13309 ac_save_CPPFLAGS=$CPPFLAGS
13310 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13311 for ac_header in png.h
13312 do :
13313 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13314 if test "x$ac_cv_header_png_h" = xyes; then :
13315 cat >>confdefs.h <<_ACEOF
13316 #define HAVE_PNG_H 1
13317 _ACEOF
13321 done
13323 if test "$ac_cv_header_png_h" = "yes"
13324 then
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13326 $as_echo_n "checking for -lpng... " >&6; }
13327 if ${ac_cv_lib_soname_png+:} false; then :
13328 $as_echo_n "(cached) " >&6
13329 else
13330 ac_check_soname_save_LIBS=$LIBS
13331 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13333 /* end confdefs.h. */
13335 /* Override any GCC internal prototype to avoid an error.
13336 Use char because int might match the return type of a GCC
13337 builtin and then its argument prototype would still apply. */
13338 #ifdef __cplusplus
13339 extern "C"
13340 #endif
13341 char png_create_read_struct ();
13343 main ()
13345 return png_create_read_struct ();
13347 return 0;
13349 _ACEOF
13350 if ac_fn_c_try_link "$LINENO"; then :
13351 case "$LIBEXT" in
13352 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13353 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'` ;;
13354 *) 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'`
13355 if ${ac_cv_lib_soname_png:+false} :; then :
13356 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13357 fi ;;
13358 esac
13360 rm -f core conftest.err conftest.$ac_objext \
13361 conftest$ac_exeext conftest.$ac_ext
13362 LIBS=$ac_check_soname_save_LIBS
13364 if ${ac_cv_lib_soname_png:+false} :; then :
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13366 $as_echo "not found" >&6; }
13367 PNG_CFLAGS=""
13368 else
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13370 $as_echo "$ac_cv_lib_soname_png" >&6; }
13372 cat >>confdefs.h <<_ACEOF
13373 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13374 _ACEOF
13376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13378 #include <png.h>
13380 main ()
13382 typeof(png_set_expand_gray_1_2_4_to_8) *p
13384 return 0;
13386 _ACEOF
13387 if ac_fn_c_try_compile "$LINENO"; then :
13389 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13394 else
13395 PNG_CFLAGS=""
13397 CPPFLAGS=$ac_save_CPPFLAGS
13398 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13399 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13402 if test "x$ac_cv_lib_soname_png" = "x"; then :
13403 case "x$with_png" in
13404 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13405 xno) ;;
13406 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13407 This is an error since --with-png was requested." "$LINENO" 5 ;;
13408 esac
13411 if test "x$with_tiff" != "xno"
13412 then
13413 if ${TIFF_CFLAGS:+false} :; then :
13414 if ${PKG_CONFIG+:} false; then :
13415 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13419 if ${TIFF_LIBS:+false} :; then :
13420 if ${PKG_CONFIG+:} false; then :
13421 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13426 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13427 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13428 ac_save_CPPFLAGS=$CPPFLAGS
13429 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13430 for ac_header in tiffio.h
13431 do :
13432 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13433 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13434 cat >>confdefs.h <<_ACEOF
13435 #define HAVE_TIFFIO_H 1
13436 _ACEOF
13440 done
13442 if test "$ac_cv_header_tiffio_h" = "yes"
13443 then
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13445 $as_echo_n "checking for -ltiff... " >&6; }
13446 if ${ac_cv_lib_soname_tiff+:} false; then :
13447 $as_echo_n "(cached) " >&6
13448 else
13449 ac_check_soname_save_LIBS=$LIBS
13450 LIBS="-ltiff $TIFF_LIBS $LIBS"
13451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13452 /* end confdefs.h. */
13454 /* Override any GCC internal prototype to avoid an error.
13455 Use char because int might match the return type of a GCC
13456 builtin and then its argument prototype would still apply. */
13457 #ifdef __cplusplus
13458 extern "C"
13459 #endif
13460 char TIFFClientOpen ();
13462 main ()
13464 return TIFFClientOpen ();
13466 return 0;
13468 _ACEOF
13469 if ac_fn_c_try_link "$LINENO"; then :
13470 case "$LIBEXT" in
13471 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13472 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'` ;;
13473 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13474 if ${ac_cv_lib_soname_tiff:+false} :; then :
13475 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13476 fi ;;
13477 esac
13479 rm -f core conftest.err conftest.$ac_objext \
13480 conftest$ac_exeext conftest.$ac_ext
13481 LIBS=$ac_check_soname_save_LIBS
13483 if ${ac_cv_lib_soname_tiff:+false} :; then :
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13485 $as_echo "not found" >&6; }
13487 else
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13489 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13491 cat >>confdefs.h <<_ACEOF
13492 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13493 _ACEOF
13498 CPPFLAGS=$ac_save_CPPFLAGS
13499 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13500 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13503 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13504 case "x$with_tiff" in
13505 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13506 xno) ;;
13507 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13508 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13509 esac
13512 if test "x$with_mpg123" != "xno"
13513 then
13514 if ${MPG123_CFLAGS:+false} :; then :
13515 if ${PKG_CONFIG+:} false; then :
13516 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13520 if ${MPG123_LIBS:+false} :; then :
13521 if ${PKG_CONFIG+:} false; then :
13522 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13526 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13527 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13528 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13529 ac_save_CPPFLAGS=$CPPFLAGS
13530 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13531 for ac_header in mpg123.h
13532 do :
13533 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13534 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13535 cat >>confdefs.h <<_ACEOF
13536 #define HAVE_MPG123_H 1
13537 _ACEOF
13541 done
13543 if test "$ac_cv_header_mpg123_h" = "yes"
13544 then
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13546 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13547 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13548 $as_echo_n "(cached) " >&6
13549 else
13550 ac_check_lib_save_LIBS=$LIBS
13551 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13553 /* end confdefs.h. */
13555 /* Override any GCC internal prototype to avoid an error.
13556 Use char because int might match the return type of a GCC
13557 builtin and then its argument prototype would still apply. */
13558 #ifdef __cplusplus
13559 extern "C"
13560 #endif
13561 char mpg123_feed ();
13563 main ()
13565 return mpg123_feed ();
13567 return 0;
13569 _ACEOF
13570 if ac_fn_c_try_link "$LINENO"; then :
13571 ac_cv_lib_mpg123_mpg123_feed=yes
13572 else
13573 ac_cv_lib_mpg123_mpg123_feed=no
13575 rm -f core conftest.err conftest.$ac_objext \
13576 conftest$ac_exeext conftest.$ac_ext
13577 LIBS=$ac_check_lib_save_LIBS
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13580 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13581 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13583 else
13584 MPG123_LIBS=""
13587 else
13588 MPG123_CFLAGS=""
13589 MPG123_LIBS=""
13591 CPPFLAGS=$ac_save_CPPFLAGS
13592 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13593 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13596 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13597 case "x$with_mpg123" in
13598 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13599 xno) ;;
13600 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13601 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13602 esac
13604 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}
13606 if test "$ac_cv_header_AL_al_h" = "yes"
13607 then
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13609 $as_echo_n "checking for -lopenal... " >&6; }
13610 if ${ac_cv_lib_soname_openal+:} false; then :
13611 $as_echo_n "(cached) " >&6
13612 else
13613 ac_check_soname_save_LIBS=$LIBS
13614 LIBS="-lopenal $LIBS"
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13618 /* Override any GCC internal prototype to avoid an error.
13619 Use char because int might match the return type of a GCC
13620 builtin and then its argument prototype would still apply. */
13621 #ifdef __cplusplus
13622 extern "C"
13623 #endif
13624 char alGetSource3i ();
13626 main ()
13628 return alGetSource3i ();
13630 return 0;
13632 _ACEOF
13633 if ac_fn_c_try_link "$LINENO"; then :
13634 case "$LIBEXT" in
13635 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13636 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'` ;;
13637 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13638 if ${ac_cv_lib_soname_openal:+false} :; then :
13639 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13640 fi ;;
13641 esac
13643 rm -f core conftest.err conftest.$ac_objext \
13644 conftest$ac_exeext conftest.$ac_ext
13645 LIBS=$ac_check_soname_save_LIBS
13647 if ${ac_cv_lib_soname_openal:+false} :; then :
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13649 $as_echo "not found" >&6; }
13651 else
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13653 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13655 cat >>confdefs.h <<_ACEOF
13656 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13657 _ACEOF
13659 OPENAL_LIBS="-lopenal"
13661 ac_cv_lib_openal=yes
13663 cat >>confdefs.h <<_ACEOF
13664 #define HAVE_OPENAL 1
13665 _ACEOF
13669 if test "x$ac_cv_lib_openal" != xyes; then :
13670 case "x$with_openal" in
13671 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13672 xno) ;;
13673 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13674 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13675 esac
13677 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13679 if test "x$ac_cv_lib_openal" = xyes
13680 then
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13682 $as_echo_n "checking for openal-soft... " >&6; }
13683 if ${ac_cv_have_openalsoft+:} false; then :
13684 $as_echo_n "(cached) " >&6
13685 else
13686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13687 /* end confdefs.h. */
13688 #include <AL/alext.h>
13689 LPALCRENDERSAMPLESSOFT x;
13691 main ()
13695 return 0;
13697 _ACEOF
13698 if ac_fn_c_try_compile "$LINENO"; then :
13699 ac_cv_have_openalsoft=yes
13700 else
13701 ac_cv_have_openalsoft=no
13703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13706 $as_echo "$ac_cv_have_openalsoft" >&6; }
13708 if test "x$ac_cv_have_openalsoft" != xyes
13709 then
13710 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13711 enable_xaudio2_7=${enable_xaudio2_7:-no}
13714 if test "$ac_cv_header_kstat_h" = "yes"
13715 then
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13717 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13718 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13719 $as_echo_n "(cached) " >&6
13720 else
13721 ac_check_lib_save_LIBS=$LIBS
13722 LIBS="-lkstat $LIBS"
13723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13724 /* end confdefs.h. */
13726 /* Override any GCC internal prototype to avoid an error.
13727 Use char because int might match the return type of a GCC
13728 builtin and then its argument prototype would still apply. */
13729 #ifdef __cplusplus
13730 extern "C"
13731 #endif
13732 char kstat_open ();
13734 main ()
13736 return kstat_open ();
13738 return 0;
13740 _ACEOF
13741 if ac_fn_c_try_link "$LINENO"; then :
13742 ac_cv_lib_kstat_kstat_open=yes
13743 else
13744 ac_cv_lib_kstat_kstat_open=no
13746 rm -f core conftest.err conftest.$ac_objext \
13747 conftest$ac_exeext conftest.$ac_ext
13748 LIBS=$ac_check_lib_save_LIBS
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13751 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13752 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13754 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13756 KSTAT_LIBS="-lkstat"
13762 if test "$ac_cv_header_libprocstat_h" = "yes"
13763 then
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13765 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13766 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13767 $as_echo_n "(cached) " >&6
13768 else
13769 ac_check_lib_save_LIBS=$LIBS
13770 LIBS="-lprocstat $LIBS"
13771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13772 /* end confdefs.h. */
13774 /* Override any GCC internal prototype to avoid an error.
13775 Use char because int might match the return type of a GCC
13776 builtin and then its argument prototype would still apply. */
13777 #ifdef __cplusplus
13778 extern "C"
13779 #endif
13780 char procstat_open_sysctl ();
13782 main ()
13784 return procstat_open_sysctl ();
13786 return 0;
13788 _ACEOF
13789 if ac_fn_c_try_link "$LINENO"; then :
13790 ac_cv_lib_procstat_procstat_open_sysctl=yes
13791 else
13792 ac_cv_lib_procstat_procstat_open_sysctl=no
13794 rm -f core conftest.err conftest.$ac_objext \
13795 conftest$ac_exeext conftest.$ac_ext
13796 LIBS=$ac_check_lib_save_LIBS
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13799 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13800 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13802 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13804 PROCSTAT_LIBS="-lprocstat"
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13811 $as_echo_n "checking for -lodbc... " >&6; }
13812 if ${ac_cv_lib_soname_odbc+:} false; then :
13813 $as_echo_n "(cached) " >&6
13814 else
13815 ac_check_soname_save_LIBS=$LIBS
13816 LIBS="-lodbc $LIBS"
13817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13818 /* end confdefs.h. */
13820 /* Override any GCC internal prototype to avoid an error.
13821 Use char because int might match the return type of a GCC
13822 builtin and then its argument prototype would still apply. */
13823 #ifdef __cplusplus
13824 extern "C"
13825 #endif
13826 char SQLConnect ();
13828 main ()
13830 return SQLConnect ();
13832 return 0;
13834 _ACEOF
13835 if ac_fn_c_try_link "$LINENO"; then :
13836 case "$LIBEXT" in
13837 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13838 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'` ;;
13839 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13840 if ${ac_cv_lib_soname_odbc:+false} :; then :
13841 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13842 fi ;;
13843 esac
13845 rm -f core conftest.err conftest.$ac_objext \
13846 conftest$ac_exeext conftest.$ac_ext
13847 LIBS=$ac_check_soname_save_LIBS
13849 if ${ac_cv_lib_soname_odbc:+false} :; then :
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13851 $as_echo "not found" >&6; }
13852 cat >>confdefs.h <<_ACEOF
13853 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13854 _ACEOF
13856 else
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13858 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13860 cat >>confdefs.h <<_ACEOF
13861 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13862 _ACEOF
13867 if test "x$with_netapi" != "xno"
13868 then
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13870 $as_echo_n "checking for -lnetapi... " >&6; }
13871 if ${ac_cv_lib_soname_netapi+:} false; then :
13872 $as_echo_n "(cached) " >&6
13873 else
13874 ac_check_soname_save_LIBS=$LIBS
13875 LIBS="-lnetapi $LIBS"
13876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13877 /* end confdefs.h. */
13879 /* Override any GCC internal prototype to avoid an error.
13880 Use char because int might match the return type of a GCC
13881 builtin and then its argument prototype would still apply. */
13882 #ifdef __cplusplus
13883 extern "C"
13884 #endif
13885 char libnetapi_init ();
13887 main ()
13889 return libnetapi_init ();
13891 return 0;
13893 _ACEOF
13894 if ac_fn_c_try_link "$LINENO"; then :
13895 case "$LIBEXT" in
13896 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13897 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'` ;;
13898 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13899 if ${ac_cv_lib_soname_netapi:+false} :; then :
13900 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13901 fi ;;
13902 esac
13904 rm -f core conftest.err conftest.$ac_objext \
13905 conftest$ac_exeext conftest.$ac_ext
13906 LIBS=$ac_check_soname_save_LIBS
13908 if ${ac_cv_lib_soname_netapi:+false} :; then :
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13910 $as_echo "not found" >&6; }
13911 cat >>confdefs.h <<_ACEOF
13912 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13913 _ACEOF
13915 else
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13917 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13919 cat >>confdefs.h <<_ACEOF
13920 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13921 _ACEOF
13927 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13928 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13929 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13930 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13932 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13933 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13934 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13935 then
13936 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13940 EXTRACFLAGS=""
13942 if test "x${GCC}" = "xyes"
13943 then
13944 EXTRACFLAGS="-Wall -pipe"
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13947 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13948 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13949 $as_echo_n "(cached) " >&6
13950 else
13951 if test "$cross_compiling" = yes; then :
13952 ac_cv_c_gcc_strength_bug="no"
13953 else
13954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13955 /* end confdefs.h. */
13956 int L[4] = {0,1,2,3};
13958 main ()
13960 static int Array[3];
13961 unsigned int B = 3;
13962 int i;
13963 for(i=0; i<B; i++) Array[i] = i - 3;
13964 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13965 L[i] = 4;
13966 return (Array[1] != -2 || L[2] != 3)
13968 return 0;
13970 _ACEOF
13971 if ac_fn_c_try_run "$LINENO"; then :
13972 ac_cv_c_gcc_strength_bug="no"
13973 else
13974 ac_cv_c_gcc_strength_bug="yes"
13976 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13977 conftest.$ac_objext conftest.beam conftest.$ac_ext
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13982 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13983 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13984 then
13985 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13989 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13990 if ${ac_cv_cflags__fno_builtin+:} false; then :
13991 $as_echo_n "(cached) " >&6
13992 else
13993 ac_wine_try_cflags_saved=$CFLAGS
13994 CFLAGS="$CFLAGS -fno-builtin"
13995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13997 int main(int argc, char **argv) { return 0; }
13998 _ACEOF
13999 if ac_fn_c_try_link "$LINENO"; then :
14000 ac_cv_cflags__fno_builtin=yes
14001 else
14002 ac_cv_cflags__fno_builtin=no
14004 rm -f core conftest.err conftest.$ac_objext \
14005 conftest$ac_exeext conftest.$ac_ext
14006 CFLAGS=$ac_wine_try_cflags_saved
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14009 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14010 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14011 BUILTINFLAG="-fno-builtin"
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14015 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14016 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14017 $as_echo_n "(cached) " >&6
14018 else
14019 ac_wine_try_cflags_saved=$CFLAGS
14020 CFLAGS="$CFLAGS -fno-strict-aliasing"
14021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14022 /* end confdefs.h. */
14023 int main(int argc, char **argv) { return 0; }
14024 _ACEOF
14025 if ac_fn_c_try_link "$LINENO"; then :
14026 ac_cv_cflags__fno_strict_aliasing=yes
14027 else
14028 ac_cv_cflags__fno_strict_aliasing=no
14030 rm -f core conftest.err conftest.$ac_objext \
14031 conftest$ac_exeext conftest.$ac_ext
14032 CFLAGS=$ac_wine_try_cflags_saved
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14035 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14036 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14037 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14040 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14041 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14042 $as_echo_n "(cached) " >&6
14043 else
14044 ac_wine_try_cflags_saved=$CFLAGS
14045 CFLAGS="$CFLAGS -fexcess-precision=standard"
14046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14047 /* end confdefs.h. */
14048 int main(int argc, char **argv) { return 0; }
14049 _ACEOF
14050 if ac_fn_c_try_link "$LINENO"; then :
14051 ac_cv_cflags__fexcess_precision_standard=yes
14052 else
14053 ac_cv_cflags__fexcess_precision_standard=no
14055 rm -f core conftest.err conftest.$ac_objext \
14056 conftest$ac_exeext conftest.$ac_ext
14057 CFLAGS=$ac_wine_try_cflags_saved
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14060 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14061 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14062 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14065 saved_CFLAGS=$CFLAGS
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14067 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14068 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14069 $as_echo_n "(cached) " >&6
14070 else
14071 ac_wine_try_cflags_saved=$CFLAGS
14072 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14074 /* end confdefs.h. */
14075 int main(int argc, char **argv) { return 0; }
14076 _ACEOF
14077 if ac_fn_c_try_link "$LINENO"; then :
14078 ac_cv_cflags__Werror_unknown_warning_option=yes
14079 else
14080 ac_cv_cflags__Werror_unknown_warning_option=no
14082 rm -f core conftest.err conftest.$ac_objext \
14083 conftest$ac_exeext conftest.$ac_ext
14084 CFLAGS=$ac_wine_try_cflags_saved
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14087 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14088 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14089 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14092 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14093 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14094 $as_echo_n "(cached) " >&6
14095 else
14096 ac_wine_try_cflags_saved=$CFLAGS
14097 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14099 /* end confdefs.h. */
14100 int main(int argc, char **argv) { return 0; }
14101 _ACEOF
14102 if ac_fn_c_try_link "$LINENO"; then :
14103 ac_cv_cflags__Wdeclaration_after_statement=yes
14104 else
14105 ac_cv_cflags__Wdeclaration_after_statement=no
14107 rm -f core conftest.err conftest.$ac_objext \
14108 conftest$ac_exeext conftest.$ac_ext
14109 CFLAGS=$ac_wine_try_cflags_saved
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14112 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14113 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14114 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14117 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14118 if ${ac_cv_cflags__Wempty_body+:} false; then :
14119 $as_echo_n "(cached) " >&6
14120 else
14121 ac_wine_try_cflags_saved=$CFLAGS
14122 CFLAGS="$CFLAGS -Wempty-body"
14123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14124 /* end confdefs.h. */
14125 int main(int argc, char **argv) { return 0; }
14126 _ACEOF
14127 if ac_fn_c_try_link "$LINENO"; then :
14128 ac_cv_cflags__Wempty_body=yes
14129 else
14130 ac_cv_cflags__Wempty_body=no
14132 rm -f core conftest.err conftest.$ac_objext \
14133 conftest$ac_exeext conftest.$ac_ext
14134 CFLAGS=$ac_wine_try_cflags_saved
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14137 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14138 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14139 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14142 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14143 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14144 $as_echo_n "(cached) " >&6
14145 else
14146 ac_wine_try_cflags_saved=$CFLAGS
14147 CFLAGS="$CFLAGS -Wignored-qualifiers"
14148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14149 /* end confdefs.h. */
14150 int main(int argc, char **argv) { return 0; }
14151 _ACEOF
14152 if ac_fn_c_try_link "$LINENO"; then :
14153 ac_cv_cflags__Wignored_qualifiers=yes
14154 else
14155 ac_cv_cflags__Wignored_qualifiers=no
14157 rm -f core conftest.err conftest.$ac_objext \
14158 conftest$ac_exeext conftest.$ac_ext
14159 CFLAGS=$ac_wine_try_cflags_saved
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14162 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14163 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14164 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14167 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14168 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14169 $as_echo_n "(cached) " >&6
14170 else
14171 ac_wine_try_cflags_saved=$CFLAGS
14172 CFLAGS="$CFLAGS -Wstrict-prototypes"
14173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14174 /* end confdefs.h. */
14175 int main(int argc, char **argv) { return 0; }
14176 _ACEOF
14177 if ac_fn_c_try_link "$LINENO"; then :
14178 ac_cv_cflags__Wstrict_prototypes=yes
14179 else
14180 ac_cv_cflags__Wstrict_prototypes=no
14182 rm -f core conftest.err conftest.$ac_objext \
14183 conftest$ac_exeext conftest.$ac_ext
14184 CFLAGS=$ac_wine_try_cflags_saved
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14187 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14188 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14189 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14192 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14193 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14194 $as_echo_n "(cached) " >&6
14195 else
14196 ac_wine_try_cflags_saved=$CFLAGS
14197 CFLAGS="$CFLAGS -Wtype-limits"
14198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h. */
14200 int main(int argc, char **argv) { return 0; }
14201 _ACEOF
14202 if ac_fn_c_try_link "$LINENO"; then :
14203 ac_cv_cflags__Wtype_limits=yes
14204 else
14205 ac_cv_cflags__Wtype_limits=no
14207 rm -f core conftest.err conftest.$ac_objext \
14208 conftest$ac_exeext conftest.$ac_ext
14209 CFLAGS=$ac_wine_try_cflags_saved
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14212 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14213 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14214 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14217 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14218 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14219 $as_echo_n "(cached) " >&6
14220 else
14221 ac_wine_try_cflags_saved=$CFLAGS
14222 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14224 /* end confdefs.h. */
14225 int main(int argc, char **argv) { return 0; }
14226 _ACEOF
14227 if ac_fn_c_try_link "$LINENO"; then :
14228 ac_cv_cflags__Wunused_but_set_parameter=yes
14229 else
14230 ac_cv_cflags__Wunused_but_set_parameter=no
14232 rm -f core conftest.err conftest.$ac_objext \
14233 conftest$ac_exeext conftest.$ac_ext
14234 CFLAGS=$ac_wine_try_cflags_saved
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14237 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14238 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14239 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14242 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14243 if ${ac_cv_cflags__Wvla+:} false; then :
14244 $as_echo_n "(cached) " >&6
14245 else
14246 ac_wine_try_cflags_saved=$CFLAGS
14247 CFLAGS="$CFLAGS -Wvla"
14248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14249 /* end confdefs.h. */
14250 int main(int argc, char **argv) { return 0; }
14251 _ACEOF
14252 if ac_fn_c_try_link "$LINENO"; then :
14253 ac_cv_cflags__Wvla=yes
14254 else
14255 ac_cv_cflags__Wvla=no
14257 rm -f core conftest.err conftest.$ac_objext \
14258 conftest$ac_exeext conftest.$ac_ext
14259 CFLAGS=$ac_wine_try_cflags_saved
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14262 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14263 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14264 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14267 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14268 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14269 $as_echo_n "(cached) " >&6
14270 else
14271 ac_wine_try_cflags_saved=$CFLAGS
14272 CFLAGS="$CFLAGS -Wwrite-strings"
14273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14274 /* end confdefs.h. */
14275 int main(int argc, char **argv) { return 0; }
14276 _ACEOF
14277 if ac_fn_c_try_link "$LINENO"; then :
14278 ac_cv_cflags__Wwrite_strings=yes
14279 else
14280 ac_cv_cflags__Wwrite_strings=no
14282 rm -f core conftest.err conftest.$ac_objext \
14283 conftest$ac_exeext conftest.$ac_ext
14284 CFLAGS=$ac_wine_try_cflags_saved
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14287 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14288 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14289 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14293 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14294 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14295 $as_echo_n "(cached) " >&6
14296 else
14297 ac_wine_try_cflags_saved=$CFLAGS
14298 CFLAGS="$CFLAGS -Wpointer-arith"
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__Wpointer_arith=yes
14305 else
14306 ac_cv_cflags__Wpointer_arith=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__Wpointer_arith" >&5
14313 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14314 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14315 saved_string_h_CFLAGS=$CFLAGS
14316 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14318 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14319 if ${ac_cv_c_string_h_warnings+:} false; then :
14320 $as_echo_n "(cached) " >&6
14321 else
14322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14323 /* end confdefs.h. */
14324 #include <string.h>
14326 main ()
14330 return 0;
14332 _ACEOF
14333 if ac_fn_c_try_compile "$LINENO"; then :
14334 ac_cv_c_string_h_warnings=no
14335 else
14336 ac_cv_c_string_h_warnings=yes
14338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14341 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14342 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14343 CFLAGS=$saved_string_h_CFLAGS
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14347 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14348 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14349 $as_echo_n "(cached) " >&6
14350 else
14351 ac_wine_try_cflags_saved=$CFLAGS
14352 CFLAGS="$CFLAGS -Wlogical-op"
14353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14354 /* end confdefs.h. */
14355 int main(int argc, char **argv) { return 0; }
14356 _ACEOF
14357 if ac_fn_c_try_link "$LINENO"; then :
14358 ac_cv_cflags__Wlogical_op=yes
14359 else
14360 ac_cv_cflags__Wlogical_op=no
14362 rm -f core conftest.err conftest.$ac_objext \
14363 conftest$ac_exeext conftest.$ac_ext
14364 CFLAGS=$ac_wine_try_cflags_saved
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14367 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14368 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14369 saved_string_h_CFLAGS=$CFLAGS
14370 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14372 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14373 if ${ac_cv_c_logicalop_noisy+:} false; then :
14374 $as_echo_n "(cached) " >&6
14375 else
14376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14377 /* end confdefs.h. */
14378 #include <string.h>
14379 char*f(const char *h,char n) {return strchr(h,n);}
14381 main ()
14385 return 0;
14387 _ACEOF
14388 if ac_fn_c_try_compile "$LINENO"; then :
14389 ac_cv_c_logicalop_noisy=no
14390 else
14391 ac_cv_c_logicalop_noisy=yes
14393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14396 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14397 CFLAGS=$saved_string_h_CFLAGS
14398 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14401 CFLAGS=$saved_CFLAGS
14403 for ac_flag in $CFLAGS; do
14404 case $ac_flag in
14405 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14406 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14407 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14408 $as_echo_n "(cached) " >&6
14409 else
14410 ac_wine_try_cflags_saved=$CFLAGS
14411 CFLAGS="$CFLAGS -gdwarf-2"
14412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14413 /* end confdefs.h. */
14414 int main(int argc, char **argv) { return 0; }
14415 _ACEOF
14416 if ac_fn_c_try_link "$LINENO"; then :
14417 ac_cv_cflags__gdwarf_2=yes
14418 else
14419 ac_cv_cflags__gdwarf_2=no
14421 rm -f core conftest.err conftest.$ac_objext \
14422 conftest$ac_exeext conftest.$ac_ext
14423 CFLAGS=$ac_wine_try_cflags_saved
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14426 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14427 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14428 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14431 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14432 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14433 $as_echo_n "(cached) " >&6
14434 else
14435 ac_wine_try_cflags_saved=$CFLAGS
14436 CFLAGS="$CFLAGS -gstrict-dwarf"
14437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14438 /* end confdefs.h. */
14439 int main(int argc, char **argv) { return 0; }
14440 _ACEOF
14441 if ac_fn_c_try_link "$LINENO"; then :
14442 ac_cv_cflags__gstrict_dwarf=yes
14443 else
14444 ac_cv_cflags__gstrict_dwarf=no
14446 rm -f core conftest.err conftest.$ac_objext \
14447 conftest$ac_exeext conftest.$ac_ext
14448 CFLAGS=$ac_wine_try_cflags_saved
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14451 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14452 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14453 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14454 fi ;;
14455 esac
14456 done
14458 case $host_cpu in
14459 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14460 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14461 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14462 $as_echo_n "(cached) " >&6
14463 else
14464 ac_wine_try_cflags_saved=$CFLAGS
14465 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14467 /* end confdefs.h. */
14468 int main(int argc, char **argv) { return 0; }
14469 _ACEOF
14470 if ac_fn_c_try_link "$LINENO"; then :
14471 ac_cv_cflags__fno_omit_frame_pointer=yes
14472 else
14473 ac_cv_cflags__fno_omit_frame_pointer=no
14475 rm -f core conftest.err conftest.$ac_objext \
14476 conftest$ac_exeext conftest.$ac_ext
14477 CFLAGS=$ac_wine_try_cflags_saved
14479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14480 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14481 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14482 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14483 fi ;;
14484 esac
14486 case $host in
14487 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14488 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14489 if ${ac_cv_cflags__Wno_format+:} false; then :
14490 $as_echo_n "(cached) " >&6
14491 else
14492 ac_wine_try_cflags_saved=$CFLAGS
14493 CFLAGS="$CFLAGS -Wno-format"
14494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14495 /* end confdefs.h. */
14496 int main(int argc, char **argv) { return 0; }
14497 _ACEOF
14498 if ac_fn_c_try_link "$LINENO"; then :
14499 ac_cv_cflags__Wno_format=yes
14500 else
14501 ac_cv_cflags__Wno_format=no
14503 rm -f core conftest.err conftest.$ac_objext \
14504 conftest$ac_exeext conftest.$ac_ext
14505 CFLAGS=$ac_wine_try_cflags_saved
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14508 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14509 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14510 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14511 fi ;;
14512 esac
14514 if test "x$enable_maintainer_mode" = "xyes"
14515 then
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14517 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14518 if ${ac_cv_cflags__Werror+:} false; then :
14519 $as_echo_n "(cached) " >&6
14520 else
14521 ac_wine_try_cflags_saved=$CFLAGS
14522 CFLAGS="$CFLAGS -Werror"
14523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14524 /* end confdefs.h. */
14525 int main(int argc, char **argv) { return 0; }
14526 _ACEOF
14527 if ac_fn_c_try_link "$LINENO"; then :
14528 ac_cv_cflags__Werror=yes
14529 else
14530 ac_cv_cflags__Werror=no
14532 rm -f core conftest.err conftest.$ac_objext \
14533 conftest$ac_exeext conftest.$ac_ext
14534 CFLAGS=$ac_wine_try_cflags_saved
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14537 $as_echo "$ac_cv_cflags__Werror" >&6; }
14538 if test "x$ac_cv_cflags__Werror" = xyes; then :
14539 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14543 saved_CFLAGS="$CFLAGS"
14544 CFLAGS="$CFLAGS -Werror"
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14546 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14547 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14548 $as_echo_n "(cached) " >&6
14549 else
14550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14551 /* end confdefs.h. */
14552 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14554 main ()
14558 return 0;
14560 _ACEOF
14561 if ac_fn_c_try_compile "$LINENO"; then :
14562 ac_cv_have_ms_hook_prologue="yes"
14563 else
14564 ac_cv_have_ms_hook_prologue="no"
14566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14569 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14570 CFLAGS="$saved_CFLAGS"
14571 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14572 then
14574 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14576 else
14577 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14584 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14585 if ${ac_cv_c_fortify_enabled+:} false; then :
14586 $as_echo_n "(cached) " >&6
14587 else
14588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14589 /* end confdefs.h. */
14590 #include <string.h>
14592 main ()
14594 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14595 #error Fortify enabled
14596 #endif
14598 return 0;
14600 _ACEOF
14601 if ac_fn_c_try_compile "$LINENO"; then :
14602 ac_cv_c_fortify_enabled=no
14603 else
14604 ac_cv_c_fortify_enabled=yes
14606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14609 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14610 if test "$ac_cv_c_fortify_enabled" = yes
14611 then
14612 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14617 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14618 if ${ac_cv_c_extern_prefix+:} false; then :
14619 $as_echo_n "(cached) " >&6
14620 else
14621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14622 /* end confdefs.h. */
14623 extern int ac_test;
14625 main ()
14627 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14629 return 0;
14631 _ACEOF
14632 if ac_fn_c_try_link "$LINENO"; then :
14633 ac_cv_c_extern_prefix="yes"
14634 else
14635 ac_cv_c_extern_prefix="no"
14637 rm -f core conftest.err conftest.$ac_objext \
14638 conftest$ac_exeext conftest.$ac_ext
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14641 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14643 case $host_cpu in
14644 *i[3456789]86*)
14645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14646 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14647 if ${ac_cv_c_stdcall_suffix+:} false; then :
14648 $as_echo_n "(cached) " >&6
14649 else
14650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14651 /* end confdefs.h. */
14652 #ifndef _MSC_VER
14653 #define __stdcall __attribute__((__stdcall__))
14654 #endif
14655 int __stdcall ac_test(int i) { return i; }
14657 main ()
14659 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14661 return 0;
14663 _ACEOF
14664 if ac_fn_c_try_link "$LINENO"; then :
14665 ac_cv_c_stdcall_suffix="yes"
14666 else
14667 ac_cv_c_stdcall_suffix="no"
14669 rm -f core conftest.err conftest.$ac_objext \
14670 conftest$ac_exeext conftest.$ac_ext
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14673 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14674 *) ac_cv_c_stdcall_suffix="no" ;;
14675 esac
14678 if test "$ac_cv_c_extern_prefix" = "yes"
14679 then
14680 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14682 asm_name_prefix="_"
14683 else
14684 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14686 asm_name_prefix=""
14690 if test "$ac_cv_c_stdcall_suffix" = "yes"
14691 then
14692 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14694 else
14695 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14701 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14702 if ${ac_cv_asm_func_def+:} false; then :
14703 $as_echo_n "(cached) " >&6
14704 else
14705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14706 /* end confdefs.h. */
14709 main ()
14711 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14713 return 0;
14715 _ACEOF
14716 if ac_fn_c_try_link "$LINENO"; then :
14717 ac_cv_asm_func_def=".def"
14718 else
14719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14720 /* end confdefs.h. */
14723 main ()
14725 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14727 return 0;
14729 _ACEOF
14730 if ac_fn_c_try_link "$LINENO"; then :
14731 ac_cv_asm_func_def=".type @function"
14732 else
14733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14734 /* end confdefs.h. */
14737 main ()
14739 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14741 return 0;
14743 _ACEOF
14744 if ac_fn_c_try_link "$LINENO"; then :
14745 ac_cv_asm_func_def=".type 2"
14746 else
14747 ac_cv_asm_func_def="unknown"
14749 rm -f core conftest.err conftest.$ac_objext \
14750 conftest$ac_exeext conftest.$ac_ext
14752 rm -f core conftest.err conftest.$ac_objext \
14753 conftest$ac_exeext conftest.$ac_ext
14755 rm -f core conftest.err conftest.$ac_objext \
14756 conftest$ac_exeext conftest.$ac_ext
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14759 $as_echo "$ac_cv_asm_func_def" >&6; }
14762 case "$ac_cv_asm_func_def" in
14763 ".def")
14764 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14766 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14767 ".type @function")
14768 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14770 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14771 ".type 2")
14772 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14774 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14776 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14778 asm_func_header="" ;;
14779 esac
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14782 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14783 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14784 $as_echo_n "(cached) " >&6
14785 else
14786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14787 /* end confdefs.h. */
14788 asm(".text\n\t.long 0");
14790 main ()
14794 return 0;
14796 _ACEOF
14797 if ac_fn_c_try_compile "$LINENO"; then :
14798 ac_cv_c_asm_outside_funcs="yes"
14799 else
14800 ac_cv_c_asm_outside_funcs="no"
14802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14805 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14808 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14809 if ${ac_cv_c_dot_previous+:} false; then :
14810 $as_echo_n "(cached) " >&6
14811 else
14812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14813 /* end confdefs.h. */
14816 main ()
14818 asm(".text\nac_test:\t.long 0\n\t.previous");
14820 return 0;
14822 _ACEOF
14823 if ac_fn_c_try_link "$LINENO"; then :
14824 ac_cv_c_dot_previous="yes"
14825 else
14826 ac_cv_c_dot_previous="no"
14828 rm -f core conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
14831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14832 $as_echo "$ac_cv_c_dot_previous" >&6; }
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14835 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14836 if ${ac_cv_c_cfi_support+:} false; then :
14837 $as_echo_n "(cached) " >&6
14838 else
14839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14840 /* end confdefs.h. */
14841 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14843 main ()
14847 return 0;
14849 _ACEOF
14850 if ac_fn_c_try_compile "$LINENO"; then :
14851 ac_cv_c_cfi_support="yes"
14852 else
14853 ac_cv_c_cfi_support="no"
14855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14858 $as_echo "$ac_cv_c_cfi_support" >&6; }
14860 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14861 asm_func_trailer=""
14862 if test "$ac_cv_c_dot_previous" = "yes"
14863 then
14864 asm_func_trailer="\\n\\t.previous"
14866 if test "$ac_cv_c_cfi_support" = "yes"
14867 then
14868 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14869 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14871 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14873 UNWINDFLAGS=-fasynchronous-unwind-tables
14875 else
14876 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14878 if test "x$enable_win64" = "xyes"
14879 then
14880 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14884 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14887 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14888 then
14889 cat >>confdefs.h <<_ACEOF
14890 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14891 _ACEOF
14893 else
14894 cat >>confdefs.h <<_ACEOF
14895 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14896 _ACEOF
14900 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14903 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14907 case $build_os in
14908 cygwin*|mingw32*) TOOLSEXT=".exe"
14910 esac
14912 case $host_os in
14913 linux*)
14914 case $host_cpu in
14915 *i[3456789]86*|x86_64*)
14916 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14917 loader_programs="$loader_programs $wine_binary-preloader"
14918 as_fn_append LOADER_RULES "
14919 $wine_binary-preloader: preloader.o
14920 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14922 install install-lib:: $wine_binary-preloader
14923 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14925 uninstall::
14926 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14928 preloader_EXTRADEFS = $BUILTINFLAG
14929 " ;;
14930 esac
14932 esac
14933 as_fn_append LOADER_RULES "
14934 PROGRAMS = $loader_programs
14938 ac_save_CFLAGS="$CFLAGS"
14939 CFLAGS="$CFLAGS $BUILTINFLAG"
14940 for ac_func in \
14941 __res_get_state \
14942 __res_getservers \
14943 _finite \
14944 _isnan \
14945 _pclose \
14946 _popen \
14947 _snprintf \
14948 _spawnvp \
14949 _strdup \
14950 _stricmp \
14951 _strnicmp \
14952 _strtoi64 \
14953 _strtoui64 \
14954 _vsnprintf \
14955 asctime_r \
14956 chsize \
14957 dlopen \
14958 epoll_create \
14959 ffs \
14960 finitef \
14961 fnmatch \
14962 fork \
14963 fpclass \
14964 fstatfs \
14965 fstatvfs \
14966 ftruncate \
14967 futimens \
14968 futimes \
14969 futimesat \
14970 getattrlist \
14971 getdirentries \
14972 getopt_long_only \
14973 getpwuid \
14974 gettimeofday \
14975 getuid \
14976 if_nameindex \
14977 isnanf \
14978 kqueue \
14979 lstat \
14980 memmove \
14981 mmap \
14982 pclose \
14983 pipe2 \
14984 poll \
14985 popen \
14986 port_create \
14987 prctl \
14988 pread \
14989 proc_pidinfo \
14990 pwrite \
14991 readdir \
14992 readlink \
14993 sched_yield \
14994 select \
14995 setproctitle \
14996 setrlimit \
14997 settimeofday \
14998 sigaltstack \
14999 sigprocmask \
15000 snprintf \
15001 statfs \
15002 statvfs \
15003 strcasecmp \
15004 strdup \
15005 strerror \
15006 strncasecmp \
15007 strtold \
15008 strtoll \
15009 strtoull \
15010 symlink \
15011 tcdrain \
15012 thr_kill2 \
15013 timegm \
15014 usleep \
15015 vsnprintf
15017 do :
15018 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15019 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15020 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15021 cat >>confdefs.h <<_ACEOF
15022 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15023 _ACEOF
15026 done
15028 CFLAGS="$ac_save_CFLAGS"
15030 if test "$ac_cv_func_dlopen" = no
15031 then
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15033 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15034 if ${ac_cv_lib_dl_dlopen+:} false; then :
15035 $as_echo_n "(cached) " >&6
15036 else
15037 ac_check_lib_save_LIBS=$LIBS
15038 LIBS="-ldl $LIBS"
15039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15040 /* end confdefs.h. */
15042 /* Override any GCC internal prototype to avoid an error.
15043 Use char because int might match the return type of a GCC
15044 builtin and then its argument prototype would still apply. */
15045 #ifdef __cplusplus
15046 extern "C"
15047 #endif
15048 char dlopen ();
15050 main ()
15052 return dlopen ();
15054 return 0;
15056 _ACEOF
15057 if ac_fn_c_try_link "$LINENO"; then :
15058 ac_cv_lib_dl_dlopen=yes
15059 else
15060 ac_cv_lib_dl_dlopen=no
15062 rm -f core conftest.err conftest.$ac_objext \
15063 conftest$ac_exeext conftest.$ac_ext
15064 LIBS=$ac_check_lib_save_LIBS
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15067 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15068 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15069 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15070 DL_LIBS="-ldl"
15075 ac_wine_check_funcs_save_LIBS="$LIBS"
15076 LIBS="$LIBS $DL_LIBS"
15077 for ac_func in dladdr
15078 do :
15079 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15080 if test "x$ac_cv_func_dladdr" = xyes; then :
15081 cat >>confdefs.h <<_ACEOF
15082 #define HAVE_DLADDR 1
15083 _ACEOF
15086 done
15088 LIBS="$ac_wine_check_funcs_save_LIBS"
15090 if test "$ac_cv_func_poll" = no
15091 then
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15093 $as_echo_n "checking for poll in -lpoll... " >&6; }
15094 if ${ac_cv_lib_poll_poll+:} false; then :
15095 $as_echo_n "(cached) " >&6
15096 else
15097 ac_check_lib_save_LIBS=$LIBS
15098 LIBS="-lpoll $LIBS"
15099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15100 /* end confdefs.h. */
15102 /* Override any GCC internal prototype to avoid an error.
15103 Use char because int might match the return type of a GCC
15104 builtin and then its argument prototype would still apply. */
15105 #ifdef __cplusplus
15106 extern "C"
15107 #endif
15108 char poll ();
15110 main ()
15112 return poll ();
15114 return 0;
15116 _ACEOF
15117 if ac_fn_c_try_link "$LINENO"; then :
15118 ac_cv_lib_poll_poll=yes
15119 else
15120 ac_cv_lib_poll_poll=no
15122 rm -f core conftest.err conftest.$ac_objext \
15123 conftest$ac_exeext conftest.$ac_ext
15124 LIBS=$ac_check_lib_save_LIBS
15126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15127 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15128 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15129 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15130 POLL_LIBS="-lpoll"
15136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15137 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15138 if ${ac_cv_search_gethostbyname+:} false; then :
15139 $as_echo_n "(cached) " >&6
15140 else
15141 ac_func_search_save_LIBS=$LIBS
15142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15143 /* end confdefs.h. */
15145 /* Override any GCC internal prototype to avoid an error.
15146 Use char because int might match the return type of a GCC
15147 builtin and then its argument prototype would still apply. */
15148 #ifdef __cplusplus
15149 extern "C"
15150 #endif
15151 char gethostbyname ();
15153 main ()
15155 return gethostbyname ();
15157 return 0;
15159 _ACEOF
15160 for ac_lib in '' nsl; do
15161 if test -z "$ac_lib"; then
15162 ac_res="none required"
15163 else
15164 ac_res=-l$ac_lib
15165 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15167 if ac_fn_c_try_link "$LINENO"; then :
15168 ac_cv_search_gethostbyname=$ac_res
15170 rm -f core conftest.err conftest.$ac_objext \
15171 conftest$ac_exeext
15172 if ${ac_cv_search_gethostbyname+:} false; then :
15173 break
15175 done
15176 if ${ac_cv_search_gethostbyname+:} false; then :
15178 else
15179 ac_cv_search_gethostbyname=no
15181 rm conftest.$ac_ext
15182 LIBS=$ac_func_search_save_LIBS
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15185 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15186 ac_res=$ac_cv_search_gethostbyname
15187 if test "$ac_res" != no; then :
15188 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15194 $as_echo_n "checking for library containing connect... " >&6; }
15195 if ${ac_cv_search_connect+:} false; then :
15196 $as_echo_n "(cached) " >&6
15197 else
15198 ac_func_search_save_LIBS=$LIBS
15199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15200 /* end confdefs.h. */
15202 /* Override any GCC internal prototype to avoid an error.
15203 Use char because int might match the return type of a GCC
15204 builtin and then its argument prototype would still apply. */
15205 #ifdef __cplusplus
15206 extern "C"
15207 #endif
15208 char connect ();
15210 main ()
15212 return connect ();
15214 return 0;
15216 _ACEOF
15217 for ac_lib in '' socket; do
15218 if test -z "$ac_lib"; then
15219 ac_res="none required"
15220 else
15221 ac_res=-l$ac_lib
15222 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15224 if ac_fn_c_try_link "$LINENO"; then :
15225 ac_cv_search_connect=$ac_res
15227 rm -f core conftest.err conftest.$ac_objext \
15228 conftest$ac_exeext
15229 if ${ac_cv_search_connect+:} false; then :
15230 break
15232 done
15233 if ${ac_cv_search_connect+:} false; then :
15235 else
15236 ac_cv_search_connect=no
15238 rm conftest.$ac_ext
15239 LIBS=$ac_func_search_save_LIBS
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15242 $as_echo "$ac_cv_search_connect" >&6; }
15243 ac_res=$ac_cv_search_connect
15244 if test "$ac_res" != no; then :
15245 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15251 $as_echo_n "checking for library containing inet_aton... " >&6; }
15252 if ${ac_cv_search_inet_aton+:} false; then :
15253 $as_echo_n "(cached) " >&6
15254 else
15255 ac_func_search_save_LIBS=$LIBS
15256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15257 /* end confdefs.h. */
15259 /* Override any GCC internal prototype to avoid an error.
15260 Use char because int might match the return type of a GCC
15261 builtin and then its argument prototype would still apply. */
15262 #ifdef __cplusplus
15263 extern "C"
15264 #endif
15265 char inet_aton ();
15267 main ()
15269 return inet_aton ();
15271 return 0;
15273 _ACEOF
15274 for ac_lib in '' resolv; do
15275 if test -z "$ac_lib"; then
15276 ac_res="none required"
15277 else
15278 ac_res=-l$ac_lib
15279 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15281 if ac_fn_c_try_link "$LINENO"; then :
15282 ac_cv_search_inet_aton=$ac_res
15284 rm -f core conftest.err conftest.$ac_objext \
15285 conftest$ac_exeext
15286 if ${ac_cv_search_inet_aton+:} false; then :
15287 break
15289 done
15290 if ${ac_cv_search_inet_aton+:} false; then :
15292 else
15293 ac_cv_search_inet_aton=no
15295 rm conftest.$ac_ext
15296 LIBS=$ac_func_search_save_LIBS
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15299 $as_echo "$ac_cv_search_inet_aton" >&6; }
15300 ac_res=$ac_cv_search_inet_aton
15301 if test "$ac_res" != no; then :
15302 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15307 for ac_func in \
15308 getaddrinfo \
15309 getnameinfo \
15310 getnetbyname \
15311 getprotobyname \
15312 getprotobynumber \
15313 getservbyport \
15314 inet_addr \
15315 inet_network \
15316 inet_ntop \
15317 inet_pton \
15318 sendmsg \
15319 socketpair \
15321 do :
15322 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15323 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15324 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15325 cat >>confdefs.h <<_ACEOF
15326 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15327 _ACEOF
15330 done
15333 ac_save_LIBS=$LIBS
15334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15335 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15336 if ${ac_cv_search_clock_gettime+:} false; then :
15337 $as_echo_n "(cached) " >&6
15338 else
15339 ac_func_search_save_LIBS=$LIBS
15340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15341 /* end confdefs.h. */
15343 /* Override any GCC internal prototype to avoid an error.
15344 Use char because int might match the return type of a GCC
15345 builtin and then its argument prototype would still apply. */
15346 #ifdef __cplusplus
15347 extern "C"
15348 #endif
15349 char clock_gettime ();
15351 main ()
15353 return clock_gettime ();
15355 return 0;
15357 _ACEOF
15358 for ac_lib in '' rt; do
15359 if test -z "$ac_lib"; then
15360 ac_res="none required"
15361 else
15362 ac_res=-l$ac_lib
15363 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15365 if ac_fn_c_try_link "$LINENO"; then :
15366 ac_cv_search_clock_gettime=$ac_res
15368 rm -f core conftest.err conftest.$ac_objext \
15369 conftest$ac_exeext
15370 if ${ac_cv_search_clock_gettime+:} false; then :
15371 break
15373 done
15374 if ${ac_cv_search_clock_gettime+:} false; then :
15376 else
15377 ac_cv_search_clock_gettime=no
15379 rm conftest.$ac_ext
15380 LIBS=$ac_func_search_save_LIBS
15382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15383 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15384 ac_res=$ac_cv_search_clock_gettime
15385 if test "$ac_res" != no; then :
15386 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15388 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15390 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15394 LIBS=$ac_save_LIBS
15396 LDAP_LIBS=""
15398 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15399 then
15400 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15402 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15404 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15405 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15406 $as_echo_n "(cached) " >&6
15407 else
15408 ac_check_lib_save_LIBS=$LIBS
15409 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15411 /* end confdefs.h. */
15413 /* Override any GCC internal prototype to avoid an error.
15414 Use char because int might match the return type of a GCC
15415 builtin and then its argument prototype would still apply. */
15416 #ifdef __cplusplus
15417 extern "C"
15418 #endif
15419 char ldap_initialize ();
15421 main ()
15423 return ldap_initialize ();
15425 return 0;
15427 _ACEOF
15428 if ac_fn_c_try_link "$LINENO"; then :
15429 ac_cv_lib_ldap_r_ldap_initialize=yes
15430 else
15431 ac_cv_lib_ldap_r_ldap_initialize=no
15433 rm -f core conftest.err conftest.$ac_objext \
15434 conftest$ac_exeext conftest.$ac_ext
15435 LIBS=$ac_check_lib_save_LIBS
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15438 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15439 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15441 $as_echo_n "checking for ber_init in -llber... " >&6; }
15442 if ${ac_cv_lib_lber_ber_init+:} false; then :
15443 $as_echo_n "(cached) " >&6
15444 else
15445 ac_check_lib_save_LIBS=$LIBS
15446 LIBS="-llber $PTHREAD_LIBS $LIBS"
15447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15448 /* end confdefs.h. */
15450 /* Override any GCC internal prototype to avoid an error.
15451 Use char because int might match the return type of a GCC
15452 builtin and then its argument prototype would still apply. */
15453 #ifdef __cplusplus
15454 extern "C"
15455 #endif
15456 char ber_init ();
15458 main ()
15460 return ber_init ();
15462 return 0;
15464 _ACEOF
15465 if ac_fn_c_try_link "$LINENO"; then :
15466 ac_cv_lib_lber_ber_init=yes
15467 else
15468 ac_cv_lib_lber_ber_init=no
15470 rm -f core conftest.err conftest.$ac_objext \
15471 conftest$ac_exeext conftest.$ac_ext
15472 LIBS=$ac_check_lib_save_LIBS
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15475 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15476 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15478 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15480 LDAP_LIBS="-lldap_r -llber"
15487 ac_wine_check_funcs_save_LIBS="$LIBS"
15488 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15489 for ac_func in \
15490 ldap_count_references \
15491 ldap_first_reference \
15492 ldap_next_reference \
15493 ldap_parse_reference \
15494 ldap_parse_sort_control \
15495 ldap_parse_sortresponse_control \
15496 ldap_parse_vlv_control \
15497 ldap_parse_vlvresponse_control
15498 do :
15499 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15500 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15501 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15502 cat >>confdefs.h <<_ACEOF
15503 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15504 _ACEOF
15507 done
15509 LIBS="$ac_wine_check_funcs_save_LIBS"
15511 if test "x$LDAP_LIBS" = "x"; then :
15512 case "x$with_ldap" in
15513 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15514 xno) ;;
15515 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15516 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15517 esac
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15521 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15522 if ${wine_cv_one_arg_mkdir+:} false; then :
15523 $as_echo_n "(cached) " >&6
15524 else
15525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15526 /* end confdefs.h. */
15527 #include <sys/stat.h>
15529 main ()
15531 mkdir("foo");
15533 return 0;
15535 _ACEOF
15536 if ac_fn_c_try_compile "$LINENO"; then :
15537 wine_cv_one_arg_mkdir=yes
15538 else
15539 wine_cv_one_arg_mkdir=no
15541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15544 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15545 if test "$wine_cv_one_arg_mkdir" = "yes"
15546 then
15548 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15553 $as_echo_n "checking for sched_setaffinity... " >&6; }
15554 if ${wine_cv_have_sched_setaffinity+:} false; then :
15555 $as_echo_n "(cached) " >&6
15556 else
15557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15558 /* end confdefs.h. */
15559 #define _GNU_SOURCE
15560 #include <sched.h>
15562 main ()
15564 sched_setaffinity(0, 0, 0);
15566 return 0;
15568 _ACEOF
15569 if ac_fn_c_try_link "$LINENO"; then :
15570 wine_cv_have_sched_setaffinity=yes
15571 else
15572 wine_cv_have_sched_setaffinity=no
15574 rm -f core conftest.err conftest.$ac_objext \
15575 conftest$ac_exeext conftest.$ac_ext
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15578 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15579 if test "$wine_cv_have_sched_setaffinity" = "yes"
15580 then
15582 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15587 $as_echo_n "checking for fallocate... " >&6; }
15588 if ${wine_cv_have_fallocate+:} false; then :
15589 $as_echo_n "(cached) " >&6
15590 else
15591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15592 /* end confdefs.h. */
15593 #define _GNU_SOURCE
15594 #include <fcntl.h>
15596 main ()
15598 fallocate(-1, 0, 0, 0);
15600 return 0;
15602 _ACEOF
15603 if ac_fn_c_try_link "$LINENO"; then :
15604 wine_cv_have_fallocate=yes
15605 else
15606 wine_cv_have_fallocate=no
15608 rm -f core conftest.err conftest.$ac_objext \
15609 conftest$ac_exeext conftest.$ac_ext
15611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15612 $as_echo "$wine_cv_have_fallocate" >&6; }
15613 if test "$wine_cv_have_fallocate" = "yes"
15614 then
15616 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15622 $as_echo_n "checking for inline... " >&6; }
15623 if ${ac_cv_c_inline+:} false; then :
15624 $as_echo_n "(cached) " >&6
15625 else
15626 ac_cv_c_inline=no
15627 for ac_kw in inline __inline__ __inline; do
15628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15629 /* end confdefs.h. */
15630 #ifndef __cplusplus
15631 typedef int foo_t;
15632 static $ac_kw foo_t static_foo () {return 0; }
15633 $ac_kw foo_t foo () {return 0; }
15634 #endif
15636 _ACEOF
15637 if ac_fn_c_try_compile "$LINENO"; then :
15638 ac_cv_c_inline=$ac_kw
15640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15641 test "$ac_cv_c_inline" != no && break
15642 done
15645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15646 $as_echo "$ac_cv_c_inline" >&6; }
15648 case $ac_cv_c_inline in
15649 inline | yes) ;;
15651 case $ac_cv_c_inline in
15652 no) ac_val=;;
15653 *) ac_val=$ac_cv_c_inline;;
15654 esac
15655 cat >>confdefs.h <<_ACEOF
15656 #ifndef __cplusplus
15657 #define inline $ac_val
15658 #endif
15659 _ACEOF
15661 esac
15663 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15664 if test "x$ac_cv_type_mode_t" = xyes; then :
15666 cat >>confdefs.h <<_ACEOF
15667 #define HAVE_MODE_T 1
15668 _ACEOF
15672 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15673 if test "x$ac_cv_type_off_t" = xyes; then :
15675 cat >>confdefs.h <<_ACEOF
15676 #define HAVE_OFF_T 1
15677 _ACEOF
15681 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15682 if test "x$ac_cv_type_pid_t" = xyes; then :
15684 cat >>confdefs.h <<_ACEOF
15685 #define HAVE_PID_T 1
15686 _ACEOF
15690 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15691 if test "x$ac_cv_type_size_t" = xyes; then :
15693 cat >>confdefs.h <<_ACEOF
15694 #define HAVE_SIZE_T 1
15695 _ACEOF
15699 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15700 if test "x$ac_cv_type_ssize_t" = xyes; then :
15702 cat >>confdefs.h <<_ACEOF
15703 #define HAVE_SSIZE_T 1
15704 _ACEOF
15708 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15709 if test "x$ac_cv_type_long_long" = xyes; then :
15711 cat >>confdefs.h <<_ACEOF
15712 #define HAVE_LONG_LONG 1
15713 _ACEOF
15717 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15718 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15720 cat >>confdefs.h <<_ACEOF
15721 #define HAVE_FSBLKCNT_T 1
15722 _ACEOF
15726 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15727 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15729 cat >>confdefs.h <<_ACEOF
15730 #define HAVE_FSFILCNT_T 1
15731 _ACEOF
15736 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15737 #include <signal.h>
15739 if test "x$ac_cv_type_sigset_t" = xyes; then :
15741 cat >>confdefs.h <<_ACEOF
15742 #define HAVE_SIGSET_T 1
15743 _ACEOF
15748 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15750 if test "x$ac_cv_type_request_sense" = xyes; then :
15752 cat >>confdefs.h <<_ACEOF
15753 #define HAVE_REQUEST_SENSE 1
15754 _ACEOF
15760 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15761 #ifdef HAVE_SYS_SOCKET_H
15762 #include <sys/socket.h>
15763 #endif
15764 #ifdef HAVE_SYS_SOCKETVAR_H
15765 #include <sys/socketvar.h>
15766 #endif
15767 #ifdef HAVE_NET_ROUTE_H
15768 #include <net/route.h>
15769 #endif
15770 #ifdef HAVE_NETINET_IN_H
15771 #include <netinet/in.h>
15772 #endif
15773 #ifdef HAVE_NETINET_IN_SYSTM_H
15774 #include <netinet/in_systm.h>
15775 #endif
15776 #ifdef HAVE_NETINET_IP_H
15777 #include <netinet/ip.h>
15778 #endif
15779 #ifdef HAVE_NETINET_IN_PCB_H
15780 #include <netinet/in_pcb.h>
15781 #endif
15783 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15785 cat >>confdefs.h <<_ACEOF
15786 #define HAVE_STRUCT_XINPGEN 1
15787 _ACEOF
15793 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15794 #include <link.h>
15795 #endif
15796 #ifdef HAVE_SYS_LINK_H
15797 #include <sys/link.h>
15798 #endif
15800 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15802 cat >>confdefs.h <<_ACEOF
15803 #define HAVE_STRUCT_R_DEBUG 1
15804 _ACEOF
15808 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15809 #include <link.h>
15810 #endif
15811 #ifdef HAVE_SYS_LINK_H
15812 #include <sys/link.h>
15813 #endif
15815 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15817 cat >>confdefs.h <<_ACEOF
15818 #define HAVE_STRUCT_LINK_MAP 1
15819 _ACEOF
15825 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15826 #include <linux/input.h>
15827 #endif
15829 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15831 cat >>confdefs.h <<_ACEOF
15832 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15833 _ACEOF
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15840 $as_echo_n "checking for sigaddset... " >&6; }
15841 if ${wine_cv_have_sigaddset+:} false; then :
15842 $as_echo_n "(cached) " >&6
15843 else
15844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15845 /* end confdefs.h. */
15846 #include <signal.h>
15848 main ()
15850 sigset_t set; sigaddset(&set,SIGTERM);
15852 return 0;
15854 _ACEOF
15855 if ac_fn_c_try_link "$LINENO"; then :
15856 wine_cv_have_sigaddset=yes
15857 else
15858 wine_cv_have_sigaddset=no
15860 rm -f core conftest.err conftest.$ac_objext \
15861 conftest$ac_exeext conftest.$ac_ext
15863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15864 $as_echo "$wine_cv_have_sigaddset" >&6; }
15865 if test "$wine_cv_have_sigaddset" = "yes"
15866 then
15868 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15874 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15875 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15876 $as_echo_n "(cached) " >&6
15877 else
15878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15879 /* end confdefs.h. */
15880 #include <netdb.h>
15882 main ()
15885 char *name=0;
15886 struct hostent he;
15887 struct hostent *result;
15888 char *buf=0;
15889 int bufsize=0;
15890 int errnr;
15891 char *addr=0;
15892 int addrlen=0;
15893 int addrtype=0;
15894 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15895 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15898 return 0;
15900 _ACEOF
15901 if ac_fn_c_try_link "$LINENO"; then :
15902 wine_cv_linux_gethostbyname_r_6=yes
15903 else
15904 wine_cv_linux_gethostbyname_r_6=no
15907 rm -f core conftest.err conftest.$ac_objext \
15908 conftest$ac_exeext conftest.$ac_ext
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15912 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15913 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15914 then
15916 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15920 if test "$ac_cv_header_linux_joystick_h" = "yes"
15921 then
15922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15923 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15924 if ${wine_cv_linux_joystick_22_api+:} false; then :
15925 $as_echo_n "(cached) " >&6
15926 else
15927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15928 /* end confdefs.h. */
15930 #include <sys/ioctl.h>
15931 #include <sys/types.h>
15932 #include <linux/joystick.h>
15934 struct js_event blub;
15935 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15936 #error "no 2.2 header"
15937 #endif
15940 main ()
15942 /*empty*/
15944 return 0;
15946 _ACEOF
15947 if ac_fn_c_try_compile "$LINENO"; then :
15948 wine_cv_linux_joystick_22_api=yes
15949 else
15950 wine_cv_linux_joystick_22_api=no
15952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15956 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15957 if test "$wine_cv_linux_joystick_22_api" = "yes"
15958 then
15960 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15966 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15967 #ifdef HAVE_SYS_PARAM_H
15968 # include <sys/param.h>
15969 #endif
15970 #ifdef HAVE_SYS_MOUNT_H
15971 # include <sys/mount.h>
15972 #endif
15973 #ifdef HAVE_SYS_VFS_H
15974 # include <sys/vfs.h>
15975 #endif
15976 #ifdef HAVE_SYS_STATFS_H
15977 # include <sys/statfs.h>
15978 #endif
15980 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15982 cat >>confdefs.h <<_ACEOF
15983 #define HAVE_STRUCT_STATFS_F_BFREE 1
15984 _ACEOF
15988 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15989 #ifdef HAVE_SYS_PARAM_H
15990 # include <sys/param.h>
15991 #endif
15992 #ifdef HAVE_SYS_MOUNT_H
15993 # include <sys/mount.h>
15994 #endif
15995 #ifdef HAVE_SYS_VFS_H
15996 # include <sys/vfs.h>
15997 #endif
15998 #ifdef HAVE_SYS_STATFS_H
15999 # include <sys/statfs.h>
16000 #endif
16002 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16004 cat >>confdefs.h <<_ACEOF
16005 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16006 _ACEOF
16010 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16011 #ifdef HAVE_SYS_PARAM_H
16012 # include <sys/param.h>
16013 #endif
16014 #ifdef HAVE_SYS_MOUNT_H
16015 # include <sys/mount.h>
16016 #endif
16017 #ifdef HAVE_SYS_VFS_H
16018 # include <sys/vfs.h>
16019 #endif
16020 #ifdef HAVE_SYS_STATFS_H
16021 # include <sys/statfs.h>
16022 #endif
16024 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16026 cat >>confdefs.h <<_ACEOF
16027 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16028 _ACEOF
16032 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16033 #ifdef HAVE_SYS_PARAM_H
16034 # include <sys/param.h>
16035 #endif
16036 #ifdef HAVE_SYS_MOUNT_H
16037 # include <sys/mount.h>
16038 #endif
16039 #ifdef HAVE_SYS_VFS_H
16040 # include <sys/vfs.h>
16041 #endif
16042 #ifdef HAVE_SYS_STATFS_H
16043 # include <sys/statfs.h>
16044 #endif
16046 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16048 cat >>confdefs.h <<_ACEOF
16049 #define HAVE_STRUCT_STATFS_F_FFREE 1
16050 _ACEOF
16054 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16055 #ifdef HAVE_SYS_PARAM_H
16056 # include <sys/param.h>
16057 #endif
16058 #ifdef HAVE_SYS_MOUNT_H
16059 # include <sys/mount.h>
16060 #endif
16061 #ifdef HAVE_SYS_VFS_H
16062 # include <sys/vfs.h>
16063 #endif
16064 #ifdef HAVE_SYS_STATFS_H
16065 # include <sys/statfs.h>
16066 #endif
16068 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16070 cat >>confdefs.h <<_ACEOF
16071 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16072 _ACEOF
16076 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16077 #ifdef HAVE_SYS_PARAM_H
16078 # include <sys/param.h>
16079 #endif
16080 #ifdef HAVE_SYS_MOUNT_H
16081 # include <sys/mount.h>
16082 #endif
16083 #ifdef HAVE_SYS_VFS_H
16084 # include <sys/vfs.h>
16085 #endif
16086 #ifdef HAVE_SYS_STATFS_H
16087 # include <sys/statfs.h>
16088 #endif
16090 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16092 cat >>confdefs.h <<_ACEOF
16093 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16094 _ACEOF
16100 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16101 #include <sys/statvfs.h>
16102 #endif
16104 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16106 cat >>confdefs.h <<_ACEOF
16107 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16108 _ACEOF
16114 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16115 #include <dirent.h>
16116 #endif
16118 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16120 cat >>confdefs.h <<_ACEOF
16121 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16122 _ACEOF
16128 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16129 #ifdef HAVE_SYS_SOCKET_H
16130 # include <sys/socket.h>
16131 #endif
16132 #ifdef HAVE_SYS_UN_H
16133 # include <sys/un.h>
16134 #endif
16136 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16138 cat >>confdefs.h <<_ACEOF
16139 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16140 _ACEOF
16144 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16145 #ifdef HAVE_SYS_SOCKET_H
16146 # include <sys/socket.h>
16147 #endif
16148 #ifdef HAVE_SYS_UN_H
16149 # include <sys/un.h>
16150 #endif
16152 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16154 cat >>confdefs.h <<_ACEOF
16155 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16156 _ACEOF
16160 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16161 #ifdef HAVE_SYS_SOCKET_H
16162 # include <sys/socket.h>
16163 #endif
16164 #ifdef HAVE_SYS_UN_H
16165 # include <sys/un.h>
16166 #endif
16168 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16170 cat >>confdefs.h <<_ACEOF
16171 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16172 _ACEOF
16178 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16179 #ifdef HAVE_SCSI_SG_H
16180 #include <scsi/sg.h>
16181 #endif
16183 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16185 cat >>confdefs.h <<_ACEOF
16186 #define HAVE_SCSIREQ_T_CMD 1
16187 _ACEOF
16191 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>
16192 #ifdef HAVE_SCSI_SG_H
16193 #include <scsi/sg.h>
16194 #endif
16196 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16198 cat >>confdefs.h <<_ACEOF
16199 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16200 _ACEOF
16206 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16208 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16210 cat >>confdefs.h <<_ACEOF
16211 #define HAVE_SIGINFO_T_SI_FD 1
16212 _ACEOF
16218 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16219 #ifdef HAVE_SYS_MTIO_H
16220 #include <sys/mtio.h>
16221 #endif
16223 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16225 cat >>confdefs.h <<_ACEOF
16226 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16227 _ACEOF
16231 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16232 #ifdef HAVE_SYS_MTIO_H
16233 #include <sys/mtio.h>
16234 #endif
16236 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16238 cat >>confdefs.h <<_ACEOF
16239 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16240 _ACEOF
16244 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16245 #ifdef HAVE_SYS_MTIO_H
16246 #include <sys/mtio.h>
16247 #endif
16249 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16251 cat >>confdefs.h <<_ACEOF
16252 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16253 _ACEOF
16259 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16260 #include <getopt.h>
16261 #endif
16263 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16265 cat >>confdefs.h <<_ACEOF
16266 #define HAVE_STRUCT_OPTION_NAME 1
16267 _ACEOF
16273 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16274 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16276 cat >>confdefs.h <<_ACEOF
16277 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16278 _ACEOF
16282 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16283 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16285 cat >>confdefs.h <<_ACEOF
16286 #define HAVE_STRUCT_STAT_ST_MTIM 1
16287 _ACEOF
16291 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16292 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16294 cat >>confdefs.h <<_ACEOF
16295 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16296 _ACEOF
16300 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16301 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16303 cat >>confdefs.h <<_ACEOF
16304 #define HAVE_STRUCT_STAT_ST_CTIM 1
16305 _ACEOF
16309 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16310 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16312 cat >>confdefs.h <<_ACEOF
16313 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16314 _ACEOF
16318 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16319 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16321 cat >>confdefs.h <<_ACEOF
16322 #define HAVE_STRUCT_STAT_ST_ATIM 1
16323 _ACEOF
16327 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16328 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16330 cat >>confdefs.h <<_ACEOF
16331 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16332 _ACEOF
16336 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16337 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16339 cat >>confdefs.h <<_ACEOF
16340 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16341 _ACEOF
16345 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16346 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16348 cat >>confdefs.h <<_ACEOF
16349 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16350 _ACEOF
16354 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16355 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16357 cat >>confdefs.h <<_ACEOF
16358 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16359 _ACEOF
16363 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16364 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16366 cat >>confdefs.h <<_ACEOF
16367 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16368 _ACEOF
16372 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16373 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16375 cat >>confdefs.h <<_ACEOF
16376 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16377 _ACEOF
16383 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
16384 #include <sys/types.h>
16385 #endif
16386 #ifdef HAVE_NETINET_IN_H
16387 #include <netinet/in.h>
16388 #endif
16390 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16392 cat >>confdefs.h <<_ACEOF
16393 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16394 _ACEOF
16400 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16401 #include <resolv.h>
16402 #endif
16404 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16406 cat >>confdefs.h <<_ACEOF
16407 #define HAVE_STRUCT___RES_STATE 1
16408 _ACEOF
16414 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
16415 #include <resolv.h>
16416 #endif
16418 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16420 cat >>confdefs.h <<_ACEOF
16421 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16422 _ACEOF
16428 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16429 #include <sys/types.h>
16430 #endif
16431 #ifdef HAVE_NETINET_IN_H
16432 # include <netinet/in.h>
16433 #endif
16434 #ifdef HAVE_ARPA_NAMESER_H
16435 # include <arpa/nameser.h>
16436 #endif
16438 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16440 cat >>confdefs.h <<_ACEOF
16441 #define HAVE_NS_MSG__MSG_PTR 1
16442 _ACEOF
16448 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16449 #include <sys/types.h>
16450 #endif
16451 #ifdef HAVE_NETINET_IP_H
16452 #include <netinet/ip.h>
16453 #endif
16454 #ifdef HAVE_NETINET_IP_ICMP_H
16455 #include <netinet/ip_icmp.h>
16456 #endif
16457 #ifdef HAVE_NETINET_ICMP_VAR_H
16458 #include <netinet/icmp_var.h>
16459 #endif
16461 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16463 cat >>confdefs.h <<_ACEOF
16464 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16465 _ACEOF
16471 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16472 #include <sys/types.h>
16473 #endif
16474 #ifdef HAVE_ALIAS_H
16475 #include <alias.h>
16476 #endif
16477 #ifdef HAVE_SYS_SOCKET_H
16478 #include <sys/socket.h>
16479 #endif
16480 #ifdef HAVE_SYS_SOCKETVAR_H
16481 #include <sys/socketvar.h>
16482 #endif
16483 #ifdef HAVE_SYS_TIMEOUT_H
16484 #include <sys/timeout.h>
16485 #endif
16486 #ifdef HAVE_NETINET_IN_H
16487 #include <netinet/in.h>
16488 #endif
16489 #ifdef HAVE_NETINET_IN_SYSTM_H
16490 #include <netinet/in_systm.h>
16491 #endif
16492 #ifdef HAVE_NETINET_IP_H
16493 #include <netinet/ip.h>
16494 #endif
16495 #ifdef HAVE_NETINET_IP_VAR_H
16496 #include <netinet/ip_var.h>
16497 #endif
16498 #ifdef HAVE_NETINET_IP_ICMP_H
16499 #include <netinet/ip_icmp.h>
16500 #endif
16501 #ifdef HAVE_NETINET_ICMP_VAR_H
16502 #include <netinet/icmp_var.h>
16503 #endif
16505 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16507 cat >>confdefs.h <<_ACEOF
16508 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16509 _ACEOF
16515 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16516 #include <sys/types.h>
16517 #endif
16518 #ifdef HAVE_SYS_SOCKETVAR_H
16519 #include <sys/socketvar.h>
16520 #endif
16521 #ifdef HAVE_NETINET_IN_H
16522 #include <netinet/in.h>
16523 #endif
16524 #ifdef HAVE_NETINET_IP_VAR_H
16525 #include <netinet/ip_var.h>
16526 #endif
16528 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16530 cat >>confdefs.h <<_ACEOF
16531 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16532 _ACEOF
16538 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
16539 #include <netinet/ip_var.h>
16540 #endif
16542 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16544 cat >>confdefs.h <<_ACEOF
16545 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16546 _ACEOF
16552 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16553 #include <sys/types.h>
16554 #endif
16555 #ifdef HAVE_SYS_SOCKETVAR_H
16556 #include <sys/socketvar.h>
16557 #endif
16558 #ifdef HAVE_NETINET_IN_H
16559 #include <netinet/in.h>
16560 #endif
16561 #ifdef HAVE_NETINET_TCP_H
16562 #include <netinet/tcp.h>
16563 #endif
16564 #ifdef HAVE_NETINET_TCP_VAR_H
16565 #include <netinet/tcp_var.h>
16566 #endif
16568 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16570 cat >>confdefs.h <<_ACEOF
16571 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16572 _ACEOF
16578 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
16579 #include <netinet/tcp_var.h>
16580 #endif
16582 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16584 cat >>confdefs.h <<_ACEOF
16585 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16586 _ACEOF
16592 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16593 #include <sys/types.h>
16594 #endif
16595 #ifdef HAVE_NETINET_IN_H
16596 #include <netinet/in.h>
16597 #endif
16598 #ifdef HAVE_NETINET_IP_VAR_H
16599 #include <netinet/ip_var.h>
16600 #endif
16601 #ifdef HAVE_NETINET_UDP_H
16602 #include <netinet/udp.h>
16603 #endif
16604 #ifdef HAVE_NETINET_UDP_VAR_H
16605 #include <netinet/udp_var.h>
16606 #endif
16608 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16610 cat >>confdefs.h <<_ACEOF
16611 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16612 _ACEOF
16618 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16619 #include <sys/types.h>
16620 #endif
16621 #ifdef HAVE_NET_IF_H
16622 # include <net/if.h>
16623 #endif
16625 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16627 cat >>confdefs.h <<_ACEOF
16628 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16629 _ACEOF
16635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16636 $as_echo_n "checking for timezone variable... " >&6; }
16637 if ${ac_cv_have_timezone+:} false; then :
16638 $as_echo_n "(cached) " >&6
16639 else
16640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16641 /* end confdefs.h. */
16642 #include <time.h>
16644 main ()
16646 timezone = 1
16648 return 0;
16650 _ACEOF
16651 if ac_fn_c_try_link "$LINENO"; then :
16652 ac_cv_have_timezone="yes"
16653 else
16654 ac_cv_have_timezone="no"
16656 rm -f core conftest.err conftest.$ac_objext \
16657 conftest$ac_exeext conftest.$ac_ext
16659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16660 $as_echo "$ac_cv_have_timezone" >&6; }
16661 if test "$ac_cv_have_timezone" = "yes"
16662 then
16664 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16668 $as_echo_n "checking for daylight variable... " >&6; }
16669 if ${ac_cv_have_daylight+:} false; then :
16670 $as_echo_n "(cached) " >&6
16671 else
16672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16673 /* end confdefs.h. */
16674 #include <time.h>
16676 main ()
16678 daylight = 1
16680 return 0;
16682 _ACEOF
16683 if ac_fn_c_try_link "$LINENO"; then :
16684 ac_cv_have_daylight="yes"
16685 else
16686 ac_cv_have_daylight="no"
16688 rm -f core conftest.err conftest.$ac_objext \
16689 conftest$ac_exeext conftest.$ac_ext
16691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16692 $as_echo "$ac_cv_have_daylight" >&6; }
16693 if test "$ac_cv_have_daylight" = "yes"
16694 then
16696 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16700 ac_save_LIBS="$LIBS"
16701 LIBS="$LIBS -lm"
16702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16703 $as_echo_n "checking for isfinite... " >&6; }
16704 if ${ac_cv_have_isfinite+:} false; then :
16705 $as_echo_n "(cached) " >&6
16706 else
16707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16708 /* end confdefs.h. */
16709 #define _GNU_SOURCE
16710 #include <math.h>
16712 main ()
16714 float f = 0.0; return isfinite(f)
16716 return 0;
16718 _ACEOF
16719 if ac_fn_c_try_link "$LINENO"; then :
16720 ac_cv_have_isfinite="yes"
16721 else
16722 ac_cv_have_isfinite="no"
16724 rm -f core conftest.err conftest.$ac_objext \
16725 conftest$ac_exeext conftest.$ac_ext
16727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16728 $as_echo "$ac_cv_have_isfinite" >&6; }
16729 if test "$ac_cv_have_isfinite" = "yes"
16730 then
16732 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16737 $as_echo_n "checking for isinf... " >&6; }
16738 if ${ac_cv_have_isinf+:} false; then :
16739 $as_echo_n "(cached) " >&6
16740 else
16741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16742 /* end confdefs.h. */
16743 #include <math.h>
16745 main ()
16747 float f = 0.0; return isinf(f)
16749 return 0;
16751 _ACEOF
16752 if ac_fn_c_try_link "$LINENO"; then :
16753 ac_cv_have_isinf="yes"
16754 else
16755 ac_cv_have_isinf="no"
16757 rm -f core conftest.err conftest.$ac_objext \
16758 conftest$ac_exeext conftest.$ac_ext
16760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16761 $as_echo "$ac_cv_have_isinf" >&6; }
16762 if test "$ac_cv_have_isinf" = "yes"
16763 then
16765 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16770 $as_echo_n "checking for isnan... " >&6; }
16771 if ${ac_cv_have_isnan+:} false; then :
16772 $as_echo_n "(cached) " >&6
16773 else
16774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16775 /* end confdefs.h. */
16776 #include <math.h>
16778 main ()
16780 float f = 0.0; return isnan(f)
16782 return 0;
16784 _ACEOF
16785 if ac_fn_c_try_link "$LINENO"; then :
16786 ac_cv_have_isnan="yes"
16787 else
16788 ac_cv_have_isnan="no"
16790 rm -f core conftest.err conftest.$ac_objext \
16791 conftest$ac_exeext conftest.$ac_ext
16793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16794 $as_echo "$ac_cv_have_isnan" >&6; }
16795 if test "$ac_cv_have_isnan" = "yes"
16796 then
16798 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16802 for ac_func in \
16803 cbrt \
16804 cbrtf \
16805 erf \
16806 erff \
16807 exp2 \
16808 exp2f \
16809 llrint \
16810 llrintf \
16811 llround \
16812 llroundf \
16813 log2 \
16814 log2f \
16815 lrint \
16816 lrintf \
16817 lround \
16818 lroundf \
16819 rint \
16820 rintf \
16821 round \
16822 roundf \
16823 trunc \
16824 truncf
16826 do :
16827 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16828 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16829 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16830 cat >>confdefs.h <<_ACEOF
16831 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16832 _ACEOF
16835 done
16837 LIBS="$ac_save_LIBS"
16839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16840 $as_echo_n "checking for __builtin_clz... " >&6; }
16841 if ${ac_cv_have___builtin_clz+:} false; then :
16842 $as_echo_n "(cached) " >&6
16843 else
16844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16845 /* end confdefs.h. */
16848 main ()
16850 return __builtin_clz(1)
16852 return 0;
16854 _ACEOF
16855 if ac_fn_c_try_link "$LINENO"; then :
16856 ac_cv_have___builtin_clz="yes"
16857 else
16858 ac_cv_have___builtin_clz="no"
16860 rm -f core conftest.err conftest.$ac_objext \
16861 conftest$ac_exeext conftest.$ac_ext
16863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16864 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16865 if test "$ac_cv_have___builtin_clz" = "yes"
16866 then
16868 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16873 case $host_cpu in
16874 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16875 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16876 if ${ac_cv_cpp_def___i386__+:} false; then :
16877 $as_echo_n "(cached) " >&6
16878 else
16879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16880 /* end confdefs.h. */
16881 #ifndef __i386__
16883 #endif
16884 _ACEOF
16885 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16886 $EGREP "yes" >/dev/null 2>&1; then :
16887 ac_cv_cpp_def___i386__=yes
16888 else
16889 ac_cv_cpp_def___i386__=no
16891 rm -f conftest*
16894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16895 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16896 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16897 CFLAGS="$CFLAGS -D__i386__"
16898 LINTFLAGS="$LINTFLAGS -D__i386__"
16899 fi ;;
16900 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16901 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16902 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16903 $as_echo_n "(cached) " >&6
16904 else
16905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16906 /* end confdefs.h. */
16907 #ifndef __x86_64__
16909 #endif
16910 _ACEOF
16911 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16912 $EGREP "yes" >/dev/null 2>&1; then :
16913 ac_cv_cpp_def___x86_64__=yes
16914 else
16915 ac_cv_cpp_def___x86_64__=no
16917 rm -f conftest*
16920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16921 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16922 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16923 CFLAGS="$CFLAGS -D__x86_64__"
16924 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16925 fi ;;
16926 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16927 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16928 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16929 $as_echo_n "(cached) " >&6
16930 else
16931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16932 /* end confdefs.h. */
16933 #ifndef __sparc64__
16935 #endif
16936 _ACEOF
16937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16938 $EGREP "yes" >/dev/null 2>&1; then :
16939 ac_cv_cpp_def___sparc64__=yes
16940 else
16941 ac_cv_cpp_def___sparc64__=no
16943 rm -f conftest*
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16947 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16948 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16949 CFLAGS="$CFLAGS -D__sparc64__"
16950 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16951 fi ;;
16952 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16953 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16954 if ${ac_cv_cpp_def___sparc__+:} false; then :
16955 $as_echo_n "(cached) " >&6
16956 else
16957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16959 #ifndef __sparc__
16961 #endif
16962 _ACEOF
16963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16964 $EGREP "yes" >/dev/null 2>&1; then :
16965 ac_cv_cpp_def___sparc__=yes
16966 else
16967 ac_cv_cpp_def___sparc__=no
16969 rm -f conftest*
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16973 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16974 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16975 CFLAGS="$CFLAGS -D__sparc__"
16976 LINTFLAGS="$LINTFLAGS -D__sparc__"
16977 fi ;;
16978 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16979 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16980 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16981 $as_echo_n "(cached) " >&6
16982 else
16983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16984 /* end confdefs.h. */
16985 #ifndef __powerpc64__
16987 #endif
16988 _ACEOF
16989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16990 $EGREP "yes" >/dev/null 2>&1; then :
16991 ac_cv_cpp_def___powerpc64__=yes
16992 else
16993 ac_cv_cpp_def___powerpc64__=no
16995 rm -f conftest*
16998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16999 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17000 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17001 CFLAGS="$CFLAGS -D__powerpc64__"
17002 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17003 fi ;;
17004 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17005 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17006 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17007 $as_echo_n "(cached) " >&6
17008 else
17009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17010 /* end confdefs.h. */
17011 #ifndef __powerpc__
17013 #endif
17014 _ACEOF
17015 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17016 $EGREP "yes" >/dev/null 2>&1; then :
17017 ac_cv_cpp_def___powerpc__=yes
17018 else
17019 ac_cv_cpp_def___powerpc__=no
17021 rm -f conftest*
17024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17025 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17026 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17027 CFLAGS="$CFLAGS -D__powerpc__"
17028 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17029 fi ;;
17030 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17031 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17032 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17033 $as_echo_n "(cached) " >&6
17034 else
17035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17036 /* end confdefs.h. */
17037 #ifndef __aarch64__
17039 #endif
17040 _ACEOF
17041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17042 $EGREP "yes" >/dev/null 2>&1; then :
17043 ac_cv_cpp_def___aarch64__=yes
17044 else
17045 ac_cv_cpp_def___aarch64__=no
17047 rm -f conftest*
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17051 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17052 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17053 CFLAGS="$CFLAGS -D__aarch64__"
17054 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17055 fi ;;
17056 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17057 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17058 if ${ac_cv_cpp_def___arm__+:} false; then :
17059 $as_echo_n "(cached) " >&6
17060 else
17061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17062 /* end confdefs.h. */
17063 #ifndef __arm__
17065 #endif
17066 _ACEOF
17067 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17068 $EGREP "yes" >/dev/null 2>&1; then :
17069 ac_cv_cpp_def___arm__=yes
17070 else
17071 ac_cv_cpp_def___arm__=no
17073 rm -f conftest*
17076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17077 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17078 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17079 CFLAGS="$CFLAGS -D__arm__"
17080 LINTFLAGS="$LINTFLAGS -D__arm__"
17081 fi ;;
17082 esac
17084 case $host_vendor in
17085 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17086 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17087 if ${ac_cv_cpp_def___sun__+:} false; then :
17088 $as_echo_n "(cached) " >&6
17089 else
17090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17091 /* end confdefs.h. */
17092 #ifndef __sun__
17094 #endif
17095 _ACEOF
17096 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17097 $EGREP "yes" >/dev/null 2>&1; then :
17098 ac_cv_cpp_def___sun__=yes
17099 else
17100 ac_cv_cpp_def___sun__=no
17102 rm -f conftest*
17105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17106 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17107 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17108 CFLAGS="$CFLAGS -D__sun__"
17109 LINTFLAGS="$LINTFLAGS -D__sun__"
17110 fi ;;
17111 esac
17117 ac_config_commands="$ac_config_commands include/stamp-h"
17119 $as_echo_n "creating Makefile rules..." >&6
17121 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17122 SOCKET_LIBS = $SOCKET_LIBS
17123 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17124 IOKIT_LIBS = $IOKIT_LIBS
17125 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17126 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17127 CORESERVICES_LIBS = $CORESERVICES_LIBS
17128 APPKIT_LIBS = $APPKIT_LIBS
17129 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17130 SECURITY_LIBS = $SECURITY_LIBS
17131 COREAUDIO_LIBS = $COREAUDIO_LIBS
17132 OPENAL_LIBS = $OPENAL_LIBS
17133 OPENCL_LIBS = $OPENCL_LIBS
17134 QUICKTIME_LIBS = $QUICKTIME_LIBS
17135 CARBON_LIBS = $CARBON_LIBS
17136 PTHREAD_LIBS = $PTHREAD_LIBS
17137 X_CFLAGS = $X_CFLAGS
17138 X_PRE_LIBS = $X_PRE_LIBS
17139 X_LIBS = $X_LIBS
17140 X_EXTRA_LIBS = $X_EXTRA_LIBS
17141 PCAP_LIBS = $PCAP_LIBS
17142 XML2_CFLAGS = $XML2_CFLAGS
17143 XML2_LIBS = $XML2_LIBS
17144 XSLT_CFLAGS = $XSLT_CFLAGS
17145 XSLT_LIBS = $XSLT_LIBS
17146 DBUS_CFLAGS = $DBUS_CFLAGS
17147 DBUS_LIBS = $DBUS_LIBS
17148 HAL_CFLAGS = $HAL_CFLAGS
17149 HAL_LIBS = $HAL_LIBS
17150 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17151 GNUTLS_LIBS = $GNUTLS_LIBS
17152 SANE_CFLAGS = $SANE_CFLAGS
17153 SANE_LIBS = $SANE_LIBS
17154 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17155 GPHOTO2_LIBS = $GPHOTO2_LIBS
17156 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17157 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17158 RESOLV_LIBS = $RESOLV_LIBS
17159 LCMS2_CFLAGS = $LCMS2_CFLAGS
17160 LCMS2_LIBS = $LCMS2_LIBS
17161 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17162 FREETYPE_LIBS = $FREETYPE_LIBS
17163 Z_LIBS = $Z_LIBS
17164 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17165 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17166 GSTREAMER_LIBS = $GSTREAMER_LIBS
17167 ALSA_LIBS = $ALSA_LIBS
17168 OSS4_CFLAGS = $OSS4_CFLAGS
17169 CAPI20_CFLAGS = $CAPI20_CFLAGS
17170 CAPI20_LIBS = $CAPI20_LIBS
17171 CUPS_CFLAGS = $CUPS_CFLAGS
17172 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17173 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17174 JPEG_CFLAGS = $JPEG_CFLAGS
17175 JPEG_LIBS = $JPEG_LIBS
17176 PNG_CFLAGS = $PNG_CFLAGS
17177 PNG_LIBS = $PNG_LIBS
17178 TIFF_CFLAGS = $TIFF_CFLAGS
17179 TIFF_LIBS = $TIFF_LIBS
17180 MPG123_CFLAGS = $MPG123_CFLAGS
17181 MPG123_LIBS = $MPG123_LIBS
17182 KSTAT_LIBS = $KSTAT_LIBS
17183 PROCSTAT_LIBS = $PROCSTAT_LIBS
17184 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17185 DL_LIBS = $DL_LIBS
17186 POLL_LIBS = $POLL_LIBS
17187 RT_LIBS = $RT_LIBS
17188 LDAP_LIBS = $LDAP_LIBS
17193 wine_fn_append_rule "
17194 # Rules automatically generated by configure
17196 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17198 .INIT: Makefile
17199 .MAKEFILEDEPS:
17200 all: Makefile
17201 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17202 @./config.status Make.tmp Makefile"
17204 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17205 .gitignore: config.status
17206 @./config.status .gitignore"
17208 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17209 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17211 if test "x$enable_fonts" != xno; then
17212 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17213 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17214 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17215 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17216 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17217 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17219 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17220 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17221 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17222 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17223 ac_config_links="$ac_config_links wine:tools/winewrapper"
17224 wine_fn_config_symlink wine
17225 if test "x$enable_win64" != xno; then
17226 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17227 wine_fn_config_symlink wine64
17230 wine_fn_config_dll acledit enable_acledit
17231 wine_fn_config_dll aclui enable_aclui implib
17232 wine_fn_config_dll activeds enable_activeds implib
17233 wine_fn_config_dll actxprxy enable_actxprxy clean
17234 wine_fn_config_lib adsiid
17235 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17236 wine_fn_config_test dlls/advapi32/tests advapi32_test
17237 wine_fn_config_dll advpack enable_advpack implib
17238 wine_fn_config_test dlls/advpack/tests advpack_test
17239 wine_fn_config_dll amstream enable_amstream clean
17240 wine_fn_config_test dlls/amstream/tests amstream_test
17241 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17242 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17243 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17244 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17245 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17246 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17247 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17248 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17249 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17250 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17251 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17252 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17253 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17254 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17255 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17256 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17257 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17258 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17259 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17260 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17261 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17262 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17263 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17264 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17266 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17267 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17268 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17269 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17270 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17271 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17272 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17273 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17275 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17276 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17277 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17278 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17279 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17280 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17281 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17282 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17283 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17284 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17285 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17287 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17289 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17291 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17292 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17294 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17295 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17296 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17298 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17301 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17302 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17303 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17304 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17305 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17306 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17307 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17308 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17309 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17310 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17311 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17312 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17313 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17314 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17315 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17316 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17317 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17318 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17319 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17320 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17321 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17322 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17323 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17324 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17325 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17326 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17327 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17328 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17329 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17330 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17331 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17332 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17333 wine_fn_config_dll apphelp enable_apphelp
17334 wine_fn_config_test dlls/apphelp/tests apphelp_test
17335 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17336 wine_fn_config_dll atl enable_atl clean,implib
17337 wine_fn_config_test dlls/atl/tests atl_test
17338 wine_fn_config_dll atl100 enable_atl100 clean,implib
17339 wine_fn_config_test dlls/atl100/tests atl100_test
17340 wine_fn_config_dll atl110 enable_atl110 clean
17341 wine_fn_config_dll atl80 enable_atl80 clean,implib
17342 wine_fn_config_test dlls/atl80/tests atl80_test
17343 wine_fn_config_dll atl90 enable_atl90 clean
17344 wine_fn_config_dll authz enable_authz
17345 wine_fn_config_dll avicap32 enable_avicap32 implib
17346 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17347 wine_fn_config_test dlls/avifil32/tests avifil32_test
17348 wine_fn_config_dll avifile.dll16 enable_win16
17349 wine_fn_config_dll avrt enable_avrt implib
17350 wine_fn_config_dll bcrypt enable_bcrypt
17351 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17352 wine_fn_config_dll browseui enable_browseui clean,po
17353 wine_fn_config_test dlls/browseui/tests browseui_test
17354 wine_fn_config_dll cabinet enable_cabinet implib
17355 wine_fn_config_test dlls/cabinet/tests cabinet_test
17356 wine_fn_config_dll capi2032 enable_capi2032 implib
17357 wine_fn_config_dll cards enable_cards implib
17358 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17359 wine_fn_config_dll clusapi enable_clusapi implib
17360 wine_fn_config_dll combase enable_combase
17361 wine_fn_config_test dlls/combase/tests combase_test
17362 wine_fn_config_dll comcat enable_comcat
17363 wine_fn_config_test dlls/comcat/tests comcat_test
17364 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17365 wine_fn_config_test dlls/comctl32/tests comctl32_test
17366 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17367 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17368 wine_fn_config_dll comm.drv16 enable_win16
17369 wine_fn_config_dll commdlg.dll16 enable_win16
17370 wine_fn_config_dll compobj.dll16 enable_win16
17371 wine_fn_config_dll compstui enable_compstui implib
17372 wine_fn_config_dll comsvcs enable_comsvcs implib
17373 wine_fn_config_dll connect enable_connect
17374 wine_fn_config_dll credui enable_credui implib,po
17375 wine_fn_config_test dlls/credui/tests credui_test
17376 wine_fn_config_dll crtdll enable_crtdll implib
17377 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17378 wine_fn_config_test dlls/crypt32/tests crypt32_test
17379 wine_fn_config_dll cryptdlg enable_cryptdlg po
17380 wine_fn_config_dll cryptdll enable_cryptdll implib
17381 wine_fn_config_dll cryptext enable_cryptext
17382 wine_fn_config_dll cryptnet enable_cryptnet implib
17383 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17384 wine_fn_config_dll cryptui enable_cryptui implib,po
17385 wine_fn_config_test dlls/cryptui/tests cryptui_test
17386 wine_fn_config_dll ctapi32 enable_ctapi32
17387 wine_fn_config_dll ctl3d.dll16 enable_win16
17388 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17389 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17390 wine_fn_config_dll d2d1 enable_d2d1 implib
17391 wine_fn_config_test dlls/d2d1/tests d2d1_test
17392 wine_fn_config_dll d3d10 enable_d3d10 implib
17393 wine_fn_config_test dlls/d3d10/tests d3d10_test
17394 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17395 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17396 wine_fn_config_dll d3d10core enable_d3d10core implib
17397 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17398 wine_fn_config_dll d3d11 enable_d3d11 implib
17399 wine_fn_config_test dlls/d3d11/tests d3d11_test
17400 wine_fn_config_dll d3d8 enable_d3d8 implib
17401 wine_fn_config_test dlls/d3d8/tests d3d8_test
17402 wine_fn_config_dll d3d9 enable_d3d9 implib
17403 wine_fn_config_test dlls/d3d9/tests d3d9_test
17404 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17405 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17406 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17407 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17408 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17409 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17410 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17411 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17412 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17413 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17414 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17415 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17416 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17417 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17418 wine_fn_config_dll d3dim enable_d3dim implib
17419 wine_fn_config_dll d3drm enable_d3drm implib
17420 wine_fn_config_test dlls/d3drm/tests d3drm_test
17421 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17422 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17423 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17424 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17425 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17426 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17427 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17428 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17429 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17430 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17431 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17432 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17433 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17434 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17435 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17436 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17437 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17438 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17439 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17440 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17441 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17442 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17443 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17444 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17445 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17446 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17447 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17448 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17449 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17450 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17451 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17452 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17453 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17454 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17455 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17456 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17457 wine_fn_config_dll davclnt enable_davclnt
17458 wine_fn_config_dll dbgeng enable_dbgeng implib
17459 wine_fn_config_dll dbghelp enable_dbghelp implib
17460 wine_fn_config_dll dciman32 enable_dciman32 implib
17461 wine_fn_config_dll ddeml.dll16 enable_win16
17462 wine_fn_config_dll ddraw enable_ddraw clean,implib
17463 wine_fn_config_test dlls/ddraw/tests ddraw_test
17464 wine_fn_config_dll ddrawex enable_ddrawex clean
17465 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17466 wine_fn_config_dll devenum enable_devenum clean,po
17467 wine_fn_config_test dlls/devenum/tests devenum_test
17468 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17469 wine_fn_config_dll difxapi enable_difxapi
17470 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17471 wine_fn_config_test dlls/dinput/tests dinput_test
17472 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17473 wine_fn_config_test dlls/dinput8/tests dinput8_test
17474 wine_fn_config_dll dispdib.dll16 enable_win16
17475 wine_fn_config_dll dispex enable_dispex clean
17476 wine_fn_config_test dlls/dispex/tests dispex_test
17477 wine_fn_config_dll display.drv16 enable_win16
17478 wine_fn_config_dll dmband enable_dmband clean
17479 wine_fn_config_test dlls/dmband/tests dmband_test
17480 wine_fn_config_dll dmcompos enable_dmcompos clean
17481 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17482 wine_fn_config_dll dmime enable_dmime clean
17483 wine_fn_config_test dlls/dmime/tests dmime_test
17484 wine_fn_config_dll dmloader enable_dmloader clean
17485 wine_fn_config_test dlls/dmloader/tests dmloader_test
17486 wine_fn_config_dll dmscript enable_dmscript clean
17487 wine_fn_config_test dlls/dmscript/tests dmscript_test
17488 wine_fn_config_dll dmstyle enable_dmstyle clean
17489 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17490 wine_fn_config_dll dmsynth enable_dmsynth clean
17491 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17492 wine_fn_config_dll dmusic enable_dmusic clean
17493 wine_fn_config_test dlls/dmusic/tests dmusic_test
17494 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17495 wine_fn_config_dll dnsapi enable_dnsapi implib
17496 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17497 wine_fn_config_dll dplay enable_dplay implib
17498 wine_fn_config_dll dplayx enable_dplayx clean,implib
17499 wine_fn_config_test dlls/dplayx/tests dplayx_test
17500 wine_fn_config_dll dpnaddr enable_dpnaddr
17501 wine_fn_config_dll dpnet enable_dpnet clean,implib
17502 wine_fn_config_test dlls/dpnet/tests dpnet_test
17503 wine_fn_config_dll dpnhpast enable_dpnhpast
17504 wine_fn_config_dll dpnlobby enable_dpnlobby
17505 wine_fn_config_dll dpvoice enable_dpvoice clean
17506 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17507 wine_fn_config_dll dpwsockx enable_dpwsockx
17508 wine_fn_config_dll drmclien enable_drmclien
17509 wine_fn_config_dll dsound enable_dsound clean,implib
17510 wine_fn_config_test dlls/dsound/tests dsound_test
17511 wine_fn_config_dll dssenh enable_dssenh
17512 wine_fn_config_test dlls/dssenh/tests dssenh_test
17513 wine_fn_config_dll dswave enable_dswave clean
17514 wine_fn_config_test dlls/dswave/tests dswave_test
17515 wine_fn_config_dll dwmapi enable_dwmapi implib
17516 wine_fn_config_dll dwrite enable_dwrite implib
17517 wine_fn_config_test dlls/dwrite/tests dwrite_test
17518 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17519 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17520 wine_fn_config_lib dxerr8
17521 wine_fn_config_lib dxerr9
17522 wine_fn_config_dll dxgi enable_dxgi implib
17523 wine_fn_config_test dlls/dxgi/tests dxgi_test
17524 wine_fn_config_lib dxguid
17525 wine_fn_config_dll dxva2 enable_dxva2
17526 wine_fn_config_dll esent enable_esent
17527 wine_fn_config_dll evr enable_evr
17528 wine_fn_config_dll explorerframe enable_explorerframe clean
17529 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17530 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17531 wine_fn_config_dll faultrep enable_faultrep implib
17532 wine_fn_config_test dlls/faultrep/tests faultrep_test
17533 wine_fn_config_dll fltlib enable_fltlib
17534 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17535 wine_fn_config_dll fntcache enable_fntcache
17536 wine_fn_config_dll fontsub enable_fontsub
17537 wine_fn_config_dll fusion enable_fusion
17538 wine_fn_config_test dlls/fusion/tests fusion_test
17539 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17540 wine_fn_config_dll gameux enable_gameux clean
17541 wine_fn_config_test dlls/gameux/tests gameux_test
17542 wine_fn_config_dll gdi.exe16 enable_win16
17543 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17544 wine_fn_config_test dlls/gdi32/tests gdi32_test
17545 wine_fn_config_dll gdiplus enable_gdiplus implib
17546 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17547 wine_fn_config_dll glu32 enable_glu32 implib
17548 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17549 wine_fn_config_dll gpkcsp enable_gpkcsp
17550 wine_fn_config_dll hal enable_hal
17551 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17552 wine_fn_config_dll hid enable_hid implib
17553 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17554 wine_fn_config_dll hlink enable_hlink clean,implib
17555 wine_fn_config_test dlls/hlink/tests hlink_test
17556 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17557 wine_fn_config_dll httpapi enable_httpapi
17558 wine_fn_config_dll iccvid enable_iccvid po
17559 wine_fn_config_dll icmp enable_icmp
17560 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17561 wine_fn_config_test dlls/ieframe/tests ieframe_test
17562 wine_fn_config_dll ifsmgr.vxd enable_win16
17563 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17564 wine_fn_config_dll imagehlp enable_imagehlp implib
17565 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17566 wine_fn_config_dll imm.dll16 enable_win16
17567 wine_fn_config_dll imm32 enable_imm32 implib
17568 wine_fn_config_test dlls/imm32/tests imm32_test
17569 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17570 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17571 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17572 wine_fn_config_dll inetmib1 enable_inetmib1
17573 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17574 wine_fn_config_dll infosoft enable_infosoft clean
17575 wine_fn_config_test dlls/infosoft/tests infosoft_test
17576 wine_fn_config_dll initpki enable_initpki
17577 wine_fn_config_dll inkobj enable_inkobj
17578 wine_fn_config_dll inseng enable_inseng clean
17579 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17580 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17581 wine_fn_config_dll itircl enable_itircl
17582 wine_fn_config_dll itss enable_itss clean
17583 wine_fn_config_test dlls/itss/tests itss_test
17584 wine_fn_config_dll joy.cpl enable_joy_cpl po
17585 wine_fn_config_dll jscript enable_jscript clean,po
17586 wine_fn_config_test dlls/jscript/tests jscript_test
17587 wine_fn_config_dll jsproxy enable_jsproxy implib
17588 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17589 wine_fn_config_test dlls/kernel32/tests kernel32_test
17590 wine_fn_config_dll keyboard.drv16 enable_win16
17591 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17592 wine_fn_config_dll ksuser enable_ksuser
17593 wine_fn_config_dll ktmw32 enable_ktmw32
17594 wine_fn_config_dll loadperf enable_loadperf implib
17595 wine_fn_config_dll localspl enable_localspl po
17596 wine_fn_config_test dlls/localspl/tests localspl_test
17597 wine_fn_config_dll localui enable_localui po
17598 wine_fn_config_test dlls/localui/tests localui_test
17599 wine_fn_config_dll lz32 enable_lz32 implib
17600 wine_fn_config_test dlls/lz32/tests lz32_test
17601 wine_fn_config_dll lzexpand.dll16 enable_win16
17602 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17603 wine_fn_config_test dlls/mapi32/tests mapi32_test
17604 wine_fn_config_dll mapistub enable_mapistub
17605 wine_fn_config_dll mciavi32 enable_mciavi32
17606 wine_fn_config_dll mcicda enable_mcicda
17607 wine_fn_config_dll mciqtz32 enable_mciqtz32
17608 wine_fn_config_dll mciseq enable_mciseq
17609 wine_fn_config_dll mciwave enable_mciwave
17610 wine_fn_config_dll mf enable_mf
17611 wine_fn_config_dll mfplat enable_mfplat
17612 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17613 wine_fn_config_dll mgmtapi enable_mgmtapi
17614 wine_fn_config_dll midimap enable_midimap
17615 wine_fn_config_dll mlang enable_mlang clean,implib
17616 wine_fn_config_test dlls/mlang/tests mlang_test
17617 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17618 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17619 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17620 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17621 wine_fn_config_dll mmdevldr.vxd enable_win16
17622 wine_fn_config_dll mmsystem.dll16 enable_win16
17623 wine_fn_config_dll monodebg.vxd enable_win16
17624 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17625 wine_fn_config_dll mouse.drv16 enable_win16
17626 wine_fn_config_dll mpr enable_mpr implib,po
17627 wine_fn_config_test dlls/mpr/tests mpr_test
17628 wine_fn_config_dll mprapi enable_mprapi implib
17629 wine_fn_config_dll msacm.dll16 enable_win16
17630 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17631 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17632 wine_fn_config_test dlls/msacm32/tests msacm32_test
17633 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17634 wine_fn_config_dll msasn1 enable_msasn1 implib
17635 wine_fn_config_dll mscat32 enable_mscat32
17636 wine_fn_config_dll mscms enable_mscms implib
17637 wine_fn_config_test dlls/mscms/tests mscms_test
17638 wine_fn_config_dll mscoree enable_mscoree clean
17639 wine_fn_config_test dlls/mscoree/tests mscoree_test
17640 wine_fn_config_dll msctf enable_msctf clean
17641 wine_fn_config_test dlls/msctf/tests msctf_test
17642 wine_fn_config_dll msctfp enable_msctfp clean
17643 wine_fn_config_dll msdaps enable_msdaps clean
17644 wine_fn_config_dll msdelta enable_msdelta
17645 wine_fn_config_dll msdmo enable_msdmo implib
17646 wine_fn_config_test dlls/msdmo/tests msdmo_test
17647 wine_fn_config_dll msftedit enable_msftedit
17648 wine_fn_config_dll msg711.acm enable_msg711_acm
17649 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17650 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17651 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17652 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17653 wine_fn_config_dll msi enable_msi clean,implib,po
17654 wine_fn_config_test dlls/msi/tests msi_test
17655 wine_fn_config_dll msident enable_msident clean
17656 wine_fn_config_dll msimg32 enable_msimg32 implib
17657 wine_fn_config_dll msimsg enable_msimsg
17658 wine_fn_config_dll msimtf enable_msimtf clean
17659 wine_fn_config_dll msisip enable_msisip
17660 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17661 wine_fn_config_dll msls31 enable_msls31
17662 wine_fn_config_dll msnet32 enable_msnet32
17663 wine_fn_config_dll mspatcha enable_mspatcha implib
17664 wine_fn_config_dll msrle32 enable_msrle32 po
17665 wine_fn_config_test dlls/msrle32/tests msrle32_test
17666 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17667 wine_fn_config_dll mssign32 enable_mssign32
17668 wine_fn_config_dll mssip32 enable_mssip32
17669 wine_fn_config_dll mstask enable_mstask clean
17670 wine_fn_config_test dlls/mstask/tests mstask_test
17671 wine_fn_config_dll msvcirt enable_msvcirt
17672 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17673 wine_fn_config_dll msvcm80 enable_msvcm80
17674 wine_fn_config_dll msvcm90 enable_msvcm90
17675 wine_fn_config_dll msvcp100 enable_msvcp100
17676 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17677 wine_fn_config_dll msvcp110 enable_msvcp110
17678 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17679 wine_fn_config_dll msvcp120 enable_msvcp120
17680 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17681 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17682 wine_fn_config_dll msvcp60 enable_msvcp60
17683 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17684 wine_fn_config_dll msvcp70 enable_msvcp70
17685 wine_fn_config_dll msvcp71 enable_msvcp71
17686 wine_fn_config_dll msvcp80 enable_msvcp80
17687 wine_fn_config_dll msvcp90 enable_msvcp90
17688 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17689 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17690 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17691 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17692 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17693 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17694 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17695 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17696 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17697 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17698 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17699 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17700 wine_fn_config_dll msvcrt enable_msvcrt implib
17701 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17702 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17703 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17704 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17705 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17706 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17707 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17708 wine_fn_config_dll msvidc32 enable_msvidc32 po
17709 wine_fn_config_dll msvideo.dll16 enable_win16
17710 wine_fn_config_dll mswsock enable_mswsock implib
17711 wine_fn_config_dll msxml enable_msxml clean
17712 wine_fn_config_dll msxml2 enable_msxml2 clean
17713 wine_fn_config_dll msxml3 enable_msxml3 clean
17714 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17715 wine_fn_config_dll msxml4 enable_msxml4 clean
17716 wine_fn_config_dll msxml6 enable_msxml6 clean
17717 wine_fn_config_dll nddeapi enable_nddeapi implib
17718 wine_fn_config_dll ndis.sys enable_ndis_sys
17719 wine_fn_config_dll netapi32 enable_netapi32 implib
17720 wine_fn_config_test dlls/netapi32/tests netapi32_test
17721 wine_fn_config_dll netcfgx enable_netcfgx clean
17722 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17723 wine_fn_config_dll netprofm enable_netprofm clean
17724 wine_fn_config_test dlls/netprofm/tests netprofm_test
17725 wine_fn_config_dll newdev enable_newdev implib
17726 wine_fn_config_dll normaliz enable_normaliz implib
17727 wine_fn_config_dll npmshtml enable_npmshtml
17728 wine_fn_config_dll npptools enable_npptools
17729 wine_fn_config_dll ntdll enable_ntdll implib
17730 wine_fn_config_test dlls/ntdll/tests ntdll_test
17731 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17732 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17733 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17734 wine_fn_config_dll ntprint enable_ntprint
17735 wine_fn_config_test dlls/ntprint/tests ntprint_test
17736 wine_fn_config_dll objsel enable_objsel clean
17737 wine_fn_config_dll odbc32 enable_odbc32 implib
17738 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17739 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17740 wine_fn_config_dll odbccu32 enable_odbccu32
17741 wine_fn_config_dll ole2.dll16 enable_win16
17742 wine_fn_config_dll ole2conv.dll16 enable_win16
17743 wine_fn_config_dll ole2disp.dll16 enable_win16
17744 wine_fn_config_dll ole2nls.dll16 enable_win16
17745 wine_fn_config_dll ole2prox.dll16 enable_win16
17746 wine_fn_config_dll ole2thk.dll16 enable_win16
17747 wine_fn_config_dll ole32 enable_ole32 clean,implib
17748 wine_fn_config_test dlls/ole32/tests ole32_test
17749 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17750 wine_fn_config_test dlls/oleacc/tests oleacc_test
17751 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17752 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17753 wine_fn_config_dll olecli.dll16 enable_win16
17754 wine_fn_config_dll olecli32 enable_olecli32 implib
17755 wine_fn_config_dll oledb32 enable_oledb32 clean
17756 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17757 wine_fn_config_dll oledlg enable_oledlg implib,po
17758 wine_fn_config_test dlls/oledlg/tests oledlg_test
17759 wine_fn_config_dll olepro32 enable_olepro32 implib
17760 wine_fn_config_dll olesvr.dll16 enable_win16
17761 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17762 wine_fn_config_dll olethk32 enable_olethk32
17763 wine_fn_config_dll openal32 enable_openal32
17764 wine_fn_config_dll opencl enable_opencl
17765 wine_fn_config_dll opengl32 enable_opengl32 implib
17766 wine_fn_config_test dlls/opengl32/tests opengl32_test
17767 wine_fn_config_dll packager enable_packager clean
17768 wine_fn_config_test dlls/packager/tests packager_test
17769 wine_fn_config_dll pdh enable_pdh implib
17770 wine_fn_config_test dlls/pdh/tests pdh_test
17771 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17772 wine_fn_config_dll pidgen enable_pidgen
17773 wine_fn_config_dll powrprof enable_powrprof implib
17774 wine_fn_config_dll printui enable_printui
17775 wine_fn_config_dll prntvpt enable_prntvpt
17776 wine_fn_config_dll propsys enable_propsys clean,implib
17777 wine_fn_config_test dlls/propsys/tests propsys_test
17778 wine_fn_config_dll psapi enable_psapi implib
17779 wine_fn_config_test dlls/psapi/tests psapi_test
17780 wine_fn_config_dll pstorec enable_pstorec clean
17781 wine_fn_config_dll qcap enable_qcap
17782 wine_fn_config_test dlls/qcap/tests qcap_test
17783 wine_fn_config_dll qedit enable_qedit clean
17784 wine_fn_config_test dlls/qedit/tests qedit_test
17785 wine_fn_config_dll qmgr enable_qmgr clean
17786 wine_fn_config_test dlls/qmgr/tests qmgr_test
17787 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17788 wine_fn_config_dll quartz enable_quartz clean,implib
17789 wine_fn_config_test dlls/quartz/tests quartz_test clean
17790 wine_fn_config_dll query enable_query
17791 wine_fn_config_dll rasapi16.dll16 enable_win16
17792 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17793 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17794 wine_fn_config_dll rasdlg enable_rasdlg implib
17795 wine_fn_config_dll regapi enable_regapi
17796 wine_fn_config_dll resutils enable_resutils implib
17797 wine_fn_config_dll riched20 enable_riched20 clean,implib
17798 wine_fn_config_test dlls/riched20/tests riched20_test
17799 wine_fn_config_dll riched32 enable_riched32
17800 wine_fn_config_test dlls/riched32/tests riched32_test
17801 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17802 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17803 wine_fn_config_dll rsabase enable_rsabase
17804 wine_fn_config_dll rsaenh enable_rsaenh implib
17805 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17806 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17807 wine_fn_config_dll rtutils enable_rtutils implib
17808 wine_fn_config_dll samlib enable_samlib
17809 wine_fn_config_dll sane.ds enable_sane_ds po
17810 wine_fn_config_dll scarddlg enable_scarddlg
17811 wine_fn_config_dll sccbase enable_sccbase
17812 wine_fn_config_dll schannel enable_schannel
17813 wine_fn_config_test dlls/schannel/tests schannel_test
17814 wine_fn_config_dll schedsvc enable_schedsvc clean
17815 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17816 wine_fn_config_dll scrrun enable_scrrun clean
17817 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17818 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17819 wine_fn_config_dll secur32 enable_secur32 implib
17820 wine_fn_config_test dlls/secur32/tests secur32_test
17821 wine_fn_config_dll security enable_security
17822 wine_fn_config_dll sensapi enable_sensapi implib
17823 wine_fn_config_dll serialui enable_serialui implib,po
17824 wine_fn_config_test dlls/serialui/tests serialui_test
17825 wine_fn_config_dll setupapi enable_setupapi implib,po
17826 wine_fn_config_test dlls/setupapi/tests setupapi_test
17827 wine_fn_config_dll setupx.dll16 enable_win16
17828 wine_fn_config_dll sfc enable_sfc implib
17829 wine_fn_config_dll sfc_os enable_sfc_os implib
17830 wine_fn_config_dll shdoclc enable_shdoclc po
17831 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17832 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17833 wine_fn_config_dll shell.dll16 enable_win16
17834 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17835 wine_fn_config_test dlls/shell32/tests shell32_test
17836 wine_fn_config_dll shfolder enable_shfolder implib
17837 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17838 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17839 wine_fn_config_dll slbcsp enable_slbcsp
17840 wine_fn_config_dll slc enable_slc implib
17841 wine_fn_config_test dlls/slc/tests slc_test
17842 wine_fn_config_dll snmpapi enable_snmpapi implib
17843 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17844 wine_fn_config_dll softpub enable_softpub
17845 wine_fn_config_dll sound.drv16 enable_win16
17846 wine_fn_config_dll spoolss enable_spoolss implib
17847 wine_fn_config_test dlls/spoolss/tests spoolss_test
17848 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17849 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17850 wine_fn_config_dll sti enable_sti clean,implib
17851 wine_fn_config_test dlls/sti/tests sti_test
17852 wine_fn_config_dll storage.dll16 enable_win16
17853 wine_fn_config_dll stress.dll16 enable_win16
17854 wine_fn_config_lib strmbase
17855 wine_fn_config_lib strmiids
17856 wine_fn_config_dll svrapi enable_svrapi
17857 wine_fn_config_dll sxs enable_sxs implib
17858 wine_fn_config_test dlls/sxs/tests sxs_test
17859 wine_fn_config_dll system.drv16 enable_win16
17860 wine_fn_config_dll t2embed enable_t2embed
17861 wine_fn_config_dll tapi32 enable_tapi32 implib
17862 wine_fn_config_dll taskschd enable_taskschd clean
17863 wine_fn_config_test dlls/taskschd/tests taskschd_test
17864 wine_fn_config_dll toolhelp.dll16 enable_win16
17865 wine_fn_config_dll traffic enable_traffic
17866 wine_fn_config_dll twain.dll16 enable_win16
17867 wine_fn_config_dll twain_32 enable_twain_32
17868 wine_fn_config_test dlls/twain_32/tests twain_32_test
17869 wine_fn_config_dll typelib.dll16 enable_win16
17870 wine_fn_config_dll ucrtbase enable_ucrtbase
17871 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17872 wine_fn_config_dll unicows enable_unicows implib
17873 wine_fn_config_dll updspapi enable_updspapi
17874 wine_fn_config_dll url enable_url implib
17875 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17876 wine_fn_config_test dlls/urlmon/tests urlmon_test
17877 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17878 wine_fn_config_dll user.exe16 enable_win16
17879 wine_fn_config_dll user32 enable_user32 clean,implib,po
17880 wine_fn_config_test dlls/user32/tests user32_test
17881 wine_fn_config_dll userenv enable_userenv implib
17882 wine_fn_config_test dlls/userenv/tests userenv_test
17883 wine_fn_config_dll usp10 enable_usp10 implib
17884 wine_fn_config_test dlls/usp10/tests usp10_test
17885 wine_fn_config_lib uuid
17886 wine_fn_config_dll uxtheme enable_uxtheme implib
17887 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17888 wine_fn_config_dll vbscript enable_vbscript clean
17889 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17890 wine_fn_config_dll vcomp enable_vcomp
17891 wine_fn_config_test dlls/vcomp/tests vcomp_test
17892 wine_fn_config_dll vcomp100 enable_vcomp100
17893 wine_fn_config_dll vcomp110 enable_vcomp110
17894 wine_fn_config_dll vcomp120 enable_vcomp120
17895 wine_fn_config_dll vcomp90 enable_vcomp90
17896 wine_fn_config_dll vdhcp.vxd enable_win16
17897 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17898 wine_fn_config_dll ver.dll16 enable_win16
17899 wine_fn_config_dll version enable_version implib
17900 wine_fn_config_test dlls/version/tests version_test
17901 wine_fn_config_dll vmm.vxd enable_win16
17902 wine_fn_config_dll vnbt.vxd enable_win16
17903 wine_fn_config_dll vnetbios.vxd enable_win16
17904 wine_fn_config_dll vssapi enable_vssapi
17905 wine_fn_config_dll vtdapi.vxd enable_win16
17906 wine_fn_config_dll vwin32.vxd enable_win16
17907 wine_fn_config_dll w32skrnl enable_win16
17908 wine_fn_config_dll w32sys.dll16 enable_win16
17909 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17910 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17911 wine_fn_config_dll wbemprox enable_wbemprox clean
17912 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17913 wine_fn_config_dll webservices enable_webservices implib
17914 wine_fn_config_test dlls/webservices/tests webservices_test
17915 wine_fn_config_dll wer enable_wer implib
17916 wine_fn_config_test dlls/wer/tests wer_test
17917 wine_fn_config_dll wevtapi enable_wevtapi
17918 wine_fn_config_dll wiaservc enable_wiaservc clean
17919 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
17920 wine_fn_config_dll wimgapi enable_wimgapi
17921 wine_fn_config_dll win32s16.dll16 enable_win16
17922 wine_fn_config_dll win87em.dll16 enable_win16
17923 wine_fn_config_dll winaspi.dll16 enable_win16
17924 wine_fn_config_dll windebug.dll16 enable_win16
17925 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17926 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17927 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17928 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17929 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17930 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17931 wine_fn_config_lib winecrt0
17932 wine_fn_config_dll wined3d enable_wined3d implib
17933 wine_fn_config_dll winegstreamer enable_winegstreamer
17934 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17935 wine_fn_config_dll winemac.drv enable_winemac_drv
17936 wine_fn_config_dll winemapi enable_winemapi
17937 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17938 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17939 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17940 wine_fn_config_dll wineps16.drv16 enable_win16
17941 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17942 wine_fn_config_dll winex11.drv enable_winex11_drv
17943 wine_fn_config_dll wing.dll16 enable_win16
17944 wine_fn_config_dll wing32 enable_wing32
17945 wine_fn_config_dll winhttp enable_winhttp clean,implib
17946 wine_fn_config_test dlls/winhttp/tests winhttp_test
17947 wine_fn_config_dll wininet enable_wininet implib,po
17948 wine_fn_config_test dlls/wininet/tests wininet_test
17949 wine_fn_config_dll winmm enable_winmm implib,po
17950 wine_fn_config_test dlls/winmm/tests winmm_test
17951 wine_fn_config_dll winnls.dll16 enable_win16
17952 wine_fn_config_dll winnls32 enable_winnls32 implib
17953 wine_fn_config_dll winscard enable_winscard implib
17954 wine_fn_config_dll winsock.dll16 enable_win16
17955 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17956 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17957 wine_fn_config_dll winsta enable_winsta
17958 wine_fn_config_dll wintab.dll16 enable_win16
17959 wine_fn_config_dll wintab32 enable_wintab32 implib
17960 wine_fn_config_test dlls/wintab32/tests wintab32_test
17961 wine_fn_config_dll wintrust enable_wintrust implib
17962 wine_fn_config_test dlls/wintrust/tests wintrust_test
17963 wine_fn_config_dll wlanapi enable_wlanapi
17964 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17965 wine_fn_config_test dlls/wldap32/tests wldap32_test
17966 wine_fn_config_dll wmi enable_wmi
17967 wine_fn_config_dll wmiutils enable_wmiutils clean
17968 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17969 wine_fn_config_dll wmp enable_wmp clean
17970 wine_fn_config_test dlls/wmp/tests wmp_test
17971 wine_fn_config_dll wmvcore enable_wmvcore
17972 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17973 wine_fn_config_dll wow32 enable_win16 implib
17974 wine_fn_config_dll wpcap enable_wpcap
17975 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17976 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17977 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17978 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17979 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17980 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17981 wine_fn_config_dll wsock32 enable_wsock32 implib
17982 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17983 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17984 wine_fn_config_dll wuapi enable_wuapi clean
17985 wine_fn_config_dll wuaueng enable_wuaueng
17986 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
17987 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17988 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17989 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17990 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17991 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17992 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17993 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7 implib
17994 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17995 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
17996 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17997 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17998 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17999 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18000 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18001 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18002 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18003 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18004 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18005 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18006 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18007 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18008 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
18009 wine_fn_config_dll xinput1_1 enable_xinput1_1
18010 wine_fn_config_dll xinput1_2 enable_xinput1_2
18011 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18012 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18013 wine_fn_config_dll xinput1_4 enable_xinput1_4
18014 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18015 wine_fn_config_dll xmllite enable_xmllite implib
18016 wine_fn_config_test dlls/xmllite/tests xmllite_test
18017 wine_fn_config_dll xolehlp enable_xolehlp
18018 wine_fn_config_dll xpsprint enable_xpsprint
18019 wine_fn_config_dll xpssvcs enable_xpssvcs
18020 wine_fn_config_makefile documentation enable_documentation clean
18021 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18022 wine_fn_config_makefile include enable_include clean,install-dev
18023 wine_fn_config_makefile libs/port enable_libs_port
18024 wine_fn_config_makefile libs/wine enable_libs_wine clean,config,install-dev,install-lib
18025 wine_fn_config_makefile libs/wpp enable_libs_wpp
18026 wine_fn_config_makefile loader enable_loader clean,config,install-lib,manpage
18027 wine_fn_config_program arp enable_arp install
18028 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18029 wine_fn_config_program attrib enable_attrib install,po
18030 wine_fn_config_program cabarc enable_cabarc install
18031 wine_fn_config_program cacls enable_cacls install
18032 wine_fn_config_program clock enable_clock install,po
18033 wine_fn_config_program cmd enable_cmd install,po
18034 wine_fn_config_test programs/cmd/tests cmd.exe_test
18035 wine_fn_config_program conhost enable_conhost install
18036 wine_fn_config_program control enable_control install
18037 wine_fn_config_program cscript enable_cscript clean,install
18038 wine_fn_config_program dpnsvr enable_dpnsvr install
18039 wine_fn_config_program dxdiag enable_dxdiag install,po
18040 wine_fn_config_program eject enable_eject install
18041 wine_fn_config_program expand enable_expand install
18042 wine_fn_config_program explorer enable_explorer install,po
18043 wine_fn_config_program extrac32 enable_extrac32 install
18044 wine_fn_config_program findstr enable_findstr install
18045 wine_fn_config_program hh enable_hh install
18046 wine_fn_config_program hostname enable_hostname install,po
18047 wine_fn_config_program icinfo enable_icinfo install
18048 wine_fn_config_program iexplore enable_iexplore install
18049 wine_fn_config_program ipconfig enable_ipconfig install,po
18050 wine_fn_config_program lodctr enable_lodctr install
18051 wine_fn_config_program mofcomp enable_mofcomp install
18052 wine_fn_config_program mshta enable_mshta install
18053 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18054 wine_fn_config_program net enable_net install,po
18055 wine_fn_config_program netsh enable_netsh install
18056 wine_fn_config_program netstat enable_netstat install,po
18057 wine_fn_config_program ngen enable_ngen install
18058 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18059 wine_fn_config_program oleview enable_oleview install,po
18060 wine_fn_config_program ping enable_ping install
18061 wine_fn_config_program plugplay enable_plugplay install
18062 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18063 wine_fn_config_program progman enable_progman install,po
18064 wine_fn_config_program reg enable_reg install,po
18065 wine_fn_config_test programs/reg/tests reg.exe_test
18066 wine_fn_config_program regasm enable_regasm install
18067 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18068 wine_fn_config_test programs/regedit/tests regedit.exe_test
18069 wine_fn_config_program regsvcs enable_regsvcs install
18070 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18071 wine_fn_config_program rpcss enable_rpcss clean,install
18072 wine_fn_config_program rundll.exe16 enable_win16 install
18073 wine_fn_config_program rundll32 enable_rundll32 install
18074 wine_fn_config_program sc enable_sc install
18075 wine_fn_config_program schtasks enable_schtasks install
18076 wine_fn_config_program sdbinst enable_sdbinst install
18077 wine_fn_config_program secedit enable_secedit install
18078 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18079 wine_fn_config_program services enable_services clean,install
18080 wine_fn_config_test programs/services/tests services.exe_test
18081 wine_fn_config_program spoolsv enable_spoolsv install
18082 wine_fn_config_program start enable_start install,po
18083 wine_fn_config_program svchost enable_svchost install
18084 wine_fn_config_program systeminfo enable_systeminfo install
18085 wine_fn_config_program taskkill enable_taskkill install,po
18086 wine_fn_config_program tasklist enable_tasklist install
18087 wine_fn_config_program taskmgr enable_taskmgr install,po
18088 wine_fn_config_program termsv enable_termsv install
18089 wine_fn_config_program uninstaller enable_uninstaller install,po
18090 wine_fn_config_program unlodctr enable_unlodctr install
18091 wine_fn_config_program view enable_view install,po
18092 wine_fn_config_program wevtutil enable_wevtutil install
18093 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18094 wine_fn_config_program winebrowser enable_winebrowser install
18095 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18096 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18097 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18098 wine_fn_config_program winedevice enable_winedevice install
18099 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18100 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18101 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18102 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18103 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18104 wine_fn_config_program winetest enable_winetest clean,config
18105 wine_fn_config_program winevdm enable_win16 install
18106 wine_fn_config_program winhelp.exe16 enable_win16 install
18107 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18108 wine_fn_config_program winoldap.mod16 enable_win16 install
18109 wine_fn_config_program winver enable_winver install
18110 wine_fn_config_program wmic enable_wmic install,po
18111 wine_fn_config_program wordpad enable_wordpad install,po
18112 wine_fn_config_program write enable_write install,po
18113 wine_fn_config_program wscript enable_wscript clean,install
18114 wine_fn_config_test programs/wscript/tests wscript.exe_test
18115 wine_fn_config_program wusa enable_wusa install
18116 wine_fn_config_program xcopy enable_xcopy install,po
18117 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18118 wine_fn_config_makefile server enable_server clean,install-lib,manpage
18119 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
18120 wine_fn_config_tool tools/sfnt2fon clean
18121 wine_fn_config_tool tools/widl clean,install-dev,manpage
18122 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
18123 wine_fn_config_tool tools/winedump clean,install-dev,manpage
18124 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
18125 wine_fn_config_tool tools/wmc clean,install-dev,manpage
18126 wine_fn_config_tool tools/wrc clean,install-dev,manpage
18128 LINGUAS="\
18129 ar \
18130 bg \
18131 ca \
18132 cs \
18133 da \
18134 de \
18135 el \
18136 en \
18137 en_US \
18138 eo \
18139 es \
18140 fa \
18141 fi \
18142 fr \
18143 he \
18144 hi \
18145 hr \
18146 hu \
18147 it \
18148 ja \
18149 ko \
18150 lt \
18151 ml \
18152 nb_NO \
18153 nl \
18154 or \
18155 pa \
18156 pl \
18157 pt_BR \
18158 pt_PT \
18159 rm \
18160 ro \
18161 ru \
18162 sk \
18163 sl \
18164 sr_RS@cyrillic \
18165 sr_RS@latin \
18166 sv \
18167 te \
18168 th \
18169 tr \
18170 uk \
18171 wa \
18172 zh_CN \
18173 zh_TW"
18178 wine_fn_ignore_file ".gitignore"
18179 wine_fn_ignore_file "Makefile"
18180 wine_fn_ignore_file "TAGS"
18181 wine_fn_ignore_file "tags"
18182 wine_fn_ignore_file "autom4te.cache"
18183 wine_fn_ignore_file "config.cache"
18184 wine_fn_ignore_file "config.log"
18185 wine_fn_ignore_file "config.status"
18186 wine_fn_ignore_file "configure.lineno"
18187 wine_fn_ignore_file "include/config.h"
18188 wine_fn_ignore_file "include/stamp-h"
18189 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18191 if test "x$enable_tools" != xno
18192 then
18193 wine_fn_ignore_file "tools/makedep$ac_exeext"
18194 ac_config_commands="$ac_config_commands tools/makedep"
18198 ac_config_commands="$ac_config_commands Makefile"
18201 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18205 if test "x$enable_maintainer_mode" = xyes
18206 then
18207 wine_fn_append_rule "configure: configure.ac aclocal.m4
18208 autoconf --warnings=all
18209 include/config.h.in: include/stamp-h.in
18210 include/stamp-h.in: configure.ac aclocal.m4
18211 autoheader --warnings=all
18212 @echo timestamp > \$@"
18215 if test "x$with_gettextpo" = xyes
18216 then
18217 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18218 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18219 \$(LINGUAS:%=po/%.po): po/wine.pot
18220 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18221 po/wine.pot: \$(ALL_POT_FILES)
18222 msgcat -o \$@ \$(ALL_POT_FILES)"
18225 if test "$MSGFMT" != false
18226 then
18227 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18228 clean::
18229 \$(RM) \$(LINGUAS:%=po/%.mo)"
18231 posrc="po"
18232 test "$srcdir" = . || posrc="$srcdir/po"
18233 for i in $LINGUAS
18235 wine_fn_ignore_file "po/$i.mo"
18236 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18237 \$(MSGFMT) -o \$@ $posrc/$i.po"
18238 done
18239 else
18240 LINGUAS=
18243 if test "x$enable_tools" != xno
18244 then
18245 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18246 @./config.status tools/makedep
18247 Makefile: tools/makedep$ac_exeext
18248 distclean:: clean
18249 \$(RM) tools/makedep$ac_exeext"
18250 else
18251 wine_fn_append_rule "\$(MAKEDEP):
18252 @echo \"You need to run make in $TOOLSDIR first\" && false"
18255 if test -n "$with_wine64"
18256 then
18257 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18258 fonts server tools:
18259 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18260 $with_wine64/loader/wine:
18261 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18262 $with_wine64/loader/wine-preloader:
18263 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18264 clean::
18265 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18266 else
18267 as_fn_append LOADER_RULES "
18268 install install-lib:: wine.inf install-man-pages
18269 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18270 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18272 uninstall::
18273 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18277 if test "$srcdir" = .
18278 then
18279 ac_config_commands="$ac_config_commands .gitignore"
18283 $as_echo " done" >&6
18284 cat >confcache <<\_ACEOF
18285 # This file is a shell script that caches the results of configure
18286 # tests run on this system so they can be shared between configure
18287 # scripts and configure runs, see configure's option --config-cache.
18288 # It is not useful on other systems. If it contains results you don't
18289 # want to keep, you may remove or edit it.
18291 # config.status only pays attention to the cache file if you give it
18292 # the --recheck option to rerun configure.
18294 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18295 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18296 # following values.
18298 _ACEOF
18300 # The following way of writing the cache mishandles newlines in values,
18301 # but we know of no workaround that is simple, portable, and efficient.
18302 # So, we kill variables containing newlines.
18303 # Ultrix sh set writes to stderr and can't be redirected directly,
18304 # and sets the high bit in the cache file unless we assign to the vars.
18306 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18307 eval ac_val=\$$ac_var
18308 case $ac_val in #(
18309 *${as_nl}*)
18310 case $ac_var in #(
18311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18312 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18313 esac
18314 case $ac_var in #(
18315 _ | IFS | as_nl) ;; #(
18316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18317 *) { eval $ac_var=; unset $ac_var;} ;;
18318 esac ;;
18319 esac
18320 done
18322 (set) 2>&1 |
18323 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18324 *${as_nl}ac_space=\ *)
18325 # `set' does not quote correctly, so add quotes: double-quote
18326 # substitution turns \\\\ into \\, and sed turns \\ into \.
18327 sed -n \
18328 "s/'/'\\\\''/g;
18329 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18330 ;; #(
18332 # `set' quotes correctly as required by POSIX, so do not add quotes.
18333 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18335 esac |
18336 sort
18338 sed '
18339 /^ac_cv_env_/b end
18340 t clear
18341 :clear
18342 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18343 t end
18344 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18345 :end' >>confcache
18346 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18347 if test -w "$cache_file"; then
18348 if test "x$cache_file" != "x/dev/null"; then
18349 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18350 $as_echo "$as_me: updating cache $cache_file" >&6;}
18351 if test ! -f "$cache_file" || test -h "$cache_file"; then
18352 cat confcache >"$cache_file"
18353 else
18354 case $cache_file in #(
18355 */* | ?:*)
18356 mv -f confcache "$cache_file"$$ &&
18357 mv -f "$cache_file"$$ "$cache_file" ;; #(
18359 mv -f confcache "$cache_file" ;;
18360 esac
18363 else
18364 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18365 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18368 rm -f confcache
18370 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18371 # Let make expand exec_prefix.
18372 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18374 DEFS=-DHAVE_CONFIG_H
18376 ac_libobjs=
18377 ac_ltlibobjs=
18379 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18380 # 1. Remove the extension, and $U if already installed.
18381 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18382 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18383 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18384 # will be set to the directory where LIBOBJS objects are built.
18385 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18386 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18387 done
18388 LIBOBJS=$ac_libobjs
18390 LTLIBOBJS=$ac_ltlibobjs
18394 : "${CONFIG_STATUS=./config.status}"
18395 ac_write_fail=0
18396 ac_clean_files_save=$ac_clean_files
18397 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18398 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18399 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18400 as_write_fail=0
18401 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18402 #! $SHELL
18403 # Generated by $as_me.
18404 # Run this file to recreate the current configuration.
18405 # Compiler output produced by configure, useful for debugging
18406 # configure, is in config.log if it exists.
18408 debug=false
18409 ac_cs_recheck=false
18410 ac_cs_silent=false
18412 SHELL=\${CONFIG_SHELL-$SHELL}
18413 export SHELL
18414 _ASEOF
18415 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18416 ## -------------------- ##
18417 ## M4sh Initialization. ##
18418 ## -------------------- ##
18420 # Be more Bourne compatible
18421 DUALCASE=1; export DUALCASE # for MKS sh
18422 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18423 emulate sh
18424 NULLCMD=:
18425 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18426 # is contrary to our usage. Disable this feature.
18427 alias -g '${1+"$@"}'='"$@"'
18428 setopt NO_GLOB_SUBST
18429 else
18430 case `(set -o) 2>/dev/null` in #(
18431 *posix*) :
18432 set -o posix ;; #(
18433 *) :
18435 esac
18439 as_nl='
18441 export as_nl
18442 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18443 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18444 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18445 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18446 # Prefer a ksh shell builtin over an external printf program on Solaris,
18447 # but without wasting forks for bash or zsh.
18448 if test -z "$BASH_VERSION$ZSH_VERSION" \
18449 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18450 as_echo='print -r --'
18451 as_echo_n='print -rn --'
18452 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18453 as_echo='printf %s\n'
18454 as_echo_n='printf %s'
18455 else
18456 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18457 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18458 as_echo_n='/usr/ucb/echo -n'
18459 else
18460 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18461 as_echo_n_body='eval
18462 arg=$1;
18463 case $arg in #(
18464 *"$as_nl"*)
18465 expr "X$arg" : "X\\(.*\\)$as_nl";
18466 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18467 esac;
18468 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18470 export as_echo_n_body
18471 as_echo_n='sh -c $as_echo_n_body as_echo'
18473 export as_echo_body
18474 as_echo='sh -c $as_echo_body as_echo'
18477 # The user is always right.
18478 if test "${PATH_SEPARATOR+set}" != set; then
18479 PATH_SEPARATOR=:
18480 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18481 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18482 PATH_SEPARATOR=';'
18487 # IFS
18488 # We need space, tab and new line, in precisely that order. Quoting is
18489 # there to prevent editors from complaining about space-tab.
18490 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18491 # splitting by setting IFS to empty value.)
18492 IFS=" "" $as_nl"
18494 # Find who we are. Look in the path if we contain no directory separator.
18495 as_myself=
18496 case $0 in #((
18497 *[\\/]* ) as_myself=$0 ;;
18498 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18499 for as_dir in $PATH
18501 IFS=$as_save_IFS
18502 test -z "$as_dir" && as_dir=.
18503 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18504 done
18505 IFS=$as_save_IFS
18508 esac
18509 # We did not find ourselves, most probably we were run as `sh COMMAND'
18510 # in which case we are not to be found in the path.
18511 if test "x$as_myself" = x; then
18512 as_myself=$0
18514 if test ! -f "$as_myself"; then
18515 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18516 exit 1
18519 # Unset variables that we do not need and which cause bugs (e.g. in
18520 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18521 # suppresses any "Segmentation fault" message there. '((' could
18522 # trigger a bug in pdksh 5.2.14.
18523 for as_var in BASH_ENV ENV MAIL MAILPATH
18524 do eval test x\${$as_var+set} = xset \
18525 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18526 done
18527 PS1='$ '
18528 PS2='> '
18529 PS4='+ '
18531 # NLS nuisances.
18532 LC_ALL=C
18533 export LC_ALL
18534 LANGUAGE=C
18535 export LANGUAGE
18537 # CDPATH.
18538 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18541 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18542 # ----------------------------------------
18543 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18544 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18545 # script with STATUS, using 1 if that was 0.
18546 as_fn_error ()
18548 as_status=$1; test $as_status -eq 0 && as_status=1
18549 if test "$4"; then
18550 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18551 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18553 $as_echo "$as_me: error: $2" >&2
18554 as_fn_exit $as_status
18555 } # as_fn_error
18558 # as_fn_set_status STATUS
18559 # -----------------------
18560 # Set $? to STATUS, without forking.
18561 as_fn_set_status ()
18563 return $1
18564 } # as_fn_set_status
18566 # as_fn_exit STATUS
18567 # -----------------
18568 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18569 as_fn_exit ()
18571 set +e
18572 as_fn_set_status $1
18573 exit $1
18574 } # as_fn_exit
18576 # as_fn_unset VAR
18577 # ---------------
18578 # Portably unset VAR.
18579 as_fn_unset ()
18581 { eval $1=; unset $1;}
18583 as_unset=as_fn_unset
18584 # as_fn_append VAR VALUE
18585 # ----------------------
18586 # Append the text in VALUE to the end of the definition contained in VAR. Take
18587 # advantage of any shell optimizations that allow amortized linear growth over
18588 # repeated appends, instead of the typical quadratic growth present in naive
18589 # implementations.
18590 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18591 eval 'as_fn_append ()
18593 eval $1+=\$2
18595 else
18596 as_fn_append ()
18598 eval $1=\$$1\$2
18600 fi # as_fn_append
18602 # as_fn_arith ARG...
18603 # ------------------
18604 # Perform arithmetic evaluation on the ARGs, and store the result in the
18605 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18606 # must be portable across $(()) and expr.
18607 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18608 eval 'as_fn_arith ()
18610 as_val=$(( $* ))
18612 else
18613 as_fn_arith ()
18615 as_val=`expr "$@" || test $? -eq 1`
18617 fi # as_fn_arith
18620 if expr a : '\(a\)' >/dev/null 2>&1 &&
18621 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18622 as_expr=expr
18623 else
18624 as_expr=false
18627 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18628 as_basename=basename
18629 else
18630 as_basename=false
18633 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18634 as_dirname=dirname
18635 else
18636 as_dirname=false
18639 as_me=`$as_basename -- "$0" ||
18640 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18641 X"$0" : 'X\(//\)$' \| \
18642 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18643 $as_echo X/"$0" |
18644 sed '/^.*\/\([^/][^/]*\)\/*$/{
18645 s//\1/
18648 /^X\/\(\/\/\)$/{
18649 s//\1/
18652 /^X\/\(\/\).*/{
18653 s//\1/
18656 s/.*/./; q'`
18658 # Avoid depending upon Character Ranges.
18659 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18660 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18661 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18662 as_cr_digits='0123456789'
18663 as_cr_alnum=$as_cr_Letters$as_cr_digits
18665 ECHO_C= ECHO_N= ECHO_T=
18666 case `echo -n x` in #(((((
18667 -n*)
18668 case `echo 'xy\c'` in
18669 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18670 xy) ECHO_C='\c';;
18671 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18672 ECHO_T=' ';;
18673 esac;;
18675 ECHO_N='-n';;
18676 esac
18678 rm -f conf$$ conf$$.exe conf$$.file
18679 if test -d conf$$.dir; then
18680 rm -f conf$$.dir/conf$$.file
18681 else
18682 rm -f conf$$.dir
18683 mkdir conf$$.dir 2>/dev/null
18685 if (echo >conf$$.file) 2>/dev/null; then
18686 if ln -s conf$$.file conf$$ 2>/dev/null; then
18687 as_ln_s='ln -s'
18688 # ... but there are two gotchas:
18689 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18690 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18691 # In both cases, we have to default to `cp -pR'.
18692 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18693 as_ln_s='cp -pR'
18694 elif ln conf$$.file conf$$ 2>/dev/null; then
18695 as_ln_s=ln
18696 else
18697 as_ln_s='cp -pR'
18699 else
18700 as_ln_s='cp -pR'
18702 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18703 rmdir conf$$.dir 2>/dev/null
18706 # as_fn_mkdir_p
18707 # -------------
18708 # Create "$as_dir" as a directory, including parents if necessary.
18709 as_fn_mkdir_p ()
18712 case $as_dir in #(
18713 -*) as_dir=./$as_dir;;
18714 esac
18715 test -d "$as_dir" || eval $as_mkdir_p || {
18716 as_dirs=
18717 while :; do
18718 case $as_dir in #(
18719 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18720 *) as_qdir=$as_dir;;
18721 esac
18722 as_dirs="'$as_qdir' $as_dirs"
18723 as_dir=`$as_dirname -- "$as_dir" ||
18724 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18725 X"$as_dir" : 'X\(//\)[^/]' \| \
18726 X"$as_dir" : 'X\(//\)$' \| \
18727 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18728 $as_echo X"$as_dir" |
18729 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18730 s//\1/
18733 /^X\(\/\/\)[^/].*/{
18734 s//\1/
18737 /^X\(\/\/\)$/{
18738 s//\1/
18741 /^X\(\/\).*/{
18742 s//\1/
18745 s/.*/./; q'`
18746 test -d "$as_dir" && break
18747 done
18748 test -z "$as_dirs" || eval "mkdir $as_dirs"
18749 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18752 } # as_fn_mkdir_p
18753 if mkdir -p . 2>/dev/null; then
18754 as_mkdir_p='mkdir -p "$as_dir"'
18755 else
18756 test -d ./-p && rmdir ./-p
18757 as_mkdir_p=false
18761 # as_fn_executable_p FILE
18762 # -----------------------
18763 # Test if FILE is an executable regular file.
18764 as_fn_executable_p ()
18766 test -f "$1" && test -x "$1"
18767 } # as_fn_executable_p
18768 as_test_x='test -x'
18769 as_executable_p=as_fn_executable_p
18771 # Sed expression to map a string onto a valid CPP name.
18772 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18774 # Sed expression to map a string onto a valid variable name.
18775 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18778 exec 6>&1
18779 ## ----------------------------------- ##
18780 ## Main body of $CONFIG_STATUS script. ##
18781 ## ----------------------------------- ##
18782 _ASEOF
18783 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18785 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18786 # Save the log message, to keep $0 and so on meaningful, and to
18787 # report actual input values of CONFIG_FILES etc. instead of their
18788 # values after options handling.
18789 ac_log="
18790 This file was extended by Wine $as_me 1.7.53, which was
18791 generated by GNU Autoconf 2.69. Invocation command line was
18793 CONFIG_FILES = $CONFIG_FILES
18794 CONFIG_HEADERS = $CONFIG_HEADERS
18795 CONFIG_LINKS = $CONFIG_LINKS
18796 CONFIG_COMMANDS = $CONFIG_COMMANDS
18797 $ $0 $@
18799 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18802 _ACEOF
18804 case $ac_config_files in *"
18805 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18806 esac
18808 case $ac_config_headers in *"
18809 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18810 esac
18813 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18814 # Files that config.status was made for.
18815 config_files="$ac_config_files"
18816 config_headers="$ac_config_headers"
18817 config_links="$ac_config_links"
18818 config_commands="$ac_config_commands"
18820 _ACEOF
18822 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18823 ac_cs_usage="\
18824 \`$as_me' instantiates files and other configuration actions
18825 from templates according to the current configuration. Unless the files
18826 and actions are specified as TAGs, all are instantiated by default.
18828 Usage: $0 [OPTION]... [TAG]...
18830 -h, --help print this help, then exit
18831 -V, --version print version number and configuration settings, then exit
18832 --config print configuration, then exit
18833 -q, --quiet, --silent
18834 do not print progress messages
18835 -d, --debug don't remove temporary files
18836 --recheck update $as_me by reconfiguring in the same conditions
18837 --file=FILE[:TEMPLATE]
18838 instantiate the configuration file FILE
18839 --header=FILE[:TEMPLATE]
18840 instantiate the configuration header FILE
18842 Configuration files:
18843 $config_files
18845 Configuration headers:
18846 $config_headers
18848 Configuration links:
18849 $config_links
18851 Configuration commands:
18852 $config_commands
18854 Report bugs to <wine-devel@winehq.org>.
18855 Wine home page: <http://www.winehq.org>."
18857 _ACEOF
18858 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18859 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18860 ac_cs_version="\\
18861 Wine config.status 1.7.53
18862 configured by $0, generated by GNU Autoconf 2.69,
18863 with options \\"\$ac_cs_config\\"
18865 Copyright (C) 2012 Free Software Foundation, Inc.
18866 This config.status script is free software; the Free Software Foundation
18867 gives unlimited permission to copy, distribute and modify it."
18869 ac_pwd='$ac_pwd'
18870 srcdir='$srcdir'
18871 test -n "\$AWK" || AWK=awk
18872 _ACEOF
18874 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18875 # The default lists apply if the user does not specify any file.
18876 ac_need_defaults=:
18877 while test $# != 0
18879 case $1 in
18880 --*=?*)
18881 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18882 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18883 ac_shift=:
18885 --*=)
18886 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18887 ac_optarg=
18888 ac_shift=:
18891 ac_option=$1
18892 ac_optarg=$2
18893 ac_shift=shift
18895 esac
18897 case $ac_option in
18898 # Handling of the options.
18899 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18900 ac_cs_recheck=: ;;
18901 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18902 $as_echo "$ac_cs_version"; exit ;;
18903 --config | --confi | --conf | --con | --co | --c )
18904 $as_echo "$ac_cs_config"; exit ;;
18905 --debug | --debu | --deb | --de | --d | -d )
18906 debug=: ;;
18907 --file | --fil | --fi | --f )
18908 $ac_shift
18909 case $ac_optarg in
18910 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18911 '') as_fn_error $? "missing file argument" ;;
18912 esac
18913 as_fn_append CONFIG_FILES " '$ac_optarg'"
18914 ac_need_defaults=false;;
18915 --header | --heade | --head | --hea )
18916 $ac_shift
18917 case $ac_optarg in
18918 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18919 esac
18920 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18921 ac_need_defaults=false;;
18922 --he | --h)
18923 # Conflict between --help and --header
18924 as_fn_error $? "ambiguous option: \`$1'
18925 Try \`$0 --help' for more information.";;
18926 --help | --hel | -h )
18927 $as_echo "$ac_cs_usage"; exit ;;
18928 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18929 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18930 ac_cs_silent=: ;;
18932 # This is an error.
18933 -*) as_fn_error $? "unrecognized option: \`$1'
18934 Try \`$0 --help' for more information." ;;
18936 *) as_fn_append ac_config_targets " $1"
18937 ac_need_defaults=false ;;
18939 esac
18940 shift
18941 done
18943 ac_configure_extra_args=
18945 if $ac_cs_silent; then
18946 exec 6>/dev/null
18947 ac_configure_extra_args="$ac_configure_extra_args --silent"
18950 _ACEOF
18951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18952 if \$ac_cs_recheck; then
18953 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18954 shift
18955 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18956 CONFIG_SHELL='$SHELL'
18957 export CONFIG_SHELL
18958 exec "\$@"
18961 _ACEOF
18962 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18963 exec 5>>config.log
18965 echo
18966 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18967 ## Running $as_me. ##
18968 _ASBOX
18969 $as_echo "$ac_log"
18970 } >&5
18972 _ACEOF
18973 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18975 # INIT-COMMANDS
18977 wine_fn_output_makedep ()
18979 as_dir=tools; as_fn_mkdir_p
18980 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18982 wine_fn_output_makefile ()
18984 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18985 `cat $wine_rules_file`
18986 _WINE_EOF
18987 as_fn_error $? "could not create Makefile" "$LINENO" 5
18989 wine_fn_output_gitignore ()
18991 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18992 $GITIGNORE
18993 _WINE_EOF
18994 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18997 _ACEOF
18999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19001 # Handling of arguments.
19002 for ac_config_target in $ac_config_targets
19004 case $ac_config_target in
19005 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19006 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19007 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19008 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19009 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19010 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19011 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19012 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19013 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19014 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19015 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19016 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19017 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19018 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19019 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19021 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19022 esac
19023 done
19026 # If the user did not use the arguments to specify the items to instantiate,
19027 # then the envvar interface is used. Set only those that are not.
19028 # We use the long form for the default assignment because of an extremely
19029 # bizarre bug on SunOS 4.1.3.
19030 if $ac_need_defaults; then
19031 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19032 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19033 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19034 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19037 # Have a temporary directory for convenience. Make it in the build tree
19038 # simply because there is no reason against having it here, and in addition,
19039 # creating and moving files from /tmp can sometimes cause problems.
19040 # Hook for its removal unless debugging.
19041 # Note that there is a small window in which the directory will not be cleaned:
19042 # after its creation but before its name has been assigned to `$tmp'.
19043 $debug ||
19045 tmp= ac_tmp=
19046 trap 'exit_status=$?
19047 : "${ac_tmp:=$tmp}"
19048 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19050 trap 'as_fn_exit 1' 1 2 13 15
19052 # Create a (secure) tmp directory for tmp files.
19055 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19056 test -d "$tmp"
19057 } ||
19059 tmp=./conf$$-$RANDOM
19060 (umask 077 && mkdir "$tmp")
19061 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19062 ac_tmp=$tmp
19064 # Set up the scripts for CONFIG_FILES section.
19065 # No need to generate them if there are no CONFIG_FILES.
19066 # This happens for instance with `./config.status config.h'.
19067 if test -n "$CONFIG_FILES"; then
19070 ac_cr=`echo X | tr X '\015'`
19071 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19072 # But we know of no other shell where ac_cr would be empty at this
19073 # point, so we can use a bashism as a fallback.
19074 if test "x$ac_cr" = x; then
19075 eval ac_cr=\$\'\\r\'
19077 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19078 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19079 ac_cs_awk_cr='\\r'
19080 else
19081 ac_cs_awk_cr=$ac_cr
19084 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19085 _ACEOF
19089 echo "cat >conf$$subs.awk <<_ACEOF" &&
19090 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19091 echo "_ACEOF"
19092 } >conf$$subs.sh ||
19093 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19094 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19095 ac_delim='%!_!# '
19096 for ac_last_try in false false false false false :; do
19097 . ./conf$$subs.sh ||
19098 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19100 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19101 if test $ac_delim_n = $ac_delim_num; then
19102 break
19103 elif $ac_last_try; then
19104 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19105 else
19106 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19108 done
19109 rm -f conf$$subs.sh
19111 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19112 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19113 _ACEOF
19114 sed -n '
19116 s/^/S["/; s/!.*/"]=/
19119 s/^[^!]*!//
19120 :repl
19121 t repl
19122 s/'"$ac_delim"'$//
19123 t delim
19126 s/\(.\{148\}\)..*/\1/
19127 t more1
19128 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19131 b repl
19132 :more1
19133 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19136 s/.\{148\}//
19137 t nl
19138 :delim
19140 s/\(.\{148\}\)..*/\1/
19141 t more2
19142 s/["\\]/\\&/g; s/^/"/; s/$/"/
19145 :more2
19146 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19149 s/.\{148\}//
19150 t delim
19151 ' <conf$$subs.awk | sed '
19152 /^[^""]/{
19154 s/\n//
19156 ' >>$CONFIG_STATUS || ac_write_fail=1
19157 rm -f conf$$subs.awk
19158 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19159 _ACAWK
19160 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19161 for (key in S) S_is_set[key] = 1
19162 FS = "\a"
19166 line = $ 0
19167 nfields = split(line, field, "@")
19168 substed = 0
19169 len = length(field[1])
19170 for (i = 2; i < nfields; i++) {
19171 key = field[i]
19172 keylen = length(key)
19173 if (S_is_set[key]) {
19174 value = S[key]
19175 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19176 len += length(value) + length(field[++i])
19177 substed = 1
19178 } else
19179 len += 1 + keylen
19182 print line
19185 _ACAWK
19186 _ACEOF
19187 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19188 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19189 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19190 else
19192 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19193 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19194 _ACEOF
19196 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19197 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19198 # trailing colons and then remove the whole line if VPATH becomes empty
19199 # (actually we leave an empty line to preserve line numbers).
19200 if test "x$srcdir" = x.; then
19201 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19203 s///
19204 s/^/:/
19205 s/[ ]*$/:/
19206 s/:\$(srcdir):/:/g
19207 s/:\${srcdir}:/:/g
19208 s/:@srcdir@:/:/g
19209 s/^:*//
19210 s/:*$//
19212 s/\(=[ ]*\).*/\1/
19214 s/\n//
19215 s/^[^=]*=[ ]*$//
19219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19220 fi # test -n "$CONFIG_FILES"
19222 # Set up the scripts for CONFIG_HEADERS section.
19223 # No need to generate them if there are no CONFIG_HEADERS.
19224 # This happens for instance with `./config.status Makefile'.
19225 if test -n "$CONFIG_HEADERS"; then
19226 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19227 BEGIN {
19228 _ACEOF
19230 # Transform confdefs.h into an awk script `defines.awk', embedded as
19231 # here-document in config.status, that substitutes the proper values into
19232 # config.h.in to produce config.h.
19234 # Create a delimiter string that does not exist in confdefs.h, to ease
19235 # handling of long lines.
19236 ac_delim='%!_!# '
19237 for ac_last_try in false false :; do
19238 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19239 if test -z "$ac_tt"; then
19240 break
19241 elif $ac_last_try; then
19242 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19243 else
19244 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19246 done
19248 # For the awk script, D is an array of macro values keyed by name,
19249 # likewise P contains macro parameters if any. Preserve backslash
19250 # newline sequences.
19252 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19253 sed -n '
19254 s/.\{148\}/&'"$ac_delim"'/g
19255 t rset
19256 :rset
19257 s/^[ ]*#[ ]*define[ ][ ]*/ /
19258 t def
19260 :def
19261 s/\\$//
19262 t bsnl
19263 s/["\\]/\\&/g
19264 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19265 D["\1"]=" \3"/p
19266 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19268 :bsnl
19269 s/["\\]/\\&/g
19270 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19271 D["\1"]=" \3\\\\\\n"\\/p
19272 t cont
19273 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19274 t cont
19276 :cont
19278 s/.\{148\}/&'"$ac_delim"'/g
19279 t clear
19280 :clear
19281 s/\\$//
19282 t bsnlc
19283 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19285 :bsnlc
19286 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19287 b cont
19288 ' <confdefs.h | sed '
19289 s/'"$ac_delim"'/"\\\
19290 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19292 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19293 for (key in D) D_is_set[key] = 1
19294 FS = "\a"
19296 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19297 line = \$ 0
19298 split(line, arg, " ")
19299 if (arg[1] == "#") {
19300 defundef = arg[2]
19301 mac1 = arg[3]
19302 } else {
19303 defundef = substr(arg[1], 2)
19304 mac1 = arg[2]
19306 split(mac1, mac2, "(") #)
19307 macro = mac2[1]
19308 prefix = substr(line, 1, index(line, defundef) - 1)
19309 if (D_is_set[macro]) {
19310 # Preserve the white space surrounding the "#".
19311 print prefix "define", macro P[macro] D[macro]
19312 next
19313 } else {
19314 # Replace #undef with comments. This is necessary, for example,
19315 # in the case of _POSIX_SOURCE, which is predefined and required
19316 # on some systems where configure will not decide to define it.
19317 if (defundef == "undef") {
19318 print "/*", prefix defundef, macro, "*/"
19319 next
19323 { print }
19324 _ACAWK
19325 _ACEOF
19326 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19327 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19328 fi # test -n "$CONFIG_HEADERS"
19331 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19332 shift
19333 for ac_tag
19335 case $ac_tag in
19336 :[FHLC]) ac_mode=$ac_tag; continue;;
19337 esac
19338 case $ac_mode$ac_tag in
19339 :[FHL]*:*);;
19340 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19341 :[FH]-) ac_tag=-:-;;
19342 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19343 esac
19344 ac_save_IFS=$IFS
19345 IFS=:
19346 set x $ac_tag
19347 IFS=$ac_save_IFS
19348 shift
19349 ac_file=$1
19350 shift
19352 case $ac_mode in
19353 :L) ac_source=$1;;
19354 :[FH])
19355 ac_file_inputs=
19356 for ac_f
19358 case $ac_f in
19359 -) ac_f="$ac_tmp/stdin";;
19360 *) # Look for the file first in the build tree, then in the source tree
19361 # (if the path is not absolute). The absolute path cannot be DOS-style,
19362 # because $ac_f cannot contain `:'.
19363 test -f "$ac_f" ||
19364 case $ac_f in
19365 [\\/$]*) false;;
19366 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19367 esac ||
19368 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19369 esac
19370 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19371 as_fn_append ac_file_inputs " '$ac_f'"
19372 done
19374 # Let's still pretend it is `configure' which instantiates (i.e., don't
19375 # use $as_me), people would be surprised to read:
19376 # /* config.h. Generated by config.status. */
19377 configure_input='Generated from '`
19378 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19379 `' by configure.'
19380 if test x"$ac_file" != x-; then
19381 configure_input="$ac_file. $configure_input"
19382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19383 $as_echo "$as_me: creating $ac_file" >&6;}
19385 # Neutralize special characters interpreted by sed in replacement strings.
19386 case $configure_input in #(
19387 *\&* | *\|* | *\\* )
19388 ac_sed_conf_input=`$as_echo "$configure_input" |
19389 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19390 *) ac_sed_conf_input=$configure_input;;
19391 esac
19393 case $ac_tag in
19394 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19395 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19396 esac
19398 esac
19400 ac_dir=`$as_dirname -- "$ac_file" ||
19401 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19402 X"$ac_file" : 'X\(//\)[^/]' \| \
19403 X"$ac_file" : 'X\(//\)$' \| \
19404 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19405 $as_echo X"$ac_file" |
19406 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19407 s//\1/
19410 /^X\(\/\/\)[^/].*/{
19411 s//\1/
19414 /^X\(\/\/\)$/{
19415 s//\1/
19418 /^X\(\/\).*/{
19419 s//\1/
19422 s/.*/./; q'`
19423 as_dir="$ac_dir"; as_fn_mkdir_p
19424 ac_builddir=.
19426 case "$ac_dir" in
19427 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19429 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19430 # A ".." for each directory in $ac_dir_suffix.
19431 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19432 case $ac_top_builddir_sub in
19433 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19434 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19435 esac ;;
19436 esac
19437 ac_abs_top_builddir=$ac_pwd
19438 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19439 # for backward compatibility:
19440 ac_top_builddir=$ac_top_build_prefix
19442 case $srcdir in
19443 .) # We are building in place.
19444 ac_srcdir=.
19445 ac_top_srcdir=$ac_top_builddir_sub
19446 ac_abs_top_srcdir=$ac_pwd ;;
19447 [\\/]* | ?:[\\/]* ) # Absolute name.
19448 ac_srcdir=$srcdir$ac_dir_suffix;
19449 ac_top_srcdir=$srcdir
19450 ac_abs_top_srcdir=$srcdir ;;
19451 *) # Relative name.
19452 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19453 ac_top_srcdir=$ac_top_build_prefix$srcdir
19454 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19455 esac
19456 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19459 case $ac_mode in
19462 # CONFIG_FILE
19465 _ACEOF
19467 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19468 # If the template does not know about datarootdir, expand it.
19469 # FIXME: This hack should be removed a few years after 2.60.
19470 ac_datarootdir_hack=; ac_datarootdir_seen=
19471 ac_sed_dataroot='
19472 /datarootdir/ {
19476 /@datadir@/p
19477 /@docdir@/p
19478 /@infodir@/p
19479 /@localedir@/p
19480 /@mandir@/p'
19481 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19482 *datarootdir*) ac_datarootdir_seen=yes;;
19483 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19485 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19486 _ACEOF
19487 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19488 ac_datarootdir_hack='
19489 s&@datadir@&$datadir&g
19490 s&@docdir@&$docdir&g
19491 s&@infodir@&$infodir&g
19492 s&@localedir@&$localedir&g
19493 s&@mandir@&$mandir&g
19494 s&\\\${datarootdir}&$datarootdir&g' ;;
19495 esac
19496 _ACEOF
19498 # Neutralize VPATH when `$srcdir' = `.'.
19499 # Shell code in configure.ac might set extrasub.
19500 # FIXME: do we really want to maintain this feature?
19501 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19502 ac_sed_extra="$ac_vpsub
19503 $extrasub
19504 _ACEOF
19505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19507 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19508 s|@configure_input@|$ac_sed_conf_input|;t t
19509 s&@top_builddir@&$ac_top_builddir_sub&;t t
19510 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19511 s&@srcdir@&$ac_srcdir&;t t
19512 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19513 s&@top_srcdir@&$ac_top_srcdir&;t t
19514 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19515 s&@builddir@&$ac_builddir&;t t
19516 s&@abs_builddir@&$ac_abs_builddir&;t t
19517 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19518 $ac_datarootdir_hack
19520 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19521 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19523 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19524 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19525 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19526 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19528 which seems to be undefined. Please make sure it is defined" >&5
19529 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19530 which seems to be undefined. Please make sure it is defined" >&2;}
19532 rm -f "$ac_tmp/stdin"
19533 case $ac_file in
19534 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19535 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19536 esac \
19537 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19541 # CONFIG_HEADER
19543 if test x"$ac_file" != x-; then
19545 $as_echo "/* $configure_input */" \
19546 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19547 } >"$ac_tmp/config.h" \
19548 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19549 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19550 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19551 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19552 else
19553 rm -f "$ac_file"
19554 mv "$ac_tmp/config.h" "$ac_file" \
19555 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19557 else
19558 $as_echo "/* $configure_input */" \
19559 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19560 || as_fn_error $? "could not create -" "$LINENO" 5
19565 # CONFIG_LINK
19568 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19570 else
19571 # Prefer the file from the source tree if names are identical.
19572 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19573 ac_source=$srcdir/$ac_source
19576 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19577 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19579 if test ! -r "$ac_source"; then
19580 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19582 rm -f "$ac_file"
19584 # Try a relative symlink, then a hard link, then a copy.
19585 case $ac_source in
19586 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19587 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19588 esac
19589 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19590 ln "$ac_source" "$ac_file" 2>/dev/null ||
19591 cp -p "$ac_source" "$ac_file" ||
19592 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19595 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19596 $as_echo "$as_me: executing $ac_file commands" >&6;}
19598 esac
19601 case $ac_file$ac_mode in
19602 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19603 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19604 "Makefile":C) wine_fn_output_makefile Makefile ;;
19605 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19607 esac
19608 done # for ac_tag
19611 as_fn_exit 0
19612 _ACEOF
19613 ac_clean_files=$ac_clean_files_save
19615 test $ac_write_fail = 0 ||
19616 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19619 # configure is writing to config.log, and then calls config.status.
19620 # config.status does its own redirection, appending to config.log.
19621 # Unfortunately, on DOS this fails, as config.log is still kept open
19622 # by configure, so config.status won't be able to write to it; its
19623 # output is simply discarded. So we exec the FD to /dev/null,
19624 # effectively closing config.log, so it can be properly (re)opened and
19625 # appended to by config.status. When coming back to configure, we
19626 # need to make the FD available again.
19627 if test "$no_create" != yes; then
19628 ac_cs_success=:
19629 ac_config_status_args=
19630 test "$silent" = yes &&
19631 ac_config_status_args="$ac_config_status_args --quiet"
19632 exec 5>/dev/null
19633 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19634 exec 5>>config.log
19635 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19636 # would make configure fail if this is the last instruction.
19637 $ac_cs_success || as_fn_exit 1
19639 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19641 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19645 if test "$no_create" = "yes"
19646 then
19647 exit 0
19650 ac_save_IFS="$IFS"
19651 if test "x$wine_notices != "x; then
19652 echo >&6
19653 IFS="|"
19654 for msg in $wine_notices; do
19655 IFS="$ac_save_IFS"
19656 if ${msg:+false} :; then :
19658 else
19659 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19660 $as_echo "$as_me: $msg" >&6;}
19662 done
19664 IFS="|"
19665 for msg in $wine_warnings; do
19666 IFS="$ac_save_IFS"
19667 if ${msg:+false} :; then :
19669 else
19670 echo >&2
19671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19672 $as_echo "$as_me: WARNING: $msg" >&2;}
19674 done
19675 IFS="$ac_save_IFS"
19677 $as_echo "
19678 $as_me: Finished. Do '${ac_make}' to compile Wine.
19679 " >&6