makedep: Add a helper function to open a file from the include path.
[wine.git] / configure
blobaf5d7cf6770932e64adb0a29826c5effe471bc9b
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.54'
584 PACKAGE_STRING='Wine 1.7.54'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 PROCSTAT_LIBS
639 KSTAT_LIBS
640 MPG123_LIBS
641 MPG123_CFLAGS
642 TIFF_LIBS
643 TIFF_CFLAGS
644 PNG_LIBS
645 PNG_CFLAGS
646 JPEG_LIBS
647 JPEG_CFLAGS
648 FONTCONFIG_LIBS
649 FONTCONFIG_CFLAGS
650 CUPS_CFLAGS
651 CAPI20_LIBS
652 CAPI20_CFLAGS
653 OSS4_CFLAGS
654 ALSA_LIBS
655 GSTREAMER_LIBS
656 GSTREAMER_CFLAGS
657 PULSE_LIBS
658 PULSE_CFLAGS
659 GETTEXTPO_LIBS
660 Z_LIBS
661 FREETYPE_LIBS
662 FREETYPE_CFLAGS
663 LCMS2_LIBS
664 LCMS2_CFLAGS
665 RESOLV_LIBS
666 GPHOTO2_PORT_LIBS
667 GPHOTO2_PORT_CFLAGS
668 GPHOTO2_LIBS
669 GPHOTO2_CFLAGS
670 SANE_LIBS
671 SANE_CFLAGS
672 GNUTLS_LIBS
673 GNUTLS_CFLAGS
674 HAL_LIBS
675 HAL_CFLAGS
676 DBUS_LIBS
677 DBUS_CFLAGS
678 XSLT_LIBS
679 XSLT_CFLAGS
680 XML2_LIBS
681 XML2_CFLAGS
682 PCAP_LIBS
683 X_EXTRA_LIBS
684 X_LIBS
685 X_PRE_LIBS
686 X_CFLAGS
687 XMKMF
688 PTHREAD_LIBS
689 CROSSCC
690 CROSSTARGET
691 PRELINK
692 CARBON_LIBS
693 QUICKTIME_LIBS
694 OPENCL_LIBS
695 OPENAL_LIBS
696 COREAUDIO_LIBS
697 SECURITY_LIBS
698 DISKARBITRATION_LIBS
699 APPKIT_LIBS
700 CORESERVICES_LIBS
701 APPLICATIONSERVICES_LIBS
702 FORCEFEEDBACK_LIBS
703 IOKIT_LIBS
704 COREFOUNDATION_LIBS
705 LIBWINE_RULES
706 SOCKET_LIBS
707 DLLTOOL
708 ALL_TEST_RESOURCES
709 READELF
710 OTOOL
712 LOADER_RULES
713 LDRPATH_LOCAL
714 LDRPATH_INSTALL
715 DLLFLAGS
716 dlldir
718 OPENGL_LIBS
719 ICOTOOL
720 CONVERT
721 RSVG
722 FONTFORGE
723 PKG_CONFIG
724 MSGFMT
725 LDCONFIG
726 EGREP
727 GREP
728 LN_S
729 RANLIB
730 ARFLAGS
731 STRIP
732 ac_ct_AR
734 BISON
735 FLEX
736 TOOLSDIR
737 TARGETFLAGS
739 CPPBIN
740 ac_ct_CXX
741 CXXFLAGS
743 OBJEXT
744 EXEEXT
745 ac_ct_CC
746 CPPFLAGS
747 LDFLAGS
748 CFLAGS
750 SET_MAKE
751 host_os
752 host_vendor
753 host_cpu
754 host
755 build_os
756 build_vendor
757 build_cpu
758 build
759 target_alias
760 host_alias
761 build_alias
762 LIBS
763 ECHO_T
764 ECHO_N
765 ECHO_C
766 DEFS
767 mandir
768 localedir
769 libdir
770 psdir
771 pdfdir
772 dvidir
773 htmldir
774 infodir
775 docdir
776 oldincludedir
777 includedir
778 runstatedir
779 localstatedir
780 sharedstatedir
781 sysconfdir
782 datadir
783 datarootdir
784 libexecdir
785 sbindir
786 bindir
787 program_transform_name
788 prefix
789 exec_prefix
790 PACKAGE_URL
791 PACKAGE_BUGREPORT
792 PACKAGE_STRING
793 PACKAGE_VERSION
794 PACKAGE_TARNAME
795 PACKAGE_NAME
796 PATH_SEPARATOR
797 SHELL'
798 ac_subst_files=''
799 ac_user_opts='
800 enable_option_checking
801 enable_win16
802 enable_win64
803 enable_tests
804 enable_maintainer_mode
805 with_alsa
806 with_capi
807 with_cms
808 with_coreaudio
809 with_cups
810 with_curses
811 with_dbus
812 with_fontconfig
813 with_freetype
814 with_gettext
815 with_gettextpo
816 with_gphoto
817 with_glu
818 with_gnutls
819 with_gsm
820 with_gstreamer
821 with_hal
822 with_jpeg
823 with_ldap
824 with_mpg123
825 with_netapi
826 with_openal
827 with_opencl
828 with_opengl
829 with_osmesa
830 with_oss
831 with_pcap
832 with_png
833 with_pthread
834 with_pulse
835 with_sane
836 with_tiff
837 with_v4l
838 with_xcomposite
839 with_xcursor
840 with_xinerama
841 with_xinput
842 with_xinput2
843 with_xml
844 with_xrandr
845 with_xrender
846 with_xshape
847 with_xshm
848 with_xslt
849 with_xxf86vm
850 with_zlib
851 with_wine_tools
852 with_wine64
853 enable_largefile
854 with_x
855 enable_acledit
856 enable_aclui
857 enable_activeds
858 enable_actxprxy
859 enable_advapi32
860 enable_advpack
861 enable_amstream
862 enable_api_ms_win_core_com_l1_1_0
863 enable_api_ms_win_core_console_l1_1_0
864 enable_api_ms_win_core_datetime_l1_1_0
865 enable_api_ms_win_core_datetime_l1_1_1
866 enable_api_ms_win_core_debug_l1_1_0
867 enable_api_ms_win_core_debug_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_0
869 enable_api_ms_win_core_errorhandling_l1_1_1
870 enable_api_ms_win_core_errorhandling_l1_1_2
871 enable_api_ms_win_core_fibers_l1_1_0
872 enable_api_ms_win_core_fibers_l1_1_1
873 enable_api_ms_win_core_file_l1_1_0
874 enable_api_ms_win_core_file_l1_2_0
875 enable_api_ms_win_core_file_l2_1_0
876 enable_api_ms_win_core_file_l2_1_1
877 enable_api_ms_win_core_handle_l1_1_0
878 enable_api_ms_win_core_heap_l1_1_0
879 enable_api_ms_win_core_heap_l1_2_0
880 enable_api_ms_win_core_heap_obsolete_l1_1_0
881 enable_api_ms_win_core_interlocked_l1_1_0
882 enable_api_ms_win_core_interlocked_l1_2_0
883 enable_api_ms_win_core_io_l1_1_1
884 enable_api_ms_win_core_kernel32_legacy_l1_1_0
885 enable_api_ms_win_core_libraryloader_l1_1_0
886 enable_api_ms_win_core_libraryloader_l1_1_1
887 enable_api_ms_win_core_localization_l1_2_0
888 enable_api_ms_win_core_localization_l1_2_1
889 enable_api_ms_win_core_localization_obsolete_l1_1_0
890 enable_api_ms_win_core_localregistry_l1_1_0
891 enable_api_ms_win_core_memory_l1_1_0
892 enable_api_ms_win_core_memory_l1_1_1
893 enable_api_ms_win_core_misc_l1_1_0
894 enable_api_ms_win_core_namedpipe_l1_1_0
895 enable_api_ms_win_core_namedpipe_l1_2_0
896 enable_api_ms_win_core_processenvironment_l1_1_0
897 enable_api_ms_win_core_processenvironment_l1_2_0
898 enable_api_ms_win_core_processthreads_l1_1_0
899 enable_api_ms_win_core_processthreads_l1_1_1
900 enable_api_ms_win_core_processthreads_l1_1_2
901 enable_api_ms_win_core_profile_l1_1_0
902 enable_api_ms_win_core_psapi_l1_1_0
903 enable_api_ms_win_core_registry_l1_1_0
904 enable_api_ms_win_core_rtlsupport_l1_1_0
905 enable_api_ms_win_core_rtlsupport_l1_2_0
906 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
907 enable_api_ms_win_core_string_l1_1_0
908 enable_api_ms_win_core_synch_l1_1_0
909 enable_api_ms_win_core_synch_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_1_0
911 enable_api_ms_win_core_sysinfo_l1_2_0
912 enable_api_ms_win_core_sysinfo_l1_2_1
913 enable_api_ms_win_core_threadpool_legacy_l1_1_0
914 enable_api_ms_win_core_timezone_l1_1_0
915 enable_api_ms_win_core_url_l1_1_0
916 enable_api_ms_win_core_util_l1_1_0
917 enable_api_ms_win_core_winrt_error_l1_1_0
918 enable_api_ms_win_core_winrt_error_l1_1_1
919 enable_api_ms_win_core_winrt_l1_1_0
920 enable_api_ms_win_core_winrt_string_l1_1_0
921 enable_api_ms_win_core_xstate_l2_1_0
922 enable_api_ms_win_crt_conio_l1_1_0
923 enable_api_ms_win_crt_convert_l1_1_0
924 enable_api_ms_win_crt_environment_l1_1_0
925 enable_api_ms_win_crt_filesystem_l1_1_0
926 enable_api_ms_win_crt_heap_l1_1_0
927 enable_api_ms_win_crt_locale_l1_1_0
928 enable_api_ms_win_crt_math_l1_1_0
929 enable_api_ms_win_crt_multibyte_l1_1_0
930 enable_api_ms_win_crt_private_l1_1_0
931 enable_api_ms_win_crt_process_l1_1_0
932 enable_api_ms_win_crt_runtime_l1_1_0
933 enable_api_ms_win_crt_stdio_l1_1_0
934 enable_api_ms_win_crt_string_l1_1_0
935 enable_api_ms_win_crt_time_l1_1_0
936 enable_api_ms_win_crt_utility_l1_1_0
937 enable_api_ms_win_downlevel_advapi32_l1_1_0
938 enable_api_ms_win_downlevel_advapi32_l2_1_0
939 enable_api_ms_win_downlevel_normaliz_l1_1_0
940 enable_api_ms_win_downlevel_ole32_l1_1_0
941 enable_api_ms_win_downlevel_shell32_l1_1_0
942 enable_api_ms_win_downlevel_shlwapi_l1_1_0
943 enable_api_ms_win_downlevel_shlwapi_l2_1_0
944 enable_api_ms_win_downlevel_user32_l1_1_0
945 enable_api_ms_win_downlevel_version_l1_1_0
946 enable_api_ms_win_eventing_provider_l1_1_0
947 enable_api_ms_win_ntuser_dc_access_l1_1_0
948 enable_api_ms_win_security_base_l1_1_0
949 enable_api_ms_win_security_base_l1_2_0
950 enable_api_ms_win_security_sddl_l1_1_0
951 enable_api_ms_win_service_core_l1_1_1
952 enable_api_ms_win_service_management_l1_1_0
953 enable_api_ms_win_service_winsvc_l1_2_0
954 enable_apphelp
955 enable_appwiz_cpl
956 enable_atl
957 enable_atl100
958 enable_atl110
959 enable_atl80
960 enable_atl90
961 enable_authz
962 enable_avicap32
963 enable_avifil32
964 enable_avrt
965 enable_bcrypt
966 enable_bluetoothapis
967 enable_browseui
968 enable_bthprops_cpl
969 enable_cabinet
970 enable_capi2032
971 enable_cards
972 enable_cfgmgr32
973 enable_clusapi
974 enable_combase
975 enable_comcat
976 enable_comctl32
977 enable_comdlg32
978 enable_compstui
979 enable_comsvcs
980 enable_connect
981 enable_credui
982 enable_crtdll
983 enable_crypt32
984 enable_cryptdlg
985 enable_cryptdll
986 enable_cryptext
987 enable_cryptnet
988 enable_cryptui
989 enable_ctapi32
990 enable_ctl3d32
991 enable_d2d1
992 enable_d3d10
993 enable_d3d10_1
994 enable_d3d10core
995 enable_d3d11
996 enable_d3d8
997 enable_d3d9
998 enable_d3dcompiler_33
999 enable_d3dcompiler_34
1000 enable_d3dcompiler_35
1001 enable_d3dcompiler_36
1002 enable_d3dcompiler_37
1003 enable_d3dcompiler_38
1004 enable_d3dcompiler_39
1005 enable_d3dcompiler_40
1006 enable_d3dcompiler_41
1007 enable_d3dcompiler_42
1008 enable_d3dcompiler_43
1009 enable_d3dcompiler_46
1010 enable_d3dcompiler_47
1011 enable_d3dim
1012 enable_d3drm
1013 enable_d3dx10_33
1014 enable_d3dx10_34
1015 enable_d3dx10_35
1016 enable_d3dx10_36
1017 enable_d3dx10_37
1018 enable_d3dx10_38
1019 enable_d3dx10_39
1020 enable_d3dx10_40
1021 enable_d3dx10_41
1022 enable_d3dx10_42
1023 enable_d3dx10_43
1024 enable_d3dx11_42
1025 enable_d3dx11_43
1026 enable_d3dx9_24
1027 enable_d3dx9_25
1028 enable_d3dx9_26
1029 enable_d3dx9_27
1030 enable_d3dx9_28
1031 enable_d3dx9_29
1032 enable_d3dx9_30
1033 enable_d3dx9_31
1034 enable_d3dx9_32
1035 enable_d3dx9_33
1036 enable_d3dx9_34
1037 enable_d3dx9_35
1038 enable_d3dx9_36
1039 enable_d3dx9_37
1040 enable_d3dx9_38
1041 enable_d3dx9_39
1042 enable_d3dx9_40
1043 enable_d3dx9_41
1044 enable_d3dx9_42
1045 enable_d3dx9_43
1046 enable_d3dxof
1047 enable_davclnt
1048 enable_dbgeng
1049 enable_dbghelp
1050 enable_dciman32
1051 enable_ddraw
1052 enable_ddrawex
1053 enable_devenum
1054 enable_dhcpcsvc
1055 enable_difxapi
1056 enable_dinput
1057 enable_dinput8
1058 enable_dispex
1059 enable_dmband
1060 enable_dmcompos
1061 enable_dmime
1062 enable_dmloader
1063 enable_dmscript
1064 enable_dmstyle
1065 enable_dmsynth
1066 enable_dmusic
1067 enable_dmusic32
1068 enable_dnsapi
1069 enable_dplay
1070 enable_dplayx
1071 enable_dpnaddr
1072 enable_dpnet
1073 enable_dpnhpast
1074 enable_dpnlobby
1075 enable_dpvoice
1076 enable_dpwsockx
1077 enable_drmclien
1078 enable_dsound
1079 enable_dssenh
1080 enable_dswave
1081 enable_dwmapi
1082 enable_dwrite
1083 enable_dxdiagn
1084 enable_dxgi
1085 enable_dxva2
1086 enable_esent
1087 enable_evr
1088 enable_explorerframe
1089 enable_ext_ms_win_gdi_devcaps_l1_1_0
1090 enable_faultrep
1091 enable_fltlib
1092 enable_fltmgr_sys
1093 enable_fntcache
1094 enable_fontsub
1095 enable_fusion
1096 enable_fwpuclnt
1097 enable_gameux
1098 enable_gdi32
1099 enable_gdiplus
1100 enable_glu32
1101 enable_gphoto2_ds
1102 enable_gpkcsp
1103 enable_hal
1104 enable_hhctrl_ocx
1105 enable_hid
1106 enable_hidclass_sys
1107 enable_hlink
1108 enable_hnetcfg
1109 enable_httpapi
1110 enable_iccvid
1111 enable_icmp
1112 enable_ieframe
1113 enable_imaadp32_acm
1114 enable_imagehlp
1115 enable_imm32
1116 enable_inetcomm
1117 enable_inetcpl_cpl
1118 enable_inetmib1
1119 enable_infosoft
1120 enable_initpki
1121 enable_inkobj
1122 enable_inseng
1123 enable_iphlpapi
1124 enable_itircl
1125 enable_itss
1126 enable_joy_cpl
1127 enable_jscript
1128 enable_jsproxy
1129 enable_kernel32
1130 enable_ksuser
1131 enable_ktmw32
1132 enable_loadperf
1133 enable_localspl
1134 enable_localui
1135 enable_lz32
1136 enable_mapi32
1137 enable_mapistub
1138 enable_mciavi32
1139 enable_mcicda
1140 enable_mciqtz32
1141 enable_mciseq
1142 enable_mciwave
1143 enable_mf
1144 enable_mfplat
1145 enable_mfreadwrite
1146 enable_mgmtapi
1147 enable_midimap
1148 enable_mlang
1149 enable_mmcndmgr
1150 enable_mmdevapi
1151 enable_mountmgr_sys
1152 enable_mpr
1153 enable_mprapi
1154 enable_msacm32_drv
1155 enable_msacm32
1156 enable_msadp32_acm
1157 enable_msasn1
1158 enable_mscat32
1159 enable_mscms
1160 enable_mscoree
1161 enable_msctf
1162 enable_msctfp
1163 enable_msdaps
1164 enable_msdelta
1165 enable_msdmo
1166 enable_msftedit
1167 enable_msg711_acm
1168 enable_msgsm32_acm
1169 enable_mshtml_tlb
1170 enable_mshtml
1171 enable_msi
1172 enable_msident
1173 enable_msimg32
1174 enable_msimsg
1175 enable_msimtf
1176 enable_msisip
1177 enable_msisys_ocx
1178 enable_msls31
1179 enable_msnet32
1180 enable_mspatcha
1181 enable_msrle32
1182 enable_msscript_ocx
1183 enable_mssign32
1184 enable_mssip32
1185 enable_mstask
1186 enable_msvcirt
1187 enable_msvcm80
1188 enable_msvcm90
1189 enable_msvcp100
1190 enable_msvcp110
1191 enable_msvcp120
1192 enable_msvcp120_app
1193 enable_msvcp60
1194 enable_msvcp70
1195 enable_msvcp71
1196 enable_msvcp80
1197 enable_msvcp90
1198 enable_msvcr100
1199 enable_msvcr110
1200 enable_msvcr120
1201 enable_msvcr120_app
1202 enable_msvcr70
1203 enable_msvcr71
1204 enable_msvcr80
1205 enable_msvcr90
1206 enable_msvcrt
1207 enable_msvcrt20
1208 enable_msvcrt40
1209 enable_msvcrtd
1210 enable_msvfw32
1211 enable_msvidc32
1212 enable_mswsock
1213 enable_msxml
1214 enable_msxml2
1215 enable_msxml3
1216 enable_msxml4
1217 enable_msxml6
1218 enable_nddeapi
1219 enable_ndis_sys
1220 enable_netapi32
1221 enable_netcfgx
1222 enable_netprofm
1223 enable_newdev
1224 enable_normaliz
1225 enable_npmshtml
1226 enable_npptools
1227 enable_ntdll
1228 enable_ntdsapi
1229 enable_ntoskrnl_exe
1230 enable_ntprint
1231 enable_objsel
1232 enable_odbc32
1233 enable_odbccp32
1234 enable_odbccu32
1235 enable_ole32
1236 enable_oleacc
1237 enable_oleaut32
1238 enable_olecli32
1239 enable_oledb32
1240 enable_oledlg
1241 enable_olepro32
1242 enable_olesvr32
1243 enable_olethk32
1244 enable_openal32
1245 enable_opencl
1246 enable_opengl32
1247 enable_packager
1248 enable_pdh
1249 enable_photometadatahandler
1250 enable_pidgen
1251 enable_powrprof
1252 enable_printui
1253 enable_prntvpt
1254 enable_propsys
1255 enable_psapi
1256 enable_pstorec
1257 enable_qcap
1258 enable_qedit
1259 enable_qmgr
1260 enable_qmgrprxy
1261 enable_quartz
1262 enable_query
1263 enable_rasapi32
1264 enable_rasdlg
1265 enable_regapi
1266 enable_resutils
1267 enable_riched20
1268 enable_riched32
1269 enable_rpcrt4
1270 enable_rsabase
1271 enable_rsaenh
1272 enable_rstrtmgr
1273 enable_rtutils
1274 enable_samlib
1275 enable_sane_ds
1276 enable_scarddlg
1277 enable_sccbase
1278 enable_schannel
1279 enable_schedsvc
1280 enable_scrrun
1281 enable_scsiport_sys
1282 enable_secur32
1283 enable_security
1284 enable_sensapi
1285 enable_serialui
1286 enable_setupapi
1287 enable_sfc
1288 enable_sfc_os
1289 enable_shdoclc
1290 enable_shdocvw
1291 enable_shell32
1292 enable_shfolder
1293 enable_shlwapi
1294 enable_slbcsp
1295 enable_slc
1296 enable_snmpapi
1297 enable_softpub
1298 enable_spoolss
1299 enable_stdole2_tlb
1300 enable_stdole32_tlb
1301 enable_sti
1302 enable_svrapi
1303 enable_sxs
1304 enable_t2embed
1305 enable_tapi32
1306 enable_taskschd
1307 enable_traffic
1308 enable_twain_32
1309 enable_ucrtbase
1310 enable_unicows
1311 enable_updspapi
1312 enable_url
1313 enable_urlmon
1314 enable_usbd_sys
1315 enable_user32
1316 enable_userenv
1317 enable_usp10
1318 enable_uxtheme
1319 enable_vbscript
1320 enable_vcomp
1321 enable_vcomp100
1322 enable_vcomp110
1323 enable_vcomp120
1324 enable_vcomp90
1325 enable_vcruntime140
1326 enable_vdmdbg
1327 enable_version
1328 enable_vssapi
1329 enable_wbemdisp
1330 enable_wbemprox
1331 enable_webservices
1332 enable_wer
1333 enable_wevtapi
1334 enable_wiaservc
1335 enable_wimgapi
1336 enable_windowscodecs
1337 enable_windowscodecsext
1338 enable_winealsa_drv
1339 enable_winecoreaudio_drv
1340 enable_wined3d
1341 enable_winegstreamer
1342 enable_winejoystick_drv
1343 enable_winemac_drv
1344 enable_winemapi
1345 enable_winemp3_acm
1346 enable_wineoss_drv
1347 enable_wineps_drv
1348 enable_winepulse_drv
1349 enable_wineqtdecoder
1350 enable_winex11_drv
1351 enable_wing32
1352 enable_winhttp
1353 enable_wininet
1354 enable_winmm
1355 enable_winnls32
1356 enable_winscard
1357 enable_winspool_drv
1358 enable_winsta
1359 enable_wintab32
1360 enable_wintrust
1361 enable_wlanapi
1362 enable_wldap32
1363 enable_wmi
1364 enable_wmiutils
1365 enable_wmp
1366 enable_wmvcore
1367 enable_wnaspi32
1368 enable_wpcap
1369 enable_ws2_32
1370 enable_wshom_ocx
1371 enable_wsnmp32
1372 enable_wsock32
1373 enable_wtsapi32
1374 enable_wuapi
1375 enable_wuaueng
1376 enable_x3daudio1_0
1377 enable_x3daudio1_1
1378 enable_x3daudio1_2
1379 enable_x3daudio1_3
1380 enable_x3daudio1_4
1381 enable_x3daudio1_5
1382 enable_x3daudio1_6
1383 enable_x3daudio1_7
1384 enable_xapofx1_1
1385 enable_xapofx1_2
1386 enable_xapofx1_3
1387 enable_xapofx1_4
1388 enable_xapofx1_5
1389 enable_xaudio2_0
1390 enable_xaudio2_1
1391 enable_xaudio2_2
1392 enable_xaudio2_3
1393 enable_xaudio2_4
1394 enable_xaudio2_5
1395 enable_xaudio2_6
1396 enable_xaudio2_7
1397 enable_xaudio2_8
1398 enable_xinput1_1
1399 enable_xinput1_2
1400 enable_xinput1_3
1401 enable_xinput1_4
1402 enable_xinput9_1_0
1403 enable_xmllite
1404 enable_xolehlp
1405 enable_xpsprint
1406 enable_xpssvcs
1407 enable_fonts
1408 enable_include
1409 enable_libs_port
1410 enable_libs_wine
1411 enable_libs_wpp
1412 enable_loader
1413 enable_arp
1414 enable_aspnet_regiis
1415 enable_attrib
1416 enable_cabarc
1417 enable_cacls
1418 enable_clock
1419 enable_cmd
1420 enable_conhost
1421 enable_control
1422 enable_cscript
1423 enable_dpnsvr
1424 enable_dxdiag
1425 enable_eject
1426 enable_expand
1427 enable_explorer
1428 enable_extrac32
1429 enable_findstr
1430 enable_hh
1431 enable_hostname
1432 enable_icinfo
1433 enable_iexplore
1434 enable_ipconfig
1435 enable_lodctr
1436 enable_mofcomp
1437 enable_mshta
1438 enable_msiexec
1439 enable_net
1440 enable_netsh
1441 enable_netstat
1442 enable_ngen
1443 enable_notepad
1444 enable_oleview
1445 enable_ping
1446 enable_plugplay
1447 enable_presentationfontcache
1448 enable_progman
1449 enable_reg
1450 enable_regasm
1451 enable_regedit
1452 enable_regsvcs
1453 enable_regsvr32
1454 enable_rpcss
1455 enable_rundll32
1456 enable_sc
1457 enable_schtasks
1458 enable_sdbinst
1459 enable_secedit
1460 enable_servicemodelreg
1461 enable_services
1462 enable_spoolsv
1463 enable_start
1464 enable_svchost
1465 enable_systeminfo
1466 enable_taskkill
1467 enable_tasklist
1468 enable_taskmgr
1469 enable_termsv
1470 enable_uninstaller
1471 enable_unlodctr
1472 enable_view
1473 enable_wevtutil
1474 enable_wineboot
1475 enable_winebrowser
1476 enable_winecfg
1477 enable_wineconsole
1478 enable_winedbg
1479 enable_winedevice
1480 enable_winefile
1481 enable_winemenubuilder
1482 enable_winemine
1483 enable_winemsibuilder
1484 enable_winepath
1485 enable_winetest
1486 enable_winhlp32
1487 enable_winver
1488 enable_wmic
1489 enable_wmplayer
1490 enable_wordpad
1491 enable_write
1492 enable_wscript
1493 enable_wusa
1494 enable_xcopy
1495 enable_server
1496 enable_tools
1498 ac_precious_vars='build_alias
1499 host_alias
1500 target_alias
1502 CFLAGS
1503 LDFLAGS
1504 LIBS
1505 CPPFLAGS
1507 CXXFLAGS
1510 XMKMF
1511 XML2_CFLAGS
1512 XML2_LIBS
1513 XSLT_CFLAGS
1514 XSLT_LIBS
1515 DBUS_CFLAGS
1516 DBUS_LIBS
1517 HAL_CFLAGS
1518 HAL_LIBS
1519 GNUTLS_CFLAGS
1520 GNUTLS_LIBS
1521 SANE_CFLAGS
1522 SANE_LIBS
1523 GPHOTO2_CFLAGS
1524 GPHOTO2_LIBS
1525 GPHOTO2_PORT_CFLAGS
1526 GPHOTO2_PORT_LIBS
1527 LCMS2_CFLAGS
1528 LCMS2_LIBS
1529 FREETYPE_CFLAGS
1530 FREETYPE_LIBS
1531 PULSE_CFLAGS
1532 PULSE_LIBS
1533 GSTREAMER_CFLAGS
1534 GSTREAMER_LIBS
1535 CAPI20_CFLAGS
1536 CAPI20_LIBS
1537 FONTCONFIG_CFLAGS
1538 FONTCONFIG_LIBS
1539 JPEG_CFLAGS
1540 JPEG_LIBS
1541 PNG_CFLAGS
1542 PNG_LIBS
1543 TIFF_CFLAGS
1544 TIFF_LIBS
1545 MPG123_CFLAGS
1546 MPG123_LIBS'
1549 # Initialize some variables set by options.
1550 ac_init_help=
1551 ac_init_version=false
1552 ac_unrecognized_opts=
1553 ac_unrecognized_sep=
1554 # The variables have the same names as the options, with
1555 # dashes changed to underlines.
1556 cache_file=/dev/null
1557 exec_prefix=NONE
1558 no_create=
1559 no_recursion=
1560 prefix=NONE
1561 program_prefix=NONE
1562 program_suffix=NONE
1563 program_transform_name=s,x,x,
1564 silent=
1565 site=
1566 srcdir=
1567 verbose=
1568 x_includes=NONE
1569 x_libraries=NONE
1571 # Installation directory options.
1572 # These are left unexpanded so users can "make install exec_prefix=/foo"
1573 # and all the variables that are supposed to be based on exec_prefix
1574 # by default will actually change.
1575 # Use braces instead of parens because sh, perl, etc. also accept them.
1576 # (The list follows the same order as the GNU Coding Standards.)
1577 bindir='${exec_prefix}/bin'
1578 sbindir='${exec_prefix}/sbin'
1579 libexecdir='${exec_prefix}/libexec'
1580 datarootdir='${prefix}/share'
1581 datadir='${datarootdir}'
1582 sysconfdir='${prefix}/etc'
1583 sharedstatedir='${prefix}/com'
1584 localstatedir='${prefix}/var'
1585 runstatedir='${localstatedir}/run'
1586 includedir='${prefix}/include'
1587 oldincludedir='/usr/include'
1588 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1589 infodir='${datarootdir}/info'
1590 htmldir='${docdir}'
1591 dvidir='${docdir}'
1592 pdfdir='${docdir}'
1593 psdir='${docdir}'
1594 libdir='${exec_prefix}/lib'
1595 localedir='${datarootdir}/locale'
1596 mandir='${datarootdir}/man'
1598 ac_prev=
1599 ac_dashdash=
1600 for ac_option
1602 # If the previous option needs an argument, assign it.
1603 if test -n "$ac_prev"; then
1604 eval $ac_prev=\$ac_option
1605 ac_prev=
1606 continue
1609 case $ac_option in
1610 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1611 *=) ac_optarg= ;;
1612 *) ac_optarg=yes ;;
1613 esac
1615 # Accept the important Cygnus configure options, so we can diagnose typos.
1617 case $ac_dashdash$ac_option in
1619 ac_dashdash=yes ;;
1621 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1622 ac_prev=bindir ;;
1623 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1624 bindir=$ac_optarg ;;
1626 -build | --build | --buil | --bui | --bu)
1627 ac_prev=build_alias ;;
1628 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1629 build_alias=$ac_optarg ;;
1631 -cache-file | --cache-file | --cache-fil | --cache-fi \
1632 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1633 ac_prev=cache_file ;;
1634 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1635 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1636 cache_file=$ac_optarg ;;
1638 --config-cache | -C)
1639 cache_file=config.cache ;;
1641 -datadir | --datadir | --datadi | --datad)
1642 ac_prev=datadir ;;
1643 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1644 datadir=$ac_optarg ;;
1646 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1647 | --dataroo | --dataro | --datar)
1648 ac_prev=datarootdir ;;
1649 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1650 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1651 datarootdir=$ac_optarg ;;
1653 -disable-* | --disable-*)
1654 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1655 # Reject names that are not valid shell variable names.
1656 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1657 as_fn_error $? "invalid feature name: $ac_useropt"
1658 ac_useropt_orig=$ac_useropt
1659 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1660 case $ac_user_opts in
1662 "enable_$ac_useropt"
1663 "*) ;;
1664 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1665 ac_unrecognized_sep=', ';;
1666 esac
1667 eval enable_$ac_useropt=no ;;
1669 -docdir | --docdir | --docdi | --doc | --do)
1670 ac_prev=docdir ;;
1671 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1672 docdir=$ac_optarg ;;
1674 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1675 ac_prev=dvidir ;;
1676 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1677 dvidir=$ac_optarg ;;
1679 -enable-* | --enable-*)
1680 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1681 # Reject names that are not valid shell variable names.
1682 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1683 as_fn_error $? "invalid feature name: $ac_useropt"
1684 ac_useropt_orig=$ac_useropt
1685 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1686 case $ac_user_opts in
1688 "enable_$ac_useropt"
1689 "*) ;;
1690 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1691 ac_unrecognized_sep=', ';;
1692 esac
1693 eval enable_$ac_useropt=\$ac_optarg ;;
1695 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1696 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1697 | --exec | --exe | --ex)
1698 ac_prev=exec_prefix ;;
1699 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1700 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1701 | --exec=* | --exe=* | --ex=*)
1702 exec_prefix=$ac_optarg ;;
1704 -gas | --gas | --ga | --g)
1705 # Obsolete; use --with-gas.
1706 with_gas=yes ;;
1708 -help | --help | --hel | --he | -h)
1709 ac_init_help=long ;;
1710 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1711 ac_init_help=recursive ;;
1712 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1713 ac_init_help=short ;;
1715 -host | --host | --hos | --ho)
1716 ac_prev=host_alias ;;
1717 -host=* | --host=* | --hos=* | --ho=*)
1718 host_alias=$ac_optarg ;;
1720 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1721 ac_prev=htmldir ;;
1722 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1723 | --ht=*)
1724 htmldir=$ac_optarg ;;
1726 -includedir | --includedir | --includedi | --included | --include \
1727 | --includ | --inclu | --incl | --inc)
1728 ac_prev=includedir ;;
1729 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1730 | --includ=* | --inclu=* | --incl=* | --inc=*)
1731 includedir=$ac_optarg ;;
1733 -infodir | --infodir | --infodi | --infod | --info | --inf)
1734 ac_prev=infodir ;;
1735 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1736 infodir=$ac_optarg ;;
1738 -libdir | --libdir | --libdi | --libd)
1739 ac_prev=libdir ;;
1740 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1741 libdir=$ac_optarg ;;
1743 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1744 | --libexe | --libex | --libe)
1745 ac_prev=libexecdir ;;
1746 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1747 | --libexe=* | --libex=* | --libe=*)
1748 libexecdir=$ac_optarg ;;
1750 -localedir | --localedir | --localedi | --localed | --locale)
1751 ac_prev=localedir ;;
1752 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1753 localedir=$ac_optarg ;;
1755 -localstatedir | --localstatedir | --localstatedi | --localstated \
1756 | --localstate | --localstat | --localsta | --localst | --locals)
1757 ac_prev=localstatedir ;;
1758 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1759 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1760 localstatedir=$ac_optarg ;;
1762 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1763 ac_prev=mandir ;;
1764 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1765 mandir=$ac_optarg ;;
1767 -nfp | --nfp | --nf)
1768 # Obsolete; use --without-fp.
1769 with_fp=no ;;
1771 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1772 | --no-cr | --no-c | -n)
1773 no_create=yes ;;
1775 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1776 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1777 no_recursion=yes ;;
1779 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1780 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1781 | --oldin | --oldi | --old | --ol | --o)
1782 ac_prev=oldincludedir ;;
1783 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1784 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1785 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1786 oldincludedir=$ac_optarg ;;
1788 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1789 ac_prev=prefix ;;
1790 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1791 prefix=$ac_optarg ;;
1793 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1794 | --program-pre | --program-pr | --program-p)
1795 ac_prev=program_prefix ;;
1796 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1797 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1798 program_prefix=$ac_optarg ;;
1800 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1801 | --program-suf | --program-su | --program-s)
1802 ac_prev=program_suffix ;;
1803 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1804 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1805 program_suffix=$ac_optarg ;;
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 ac_prev=program_transform_name ;;
1815 -program-transform-name=* | --program-transform-name=* \
1816 | --program-transform-nam=* | --program-transform-na=* \
1817 | --program-transform-n=* | --program-transform-=* \
1818 | --program-transform=* | --program-transfor=* \
1819 | --program-transfo=* | --program-transf=* \
1820 | --program-trans=* | --program-tran=* \
1821 | --progr-tra=* | --program-tr=* | --program-t=*)
1822 program_transform_name=$ac_optarg ;;
1824 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1825 ac_prev=pdfdir ;;
1826 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1827 pdfdir=$ac_optarg ;;
1829 -psdir | --psdir | --psdi | --psd | --ps)
1830 ac_prev=psdir ;;
1831 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1832 psdir=$ac_optarg ;;
1834 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1835 | -silent | --silent | --silen | --sile | --sil)
1836 silent=yes ;;
1838 -runstatedir | --runstatedir | --runstatedi | --runstated \
1839 | --runstate | --runstat | --runsta | --runst | --runs \
1840 | --run | --ru | --r)
1841 ac_prev=runstatedir ;;
1842 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1843 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1844 | --run=* | --ru=* | --r=*)
1845 runstatedir=$ac_optarg ;;
1847 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1848 ac_prev=sbindir ;;
1849 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1850 | --sbi=* | --sb=*)
1851 sbindir=$ac_optarg ;;
1853 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1854 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1855 | --sharedst | --shareds | --shared | --share | --shar \
1856 | --sha | --sh)
1857 ac_prev=sharedstatedir ;;
1858 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1859 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1860 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1861 | --sha=* | --sh=*)
1862 sharedstatedir=$ac_optarg ;;
1864 -site | --site | --sit)
1865 ac_prev=site ;;
1866 -site=* | --site=* | --sit=*)
1867 site=$ac_optarg ;;
1869 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1870 ac_prev=srcdir ;;
1871 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1872 srcdir=$ac_optarg ;;
1874 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1875 | --syscon | --sysco | --sysc | --sys | --sy)
1876 ac_prev=sysconfdir ;;
1877 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1878 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1879 sysconfdir=$ac_optarg ;;
1881 -target | --target | --targe | --targ | --tar | --ta | --t)
1882 ac_prev=target_alias ;;
1883 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1884 target_alias=$ac_optarg ;;
1886 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1887 verbose=yes ;;
1889 -version | --version | --versio | --versi | --vers | -V)
1890 ac_init_version=: ;;
1892 -with-* | --with-*)
1893 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1894 # Reject names that are not valid shell variable names.
1895 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1896 as_fn_error $? "invalid package name: $ac_useropt"
1897 ac_useropt_orig=$ac_useropt
1898 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1899 case $ac_user_opts in
1901 "with_$ac_useropt"
1902 "*) ;;
1903 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1904 ac_unrecognized_sep=', ';;
1905 esac
1906 eval with_$ac_useropt=\$ac_optarg ;;
1908 -without-* | --without-*)
1909 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1910 # Reject names that are not valid shell variable names.
1911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1912 as_fn_error $? "invalid package name: $ac_useropt"
1913 ac_useropt_orig=$ac_useropt
1914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1915 case $ac_user_opts in
1917 "with_$ac_useropt"
1918 "*) ;;
1919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1920 ac_unrecognized_sep=', ';;
1921 esac
1922 eval with_$ac_useropt=no ;;
1924 --x)
1925 # Obsolete; use --with-x.
1926 with_x=yes ;;
1928 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1929 | --x-incl | --x-inc | --x-in | --x-i)
1930 ac_prev=x_includes ;;
1931 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1932 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1933 x_includes=$ac_optarg ;;
1935 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1936 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1937 ac_prev=x_libraries ;;
1938 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1939 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1940 x_libraries=$ac_optarg ;;
1942 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1943 Try \`$0 --help' for more information"
1946 *=*)
1947 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1948 # Reject names that are not valid shell variable names.
1949 case $ac_envvar in #(
1950 '' | [0-9]* | *[!_$as_cr_alnum]* )
1951 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1952 esac
1953 eval $ac_envvar=\$ac_optarg
1954 export $ac_envvar ;;
1957 # FIXME: should be removed in autoconf 3.0.
1958 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1959 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1960 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1961 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1964 esac
1965 done
1967 if test -n "$ac_prev"; then
1968 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1969 as_fn_error $? "missing argument to $ac_option"
1972 if test -n "$ac_unrecognized_opts"; then
1973 case $enable_option_checking in
1974 no) ;;
1975 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1976 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1977 esac
1980 # Check all directory arguments for consistency.
1981 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1982 datadir sysconfdir sharedstatedir localstatedir includedir \
1983 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1984 libdir localedir mandir runstatedir
1986 eval ac_val=\$$ac_var
1987 # Remove trailing slashes.
1988 case $ac_val in
1989 */ )
1990 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1991 eval $ac_var=\$ac_val;;
1992 esac
1993 # Be sure to have absolute directory names.
1994 case $ac_val in
1995 [\\/$]* | ?:[\\/]* ) continue;;
1996 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1997 esac
1998 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1999 done
2001 # There might be people who depend on the old broken behavior: `$host'
2002 # used to hold the argument of --host etc.
2003 # FIXME: To remove some day.
2004 build=$build_alias
2005 host=$host_alias
2006 target=$target_alias
2008 # FIXME: To remove some day.
2009 if test "x$host_alias" != x; then
2010 if test "x$build_alias" = x; then
2011 cross_compiling=maybe
2012 elif test "x$build_alias" != "x$host_alias"; then
2013 cross_compiling=yes
2017 ac_tool_prefix=
2018 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2020 test "$silent" = yes && exec 6>/dev/null
2023 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2024 ac_ls_di=`ls -di .` &&
2025 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2026 as_fn_error $? "working directory cannot be determined"
2027 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2028 as_fn_error $? "pwd does not report name of working directory"
2031 # Find the source files, if location was not specified.
2032 if test -z "$srcdir"; then
2033 ac_srcdir_defaulted=yes
2034 # Try the directory containing this script, then the parent directory.
2035 ac_confdir=`$as_dirname -- "$as_myself" ||
2036 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2037 X"$as_myself" : 'X\(//\)[^/]' \| \
2038 X"$as_myself" : 'X\(//\)$' \| \
2039 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2040 $as_echo X"$as_myself" |
2041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2042 s//\1/
2045 /^X\(\/\/\)[^/].*/{
2046 s//\1/
2049 /^X\(\/\/\)$/{
2050 s//\1/
2053 /^X\(\/\).*/{
2054 s//\1/
2057 s/.*/./; q'`
2058 srcdir=$ac_confdir
2059 if test ! -r "$srcdir/$ac_unique_file"; then
2060 srcdir=..
2062 else
2063 ac_srcdir_defaulted=no
2065 if test ! -r "$srcdir/$ac_unique_file"; then
2066 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2067 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2069 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2070 ac_abs_confdir=`(
2071 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2072 pwd)`
2073 # When building in place, set srcdir=.
2074 if test "$ac_abs_confdir" = "$ac_pwd"; then
2075 srcdir=.
2077 # Remove unnecessary trailing slashes from srcdir.
2078 # Double slashes in file names in object file debugging info
2079 # mess up M-x gdb in Emacs.
2080 case $srcdir in
2081 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2082 esac
2083 for ac_var in $ac_precious_vars; do
2084 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2085 eval ac_env_${ac_var}_value=\$${ac_var}
2086 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2087 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2088 done
2091 # Report the --help message.
2093 if test "$ac_init_help" = "long"; then
2094 # Omit some internal or obsolete options to make the list less imposing.
2095 # This message is too long to be a string in the A/UX 3.1 sh.
2096 cat <<_ACEOF
2097 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2099 Usage: $0 [OPTION]... [VAR=VALUE]...
2101 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2102 VAR=VALUE. See below for descriptions of some of the useful variables.
2104 Defaults for the options are specified in brackets.
2106 Configuration:
2107 -h, --help display this help and exit
2108 --help=short display options specific to this package
2109 --help=recursive display the short help of all the included packages
2110 -V, --version display version information and exit
2111 -q, --quiet, --silent do not print \`checking ...' messages
2112 --cache-file=FILE cache test results in FILE [disabled]
2113 -C, --config-cache alias for \`--cache-file=config.cache'
2114 -n, --no-create do not create output files
2115 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2117 Installation directories:
2118 --prefix=PREFIX install architecture-independent files in PREFIX
2119 [$ac_default_prefix]
2120 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2121 [PREFIX]
2123 By default, \`make install' will install all the files in
2124 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2125 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2126 for instance \`--prefix=\$HOME'.
2128 For better control, use the options below.
2130 Fine tuning of the installation directories:
2131 --bindir=DIR user executables [EPREFIX/bin]
2132 --sbindir=DIR system admin executables [EPREFIX/sbin]
2133 --libexecdir=DIR program executables [EPREFIX/libexec]
2134 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2135 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2136 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2137 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2138 --libdir=DIR object code libraries [EPREFIX/lib]
2139 --includedir=DIR C header files [PREFIX/include]
2140 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2141 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2142 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2143 --infodir=DIR info documentation [DATAROOTDIR/info]
2144 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2145 --mandir=DIR man documentation [DATAROOTDIR/man]
2146 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2147 --htmldir=DIR html documentation [DOCDIR]
2148 --dvidir=DIR dvi documentation [DOCDIR]
2149 --pdfdir=DIR pdf documentation [DOCDIR]
2150 --psdir=DIR ps documentation [DOCDIR]
2151 _ACEOF
2153 cat <<\_ACEOF
2155 X features:
2156 --x-includes=DIR X include files are in DIR
2157 --x-libraries=DIR X library files are in DIR
2159 System types:
2160 --build=BUILD configure for building on BUILD [guessed]
2161 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2162 _ACEOF
2165 if test -n "$ac_init_help"; then
2166 case $ac_init_help in
2167 short | recursive ) echo "Configuration of Wine 1.7.54:";;
2168 esac
2169 cat <<\_ACEOF
2171 Optional Features:
2172 --disable-option-checking ignore unrecognized --enable/--with options
2173 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2174 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2175 --disable-win16 do not include Win16 support
2176 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2177 binaries)
2178 --disable-tests do not build the regression tests
2179 --enable-maintainer-mode
2180 enable maintainer-specific build rules
2181 --disable-largefile omit support for large files
2183 Optional Packages:
2184 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2185 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2186 --without-alsa do not use the Alsa sound support
2187 --without-capi do not use CAPI (ISDN support)
2188 --without-cms do not use CMS (color management support)
2189 --without-coreaudio do not use the CoreAudio sound support
2190 --without-cups do not use CUPS
2191 --without-curses do not use (n)curses
2192 --without-dbus do not use DBus (dynamic device support)
2193 --without-fontconfig do not use fontconfig
2194 --without-freetype do not use the FreeType library
2195 --without-gettext do not use gettext
2196 --with-gettextpo use the GetTextPO library to rebuild po files
2197 --without-gphoto do not use gphoto (Digital Camera support)
2198 --without-glu do not use the GLU library
2199 --without-gnutls do not use GnuTLS (schannel support)
2200 --without-gsm do not use libgsm (GSM 06.10 codec support)
2201 --without-gstreamer do not use GStreamer (codecs support)
2202 --without-hal do not use HAL (dynamic device support)
2203 --without-jpeg do not use JPEG
2204 --without-ldap do not use LDAP
2205 --without-mpg123 do not use the mpg123 library
2206 --without-netapi do not use the Samba NetAPI library
2207 --without-openal do not use OpenAL
2208 --without-opencl do not use OpenCL
2209 --without-opengl do not use OpenGL
2210 --without-osmesa do not use the OSMesa library
2211 --without-oss do not use the OSS sound support
2212 --without-pcap do not use the Packet Capture library
2213 --without-png do not use PNG
2214 --without-pthread do not use the pthread library
2215 --without-pulse do not use PulseAudio sound support
2216 --without-sane do not use SANE (scanner support)
2217 --without-tiff do not use TIFF
2218 --without-v4l do not use v4l1 (v4l support)
2219 --without-xcomposite do not use the Xcomposite extension
2220 --without-xcursor do not use the Xcursor extension
2221 --without-xinerama do not use Xinerama (multi-monitor support)
2222 --without-xinput do not use the Xinput extension
2223 --without-xinput2 do not use the Xinput 2 extension
2224 --without-xml do not use XML
2225 --without-xrandr do not use Xrandr (resolution changes)
2226 --without-xrender do not use the Xrender extension
2227 --without-xshape do not use the Xshape extension
2228 --without-xshm do not use XShm (shared memory extension)
2229 --without-xslt do not use XSLT
2230 --without-xxf86vm do not use XFree video mode extension
2231 --without-zlib do not use Zlib (data compression)
2232 --with-wine-tools=DIR use Wine tools from directory DIR
2233 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2234 --with-x use the X Window System
2236 Some influential environment variables:
2237 CC C compiler command
2238 CFLAGS C compiler flags
2239 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2240 nonstandard directory <lib dir>
2241 LIBS libraries to pass to the linker, e.g. -l<library>
2242 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2243 you have headers in a nonstandard directory <include dir>
2244 CXX C++ compiler command
2245 CXXFLAGS C++ compiler flags
2246 CPP C preprocessor
2247 XMKMF Path to xmkmf, Makefile generator for X Window System
2248 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2249 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2250 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2251 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2252 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2253 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2254 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2255 HAL_LIBS Linker flags for hal, overriding pkg-config
2256 GNUTLS_CFLAGS
2257 C compiler flags for gnutls, overriding pkg-config
2258 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2259 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2260 SANE_LIBS Linker flags for libsane, overriding pkg-config
2261 GPHOTO2_CFLAGS
2262 C compiler flags for libgphoto2, overriding pkg-config
2263 GPHOTO2_LIBS
2264 Linker flags for libgphoto2, overriding pkg-config
2265 GPHOTO2_PORT_CFLAGS
2266 C compiler flags for libgphoto2_port, overriding pkg-config
2267 GPHOTO2_PORT_LIBS
2268 Linker flags for libgphoto2_port, overriding pkg-config
2269 LCMS2_CFLAGS
2270 C compiler flags for lcms2, overriding pkg-config
2271 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2272 FREETYPE_CFLAGS
2273 C compiler flags for freetype2, overriding pkg-config
2274 FREETYPE_LIBS
2275 Linker flags for freetype2, overriding pkg-config
2276 PULSE_CFLAGS
2277 C compiler flags for libpulse, overriding pkg-config
2278 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2279 GSTREAMER_CFLAGS
2280 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2281 GSTREAMER_LIBS
2282 Linker flags for gstreamer-app-0.10, overriding pkg-config
2283 CAPI20_CFLAGS
2284 C compiler flags for capi20, overriding pkg-config
2285 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2286 FONTCONFIG_CFLAGS
2287 C compiler flags for fontconfig, overriding pkg-config
2288 FONTCONFIG_LIBS
2289 Linker flags for fontconfig, overriding pkg-config
2290 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2291 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2292 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2293 PNG_LIBS Linker flags for libpng, overriding pkg-config
2294 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2295 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2296 MPG123_CFLAGS
2297 C compiler flags for libmpg123, overriding pkg-config
2298 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2300 Use these variables to override the choices made by `configure' or to help
2301 it to find libraries and programs with nonstandard names/locations.
2303 Report bugs to <wine-devel@winehq.org>.
2304 Wine home page: <http://www.winehq.org>.
2305 _ACEOF
2306 ac_status=$?
2309 if test "$ac_init_help" = "recursive"; then
2310 # If there are subdirs, report their specific --help.
2311 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2312 test -d "$ac_dir" ||
2313 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2314 continue
2315 ac_builddir=.
2317 case "$ac_dir" in
2318 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2320 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2321 # A ".." for each directory in $ac_dir_suffix.
2322 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2323 case $ac_top_builddir_sub in
2324 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2325 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2326 esac ;;
2327 esac
2328 ac_abs_top_builddir=$ac_pwd
2329 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2330 # for backward compatibility:
2331 ac_top_builddir=$ac_top_build_prefix
2333 case $srcdir in
2334 .) # We are building in place.
2335 ac_srcdir=.
2336 ac_top_srcdir=$ac_top_builddir_sub
2337 ac_abs_top_srcdir=$ac_pwd ;;
2338 [\\/]* | ?:[\\/]* ) # Absolute name.
2339 ac_srcdir=$srcdir$ac_dir_suffix;
2340 ac_top_srcdir=$srcdir
2341 ac_abs_top_srcdir=$srcdir ;;
2342 *) # Relative name.
2343 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2344 ac_top_srcdir=$ac_top_build_prefix$srcdir
2345 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2346 esac
2347 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2349 cd "$ac_dir" || { ac_status=$?; continue; }
2350 # Check for guested configure.
2351 if test -f "$ac_srcdir/configure.gnu"; then
2352 echo &&
2353 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2354 elif test -f "$ac_srcdir/configure"; then
2355 echo &&
2356 $SHELL "$ac_srcdir/configure" --help=recursive
2357 else
2358 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2359 fi || ac_status=$?
2360 cd "$ac_pwd" || { ac_status=$?; break; }
2361 done
2364 test -n "$ac_init_help" && exit $ac_status
2365 if $ac_init_version; then
2366 cat <<\_ACEOF
2367 Wine configure 1.7.54
2368 generated by GNU Autoconf 2.69
2370 Copyright (C) 2012 Free Software Foundation, Inc.
2371 This configure script is free software; the Free Software Foundation
2372 gives unlimited permission to copy, distribute and modify it.
2373 _ACEOF
2374 exit
2377 ## ------------------------ ##
2378 ## Autoconf initialization. ##
2379 ## ------------------------ ##
2381 # ac_fn_c_try_compile LINENO
2382 # --------------------------
2383 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2384 ac_fn_c_try_compile ()
2386 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2387 rm -f conftest.$ac_objext
2388 if { { ac_try="$ac_compile"
2389 case "(($ac_try" in
2390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2391 *) ac_try_echo=$ac_try;;
2392 esac
2393 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2394 $as_echo "$ac_try_echo"; } >&5
2395 (eval "$ac_compile") 2>conftest.err
2396 ac_status=$?
2397 if test -s conftest.err; then
2398 grep -v '^ *+' conftest.err >conftest.er1
2399 cat conftest.er1 >&5
2400 mv -f conftest.er1 conftest.err
2402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2403 test $ac_status = 0; } && {
2404 test -z "$ac_c_werror_flag" ||
2405 test ! -s conftest.err
2406 } && test -s conftest.$ac_objext; then :
2407 ac_retval=0
2408 else
2409 $as_echo "$as_me: failed program was:" >&5
2410 sed 's/^/| /' conftest.$ac_ext >&5
2412 ac_retval=1
2414 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2415 as_fn_set_status $ac_retval
2417 } # ac_fn_c_try_compile
2419 # ac_fn_cxx_try_compile LINENO
2420 # ----------------------------
2421 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2422 ac_fn_cxx_try_compile ()
2424 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2425 rm -f conftest.$ac_objext
2426 if { { ac_try="$ac_compile"
2427 case "(($ac_try" in
2428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2429 *) ac_try_echo=$ac_try;;
2430 esac
2431 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2432 $as_echo "$ac_try_echo"; } >&5
2433 (eval "$ac_compile") 2>conftest.err
2434 ac_status=$?
2435 if test -s conftest.err; then
2436 grep -v '^ *+' conftest.err >conftest.er1
2437 cat conftest.er1 >&5
2438 mv -f conftest.er1 conftest.err
2440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2441 test $ac_status = 0; } && {
2442 test -z "$ac_cxx_werror_flag" ||
2443 test ! -s conftest.err
2444 } && test -s conftest.$ac_objext; then :
2445 ac_retval=0
2446 else
2447 $as_echo "$as_me: failed program was:" >&5
2448 sed 's/^/| /' conftest.$ac_ext >&5
2450 ac_retval=1
2452 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2453 as_fn_set_status $ac_retval
2455 } # ac_fn_cxx_try_compile
2457 # ac_fn_c_try_link LINENO
2458 # -----------------------
2459 # Try to link conftest.$ac_ext, and return whether this succeeded.
2460 ac_fn_c_try_link ()
2462 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2463 rm -f conftest.$ac_objext conftest$ac_exeext
2464 if { { ac_try="$ac_link"
2465 case "(($ac_try" in
2466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2467 *) ac_try_echo=$ac_try;;
2468 esac
2469 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2470 $as_echo "$ac_try_echo"; } >&5
2471 (eval "$ac_link") 2>conftest.err
2472 ac_status=$?
2473 if test -s conftest.err; then
2474 grep -v '^ *+' conftest.err >conftest.er1
2475 cat conftest.er1 >&5
2476 mv -f conftest.er1 conftest.err
2478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2479 test $ac_status = 0; } && {
2480 test -z "$ac_c_werror_flag" ||
2481 test ! -s conftest.err
2482 } && test -s conftest$ac_exeext && {
2483 test "$cross_compiling" = yes ||
2484 test -x conftest$ac_exeext
2485 }; then :
2486 ac_retval=0
2487 else
2488 $as_echo "$as_me: failed program was:" >&5
2489 sed 's/^/| /' conftest.$ac_ext >&5
2491 ac_retval=1
2493 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2494 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2495 # interfere with the next link command; also delete a directory that is
2496 # left behind by Apple's compiler. We do this before executing the actions.
2497 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2498 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2499 as_fn_set_status $ac_retval
2501 } # ac_fn_c_try_link
2503 # ac_fn_c_try_cpp LINENO
2504 # ----------------------
2505 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2506 ac_fn_c_try_cpp ()
2508 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2509 if { { ac_try="$ac_cpp conftest.$ac_ext"
2510 case "(($ac_try" in
2511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2512 *) ac_try_echo=$ac_try;;
2513 esac
2514 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2515 $as_echo "$ac_try_echo"; } >&5
2516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2517 ac_status=$?
2518 if test -s conftest.err; then
2519 grep -v '^ *+' conftest.err >conftest.er1
2520 cat conftest.er1 >&5
2521 mv -f conftest.er1 conftest.err
2523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2524 test $ac_status = 0; } > conftest.i && {
2525 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2526 test ! -s conftest.err
2527 }; then :
2528 ac_retval=0
2529 else
2530 $as_echo "$as_me: failed program was:" >&5
2531 sed 's/^/| /' conftest.$ac_ext >&5
2533 ac_retval=1
2535 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2536 as_fn_set_status $ac_retval
2538 } # ac_fn_c_try_cpp
2540 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2541 # -------------------------------------------------------
2542 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2543 # the include files in INCLUDES and setting the cache variable VAR
2544 # accordingly.
2545 ac_fn_c_check_header_mongrel ()
2547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2548 if eval \${$3+:} false; then :
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2550 $as_echo_n "checking for $2... " >&6; }
2551 if eval \${$3+:} false; then :
2552 $as_echo_n "(cached) " >&6
2554 eval ac_res=\$$3
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2556 $as_echo "$ac_res" >&6; }
2557 else
2558 # Is the header compilable?
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2560 $as_echo_n "checking $2 usability... " >&6; }
2561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2562 /* end confdefs.h. */
2564 #include <$2>
2565 _ACEOF
2566 if ac_fn_c_try_compile "$LINENO"; then :
2567 ac_header_compiler=yes
2568 else
2569 ac_header_compiler=no
2571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2573 $as_echo "$ac_header_compiler" >&6; }
2575 # Is the header present?
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2577 $as_echo_n "checking $2 presence... " >&6; }
2578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2579 /* end confdefs.h. */
2580 #include <$2>
2581 _ACEOF
2582 if ac_fn_c_try_cpp "$LINENO"; then :
2583 ac_header_preproc=yes
2584 else
2585 ac_header_preproc=no
2587 rm -f conftest.err conftest.i conftest.$ac_ext
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2589 $as_echo "$ac_header_preproc" >&6; }
2591 # So? What about this header?
2592 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2593 yes:no: )
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2595 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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;}
2599 no:yes:* )
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2601 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2603 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2605 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2607 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2609 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2610 ( $as_echo "## ------------------------------------ ##
2611 ## Report this to wine-devel@winehq.org ##
2612 ## ------------------------------------ ##"
2613 ) | sed "s/^/$as_me: WARNING: /" >&2
2615 esac
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2617 $as_echo_n "checking for $2... " >&6; }
2618 if eval \${$3+:} false; then :
2619 $as_echo_n "(cached) " >&6
2620 else
2621 eval "$3=\$ac_header_compiler"
2623 eval ac_res=\$$3
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2625 $as_echo "$ac_res" >&6; }
2627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2629 } # ac_fn_c_check_header_mongrel
2631 # ac_fn_c_try_run LINENO
2632 # ----------------------
2633 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2634 # that executables *can* be run.
2635 ac_fn_c_try_run ()
2637 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2638 if { { ac_try="$ac_link"
2639 case "(($ac_try" in
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2642 esac
2643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2644 $as_echo "$ac_try_echo"; } >&5
2645 (eval "$ac_link") 2>&5
2646 ac_status=$?
2647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2648 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2649 { { case "(($ac_try" in
2650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2651 *) ac_try_echo=$ac_try;;
2652 esac
2653 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2654 $as_echo "$ac_try_echo"; } >&5
2655 (eval "$ac_try") 2>&5
2656 ac_status=$?
2657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2658 test $ac_status = 0; }; }; then :
2659 ac_retval=0
2660 else
2661 $as_echo "$as_me: program exited with status $ac_status" >&5
2662 $as_echo "$as_me: failed program was:" >&5
2663 sed 's/^/| /' conftest.$ac_ext >&5
2665 ac_retval=$ac_status
2667 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2669 as_fn_set_status $ac_retval
2671 } # ac_fn_c_try_run
2673 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2674 # -------------------------------------------------------
2675 # Tests whether HEADER exists and can be compiled using the include files in
2676 # INCLUDES, setting the cache variable VAR accordingly.
2677 ac_fn_c_check_header_compile ()
2679 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2681 $as_echo_n "checking for $2... " >&6; }
2682 if eval \${$3+:} false; then :
2683 $as_echo_n "(cached) " >&6
2684 else
2685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2686 /* end confdefs.h. */
2688 #include <$2>
2689 _ACEOF
2690 if ac_fn_c_try_compile "$LINENO"; then :
2691 eval "$3=yes"
2692 else
2693 eval "$3=no"
2695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2697 eval ac_res=\$$3
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2699 $as_echo "$ac_res" >&6; }
2700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2702 } # ac_fn_c_check_header_compile
2704 # ac_fn_c_check_func LINENO FUNC VAR
2705 # ----------------------------------
2706 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2707 ac_fn_c_check_func ()
2709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2711 $as_echo_n "checking for $2... " >&6; }
2712 if eval \${$3+:} false; then :
2713 $as_echo_n "(cached) " >&6
2714 else
2715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2716 /* end confdefs.h. */
2717 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2718 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2719 #define $2 innocuous_$2
2721 /* System header to define __stub macros and hopefully few prototypes,
2722 which can conflict with char $2 (); below.
2723 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2724 <limits.h> exists even on freestanding compilers. */
2726 #ifdef __STDC__
2727 # include <limits.h>
2728 #else
2729 # include <assert.h>
2730 #endif
2732 #undef $2
2734 /* Override any GCC internal prototype to avoid an error.
2735 Use char because int might match the return type of a GCC
2736 builtin and then its argument prototype would still apply. */
2737 #ifdef __cplusplus
2738 extern "C"
2739 #endif
2740 char $2 ();
2741 /* The GNU C library defines this for functions which it implements
2742 to always fail with ENOSYS. Some functions are actually named
2743 something starting with __ and the normal name is an alias. */
2744 #if defined __stub_$2 || defined __stub___$2
2745 choke me
2746 #endif
2749 main ()
2751 return $2 ();
2753 return 0;
2755 _ACEOF
2756 if ac_fn_c_try_link "$LINENO"; then :
2757 eval "$3=yes"
2758 else
2759 eval "$3=no"
2761 rm -f core conftest.err conftest.$ac_objext \
2762 conftest$ac_exeext conftest.$ac_ext
2764 eval ac_res=\$$3
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2766 $as_echo "$ac_res" >&6; }
2767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2769 } # ac_fn_c_check_func
2771 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2772 # ----------------------------------------------------
2773 # Tries to find if the field MEMBER exists in type AGGR, after including
2774 # INCLUDES, setting cache variable VAR accordingly.
2775 ac_fn_c_check_member ()
2777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2779 $as_echo_n "checking for $2.$3... " >&6; }
2780 if eval \${$4+:} false; then :
2781 $as_echo_n "(cached) " >&6
2782 else
2783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2784 /* end confdefs.h. */
2787 main ()
2789 static $2 ac_aggr;
2790 if (ac_aggr.$3)
2791 return 0;
2793 return 0;
2795 _ACEOF
2796 if ac_fn_c_try_compile "$LINENO"; then :
2797 eval "$4=yes"
2798 else
2799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2800 /* end confdefs.h. */
2803 main ()
2805 static $2 ac_aggr;
2806 if (sizeof ac_aggr.$3)
2807 return 0;
2809 return 0;
2811 _ACEOF
2812 if ac_fn_c_try_compile "$LINENO"; then :
2813 eval "$4=yes"
2814 else
2815 eval "$4=no"
2817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2821 eval ac_res=\$$4
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2823 $as_echo "$ac_res" >&6; }
2824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2826 } # ac_fn_c_check_member
2828 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2829 # -------------------------------------------
2830 # Tests whether TYPE exists after having included INCLUDES, setting cache
2831 # variable VAR accordingly.
2832 ac_fn_c_check_type ()
2834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2836 $as_echo_n "checking for $2... " >&6; }
2837 if eval \${$3+:} false; then :
2838 $as_echo_n "(cached) " >&6
2839 else
2840 eval "$3=no"
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2845 main ()
2847 if (sizeof ($2))
2848 return 0;
2850 return 0;
2852 _ACEOF
2853 if ac_fn_c_try_compile "$LINENO"; then :
2854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2858 main ()
2860 if (sizeof (($2)))
2861 return 0;
2863 return 0;
2865 _ACEOF
2866 if ac_fn_c_try_compile "$LINENO"; then :
2868 else
2869 eval "$3=yes"
2871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2875 eval ac_res=\$$3
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2877 $as_echo "$ac_res" >&6; }
2878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2880 } # ac_fn_c_check_type
2881 cat >config.log <<_ACEOF
2882 This file contains any messages produced by compilers while
2883 running configure, to aid debugging if configure makes a mistake.
2885 It was created by Wine $as_me 1.7.54, which was
2886 generated by GNU Autoconf 2.69. Invocation command line was
2888 $ $0 $@
2890 _ACEOF
2891 exec 5>>config.log
2893 cat <<_ASUNAME
2894 ## --------- ##
2895 ## Platform. ##
2896 ## --------- ##
2898 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2899 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2900 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2901 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2902 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2904 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2905 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2907 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2908 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2909 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2910 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2911 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2912 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2913 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2915 _ASUNAME
2917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2918 for as_dir in $PATH
2920 IFS=$as_save_IFS
2921 test -z "$as_dir" && as_dir=.
2922 $as_echo "PATH: $as_dir"
2923 done
2924 IFS=$as_save_IFS
2926 } >&5
2928 cat >&5 <<_ACEOF
2931 ## ----------- ##
2932 ## Core tests. ##
2933 ## ----------- ##
2935 _ACEOF
2938 # Keep a trace of the command line.
2939 # Strip out --no-create and --no-recursion so they do not pile up.
2940 # Strip out --silent because we don't want to record it for future runs.
2941 # Also quote any args containing shell meta-characters.
2942 # Make two passes to allow for proper duplicate-argument suppression.
2943 ac_configure_args=
2944 ac_configure_args0=
2945 ac_configure_args1=
2946 ac_must_keep_next=false
2947 for ac_pass in 1 2
2949 for ac_arg
2951 case $ac_arg in
2952 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2953 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2954 | -silent | --silent | --silen | --sile | --sil)
2955 continue ;;
2956 *\'*)
2957 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2958 esac
2959 case $ac_pass in
2960 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2962 as_fn_append ac_configure_args1 " '$ac_arg'"
2963 if test $ac_must_keep_next = true; then
2964 ac_must_keep_next=false # Got value, back to normal.
2965 else
2966 case $ac_arg in
2967 *=* | --config-cache | -C | -disable-* | --disable-* \
2968 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2969 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2970 | -with-* | --with-* | -without-* | --without-* | --x)
2971 case "$ac_configure_args0 " in
2972 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2973 esac
2975 -* ) ac_must_keep_next=true ;;
2976 esac
2978 as_fn_append ac_configure_args " '$ac_arg'"
2980 esac
2981 done
2982 done
2983 { ac_configure_args0=; unset ac_configure_args0;}
2984 { ac_configure_args1=; unset ac_configure_args1;}
2986 # When interrupted or exit'd, cleanup temporary files, and complete
2987 # config.log. We remove comments because anyway the quotes in there
2988 # would cause problems or look ugly.
2989 # WARNING: Use '\'' to represent an apostrophe within the trap.
2990 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2991 trap 'exit_status=$?
2992 # Save into config.log some information that might help in debugging.
2994 echo
2996 $as_echo "## ---------------- ##
2997 ## Cache variables. ##
2998 ## ---------------- ##"
2999 echo
3000 # The following way of writing the cache mishandles newlines in values,
3002 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3003 eval ac_val=\$$ac_var
3004 case $ac_val in #(
3005 *${as_nl}*)
3006 case $ac_var in #(
3007 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3008 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3009 esac
3010 case $ac_var in #(
3011 _ | IFS | as_nl) ;; #(
3012 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3013 *) { eval $ac_var=; unset $ac_var;} ;;
3014 esac ;;
3015 esac
3016 done
3017 (set) 2>&1 |
3018 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3019 *${as_nl}ac_space=\ *)
3020 sed -n \
3021 "s/'\''/'\''\\\\'\'''\''/g;
3022 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3023 ;; #(
3025 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3027 esac |
3028 sort
3030 echo
3032 $as_echo "## ----------------- ##
3033 ## Output variables. ##
3034 ## ----------------- ##"
3035 echo
3036 for ac_var in $ac_subst_vars
3038 eval ac_val=\$$ac_var
3039 case $ac_val in
3040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3041 esac
3042 $as_echo "$ac_var='\''$ac_val'\''"
3043 done | sort
3044 echo
3046 if test -n "$ac_subst_files"; then
3047 $as_echo "## ------------------- ##
3048 ## File substitutions. ##
3049 ## ------------------- ##"
3050 echo
3051 for ac_var in $ac_subst_files
3053 eval ac_val=\$$ac_var
3054 case $ac_val in
3055 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3056 esac
3057 $as_echo "$ac_var='\''$ac_val'\''"
3058 done | sort
3059 echo
3062 if test -s confdefs.h; then
3063 $as_echo "## ----------- ##
3064 ## confdefs.h. ##
3065 ## ----------- ##"
3066 echo
3067 cat confdefs.h
3068 echo
3070 test "$ac_signal" != 0 &&
3071 $as_echo "$as_me: caught signal $ac_signal"
3072 $as_echo "$as_me: exit $exit_status"
3073 } >&5
3074 rm -f core *.core core.conftest.* &&
3075 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3076 exit $exit_status
3078 for ac_signal in 1 2 13 15; do
3079 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3080 done
3081 ac_signal=0
3083 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3084 rm -f -r conftest* confdefs.h
3086 $as_echo "/* confdefs.h */" > confdefs.h
3088 # Predefined preprocessor variables.
3090 cat >>confdefs.h <<_ACEOF
3091 #define PACKAGE_NAME "$PACKAGE_NAME"
3092 _ACEOF
3094 cat >>confdefs.h <<_ACEOF
3095 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3096 _ACEOF
3098 cat >>confdefs.h <<_ACEOF
3099 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3100 _ACEOF
3102 cat >>confdefs.h <<_ACEOF
3103 #define PACKAGE_STRING "$PACKAGE_STRING"
3104 _ACEOF
3106 cat >>confdefs.h <<_ACEOF
3107 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3108 _ACEOF
3110 cat >>confdefs.h <<_ACEOF
3111 #define PACKAGE_URL "$PACKAGE_URL"
3112 _ACEOF
3115 # Let the site file select an alternate cache file if it wants to.
3116 # Prefer an explicitly selected file to automatically selected ones.
3117 ac_site_file1=NONE
3118 ac_site_file2=NONE
3119 if test -n "$CONFIG_SITE"; then
3120 # We do not want a PATH search for config.site.
3121 case $CONFIG_SITE in #((
3122 -*) ac_site_file1=./$CONFIG_SITE;;
3123 */*) ac_site_file1=$CONFIG_SITE;;
3124 *) ac_site_file1=./$CONFIG_SITE;;
3125 esac
3126 elif test "x$prefix" != xNONE; then
3127 ac_site_file1=$prefix/share/config.site
3128 ac_site_file2=$prefix/etc/config.site
3129 else
3130 ac_site_file1=$ac_default_prefix/share/config.site
3131 ac_site_file2=$ac_default_prefix/etc/config.site
3133 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3135 test "x$ac_site_file" = xNONE && continue
3136 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3138 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3139 sed 's/^/| /' "$ac_site_file" >&5
3140 . "$ac_site_file" \
3141 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3142 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3143 as_fn_error $? "failed to load site script $ac_site_file
3144 See \`config.log' for more details" "$LINENO" 5; }
3146 done
3148 if test -r "$cache_file"; then
3149 # Some versions of bash will fail to source /dev/null (special files
3150 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3151 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3153 $as_echo "$as_me: loading cache $cache_file" >&6;}
3154 case $cache_file in
3155 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3156 *) . "./$cache_file";;
3157 esac
3159 else
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3161 $as_echo "$as_me: creating cache $cache_file" >&6;}
3162 >$cache_file
3165 # Check that the precious variables saved in the cache have kept the same
3166 # value.
3167 ac_cache_corrupted=false
3168 for ac_var in $ac_precious_vars; do
3169 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3170 eval ac_new_set=\$ac_env_${ac_var}_set
3171 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3172 eval ac_new_val=\$ac_env_${ac_var}_value
3173 case $ac_old_set,$ac_new_set in
3174 set,)
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3176 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3177 ac_cache_corrupted=: ;;
3178 ,set)
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3180 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3181 ac_cache_corrupted=: ;;
3182 ,);;
3184 if test "x$ac_old_val" != "x$ac_new_val"; then
3185 # differences in whitespace do not lead to failure.
3186 ac_old_val_w=`echo x $ac_old_val`
3187 ac_new_val_w=`echo x $ac_new_val`
3188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3190 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3191 ac_cache_corrupted=:
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3194 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3195 eval $ac_var=\$ac_old_val
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3198 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3200 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3201 fi;;
3202 esac
3203 # Pass precious variables to config.status.
3204 if test "$ac_new_set" = set; then
3205 case $ac_new_val in
3206 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3207 *) ac_arg=$ac_var=$ac_new_val ;;
3208 esac
3209 case " $ac_configure_args " in
3210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3211 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3212 esac
3214 done
3215 if $ac_cache_corrupted; then
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3219 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3220 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3222 ## -------------------- ##
3223 ## Main body of script. ##
3224 ## -------------------- ##
3226 ac_ext=c
3227 ac_cpp='$CPP $CPPFLAGS'
3228 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3229 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3234 ac_config_headers="$ac_config_headers include/config.h"
3236 ac_aux_dir=
3237 for ac_dir in tools "$srcdir"/tools; do
3238 if test -f "$ac_dir/install-sh"; then
3239 ac_aux_dir=$ac_dir
3240 ac_install_sh="$ac_aux_dir/install-sh -c"
3241 break
3242 elif test -f "$ac_dir/install.sh"; then
3243 ac_aux_dir=$ac_dir
3244 ac_install_sh="$ac_aux_dir/install.sh -c"
3245 break
3246 elif test -f "$ac_dir/shtool"; then
3247 ac_aux_dir=$ac_dir
3248 ac_install_sh="$ac_aux_dir/shtool install -c"
3249 break
3251 done
3252 if test -z "$ac_aux_dir"; then
3253 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3256 # These three variables are undocumented and unsupported,
3257 # and are intended to be withdrawn in a future Autoconf release.
3258 # They can cause serious problems if a builder's source tree is in a directory
3259 # whose full name contains unusual characters.
3260 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3261 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3262 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3266 libwine_version="1.0"
3270 # Check whether --enable-win16 was given.
3271 if test "${enable_win16+set}" = set; then :
3272 enableval=$enable_win16;
3275 # Check whether --enable-win64 was given.
3276 if test "${enable_win64+set}" = set; then :
3277 enableval=$enable_win64;
3280 # Check whether --enable-tests was given.
3281 if test "${enable_tests+set}" = set; then :
3282 enableval=$enable_tests;
3285 # Check whether --enable-maintainer-mode was given.
3286 if test "${enable_maintainer_mode+set}" = set; then :
3287 enableval=$enable_maintainer_mode;
3292 # Check whether --with-alsa was given.
3293 if test "${with_alsa+set}" = set; then :
3294 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3298 # Check whether --with-capi was given.
3299 if test "${with_capi+set}" = set; then :
3300 withval=$with_capi;
3304 # Check whether --with-cms was given.
3305 if test "${with_cms+set}" = set; then :
3306 withval=$with_cms;
3310 # Check whether --with-coreaudio was given.
3311 if test "${with_coreaudio+set}" = set; then :
3312 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3316 # Check whether --with-cups was given.
3317 if test "${with_cups+set}" = set; then :
3318 withval=$with_cups;
3322 # Check whether --with-curses was given.
3323 if test "${with_curses+set}" = set; then :
3324 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3328 # Check whether --with-dbus was given.
3329 if test "${with_dbus+set}" = set; then :
3330 withval=$with_dbus;
3334 # Check whether --with-fontconfig was given.
3335 if test "${with_fontconfig+set}" = set; then :
3336 withval=$with_fontconfig;
3340 # Check whether --with-freetype was given.
3341 if test "${with_freetype+set}" = set; then :
3342 withval=$with_freetype;
3346 # Check whether --with-gettext was given.
3347 if test "${with_gettext+set}" = set; then :
3348 withval=$with_gettext;
3352 # Check whether --with-gettextpo was given.
3353 if test "${with_gettextpo+set}" = set; then :
3354 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3358 # Check whether --with-gphoto was given.
3359 if test "${with_gphoto+set}" = set; then :
3360 withval=$with_gphoto;
3364 # Check whether --with-glu was given.
3365 if test "${with_glu+set}" = set; then :
3366 withval=$with_glu;
3370 # Check whether --with-gnutls was given.
3371 if test "${with_gnutls+set}" = set; then :
3372 withval=$with_gnutls;
3376 # Check whether --with-gsm was given.
3377 if test "${with_gsm+set}" = set; then :
3378 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3382 # Check whether --with-gstreamer was given.
3383 if test "${with_gstreamer+set}" = set; then :
3384 withval=$with_gstreamer;
3388 # Check whether --with-hal was given.
3389 if test "${with_hal+set}" = set; then :
3390 withval=$with_hal;
3394 # Check whether --with-jpeg was given.
3395 if test "${with_jpeg+set}" = set; then :
3396 withval=$with_jpeg;
3400 # Check whether --with-ldap was given.
3401 if test "${with_ldap+set}" = set; then :
3402 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3406 # Check whether --with-mpg123 was given.
3407 if test "${with_mpg123+set}" = set; then :
3408 withval=$with_mpg123;
3412 # Check whether --with-netapi was given.
3413 if test "${with_netapi+set}" = set; then :
3414 withval=$with_netapi;
3418 # Check whether --with-openal was given.
3419 if test "${with_openal+set}" = set; then :
3420 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3424 # Check whether --with-opencl was given.
3425 if test "${with_opencl+set}" = set; then :
3426 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3430 # Check whether --with-opengl was given.
3431 if test "${with_opengl+set}" = set; then :
3432 withval=$with_opengl;
3436 # Check whether --with-osmesa was given.
3437 if test "${with_osmesa+set}" = set; then :
3438 withval=$with_osmesa;
3442 # Check whether --with-oss was given.
3443 if test "${with_oss+set}" = set; then :
3444 withval=$with_oss;
3448 # Check whether --with-pcap was given.
3449 if test "${with_pcap+set}" = set; then :
3450 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3454 # Check whether --with-png was given.
3455 if test "${with_png+set}" = set; then :
3456 withval=$with_png;
3460 # Check whether --with-pthread was given.
3461 if test "${with_pthread+set}" = set; then :
3462 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3466 # Check whether --with-pulse was given.
3467 if test "${with_pulse+set}" = set; then :
3468 withval=$with_pulse;
3472 # Check whether --with-sane was given.
3473 if test "${with_sane+set}" = set; then :
3474 withval=$with_sane;
3478 # Check whether --with-tiff was given.
3479 if test "${with_tiff+set}" = set; then :
3480 withval=$with_tiff;
3484 # Check whether --with-v4l was given.
3485 if test "${with_v4l+set}" = set; then :
3486 withval=$with_v4l;
3490 # Check whether --with-xcomposite was given.
3491 if test "${with_xcomposite+set}" = set; then :
3492 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3496 # Check whether --with-xcursor was given.
3497 if test "${with_xcursor+set}" = set; then :
3498 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3502 # Check whether --with-xinerama was given.
3503 if test "${with_xinerama+set}" = set; then :
3504 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3508 # Check whether --with-xinput was given.
3509 if test "${with_xinput+set}" = set; then :
3510 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3514 # Check whether --with-xinput2 was given.
3515 if test "${with_xinput2+set}" = set; then :
3516 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3520 # Check whether --with-xml was given.
3521 if test "${with_xml+set}" = set; then :
3522 withval=$with_xml;
3526 # Check whether --with-xrandr was given.
3527 if test "${with_xrandr+set}" = set; then :
3528 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3532 # Check whether --with-xrender was given.
3533 if test "${with_xrender+set}" = set; then :
3534 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3538 # Check whether --with-xshape was given.
3539 if test "${with_xshape+set}" = set; then :
3540 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3544 # Check whether --with-xshm was given.
3545 if test "${with_xshm+set}" = set; then :
3546 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3550 # Check whether --with-xslt was given.
3551 if test "${with_xslt+set}" = set; then :
3552 withval=$with_xslt;
3556 # Check whether --with-xxf86vm was given.
3557 if test "${with_xxf86vm+set}" = set; then :
3558 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
3562 # Check whether --with-zlib was given.
3563 if test "${with_zlib+set}" = set; then :
3564 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3569 # Check whether --with-wine-tools was given.
3570 if test "${with_wine_tools+set}" = set; then :
3571 withval=$with_wine_tools;
3575 # Check whether --with-wine64 was given.
3576 if test "${with_wine64+set}" = set; then :
3577 withval=$with_wine64;
3581 # Make sure we can run config.sub.
3582 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3583 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3586 $as_echo_n "checking build system type... " >&6; }
3587 if ${ac_cv_build+:} false; then :
3588 $as_echo_n "(cached) " >&6
3589 else
3590 ac_build_alias=$build_alias
3591 test "x$ac_build_alias" = x &&
3592 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3593 test "x$ac_build_alias" = x &&
3594 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3595 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3596 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3600 $as_echo "$ac_cv_build" >&6; }
3601 case $ac_cv_build in
3602 *-*-*) ;;
3603 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3604 esac
3605 build=$ac_cv_build
3606 ac_save_IFS=$IFS; IFS='-'
3607 set x $ac_cv_build
3608 shift
3609 build_cpu=$1
3610 build_vendor=$2
3611 shift; shift
3612 # Remember, the first character of IFS is used to create $*,
3613 # except with old shells:
3614 build_os=$*
3615 IFS=$ac_save_IFS
3616 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3620 $as_echo_n "checking host system type... " >&6; }
3621 if ${ac_cv_host+:} false; then :
3622 $as_echo_n "(cached) " >&6
3623 else
3624 if test "x$host_alias" = x; then
3625 ac_cv_host=$ac_cv_build
3626 else
3627 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3628 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3633 $as_echo "$ac_cv_host" >&6; }
3634 case $ac_cv_host in
3635 *-*-*) ;;
3636 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3637 esac
3638 host=$ac_cv_host
3639 ac_save_IFS=$IFS; IFS='-'
3640 set x $ac_cv_host
3641 shift
3642 host_cpu=$1
3643 host_vendor=$2
3644 shift; shift
3645 # Remember, the first character of IFS is used to create $*,
3646 # except with old shells:
3647 host_os=$*
3648 IFS=$ac_save_IFS
3649 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3653 case "$srcdir" in
3654 .) ;;
3655 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3656 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3657 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3658 fi ;;
3659 esac
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3663 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3664 set x ${MAKE-make}
3665 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3666 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3667 $as_echo_n "(cached) " >&6
3668 else
3669 cat >conftest.make <<\_ACEOF
3670 SHELL = /bin/sh
3671 all:
3672 @echo '@@@%%%=$(MAKE)=@@@%%%'
3673 _ACEOF
3674 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3675 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3676 *@@@%%%=?*=@@@%%%*)
3677 eval ac_cv_prog_make_${ac_make}_set=yes;;
3679 eval ac_cv_prog_make_${ac_make}_set=no;;
3680 esac
3681 rm -f conftest.make
3683 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3685 $as_echo "yes" >&6; }
3686 SET_MAKE=
3687 else
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3689 $as_echo "no" >&6; }
3690 SET_MAKE="MAKE=${MAKE-make}"
3693 ac_ext=c
3694 ac_cpp='$CPP $CPPFLAGS'
3695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3698 if test -n "$ac_tool_prefix"; then
3699 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3700 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3702 $as_echo_n "checking for $ac_word... " >&6; }
3703 if ${ac_cv_prog_CC+:} false; then :
3704 $as_echo_n "(cached) " >&6
3705 else
3706 if test -n "$CC"; then
3707 ac_cv_prog_CC="$CC" # Let the user override the test.
3708 else
3709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3710 for as_dir in $PATH
3712 IFS=$as_save_IFS
3713 test -z "$as_dir" && as_dir=.
3714 for ac_exec_ext in '' $ac_executable_extensions; do
3715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3716 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3718 break 2
3720 done
3721 done
3722 IFS=$as_save_IFS
3726 CC=$ac_cv_prog_CC
3727 if test -n "$CC"; then
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3729 $as_echo "$CC" >&6; }
3730 else
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3732 $as_echo "no" >&6; }
3737 if test -z "$ac_cv_prog_CC"; then
3738 ac_ct_CC=$CC
3739 # Extract the first word of "gcc", so it can be a program name with args.
3740 set dummy gcc; ac_word=$2
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3742 $as_echo_n "checking for $ac_word... " >&6; }
3743 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3744 $as_echo_n "(cached) " >&6
3745 else
3746 if test -n "$ac_ct_CC"; then
3747 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3748 else
3749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750 for as_dir in $PATH
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_exec_ext in '' $ac_executable_extensions; do
3755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_CC="gcc"
3757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3758 break 2
3760 done
3761 done
3762 IFS=$as_save_IFS
3766 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3767 if test -n "$ac_ct_CC"; then
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3769 $as_echo "$ac_ct_CC" >&6; }
3770 else
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3772 $as_echo "no" >&6; }
3775 if test "x$ac_ct_CC" = x; then
3776 CC=""
3777 else
3778 case $cross_compiling:$ac_tool_warned in
3779 yes:)
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3781 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3782 ac_tool_warned=yes ;;
3783 esac
3784 CC=$ac_ct_CC
3786 else
3787 CC="$ac_cv_prog_CC"
3790 if test -z "$CC"; then
3791 if test -n "$ac_tool_prefix"; then
3792 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3793 set dummy ${ac_tool_prefix}cc; ac_word=$2
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3795 $as_echo_n "checking for $ac_word... " >&6; }
3796 if ${ac_cv_prog_CC+:} false; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 if test -n "$CC"; then
3800 ac_cv_prog_CC="$CC" # Let the user override the test.
3801 else
3802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3803 for as_dir in $PATH
3805 IFS=$as_save_IFS
3806 test -z "$as_dir" && as_dir=.
3807 for ac_exec_ext in '' $ac_executable_extensions; do
3808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3809 ac_cv_prog_CC="${ac_tool_prefix}cc"
3810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3811 break 2
3813 done
3814 done
3815 IFS=$as_save_IFS
3819 CC=$ac_cv_prog_CC
3820 if test -n "$CC"; then
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3822 $as_echo "$CC" >&6; }
3823 else
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3825 $as_echo "no" >&6; }
3831 if test -z "$CC"; then
3832 # Extract the first word of "cc", so it can be a program name with args.
3833 set dummy cc; ac_word=$2
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3835 $as_echo_n "checking for $ac_word... " >&6; }
3836 if ${ac_cv_prog_CC+:} false; then :
3837 $as_echo_n "(cached) " >&6
3838 else
3839 if test -n "$CC"; then
3840 ac_cv_prog_CC="$CC" # Let the user override the test.
3841 else
3842 ac_prog_rejected=no
3843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3844 for as_dir in $PATH
3846 IFS=$as_save_IFS
3847 test -z "$as_dir" && as_dir=.
3848 for ac_exec_ext in '' $ac_executable_extensions; do
3849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3850 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3851 ac_prog_rejected=yes
3852 continue
3854 ac_cv_prog_CC="cc"
3855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3856 break 2
3858 done
3859 done
3860 IFS=$as_save_IFS
3862 if test $ac_prog_rejected = yes; then
3863 # We found a bogon in the path, so make sure we never use it.
3864 set dummy $ac_cv_prog_CC
3865 shift
3866 if test $# != 0; then
3867 # We chose a different compiler from the bogus one.
3868 # However, it has the same basename, so the bogon will be chosen
3869 # first if we set CC to just the basename; use the full file name.
3870 shift
3871 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3876 CC=$ac_cv_prog_CC
3877 if test -n "$CC"; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3879 $as_echo "$CC" >&6; }
3880 else
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3882 $as_echo "no" >&6; }
3887 if test -z "$CC"; then
3888 if test -n "$ac_tool_prefix"; then
3889 for ac_prog in cl.exe
3891 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3892 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3894 $as_echo_n "checking for $ac_word... " >&6; }
3895 if ${ac_cv_prog_CC+:} false; then :
3896 $as_echo_n "(cached) " >&6
3897 else
3898 if test -n "$CC"; then
3899 ac_cv_prog_CC="$CC" # Let the user override the test.
3900 else
3901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3902 for as_dir in $PATH
3904 IFS=$as_save_IFS
3905 test -z "$as_dir" && as_dir=.
3906 for ac_exec_ext in '' $ac_executable_extensions; do
3907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3908 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3910 break 2
3912 done
3913 done
3914 IFS=$as_save_IFS
3918 CC=$ac_cv_prog_CC
3919 if test -n "$CC"; then
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3921 $as_echo "$CC" >&6; }
3922 else
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3924 $as_echo "no" >&6; }
3928 test -n "$CC" && break
3929 done
3931 if test -z "$CC"; then
3932 ac_ct_CC=$CC
3933 for ac_prog in cl.exe
3935 # Extract the first word of "$ac_prog", so it can be a program name with args.
3936 set dummy $ac_prog; ac_word=$2
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3938 $as_echo_n "checking for $ac_word... " >&6; }
3939 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3940 $as_echo_n "(cached) " >&6
3941 else
3942 if test -n "$ac_ct_CC"; then
3943 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3944 else
3945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3946 for as_dir in $PATH
3948 IFS=$as_save_IFS
3949 test -z "$as_dir" && as_dir=.
3950 for ac_exec_ext in '' $ac_executable_extensions; do
3951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3952 ac_cv_prog_ac_ct_CC="$ac_prog"
3953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3954 break 2
3956 done
3957 done
3958 IFS=$as_save_IFS
3962 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3963 if test -n "$ac_ct_CC"; then
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3965 $as_echo "$ac_ct_CC" >&6; }
3966 else
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3968 $as_echo "no" >&6; }
3972 test -n "$ac_ct_CC" && break
3973 done
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979 yes:)
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982 ac_tool_warned=yes ;;
3983 esac
3984 CC=$ac_ct_CC
3991 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3993 as_fn_error $? "no acceptable C compiler found in \$PATH
3994 See \`config.log' for more details" "$LINENO" 5; }
3996 # Provide some information about the compiler.
3997 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3998 set X $ac_compile
3999 ac_compiler=$2
4000 for ac_option in --version -v -V -qversion; do
4001 { { ac_try="$ac_compiler $ac_option >&5"
4002 case "(($ac_try" in
4003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4004 *) ac_try_echo=$ac_try;;
4005 esac
4006 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4007 $as_echo "$ac_try_echo"; } >&5
4008 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4009 ac_status=$?
4010 if test -s conftest.err; then
4011 sed '10a\
4012 ... rest of stderr output deleted ...
4013 10q' conftest.err >conftest.er1
4014 cat conftest.er1 >&5
4016 rm -f conftest.er1 conftest.err
4017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4018 test $ac_status = 0; }
4019 done
4021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4022 /* end confdefs.h. */
4025 main ()
4029 return 0;
4031 _ACEOF
4032 ac_clean_files_save=$ac_clean_files
4033 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4034 # Try to create an executable without -o first, disregard a.out.
4035 # It will help us diagnose broken compilers, and finding out an intuition
4036 # of exeext.
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4038 $as_echo_n "checking whether the C compiler works... " >&6; }
4039 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4041 # The possible output files:
4042 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4044 ac_rmfiles=
4045 for ac_file in $ac_files
4047 case $ac_file in
4048 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4049 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4050 esac
4051 done
4052 rm -f $ac_rmfiles
4054 if { { ac_try="$ac_link_default"
4055 case "(($ac_try" in
4056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4057 *) ac_try_echo=$ac_try;;
4058 esac
4059 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4060 $as_echo "$ac_try_echo"; } >&5
4061 (eval "$ac_link_default") 2>&5
4062 ac_status=$?
4063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4064 test $ac_status = 0; }; then :
4065 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4066 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4067 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4068 # so that the user can short-circuit this test for compilers unknown to
4069 # Autoconf.
4070 for ac_file in $ac_files ''
4072 test -f "$ac_file" || continue
4073 case $ac_file in
4074 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4076 [ab].out )
4077 # We found the default executable, but exeext='' is most
4078 # certainly right.
4079 break;;
4080 *.* )
4081 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4082 then :; else
4083 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4085 # We set ac_cv_exeext here because the later test for it is not
4086 # safe: cross compilers may not add the suffix if given an `-o'
4087 # argument, so we may need to know it at that point already.
4088 # Even if this section looks crufty: it has the advantage of
4089 # actually working.
4090 break;;
4092 break;;
4093 esac
4094 done
4095 test "$ac_cv_exeext" = no && ac_cv_exeext=
4097 else
4098 ac_file=''
4100 if test -z "$ac_file"; then :
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103 $as_echo "$as_me: failed program was:" >&5
4104 sed 's/^/| /' conftest.$ac_ext >&5
4106 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4107 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4108 as_fn_error 77 "C compiler cannot create executables
4109 See \`config.log' for more details" "$LINENO" 5; }
4110 else
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4112 $as_echo "yes" >&6; }
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4115 $as_echo_n "checking for C compiler default output file name... " >&6; }
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4117 $as_echo "$ac_file" >&6; }
4118 ac_exeext=$ac_cv_exeext
4120 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4121 ac_clean_files=$ac_clean_files_save
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4123 $as_echo_n "checking for suffix of executables... " >&6; }
4124 if { { ac_try="$ac_link"
4125 case "(($ac_try" in
4126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4127 *) ac_try_echo=$ac_try;;
4128 esac
4129 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4130 $as_echo "$ac_try_echo"; } >&5
4131 (eval "$ac_link") 2>&5
4132 ac_status=$?
4133 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4134 test $ac_status = 0; }; then :
4135 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4136 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4137 # work properly (i.e., refer to `conftest.exe'), while it won't with
4138 # `rm'.
4139 for ac_file in conftest.exe conftest conftest.*; do
4140 test -f "$ac_file" || continue
4141 case $ac_file in
4142 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4143 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4144 break;;
4145 * ) break;;
4146 esac
4147 done
4148 else
4149 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4150 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4151 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4152 See \`config.log' for more details" "$LINENO" 5; }
4154 rm -f conftest conftest$ac_cv_exeext
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4156 $as_echo "$ac_cv_exeext" >&6; }
4158 rm -f conftest.$ac_ext
4159 EXEEXT=$ac_cv_exeext
4160 ac_exeext=$EXEEXT
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4163 #include <stdio.h>
4165 main ()
4167 FILE *f = fopen ("conftest.out", "w");
4168 return ferror (f) || fclose (f) != 0;
4171 return 0;
4173 _ACEOF
4174 ac_clean_files="$ac_clean_files conftest.out"
4175 # Check that the compiler produces executables we can run. If not, either
4176 # the compiler is broken, or we cross compile.
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4178 $as_echo_n "checking whether we are cross compiling... " >&6; }
4179 if test "$cross_compiling" != yes; then
4180 { { ac_try="$ac_link"
4181 case "(($ac_try" in
4182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4183 *) ac_try_echo=$ac_try;;
4184 esac
4185 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4186 $as_echo "$ac_try_echo"; } >&5
4187 (eval "$ac_link") 2>&5
4188 ac_status=$?
4189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4190 test $ac_status = 0; }
4191 if { ac_try='./conftest$ac_cv_exeext'
4192 { { case "(($ac_try" in
4193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4194 *) ac_try_echo=$ac_try;;
4195 esac
4196 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4197 $as_echo "$ac_try_echo"; } >&5
4198 (eval "$ac_try") 2>&5
4199 ac_status=$?
4200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4201 test $ac_status = 0; }; }; then
4202 cross_compiling=no
4203 else
4204 if test "$cross_compiling" = maybe; then
4205 cross_compiling=yes
4206 else
4207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4209 as_fn_error $? "cannot run C compiled programs.
4210 If you meant to cross compile, use \`--host'.
4211 See \`config.log' for more details" "$LINENO" 5; }
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4216 $as_echo "$cross_compiling" >&6; }
4218 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4219 ac_clean_files=$ac_clean_files_save
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4221 $as_echo_n "checking for suffix of object files... " >&6; }
4222 if ${ac_cv_objext+:} false; then :
4223 $as_echo_n "(cached) " >&6
4224 else
4225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4226 /* end confdefs.h. */
4229 main ()
4233 return 0;
4235 _ACEOF
4236 rm -f conftest.o conftest.obj
4237 if { { ac_try="$ac_compile"
4238 case "(($ac_try" in
4239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4240 *) ac_try_echo=$ac_try;;
4241 esac
4242 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4243 $as_echo "$ac_try_echo"; } >&5
4244 (eval "$ac_compile") 2>&5
4245 ac_status=$?
4246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4247 test $ac_status = 0; }; then :
4248 for ac_file in conftest.o conftest.obj conftest.*; do
4249 test -f "$ac_file" || continue;
4250 case $ac_file in
4251 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4252 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4253 break;;
4254 esac
4255 done
4256 else
4257 $as_echo "$as_me: failed program was:" >&5
4258 sed 's/^/| /' conftest.$ac_ext >&5
4260 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4261 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4262 as_fn_error $? "cannot compute suffix of object files: cannot compile
4263 See \`config.log' for more details" "$LINENO" 5; }
4265 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4268 $as_echo "$ac_cv_objext" >&6; }
4269 OBJEXT=$ac_cv_objext
4270 ac_objext=$OBJEXT
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4272 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4273 if ${ac_cv_c_compiler_gnu+:} false; then :
4274 $as_echo_n "(cached) " >&6
4275 else
4276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4277 /* end confdefs.h. */
4280 main ()
4282 #ifndef __GNUC__
4283 choke me
4284 #endif
4287 return 0;
4289 _ACEOF
4290 if ac_fn_c_try_compile "$LINENO"; then :
4291 ac_compiler_gnu=yes
4292 else
4293 ac_compiler_gnu=no
4295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4296 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4300 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4301 if test $ac_compiler_gnu = yes; then
4302 GCC=yes
4303 else
4304 GCC=
4306 ac_test_CFLAGS=${CFLAGS+set}
4307 ac_save_CFLAGS=$CFLAGS
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4309 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4310 if ${ac_cv_prog_cc_g+:} false; then :
4311 $as_echo_n "(cached) " >&6
4312 else
4313 ac_save_c_werror_flag=$ac_c_werror_flag
4314 ac_c_werror_flag=yes
4315 ac_cv_prog_cc_g=no
4316 CFLAGS="-g"
4317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4318 /* end confdefs.h. */
4321 main ()
4325 return 0;
4327 _ACEOF
4328 if ac_fn_c_try_compile "$LINENO"; then :
4329 ac_cv_prog_cc_g=yes
4330 else
4331 CFLAGS=""
4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 /* end confdefs.h. */
4336 main ()
4340 return 0;
4342 _ACEOF
4343 if ac_fn_c_try_compile "$LINENO"; then :
4345 else
4346 ac_c_werror_flag=$ac_save_c_werror_flag
4347 CFLAGS="-g"
4348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4349 /* end confdefs.h. */
4352 main ()
4356 return 0;
4358 _ACEOF
4359 if ac_fn_c_try_compile "$LINENO"; then :
4360 ac_cv_prog_cc_g=yes
4362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4367 ac_c_werror_flag=$ac_save_c_werror_flag
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4370 $as_echo "$ac_cv_prog_cc_g" >&6; }
4371 if test "$ac_test_CFLAGS" = set; then
4372 CFLAGS=$ac_save_CFLAGS
4373 elif test $ac_cv_prog_cc_g = yes; then
4374 if test "$GCC" = yes; then
4375 CFLAGS="-g -O2"
4376 else
4377 CFLAGS="-g"
4379 else
4380 if test "$GCC" = yes; then
4381 CFLAGS="-O2"
4382 else
4383 CFLAGS=
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4387 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4388 if ${ac_cv_prog_cc_c89+:} false; then :
4389 $as_echo_n "(cached) " >&6
4390 else
4391 ac_cv_prog_cc_c89=no
4392 ac_save_CC=$CC
4393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4394 /* end confdefs.h. */
4395 #include <stdarg.h>
4396 #include <stdio.h>
4397 struct stat;
4398 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4399 struct buf { int x; };
4400 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4401 static char *e (p, i)
4402 char **p;
4403 int i;
4405 return p[i];
4407 static char *f (char * (*g) (char **, int), char **p, ...)
4409 char *s;
4410 va_list v;
4411 va_start (v,p);
4412 s = g (p, va_arg (v,int));
4413 va_end (v);
4414 return s;
4417 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4418 function prototypes and stuff, but not '\xHH' hex character constants.
4419 These don't provoke an error unfortunately, instead are silently treated
4420 as 'x'. The following induces an error, until -std is added to get
4421 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4422 array size at least. It's necessary to write '\x00'==0 to get something
4423 that's true only with -std. */
4424 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4426 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4427 inside strings and character constants. */
4428 #define FOO(x) 'x'
4429 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4431 int test (int i, double x);
4432 struct s1 {int (*f) (int a);};
4433 struct s2 {int (*f) (double a);};
4434 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4435 int argc;
4436 char **argv;
4438 main ()
4440 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4442 return 0;
4444 _ACEOF
4445 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4446 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4448 CC="$ac_save_CC $ac_arg"
4449 if ac_fn_c_try_compile "$LINENO"; then :
4450 ac_cv_prog_cc_c89=$ac_arg
4452 rm -f core conftest.err conftest.$ac_objext
4453 test "x$ac_cv_prog_cc_c89" != "xno" && break
4454 done
4455 rm -f conftest.$ac_ext
4456 CC=$ac_save_CC
4459 # AC_CACHE_VAL
4460 case "x$ac_cv_prog_cc_c89" in
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4463 $as_echo "none needed" >&6; } ;;
4464 xno)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4466 $as_echo "unsupported" >&6; } ;;
4468 CC="$CC $ac_cv_prog_cc_c89"
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4470 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4471 esac
4472 if test "x$ac_cv_prog_cc_c89" != xno; then :
4476 ac_ext=c
4477 ac_cpp='$CPP $CPPFLAGS'
4478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4482 ac_ext=cpp
4483 ac_cpp='$CXXCPP $CPPFLAGS'
4484 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4485 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4486 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4487 if test -z "$CXX"; then
4488 if test -n "$CCC"; then
4489 CXX=$CCC
4490 else
4491 if test -n "$ac_tool_prefix"; then
4492 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4494 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4495 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4497 $as_echo_n "checking for $ac_word... " >&6; }
4498 if ${ac_cv_prog_CXX+:} false; then :
4499 $as_echo_n "(cached) " >&6
4500 else
4501 if test -n "$CXX"; then
4502 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4503 else
4504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 for as_dir in $PATH
4507 IFS=$as_save_IFS
4508 test -z "$as_dir" && as_dir=.
4509 for ac_exec_ext in '' $ac_executable_extensions; do
4510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4511 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4513 break 2
4515 done
4516 done
4517 IFS=$as_save_IFS
4521 CXX=$ac_cv_prog_CXX
4522 if test -n "$CXX"; then
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4524 $as_echo "$CXX" >&6; }
4525 else
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4527 $as_echo "no" >&6; }
4531 test -n "$CXX" && break
4532 done
4534 if test -z "$CXX"; then
4535 ac_ct_CXX=$CXX
4536 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4538 # Extract the first word of "$ac_prog", so it can be a program name with args.
4539 set dummy $ac_prog; ac_word=$2
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$ac_ct_CXX"; then
4546 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4555 ac_cv_prog_ac_ct_CXX="$ac_prog"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4566 if test -n "$ac_ct_CXX"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4568 $as_echo "$ac_ct_CXX" >&6; }
4569 else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 $as_echo "no" >&6; }
4575 test -n "$ac_ct_CXX" && break
4576 done
4578 if test "x$ac_ct_CXX" = x; then
4579 CXX="g++"
4580 else
4581 case $cross_compiling:$ac_tool_warned in
4582 yes:)
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4584 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4585 ac_tool_warned=yes ;;
4586 esac
4587 CXX=$ac_ct_CXX
4593 # Provide some information about the compiler.
4594 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4595 set X $ac_compile
4596 ac_compiler=$2
4597 for ac_option in --version -v -V -qversion; do
4598 { { ac_try="$ac_compiler $ac_option >&5"
4599 case "(($ac_try" in
4600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4601 *) ac_try_echo=$ac_try;;
4602 esac
4603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4604 $as_echo "$ac_try_echo"; } >&5
4605 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4606 ac_status=$?
4607 if test -s conftest.err; then
4608 sed '10a\
4609 ... rest of stderr output deleted ...
4610 10q' conftest.err >conftest.er1
4611 cat conftest.er1 >&5
4613 rm -f conftest.er1 conftest.err
4614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4615 test $ac_status = 0; }
4616 done
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4619 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4620 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4621 $as_echo_n "(cached) " >&6
4622 else
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4627 main ()
4629 #ifndef __GNUC__
4630 choke me
4631 #endif
4634 return 0;
4636 _ACEOF
4637 if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_compiler_gnu=yes
4639 else
4640 ac_compiler_gnu=no
4642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4647 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4648 if test $ac_compiler_gnu = yes; then
4649 GXX=yes
4650 else
4651 GXX=
4653 ac_test_CXXFLAGS=${CXXFLAGS+set}
4654 ac_save_CXXFLAGS=$CXXFLAGS
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4656 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4657 if ${ac_cv_prog_cxx_g+:} false; then :
4658 $as_echo_n "(cached) " >&6
4659 else
4660 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4661 ac_cxx_werror_flag=yes
4662 ac_cv_prog_cxx_g=no
4663 CXXFLAGS="-g"
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665 /* end confdefs.h. */
4668 main ()
4672 return 0;
4674 _ACEOF
4675 if ac_fn_cxx_try_compile "$LINENO"; then :
4676 ac_cv_prog_cxx_g=yes
4677 else
4678 CXXFLAGS=""
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4683 main ()
4687 return 0;
4689 _ACEOF
4690 if ac_fn_cxx_try_compile "$LINENO"; then :
4692 else
4693 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4694 CXXFLAGS="-g"
4695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4696 /* end confdefs.h. */
4699 main ()
4703 return 0;
4705 _ACEOF
4706 if ac_fn_cxx_try_compile "$LINENO"; then :
4707 ac_cv_prog_cxx_g=yes
4709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4714 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4717 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4718 if test "$ac_test_CXXFLAGS" = set; then
4719 CXXFLAGS=$ac_save_CXXFLAGS
4720 elif test $ac_cv_prog_cxx_g = yes; then
4721 if test "$GXX" = yes; then
4722 CXXFLAGS="-g -O2"
4723 else
4724 CXXFLAGS="-g"
4726 else
4727 if test "$GXX" = yes; then
4728 CXXFLAGS="-O2"
4729 else
4730 CXXFLAGS=
4733 ac_ext=c
4734 ac_cpp='$CPP $CPPFLAGS'
4735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4739 if test -n "$ac_tool_prefix"; then
4740 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4741 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743 $as_echo_n "checking for $ac_word... " >&6; }
4744 if ${ac_cv_prog_CPPBIN+:} false; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 if test -n "$CPPBIN"; then
4748 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4749 else
4750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751 for as_dir in $PATH
4753 IFS=$as_save_IFS
4754 test -z "$as_dir" && as_dir=.
4755 for ac_exec_ext in '' $ac_executable_extensions; do
4756 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4757 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4759 break 2
4761 done
4762 done
4763 IFS=$as_save_IFS
4767 CPPBIN=$ac_cv_prog_CPPBIN
4768 if test -n "$CPPBIN"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4770 $as_echo "$CPPBIN" >&6; }
4771 else
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773 $as_echo "no" >&6; }
4778 if test -z "$ac_cv_prog_CPPBIN"; then
4779 ac_ct_CPPBIN=$CPPBIN
4780 # Extract the first word of "cpp", so it can be a program name with args.
4781 set dummy cpp; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4785 $as_echo_n "(cached) " >&6
4786 else
4787 if test -n "$ac_ct_CPPBIN"; then
4788 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4789 else
4790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791 for as_dir in $PATH
4793 IFS=$as_save_IFS
4794 test -z "$as_dir" && as_dir=.
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4797 ac_cv_prog_ac_ct_CPPBIN="cpp"
4798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799 break 2
4801 done
4802 done
4803 IFS=$as_save_IFS
4807 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4808 if test -n "$ac_ct_CPPBIN"; then
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4810 $as_echo "$ac_ct_CPPBIN" >&6; }
4811 else
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813 $as_echo "no" >&6; }
4816 if test "x$ac_ct_CPPBIN" = x; then
4817 CPPBIN="cpp"
4818 else
4819 case $cross_compiling:$ac_tool_warned in
4820 yes:)
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4822 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4823 ac_tool_warned=yes ;;
4824 esac
4825 CPPBIN=$ac_ct_CPPBIN
4827 else
4828 CPPBIN="$ac_cv_prog_CPPBIN"
4832 cat >>confdefs.h <<_ACEOF
4833 #define EXEEXT "$ac_exeext"
4834 _ACEOF
4836 if test -n "$ac_tool_prefix"; then
4837 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4838 set dummy ${ac_tool_prefix}ld; ac_word=$2
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4840 $as_echo_n "checking for $ac_word... " >&6; }
4841 if ${ac_cv_prog_LD+:} false; then :
4842 $as_echo_n "(cached) " >&6
4843 else
4844 if test -n "$LD"; then
4845 ac_cv_prog_LD="$LD" # Let the user override the test.
4846 else
4847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4848 for as_dir in $PATH
4850 IFS=$as_save_IFS
4851 test -z "$as_dir" && as_dir=.
4852 for ac_exec_ext in '' $ac_executable_extensions; do
4853 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4854 ac_cv_prog_LD="${ac_tool_prefix}ld"
4855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4856 break 2
4858 done
4859 done
4860 IFS=$as_save_IFS
4864 LD=$ac_cv_prog_LD
4865 if test -n "$LD"; then
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4867 $as_echo "$LD" >&6; }
4868 else
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4870 $as_echo "no" >&6; }
4875 if test -z "$ac_cv_prog_LD"; then
4876 ac_ct_LD=$LD
4877 # Extract the first word of "ld", so it can be a program name with args.
4878 set dummy ld; ac_word=$2
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4880 $as_echo_n "checking for $ac_word... " >&6; }
4881 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4882 $as_echo_n "(cached) " >&6
4883 else
4884 if test -n "$ac_ct_LD"; then
4885 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4886 else
4887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888 for as_dir in $PATH
4890 IFS=$as_save_IFS
4891 test -z "$as_dir" && as_dir=.
4892 for ac_exec_ext in '' $ac_executable_extensions; do
4893 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4894 ac_cv_prog_ac_ct_LD="ld"
4895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 break 2
4898 done
4899 done
4900 IFS=$as_save_IFS
4904 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4905 if test -n "$ac_ct_LD"; then
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4907 $as_echo "$ac_ct_LD" >&6; }
4908 else
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4910 $as_echo "no" >&6; }
4913 if test "x$ac_ct_LD" = x; then
4914 LD=""
4915 else
4916 case $cross_compiling:$ac_tool_warned in
4917 yes:)
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4919 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4920 ac_tool_warned=yes ;;
4921 esac
4922 LD=$ac_ct_LD
4924 else
4925 LD="$ac_cv_prog_LD"
4929 case $host in
4930 *-darwin*)
4931 if test "x$enable_win64" = "xyes"
4932 then
4933 CC="$CC -m64"
4934 CXX="$CXX -m64"
4935 host_cpu="x86_64"
4936 notice_platform="64-bit "
4937 TARGETFLAGS="-m64"
4939 else
4940 CC="$CC -m32"
4941 CXX="$CXX -m32"
4942 host_cpu="i386"
4943 notice_platform="32-bit "
4944 TARGETFLAGS="-m32"
4946 enable_win16=${enable_win16:-yes}
4948 with_fontconfig=${with_fontconfig:-no}
4950 x86_64*|amd64*)
4951 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4952 then
4953 CC="$CC -m32"
4954 CXX="$CXX -m32"
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4956 $as_echo_n "checking whether $CC works... " >&6; }
4958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4959 /* end confdefs.h. */
4962 main ()
4966 return 0;
4968 _ACEOF
4969 if ac_fn_c_try_link "$LINENO"; then :
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4971 $as_echo "yes" >&6; }
4972 else
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4975 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4977 rm -f core conftest.err conftest.$ac_objext \
4978 conftest$ac_exeext conftest.$ac_ext
4979 host_cpu="i386"
4980 notice_platform="32-bit "
4981 TARGETFLAGS="-m32"
4983 enable_win16=${enable_win16:-yes}
4984 else
4985 if test "x${GCC}" = "xyes"
4986 then
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4988 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990 /* end confdefs.h. */
4991 #include <stdarg.h>
4993 main ()
4995 void func(__builtin_ms_va_list *args);
4997 return 0;
4999 _ACEOF
5000 if ac_fn_c_try_compile "$LINENO"; then :
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5002 $as_echo "yes" >&6; }
5003 else
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5005 $as_echo "no" >&6; }
5006 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5010 host_cpu="x86_64"
5011 TARGETFLAGS="-m64"
5015 arm*)
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5017 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h. */
5020 int ac_test(int i) { return i; }
5022 main ()
5024 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5026 return 0;
5028 _ACEOF
5029 if ac_fn_c_try_link "$LINENO"; then :
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5031 $as_echo "yes" >&6; }
5032 else
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5035 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5037 rm -f core conftest.err conftest.$ac_objext \
5038 conftest$ac_exeext conftest.$ac_ext
5039 CFLAGS="$CFLAGS -marm"
5040 TARGETFLAGS="-marm"
5043 *-mingw32*|*-cygwin*)
5044 enable_win16=${enable_win16:-no}
5045 CFLAGS="$CFLAGS -D_WIN32"
5047 i[3456789]86*)
5048 enable_win16=${enable_win16:-yes}
5050 esac
5052 enable_win16=${enable_win16:-no}
5053 enable_win64=${enable_win64:-no}
5055 enable_winetest=${enable_winetest:-$enable_tests}
5057 if test -n "$with_wine64"
5058 then
5059 if test "x$enable_win64" = "xyes"
5060 then
5061 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5062 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5064 enable_fonts=${enable_fonts:-no}
5065 enable_server=${enable_server:-no}
5066 elif test "x$enable_win64" = "xyes"
5067 then
5068 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5072 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5073 if ${wine_cv_toolsdir+:} false; then :
5074 $as_echo_n "(cached) " >&6
5075 else
5076 wine_cv_toolsdir="$with_wine_tools"
5077 if test -z "$with_wine_tools"; then
5078 if test "$cross_compiling" = "yes"; then
5079 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5080 elif test -n "$with_wine64"; then
5081 wine_cv_toolsdir="$with_wine64"
5084 if test -z "$wine_cv_toolsdir"; then
5085 wine_makedep=tools/makedep
5086 wine_cv_toolsdir="\$(top_builddir)"
5087 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5088 wine_makedep=$wine_cv_toolsdir/tools/makedep
5089 case "$wine_cv_toolsdir" in
5090 /*) ;;
5091 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5092 esac
5093 enable_tools=${enable_tools:-no}
5094 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5095 else
5096 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5100 $as_echo "$wine_cv_toolsdir" >&6; }
5101 TOOLSDIR=$wine_cv_toolsdir
5103 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5104 then
5105 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5109 for ac_prog in flex
5111 # Extract the first word of "$ac_prog", so it can be a program name with args.
5112 set dummy $ac_prog; ac_word=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if ${ac_cv_prog_FLEX+:} false; then :
5116 $as_echo_n "(cached) " >&6
5117 else
5118 if test -n "$FLEX"; then
5119 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5120 else
5121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122 for as_dir in $PATH
5124 IFS=$as_save_IFS
5125 test -z "$as_dir" && as_dir=.
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5128 ac_cv_prog_FLEX="$ac_prog"
5129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 break 2
5132 done
5133 done
5134 IFS=$as_save_IFS
5138 FLEX=$ac_cv_prog_FLEX
5139 if test -n "$FLEX"; then
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5141 $as_echo "$FLEX" >&6; }
5142 else
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5148 test -n "$FLEX" && break
5149 done
5150 test -n "$FLEX" || FLEX="none"
5152 if test "$FLEX" = "none"
5153 then
5154 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5157 $as_echo_n "checking whether flex is recent enough... " >&6; }
5158 cat >conftest.l <<EOF
5159 %top{
5160 #include "prediluvian.h"
5164 if $FLEX -t conftest.l >/dev/null 2>&5
5165 then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5167 $as_echo "yes" >&6; }
5168 else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170 $as_echo "no" >&6; }
5171 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5174 for ac_prog in bison
5176 # Extract the first word of "$ac_prog", so it can be a program name with args.
5177 set dummy $ac_prog; ac_word=$2
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5179 $as_echo_n "checking for $ac_word... " >&6; }
5180 if ${ac_cv_prog_BISON+:} false; then :
5181 $as_echo_n "(cached) " >&6
5182 else
5183 if test -n "$BISON"; then
5184 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5185 else
5186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187 for as_dir in $PATH
5189 IFS=$as_save_IFS
5190 test -z "$as_dir" && as_dir=.
5191 for ac_exec_ext in '' $ac_executable_extensions; do
5192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5193 ac_cv_prog_BISON="$ac_prog"
5194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5195 break 2
5197 done
5198 done
5199 IFS=$as_save_IFS
5203 BISON=$ac_cv_prog_BISON
5204 if test -n "$BISON"; then
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5206 $as_echo "$BISON" >&6; }
5207 else
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5209 $as_echo "no" >&6; }
5213 test -n "$BISON" && break
5214 done
5215 test -n "$BISON" || BISON="none"
5217 if test "$BISON" = "none"
5218 then
5219 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5222 if test -n "$ac_tool_prefix"; then
5223 for ac_prog in ar gar
5225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5226 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5228 $as_echo_n "checking for $ac_word... " >&6; }
5229 if ${ac_cv_prog_AR+:} false; then :
5230 $as_echo_n "(cached) " >&6
5231 else
5232 if test -n "$AR"; then
5233 ac_cv_prog_AR="$AR" # Let the user override the test.
5234 else
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236 for as_dir in $PATH
5238 IFS=$as_save_IFS
5239 test -z "$as_dir" && as_dir=.
5240 for ac_exec_ext in '' $ac_executable_extensions; do
5241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5242 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 break 2
5246 done
5247 done
5248 IFS=$as_save_IFS
5252 AR=$ac_cv_prog_AR
5253 if test -n "$AR"; then
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5255 $as_echo "$AR" >&6; }
5256 else
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258 $as_echo "no" >&6; }
5262 test -n "$AR" && break
5263 done
5265 if test -z "$AR"; then
5266 ac_ct_AR=$AR
5267 for ac_prog in ar gar
5269 # Extract the first word of "$ac_prog", so it can be a program name with args.
5270 set dummy $ac_prog; ac_word=$2
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5272 $as_echo_n "checking for $ac_word... " >&6; }
5273 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5274 $as_echo_n "(cached) " >&6
5275 else
5276 if test -n "$ac_ct_AR"; then
5277 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5278 else
5279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280 for as_dir in $PATH
5282 IFS=$as_save_IFS
5283 test -z "$as_dir" && as_dir=.
5284 for ac_exec_ext in '' $ac_executable_extensions; do
5285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5286 ac_cv_prog_ac_ct_AR="$ac_prog"
5287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5288 break 2
5290 done
5291 done
5292 IFS=$as_save_IFS
5296 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5297 if test -n "$ac_ct_AR"; then
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5299 $as_echo "$ac_ct_AR" >&6; }
5300 else
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5302 $as_echo "no" >&6; }
5306 test -n "$ac_ct_AR" && break
5307 done
5309 if test "x$ac_ct_AR" = x; then
5310 AR="ar"
5311 else
5312 case $cross_compiling:$ac_tool_warned in
5313 yes:)
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5315 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5316 ac_tool_warned=yes ;;
5317 esac
5318 AR=$ac_ct_AR
5322 if test -n "$ac_tool_prefix"; then
5323 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5324 set dummy ${ac_tool_prefix}strip; ac_word=$2
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5326 $as_echo_n "checking for $ac_word... " >&6; }
5327 if ${ac_cv_prog_STRIP+:} false; then :
5328 $as_echo_n "(cached) " >&6
5329 else
5330 if test -n "$STRIP"; then
5331 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5332 else
5333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5334 for as_dir in $PATH
5336 IFS=$as_save_IFS
5337 test -z "$as_dir" && as_dir=.
5338 for ac_exec_ext in '' $ac_executable_extensions; do
5339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5340 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5342 break 2
5344 done
5345 done
5346 IFS=$as_save_IFS
5350 STRIP=$ac_cv_prog_STRIP
5351 if test -n "$STRIP"; then
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5353 $as_echo "$STRIP" >&6; }
5354 else
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5356 $as_echo "no" >&6; }
5361 if test -z "$ac_cv_prog_STRIP"; then
5362 ac_ct_STRIP=$STRIP
5363 # Extract the first word of "strip", so it can be a program name with args.
5364 set dummy strip; ac_word=$2
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 $as_echo_n "checking for $ac_word... " >&6; }
5367 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5368 $as_echo_n "(cached) " >&6
5369 else
5370 if test -n "$ac_ct_STRIP"; then
5371 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5372 else
5373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5374 for as_dir in $PATH
5376 IFS=$as_save_IFS
5377 test -z "$as_dir" && as_dir=.
5378 for ac_exec_ext in '' $ac_executable_extensions; do
5379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5380 ac_cv_prog_ac_ct_STRIP="strip"
5381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5382 break 2
5384 done
5385 done
5386 IFS=$as_save_IFS
5390 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5391 if test -n "$ac_ct_STRIP"; then
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5393 $as_echo "$ac_ct_STRIP" >&6; }
5394 else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }
5399 if test "x$ac_ct_STRIP" = x; then
5400 STRIP="strip"
5401 else
5402 case $cross_compiling:$ac_tool_warned in
5403 yes:)
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5405 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5406 ac_tool_warned=yes ;;
5407 esac
5408 STRIP=$ac_ct_STRIP
5410 else
5411 STRIP="$ac_cv_prog_STRIP"
5414 ARFLAGS=rc
5416 if test -n "$ac_tool_prefix"; then
5417 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5418 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5420 $as_echo_n "checking for $ac_word... " >&6; }
5421 if ${ac_cv_prog_RANLIB+:} false; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 if test -n "$RANLIB"; then
5425 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5426 else
5427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5428 for as_dir in $PATH
5430 IFS=$as_save_IFS
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5434 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 break 2
5438 done
5439 done
5440 IFS=$as_save_IFS
5444 RANLIB=$ac_cv_prog_RANLIB
5445 if test -n "$RANLIB"; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5447 $as_echo "$RANLIB" >&6; }
5448 else
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450 $as_echo "no" >&6; }
5455 if test -z "$ac_cv_prog_RANLIB"; then
5456 ac_ct_RANLIB=$RANLIB
5457 # Extract the first word of "ranlib", so it can be a program name with args.
5458 set dummy ranlib; ac_word=$2
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5460 $as_echo_n "checking for $ac_word... " >&6; }
5461 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 if test -n "$ac_ct_RANLIB"; then
5465 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5466 else
5467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5468 for as_dir in $PATH
5470 IFS=$as_save_IFS
5471 test -z "$as_dir" && as_dir=.
5472 for ac_exec_ext in '' $ac_executable_extensions; do
5473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5474 ac_cv_prog_ac_ct_RANLIB="ranlib"
5475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5476 break 2
5478 done
5479 done
5480 IFS=$as_save_IFS
5484 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5485 if test -n "$ac_ct_RANLIB"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5487 $as_echo "$ac_ct_RANLIB" >&6; }
5488 else
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5493 if test "x$ac_ct_RANLIB" = x; then
5494 RANLIB=":"
5495 else
5496 case $cross_compiling:$ac_tool_warned in
5497 yes:)
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5500 ac_tool_warned=yes ;;
5501 esac
5502 RANLIB=$ac_ct_RANLIB
5504 else
5505 RANLIB="$ac_cv_prog_RANLIB"
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5509 $as_echo_n "checking whether ln -s works... " >&6; }
5510 LN_S=$as_ln_s
5511 if test "$LN_S" = "ln -s"; then
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5513 $as_echo "yes" >&6; }
5514 else
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5516 $as_echo "no, using $LN_S" >&6; }
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5520 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5521 if ${ac_cv_path_GREP+:} false; then :
5522 $as_echo_n "(cached) " >&6
5523 else
5524 if test -z "$GREP"; then
5525 ac_path_GREP_found=false
5526 # Loop through the user's path and test for each of PROGNAME-LIST
5527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5528 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5530 IFS=$as_save_IFS
5531 test -z "$as_dir" && as_dir=.
5532 for ac_prog in grep ggrep; do
5533 for ac_exec_ext in '' $ac_executable_extensions; do
5534 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5535 as_fn_executable_p "$ac_path_GREP" || continue
5536 # Check for GNU ac_path_GREP and select it if it is found.
5537 # Check for GNU $ac_path_GREP
5538 case `"$ac_path_GREP" --version 2>&1` in
5539 *GNU*)
5540 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5542 ac_count=0
5543 $as_echo_n 0123456789 >"conftest.in"
5544 while :
5546 cat "conftest.in" "conftest.in" >"conftest.tmp"
5547 mv "conftest.tmp" "conftest.in"
5548 cp "conftest.in" "conftest.nl"
5549 $as_echo 'GREP' >> "conftest.nl"
5550 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5551 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5552 as_fn_arith $ac_count + 1 && ac_count=$as_val
5553 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5554 # Best one so far, save it but keep looking for a better one
5555 ac_cv_path_GREP="$ac_path_GREP"
5556 ac_path_GREP_max=$ac_count
5558 # 10*(2^10) chars as input seems more than enough
5559 test $ac_count -gt 10 && break
5560 done
5561 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5562 esac
5564 $ac_path_GREP_found && break 3
5565 done
5566 done
5567 done
5568 IFS=$as_save_IFS
5569 if test -z "$ac_cv_path_GREP"; then
5570 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5572 else
5573 ac_cv_path_GREP=$GREP
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5578 $as_echo "$ac_cv_path_GREP" >&6; }
5579 GREP="$ac_cv_path_GREP"
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5583 $as_echo_n "checking for egrep... " >&6; }
5584 if ${ac_cv_path_EGREP+:} false; then :
5585 $as_echo_n "(cached) " >&6
5586 else
5587 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5588 then ac_cv_path_EGREP="$GREP -E"
5589 else
5590 if test -z "$EGREP"; then
5591 ac_path_EGREP_found=false
5592 # Loop through the user's path and test for each of PROGNAME-LIST
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5596 IFS=$as_save_IFS
5597 test -z "$as_dir" && as_dir=.
5598 for ac_prog in egrep; do
5599 for ac_exec_ext in '' $ac_executable_extensions; do
5600 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5601 as_fn_executable_p "$ac_path_EGREP" || continue
5602 # Check for GNU ac_path_EGREP and select it if it is found.
5603 # Check for GNU $ac_path_EGREP
5604 case `"$ac_path_EGREP" --version 2>&1` in
5605 *GNU*)
5606 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5608 ac_count=0
5609 $as_echo_n 0123456789 >"conftest.in"
5610 while :
5612 cat "conftest.in" "conftest.in" >"conftest.tmp"
5613 mv "conftest.tmp" "conftest.in"
5614 cp "conftest.in" "conftest.nl"
5615 $as_echo 'EGREP' >> "conftest.nl"
5616 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5617 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5618 as_fn_arith $ac_count + 1 && ac_count=$as_val
5619 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5620 # Best one so far, save it but keep looking for a better one
5621 ac_cv_path_EGREP="$ac_path_EGREP"
5622 ac_path_EGREP_max=$ac_count
5624 # 10*(2^10) chars as input seems more than enough
5625 test $ac_count -gt 10 && break
5626 done
5627 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5628 esac
5630 $ac_path_EGREP_found && break 3
5631 done
5632 done
5633 done
5634 IFS=$as_save_IFS
5635 if test -z "$ac_cv_path_EGREP"; then
5636 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5638 else
5639 ac_cv_path_EGREP=$EGREP
5644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5645 $as_echo "$ac_cv_path_EGREP" >&6; }
5646 EGREP="$ac_cv_path_EGREP"
5649 # Extract the first word of "ldconfig", so it can be a program name with args.
5650 set dummy ldconfig; ac_word=$2
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5652 $as_echo_n "checking for $ac_word... " >&6; }
5653 if ${ac_cv_path_LDCONFIG+:} false; then :
5654 $as_echo_n "(cached) " >&6
5655 else
5656 case $LDCONFIG in
5657 [\\/]* | ?:[\\/]*)
5658 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5662 for as_dir in /sbin /usr/sbin $PATH
5664 IFS=$as_save_IFS
5665 test -z "$as_dir" && as_dir=.
5666 for ac_exec_ext in '' $ac_executable_extensions; do
5667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5668 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 2
5672 done
5673 done
5674 IFS=$as_save_IFS
5676 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5678 esac
5680 LDCONFIG=$ac_cv_path_LDCONFIG
5681 if test -n "$LDCONFIG"; then
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5683 $as_echo "$LDCONFIG" >&6; }
5684 else
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5686 $as_echo "no" >&6; }
5690 for ac_prog in msgfmt
5692 # Extract the first word of "$ac_prog", so it can be a program name with args.
5693 set dummy $ac_prog; ac_word=$2
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5695 $as_echo_n "checking for $ac_word... " >&6; }
5696 if ${ac_cv_prog_MSGFMT+:} false; then :
5697 $as_echo_n "(cached) " >&6
5698 else
5699 if test -n "$MSGFMT"; then
5700 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5701 else
5702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5703 for as_dir in $PATH
5705 IFS=$as_save_IFS
5706 test -z "$as_dir" && as_dir=.
5707 for ac_exec_ext in '' $ac_executable_extensions; do
5708 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5709 ac_cv_prog_MSGFMT="$ac_prog"
5710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5711 break 2
5713 done
5714 done
5715 IFS=$as_save_IFS
5719 MSGFMT=$ac_cv_prog_MSGFMT
5720 if test -n "$MSGFMT"; then
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5722 $as_echo "$MSGFMT" >&6; }
5723 else
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5725 $as_echo "no" >&6; }
5729 test -n "$MSGFMT" && break
5730 done
5731 test -n "$MSGFMT" || MSGFMT="false"
5733 if ${ac_tool_prefix+:} false; then :
5734 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5735 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5737 $as_echo_n "checking for $ac_word... " >&6; }
5738 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5739 $as_echo_n "(cached) " >&6
5740 else
5741 if test -n "$PKG_CONFIG"; then
5742 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5743 else
5744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5745 for as_dir in $PATH
5747 IFS=$as_save_IFS
5748 test -z "$as_dir" && as_dir=.
5749 for ac_exec_ext in '' $ac_executable_extensions; do
5750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5751 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5753 break 2
5755 done
5756 done
5757 IFS=$as_save_IFS
5761 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5762 if test -n "$PKG_CONFIG"; then
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5764 $as_echo "$PKG_CONFIG" >&6; }
5765 else
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5767 $as_echo "no" >&6; }
5772 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5773 if test "x$cross_compiling" = xyes; then :
5775 else
5776 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5777 # Extract the first word of "pkg-config", so it can be a program name with args.
5778 set dummy pkg-config; ac_word=$2
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5780 $as_echo_n "checking for $ac_word... " >&6; }
5781 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5782 $as_echo_n "(cached) " >&6
5783 else
5784 if test -n "$PKG_CONFIG"; then
5785 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5786 else
5787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788 for as_dir in $PATH
5790 IFS=$as_save_IFS
5791 test -z "$as_dir" && as_dir=.
5792 for ac_exec_ext in '' $ac_executable_extensions; do
5793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_prog_PKG_CONFIG="pkg-config"
5795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5796 break 2
5798 done
5799 done
5800 IFS=$as_save_IFS
5804 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5805 if test -n "$PKG_CONFIG"; then
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5807 $as_echo "$PKG_CONFIG" >&6; }
5808 else
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5810 $as_echo "no" >&6; }
5815 else
5816 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5819 if test "x$enable_maintainer_mode" != "xyes"
5820 then
5821 FONTFORGE=""
5822 RSVG=""
5823 CONVERT=""
5824 ICOTOOL=""
5825 else
5826 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5827 for ac_prog in fontforge
5829 # Extract the first word of "$ac_prog", so it can be a program name with args.
5830 set dummy $ac_prog; ac_word=$2
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5832 $as_echo_n "checking for $ac_word... " >&6; }
5833 if ${ac_cv_prog_FONTFORGE+:} false; then :
5834 $as_echo_n "(cached) " >&6
5835 else
5836 if test -n "$FONTFORGE"; then
5837 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5838 else
5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840 for as_dir in $PATH
5842 IFS=$as_save_IFS
5843 test -z "$as_dir" && as_dir=.
5844 for ac_exec_ext in '' $ac_executable_extensions; do
5845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5846 ac_cv_prog_FONTFORGE="$ac_prog"
5847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5848 break 2
5850 done
5851 done
5852 IFS=$as_save_IFS
5856 FONTFORGE=$ac_cv_prog_FONTFORGE
5857 if test -n "$FONTFORGE"; then
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5859 $as_echo "$FONTFORGE" >&6; }
5860 else
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5862 $as_echo "no" >&6; }
5866 test -n "$FONTFORGE" && break
5867 done
5868 test -n "$FONTFORGE" || FONTFORGE="false"
5870 for ac_prog in rsvg-convert rsvg
5872 # Extract the first word of "$ac_prog", so it can be a program name with args.
5873 set dummy $ac_prog; ac_word=$2
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5875 $as_echo_n "checking for $ac_word... " >&6; }
5876 if ${ac_cv_prog_RSVG+:} false; then :
5877 $as_echo_n "(cached) " >&6
5878 else
5879 if test -n "$RSVG"; then
5880 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5881 else
5882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5883 for as_dir in $PATH
5885 IFS=$as_save_IFS
5886 test -z "$as_dir" && as_dir=.
5887 for ac_exec_ext in '' $ac_executable_extensions; do
5888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889 ac_cv_prog_RSVG="$ac_prog"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 break 2
5893 done
5894 done
5895 IFS=$as_save_IFS
5899 RSVG=$ac_cv_prog_RSVG
5900 if test -n "$RSVG"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5902 $as_echo "$RSVG" >&6; }
5903 else
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905 $as_echo "no" >&6; }
5909 test -n "$RSVG" && break
5910 done
5911 test -n "$RSVG" || RSVG="false"
5913 for ac_prog in convert
5915 # Extract the first word of "$ac_prog", so it can be a program name with args.
5916 set dummy $ac_prog; ac_word=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if ${ac_cv_prog_CONVERT+:} false; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$CONVERT"; then
5923 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_prog_CONVERT="$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5936 done
5937 done
5938 IFS=$as_save_IFS
5942 CONVERT=$ac_cv_prog_CONVERT
5943 if test -n "$CONVERT"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5945 $as_echo "$CONVERT" >&6; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5952 test -n "$CONVERT" && break
5953 done
5954 test -n "$CONVERT" || CONVERT="false"
5956 for ac_prog in icotool
5958 # Extract the first word of "$ac_prog", so it can be a program name with args.
5959 set dummy $ac_prog; ac_word=$2
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5961 $as_echo_n "checking for $ac_word... " >&6; }
5962 if ${ac_cv_prog_ICOTOOL+:} false; then :
5963 $as_echo_n "(cached) " >&6
5964 else
5965 if test -n "$ICOTOOL"; then
5966 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5967 else
5968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5969 for as_dir in $PATH
5971 IFS=$as_save_IFS
5972 test -z "$as_dir" && as_dir=.
5973 for ac_exec_ext in '' $ac_executable_extensions; do
5974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5975 ac_cv_prog_ICOTOOL="$ac_prog"
5976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 break 2
5979 done
5980 done
5981 IFS=$as_save_IFS
5985 ICOTOOL=$ac_cv_prog_ICOTOOL
5986 if test -n "$ICOTOOL"; then
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5988 $as_echo "$ICOTOOL" >&6; }
5989 else
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5991 $as_echo "no" >&6; }
5995 test -n "$ICOTOOL" && break
5996 done
5997 test -n "$ICOTOOL" || ICOTOOL="false"
5999 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6000 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6002 if test "$CONVERT" = false
6003 then
6004 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6007 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6008 convert_version=`convert --version | head -n1`
6009 if test "x$convert_version" != "x"
6010 then
6011 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6012 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6013 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6014 then
6015 CONVERT=false
6018 if test "$CONVERT" = false
6019 then
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6021 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6022 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6023 else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6025 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6029 if test "$ICOTOOL" = false
6030 then
6031 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6032 else
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6034 $as_echo_n "checking for recent enough icotool... " >&6; }
6035 icotool_version=`icotool --version | head -n1`
6036 if test "x$icotool_version" != "x"
6037 then
6038 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6039 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6040 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6041 then
6042 ICOTOOL=false
6043 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6046 if test "$ICOTOOL" = false
6047 then
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6049 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6050 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6051 else
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6053 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6057 with_gettext=yes
6058 with_gettextpo=yes
6059 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6062 test "x$with_gettext" != xno || MSGFMT=false
6063 if test "$MSGFMT" != "false"
6064 then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6066 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6067 cat >conftest.po <<EOF
6068 # comment
6069 msgctxt "ctxt"
6070 msgid "id"
6071 msgstr "str"
6073 if $MSGFMT -o /dev/null conftest.po 2>&5
6074 then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6076 $as_echo "yes" >&6; }
6077 else
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079 $as_echo "no" >&6; }
6080 MSGFMT=false
6083 if test "$MSGFMT" = false; then :
6084 case "x$with_gettext" in
6085 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6086 xno) ;;
6087 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6088 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6089 esac
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6094 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6095 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6096 $as_echo_n "(cached) " >&6
6097 else
6098 ac_check_lib_save_LIBS=$LIBS
6099 LIBS="-li386 $LIBS"
6100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6101 /* end confdefs.h. */
6103 /* Override any GCC internal prototype to avoid an error.
6104 Use char because int might match the return type of a GCC
6105 builtin and then its argument prototype would still apply. */
6106 #ifdef __cplusplus
6107 extern "C"
6108 #endif
6109 char i386_set_ldt ();
6111 main ()
6113 return i386_set_ldt ();
6115 return 0;
6117 _ACEOF
6118 if ac_fn_c_try_link "$LINENO"; then :
6119 ac_cv_lib_i386_i386_set_ldt=yes
6120 else
6121 ac_cv_lib_i386_i386_set_ldt=no
6123 rm -f core conftest.err conftest.$ac_objext \
6124 conftest$ac_exeext conftest.$ac_ext
6125 LIBS=$ac_check_lib_save_LIBS
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6128 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6129 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6130 cat >>confdefs.h <<_ACEOF
6131 #define HAVE_LIBI386 1
6132 _ACEOF
6134 LIBS="-li386 $LIBS"
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6139 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6140 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6141 $as_echo_n "(cached) " >&6
6142 else
6143 ac_check_lib_save_LIBS=$LIBS
6144 LIBS="-lossaudio $LIBS"
6145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6146 /* end confdefs.h. */
6148 /* Override any GCC internal prototype to avoid an error.
6149 Use char because int might match the return type of a GCC
6150 builtin and then its argument prototype would still apply. */
6151 #ifdef __cplusplus
6152 extern "C"
6153 #endif
6154 char _oss_ioctl ();
6156 main ()
6158 return _oss_ioctl ();
6160 return 0;
6162 _ACEOF
6163 if ac_fn_c_try_link "$LINENO"; then :
6164 ac_cv_lib_ossaudio__oss_ioctl=yes
6165 else
6166 ac_cv_lib_ossaudio__oss_ioctl=no
6168 rm -f core conftest.err conftest.$ac_objext \
6169 conftest$ac_exeext conftest.$ac_ext
6170 LIBS=$ac_check_lib_save_LIBS
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6173 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6174 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6175 cat >>confdefs.h <<_ACEOF
6176 #define HAVE_LIBOSSAUDIO 1
6177 _ACEOF
6179 LIBS="-lossaudio $LIBS"
6184 OPENGL_LIBS=""
6188 # Check whether --enable-largefile was given.
6189 if test "${enable_largefile+set}" = set; then :
6190 enableval=$enable_largefile;
6193 if test "$enable_largefile" != no; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6196 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6197 if ${ac_cv_sys_largefile_CC+:} false; then :
6198 $as_echo_n "(cached) " >&6
6199 else
6200 ac_cv_sys_largefile_CC=no
6201 if test "$GCC" != yes; then
6202 ac_save_CC=$CC
6203 while :; do
6204 # IRIX 6.2 and later do not support large files by default,
6205 # so use the C compiler's -n32 option if that helps.
6206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6207 /* end confdefs.h. */
6208 #include <sys/types.h>
6209 /* Check that off_t can represent 2**63 - 1 correctly.
6210 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6211 since some C++ compilers masquerading as C compilers
6212 incorrectly reject 9223372036854775807. */
6213 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6214 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6215 && LARGE_OFF_T % 2147483647 == 1)
6216 ? 1 : -1];
6218 main ()
6222 return 0;
6224 _ACEOF
6225 if ac_fn_c_try_compile "$LINENO"; then :
6226 break
6228 rm -f core conftest.err conftest.$ac_objext
6229 CC="$CC -n32"
6230 if ac_fn_c_try_compile "$LINENO"; then :
6231 ac_cv_sys_largefile_CC=' -n32'; break
6233 rm -f core conftest.err conftest.$ac_objext
6234 break
6235 done
6236 CC=$ac_save_CC
6237 rm -f conftest.$ac_ext
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6241 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6242 if test "$ac_cv_sys_largefile_CC" != no; then
6243 CC=$CC$ac_cv_sys_largefile_CC
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6247 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6248 if ${ac_cv_sys_file_offset_bits+:} false; then :
6249 $as_echo_n "(cached) " >&6
6250 else
6251 while :; do
6252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6253 /* end confdefs.h. */
6254 #include <sys/types.h>
6255 /* Check that off_t can represent 2**63 - 1 correctly.
6256 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6257 since some C++ compilers masquerading as C compilers
6258 incorrectly reject 9223372036854775807. */
6259 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6260 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6261 && LARGE_OFF_T % 2147483647 == 1)
6262 ? 1 : -1];
6264 main ()
6268 return 0;
6270 _ACEOF
6271 if ac_fn_c_try_compile "$LINENO"; then :
6272 ac_cv_sys_file_offset_bits=no; break
6274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6276 /* end confdefs.h. */
6277 #define _FILE_OFFSET_BITS 64
6278 #include <sys/types.h>
6279 /* Check that off_t can represent 2**63 - 1 correctly.
6280 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6281 since some C++ compilers masquerading as C compilers
6282 incorrectly reject 9223372036854775807. */
6283 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6284 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6285 && LARGE_OFF_T % 2147483647 == 1)
6286 ? 1 : -1];
6288 main ()
6292 return 0;
6294 _ACEOF
6295 if ac_fn_c_try_compile "$LINENO"; then :
6296 ac_cv_sys_file_offset_bits=64; break
6298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6299 ac_cv_sys_file_offset_bits=unknown
6300 break
6301 done
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6304 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6305 case $ac_cv_sys_file_offset_bits in #(
6306 no | unknown) ;;
6308 cat >>confdefs.h <<_ACEOF
6309 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6310 _ACEOF
6312 esac
6313 rm -rf conftest*
6314 if test $ac_cv_sys_file_offset_bits = unknown; then
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6316 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6317 if ${ac_cv_sys_large_files+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 while :; do
6321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6322 /* end confdefs.h. */
6323 #include <sys/types.h>
6324 /* Check that off_t can represent 2**63 - 1 correctly.
6325 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6326 since some C++ compilers masquerading as C compilers
6327 incorrectly reject 9223372036854775807. */
6328 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6329 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6330 && LARGE_OFF_T % 2147483647 == 1)
6331 ? 1 : -1];
6333 main ()
6337 return 0;
6339 _ACEOF
6340 if ac_fn_c_try_compile "$LINENO"; then :
6341 ac_cv_sys_large_files=no; break
6343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6345 /* end confdefs.h. */
6346 #define _LARGE_FILES 1
6347 #include <sys/types.h>
6348 /* Check that off_t can represent 2**63 - 1 correctly.
6349 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6350 since some C++ compilers masquerading as C compilers
6351 incorrectly reject 9223372036854775807. */
6352 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6353 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6354 && LARGE_OFF_T % 2147483647 == 1)
6355 ? 1 : -1];
6357 main ()
6361 return 0;
6363 _ACEOF
6364 if ac_fn_c_try_compile "$LINENO"; then :
6365 ac_cv_sys_large_files=1; break
6367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6368 ac_cv_sys_large_files=unknown
6369 break
6370 done
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6373 $as_echo "$ac_cv_sys_large_files" >&6; }
6374 case $ac_cv_sys_large_files in #(
6375 no | unknown) ;;
6377 cat >>confdefs.h <<_ACEOF
6378 #define _LARGE_FILES $ac_cv_sys_large_files
6379 _ACEOF
6381 esac
6382 rm -rf conftest*
6389 ac_ext=c
6390 ac_cpp='$CPP $CPPFLAGS'
6391 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6392 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6393 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6395 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6396 # On Suns, sometimes $CPP names a directory.
6397 if test -n "$CPP" && test -d "$CPP"; then
6398 CPP=
6400 if test -z "$CPP"; then
6401 if ${ac_cv_prog_CPP+:} false; then :
6402 $as_echo_n "(cached) " >&6
6403 else
6404 # Double quotes because CPP needs to be expanded
6405 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6407 ac_preproc_ok=false
6408 for ac_c_preproc_warn_flag in '' yes
6410 # Use a header file that comes with gcc, so configuring glibc
6411 # with a fresh cross-compiler works.
6412 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6413 # <limits.h> exists even on freestanding compilers.
6414 # On the NeXT, cc -E runs the code through the compiler's parser,
6415 # not just through cpp. "Syntax error" is here to catch this case.
6416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6417 /* end confdefs.h. */
6418 #ifdef __STDC__
6419 # include <limits.h>
6420 #else
6421 # include <assert.h>
6422 #endif
6423 Syntax error
6424 _ACEOF
6425 if ac_fn_c_try_cpp "$LINENO"; then :
6427 else
6428 # Broken: fails on valid input.
6429 continue
6431 rm -f conftest.err conftest.i conftest.$ac_ext
6433 # OK, works on sane cases. Now check whether nonexistent headers
6434 # can be detected and how.
6435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6436 /* end confdefs.h. */
6437 #include <ac_nonexistent.h>
6438 _ACEOF
6439 if ac_fn_c_try_cpp "$LINENO"; then :
6440 # Broken: success on invalid input.
6441 continue
6442 else
6443 # Passes both tests.
6444 ac_preproc_ok=:
6445 break
6447 rm -f conftest.err conftest.i conftest.$ac_ext
6449 done
6450 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6451 rm -f conftest.i conftest.err conftest.$ac_ext
6452 if $ac_preproc_ok; then :
6453 break
6456 done
6457 ac_cv_prog_CPP=$CPP
6460 CPP=$ac_cv_prog_CPP
6461 else
6462 ac_cv_prog_CPP=$CPP
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6465 $as_echo "$CPP" >&6; }
6466 ac_preproc_ok=false
6467 for ac_c_preproc_warn_flag in '' yes
6469 # Use a header file that comes with gcc, so configuring glibc
6470 # with a fresh cross-compiler works.
6471 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6472 # <limits.h> exists even on freestanding compilers.
6473 # On the NeXT, cc -E runs the code through the compiler's parser,
6474 # not just through cpp. "Syntax error" is here to catch this case.
6475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 #ifdef __STDC__
6478 # include <limits.h>
6479 #else
6480 # include <assert.h>
6481 #endif
6482 Syntax error
6483 _ACEOF
6484 if ac_fn_c_try_cpp "$LINENO"; then :
6486 else
6487 # Broken: fails on valid input.
6488 continue
6490 rm -f conftest.err conftest.i conftest.$ac_ext
6492 # OK, works on sane cases. Now check whether nonexistent headers
6493 # can be detected and how.
6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6495 /* end confdefs.h. */
6496 #include <ac_nonexistent.h>
6497 _ACEOF
6498 if ac_fn_c_try_cpp "$LINENO"; then :
6499 # Broken: success on invalid input.
6500 continue
6501 else
6502 # Passes both tests.
6503 ac_preproc_ok=:
6504 break
6506 rm -f conftest.err conftest.i conftest.$ac_ext
6508 done
6509 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6510 rm -f conftest.i conftest.err conftest.$ac_ext
6511 if $ac_preproc_ok; then :
6513 else
6514 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6515 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6516 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6517 See \`config.log' for more details" "$LINENO" 5; }
6520 ac_ext=c
6521 ac_cpp='$CPP $CPPFLAGS'
6522 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6523 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6524 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6528 $as_echo_n "checking for ANSI C header files... " >&6; }
6529 if ${ac_cv_header_stdc+:} false; then :
6530 $as_echo_n "(cached) " >&6
6531 else
6532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6534 #include <stdlib.h>
6535 #include <stdarg.h>
6536 #include <string.h>
6537 #include <float.h>
6540 main ()
6544 return 0;
6546 _ACEOF
6547 if ac_fn_c_try_compile "$LINENO"; then :
6548 ac_cv_header_stdc=yes
6549 else
6550 ac_cv_header_stdc=no
6552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6554 if test $ac_cv_header_stdc = yes; then
6555 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6558 #include <string.h>
6560 _ACEOF
6561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6562 $EGREP "memchr" >/dev/null 2>&1; then :
6564 else
6565 ac_cv_header_stdc=no
6567 rm -f conftest*
6571 if test $ac_cv_header_stdc = yes; then
6572 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6574 /* end confdefs.h. */
6575 #include <stdlib.h>
6577 _ACEOF
6578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6579 $EGREP "free" >/dev/null 2>&1; then :
6581 else
6582 ac_cv_header_stdc=no
6584 rm -f conftest*
6588 if test $ac_cv_header_stdc = yes; then
6589 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6590 if test "$cross_compiling" = yes; then :
6592 else
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594 /* end confdefs.h. */
6595 #include <ctype.h>
6596 #include <stdlib.h>
6597 #if ((' ' & 0x0FF) == 0x020)
6598 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6599 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6600 #else
6601 # define ISLOWER(c) \
6602 (('a' <= (c) && (c) <= 'i') \
6603 || ('j' <= (c) && (c) <= 'r') \
6604 || ('s' <= (c) && (c) <= 'z'))
6605 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6606 #endif
6608 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6610 main ()
6612 int i;
6613 for (i = 0; i < 256; i++)
6614 if (XOR (islower (i), ISLOWER (i))
6615 || toupper (i) != TOUPPER (i))
6616 return 2;
6617 return 0;
6619 _ACEOF
6620 if ac_fn_c_try_run "$LINENO"; then :
6622 else
6623 ac_cv_header_stdc=no
6625 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6626 conftest.$ac_objext conftest.beam conftest.$ac_ext
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6632 $as_echo "$ac_cv_header_stdc" >&6; }
6633 if test $ac_cv_header_stdc = yes; then
6635 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6639 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6640 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6641 inttypes.h stdint.h unistd.h
6642 do :
6643 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6644 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6646 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6647 cat >>confdefs.h <<_ACEOF
6648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6649 _ACEOF
6653 done
6656 for ac_header in \
6657 AL/al.h \
6658 ApplicationServices/ApplicationServices.h \
6659 AudioToolbox/AudioConverter.h \
6660 AudioUnit/AudioUnit.h \
6661 AudioUnit/AudioComponent.h \
6662 CL/cl.h \
6663 Carbon/Carbon.h \
6664 CoreAudio/CoreAudio.h \
6665 CoreServices/CoreServices.h \
6666 DiskArbitration/DiskArbitration.h \
6667 IOKit/IOKitLib.h \
6668 IOKit/hid/IOHIDLib.h \
6669 OpenAL/al.h \
6670 OpenCL/opencl.h \
6671 QuickTime/ImageCompression.h \
6672 Security/Security.h \
6673 alias.h \
6674 alsa/asoundlib.h \
6675 arpa/inet.h \
6676 arpa/nameser.h \
6677 asm/types.h \
6678 asm/user.h \
6679 curses.h \
6680 direct.h \
6681 dirent.h \
6682 dlfcn.h \
6683 elf.h \
6684 float.h \
6685 fnmatch.h \
6686 getopt.h \
6687 gettext-po.h \
6688 grp.h \
6689 gsm.h \
6690 gsm/gsm.h \
6691 ieeefp.h \
6692 inet/mib2.h \
6693 io.h \
6694 kstat.h \
6695 lber.h \
6696 ldap.h \
6697 libproc.h \
6698 link.h \
6699 linux/cdrom.h \
6700 linux/compiler.h \
6701 linux/filter.h \
6702 linux/hdreg.h \
6703 linux/input.h \
6704 linux/ioctl.h \
6705 linux/joystick.h \
6706 linux/major.h \
6707 linux/param.h \
6708 linux/serial.h \
6709 linux/types.h \
6710 linux/ucdrom.h \
6711 lwp.h \
6712 mach-o/nlist.h \
6713 mach-o/loader.h \
6714 mach/mach.h \
6715 mach/machine.h \
6716 machine/cpu.h \
6717 machine/limits.h \
6718 machine/sysarch.h \
6719 mntent.h \
6720 ncurses.h \
6721 netdb.h \
6722 netinet/in.h \
6723 netinet/in_systm.h \
6724 netinet/tcp.h \
6725 netinet/tcp_fsm.h \
6726 pcap/pcap.h \
6727 poll.h \
6728 port.h \
6729 process.h \
6730 pthread.h \
6731 pwd.h \
6732 sched.h \
6733 scsi/scsi.h \
6734 scsi/scsi_ioctl.h \
6735 scsi/sg.h \
6736 stdbool.h \
6737 stdint.h \
6738 stropts.h \
6739 sys/asoundlib.h \
6740 sys/attr.h \
6741 sys/cdio.h \
6742 sys/elf32.h \
6743 sys/epoll.h \
6744 sys/event.h \
6745 sys/exec_elf.h \
6746 sys/filio.h \
6747 sys/inotify.h \
6748 sys/ioctl.h \
6749 sys/ipc.h \
6750 sys/limits.h \
6751 sys/link.h \
6752 sys/mman.h \
6753 sys/modem.h \
6754 sys/msg.h \
6755 sys/mtio.h \
6756 sys/param.h \
6757 sys/poll.h \
6758 sys/prctl.h \
6759 sys/protosw.h \
6760 sys/ptrace.h \
6761 sys/queue.h \
6762 sys/resource.h \
6763 sys/scsiio.h \
6764 sys/shm.h \
6765 sys/signal.h \
6766 sys/socket.h \
6767 sys/socketvar.h \
6768 sys/sockio.h \
6769 sys/statvfs.h \
6770 sys/strtio.h \
6771 sys/syscall.h \
6772 sys/tihdr.h \
6773 sys/time.h \
6774 sys/timeout.h \
6775 sys/times.h \
6776 sys/uio.h \
6777 sys/user.h \
6778 sys/utsname.h \
6779 sys/vm86.h \
6780 sys/vnode.h \
6781 sys/wait.h \
6782 syscall.h \
6783 termios.h \
6784 unistd.h \
6785 utime.h \
6786 valgrind/memcheck.h \
6787 valgrind/valgrind.h \
6788 zlib.h
6790 do :
6791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6792 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6793 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6794 cat >>confdefs.h <<_ACEOF
6795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6796 _ACEOF
6800 done
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6803 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6804 if ${ac_cv_header_stat_broken+:} false; then :
6805 $as_echo_n "(cached) " >&6
6806 else
6807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6808 /* end confdefs.h. */
6809 #include <sys/types.h>
6810 #include <sys/stat.h>
6812 #if defined S_ISBLK && defined S_IFDIR
6813 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6814 #endif
6816 #if defined S_ISBLK && defined S_IFCHR
6817 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6818 #endif
6820 #if defined S_ISLNK && defined S_IFREG
6821 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6822 #endif
6824 #if defined S_ISSOCK && defined S_IFREG
6825 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6826 #endif
6828 _ACEOF
6829 if ac_fn_c_try_compile "$LINENO"; then :
6830 ac_cv_header_stat_broken=no
6831 else
6832 ac_cv_header_stat_broken=yes
6834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6837 $as_echo "$ac_cv_header_stat_broken" >&6; }
6838 if test $ac_cv_header_stat_broken = yes; then
6840 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6846 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6847 do :
6848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6850 #ifdef HAVE_SYS_PARAM_H
6851 # include <sys/param.h>
6852 #endif
6854 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6855 cat >>confdefs.h <<_ACEOF
6856 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6857 _ACEOF
6861 done
6864 for ac_header in \
6865 netinet/ip.h \
6866 net/if.h \
6867 net/if_arp.h \
6868 net/if_dl.h \
6869 net/if_types.h \
6870 net/route.h \
6871 netinet/if_ether.h \
6872 netinet/if_inarp.h \
6873 netinet/in_pcb.h \
6874 netinet/ip_icmp.h \
6875 netinet/ip_var.h \
6876 netinet/udp.h \
6877 netipx/ipx.h \
6878 sys/un.h \
6880 do :
6881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6882 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6883 #ifdef HAVE_SYS_SOCKET_H
6884 # include <sys/socket.h>
6885 #endif
6886 #ifdef HAVE_SYS_SOCKETVAR_H
6887 # include <sys/socketvar.h>
6888 #endif
6889 #ifdef HAVE_NET_ROUTE_H
6890 # include <net/route.h>
6891 #endif
6892 #ifdef HAVE_NETINET_IN_H
6893 # include <netinet/in.h>
6894 #endif
6895 #ifdef HAVE_NETINET_IN_SYSTM_H
6896 # include <netinet/in_systm.h>
6897 #endif
6898 #ifdef HAVE_NET_IF_H
6899 # include <net/if.h>
6900 #endif
6901 #ifdef HAVE_NETINET_IP_H
6902 # include <netinet/ip.h>
6903 #endif
6905 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6906 cat >>confdefs.h <<_ACEOF
6907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6908 _ACEOF
6912 done
6915 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6916 do :
6917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6919 #ifdef HAVE_ALIAS_H
6920 # include <alias.h>
6921 #endif
6922 #ifdef HAVE_SYS_SOCKET_H
6923 # include <sys/socket.h>
6924 #endif
6925 #ifdef HAVE_SYS_SOCKETVAR_H
6926 # include <sys/socketvar.h>
6927 #endif
6928 #ifdef HAVE_SYS_TIMEOUT_H
6929 # include <sys/timeout.h>
6930 #endif
6931 #ifdef HAVE_NETINET_IN_H
6932 # include <netinet/in.h>
6933 #endif
6934 #ifdef HAVE_NETINET_IN_SYSTM_H
6935 # include <netinet/in_systm.h>
6936 #endif
6937 #ifdef HAVE_NETINET_IP_H
6938 # include <netinet/ip.h>
6939 #endif
6940 #ifdef HAVE_NETINET_IP_VAR_H
6941 # include <netinet/ip_var.h>
6942 #endif
6943 #ifdef HAVE_NETINET_IP_ICMP_H
6944 # include <netinet/ip_icmp.h>
6945 #endif
6946 #ifdef HAVE_NETINET_UDP_H
6947 # include <netinet/udp.h>
6948 #endif
6949 #ifdef HAVE_NETINET_TCP_H
6950 # include <netinet/tcp.h>
6951 #endif
6952 #ifdef HAVE_NETINET_TCP_TIMER_H
6953 #include <netinet/tcp_timer.h>
6954 #endif
6956 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6957 cat >>confdefs.h <<_ACEOF
6958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6959 _ACEOF
6963 done
6966 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
6967 do :
6968 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6969 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6970 #ifdef HAVE_ASM_TYPES_H
6971 # include <asm/types.h>
6972 #endif
6973 #ifdef HAVE_SYS_SOCKET_H
6974 # include <sys/socket.h>
6975 #endif
6976 #ifdef HAVE_LINUX_TYPES_H
6977 # include <linux/types.h>
6978 #endif
6980 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6981 cat >>confdefs.h <<_ACEOF
6982 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6983 _ACEOF
6987 done
6990 for ac_header in mach-o/dyld_images.h
6991 do :
6992 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6993 # include <stdbool.h>
6994 #endif
6995 #ifdef HAVE_STDINT_H
6996 # include <stdint.h>
6997 #endif
6999 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7000 cat >>confdefs.h <<_ACEOF
7001 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7002 _ACEOF
7006 done
7009 for ac_header in resolv.h
7010 do :
7011 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7012 #ifdef HAVE_SYS_SOCKET_H
7013 # include <sys/socket.h>
7014 #endif
7015 #ifdef HAVE_NETINET_IN_H
7016 # include <netinet/in.h>
7017 #endif
7018 #ifdef HAVE_ARPA_NAMESER_H
7019 # include <arpa/nameser.h>
7020 #endif
7022 if test "x$ac_cv_header_resolv_h" = xyes; then :
7023 cat >>confdefs.h <<_ACEOF
7024 #define HAVE_RESOLV_H 1
7025 _ACEOF
7029 done
7032 for ac_header in ifaddrs.h
7033 do :
7034 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7036 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7037 cat >>confdefs.h <<_ACEOF
7038 #define HAVE_IFADDRS_H 1
7039 _ACEOF
7043 done
7046 for ac_header in sys/ucontext.h
7047 do :
7048 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7050 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7051 cat >>confdefs.h <<_ACEOF
7052 #define HAVE_SYS_UCONTEXT_H 1
7053 _ACEOF
7057 done
7060 for ac_header in sys/thr.h
7061 do :
7062 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7063 #ifdef HAVE_SYS_UCONTEXT_H
7064 #include <sys/ucontext.h>
7065 #endif
7067 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7068 cat >>confdefs.h <<_ACEOF
7069 #define HAVE_SYS_THR_H 1
7070 _ACEOF
7074 done
7077 for ac_header in pthread_np.h
7078 do :
7079 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7080 #include <pthread.h>
7081 #endif
7083 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7084 cat >>confdefs.h <<_ACEOF
7085 #define HAVE_PTHREAD_NP_H 1
7086 _ACEOF
7090 done
7093 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7094 do :
7095 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7096 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7097 #include <sys/time.h>
7098 #endif
7099 #include <sys/types.h>
7100 #ifdef HAVE_ASM_TYPES_H
7101 #include <asm/types.h>
7102 #endif
7104 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7105 cat >>confdefs.h <<_ACEOF
7106 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7107 _ACEOF
7111 done
7114 for ac_header in libprocstat.h
7115 do :
7116 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7117 #include <sys/param.h>
7118 #endif
7119 #ifdef HAVE_SYS_QUEUE_H
7120 #include <sys/queue.h>
7121 #endif
7122 #ifdef HAVE_SYS_SOCKET_H
7123 #include <sys/socket.h>
7124 #endif
7126 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7127 cat >>confdefs.h <<_ACEOF
7128 #define HAVE_LIBPROCSTAT_H 1
7129 _ACEOF
7133 done
7137 dlldir="\${libdir}/wine"
7139 DLLFLAGS="-D_REENTRANT"
7141 LDRPATH_INSTALL=""
7143 LDRPATH_LOCAL=""
7145 LOADER_RULES=""
7147 LIBEXT="so"
7148 DLLEXT=".so"
7149 IMPLIBEXT="def"
7150 STATIC_IMPLIBEXT="def.a"
7151 # Extract the first word of "ldd", so it can be a program name with args.
7152 set dummy ldd; ac_word=$2
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154 $as_echo_n "checking for $ac_word... " >&6; }
7155 if ${ac_cv_path_LDD+:} false; then :
7156 $as_echo_n "(cached) " >&6
7157 else
7158 case $LDD in
7159 [\\/]* | ?:[\\/]*)
7160 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7164 as_dummy="/sbin:/usr/sbin:$PATH"
7165 for as_dir in $as_dummy
7167 IFS=$as_save_IFS
7168 test -z "$as_dir" && as_dir=.
7169 for ac_exec_ext in '' $ac_executable_extensions; do
7170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7171 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7173 break 2
7175 done
7176 done
7177 IFS=$as_save_IFS
7179 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7181 esac
7183 LDD=$ac_cv_path_LDD
7184 if test -n "$LDD"; then
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7186 $as_echo "$LDD" >&6; }
7187 else
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7189 $as_echo "no" >&6; }
7193 if test -n "$ac_tool_prefix"; then
7194 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7195 set dummy ${ac_tool_prefix}otool; ac_word=$2
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7197 $as_echo_n "checking for $ac_word... " >&6; }
7198 if ${ac_cv_prog_OTOOL+:} false; then :
7199 $as_echo_n "(cached) " >&6
7200 else
7201 if test -n "$OTOOL"; then
7202 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7203 else
7204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7205 for as_dir in $PATH
7207 IFS=$as_save_IFS
7208 test -z "$as_dir" && as_dir=.
7209 for ac_exec_ext in '' $ac_executable_extensions; do
7210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7211 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7213 break 2
7215 done
7216 done
7217 IFS=$as_save_IFS
7221 OTOOL=$ac_cv_prog_OTOOL
7222 if test -n "$OTOOL"; then
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7224 $as_echo "$OTOOL" >&6; }
7225 else
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227 $as_echo "no" >&6; }
7232 if test -z "$ac_cv_prog_OTOOL"; then
7233 ac_ct_OTOOL=$OTOOL
7234 # Extract the first word of "otool", so it can be a program name with args.
7235 set dummy otool; ac_word=$2
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7237 $as_echo_n "checking for $ac_word... " >&6; }
7238 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7239 $as_echo_n "(cached) " >&6
7240 else
7241 if test -n "$ac_ct_OTOOL"; then
7242 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7243 else
7244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7245 for as_dir in $PATH
7247 IFS=$as_save_IFS
7248 test -z "$as_dir" && as_dir=.
7249 for ac_exec_ext in '' $ac_executable_extensions; do
7250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7251 ac_cv_prog_ac_ct_OTOOL="otool"
7252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7253 break 2
7255 done
7256 done
7257 IFS=$as_save_IFS
7261 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7262 if test -n "$ac_ct_OTOOL"; then
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7264 $as_echo "$ac_ct_OTOOL" >&6; }
7265 else
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7267 $as_echo "no" >&6; }
7270 if test "x$ac_ct_OTOOL" = x; then
7271 OTOOL="otool"
7272 else
7273 case $cross_compiling:$ac_tool_warned in
7274 yes:)
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7277 ac_tool_warned=yes ;;
7278 esac
7279 OTOOL=$ac_ct_OTOOL
7281 else
7282 OTOOL="$ac_cv_prog_OTOOL"
7285 if test -n "$ac_tool_prefix"; then
7286 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7287 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7289 $as_echo_n "checking for $ac_word... " >&6; }
7290 if ${ac_cv_prog_READELF+:} false; then :
7291 $as_echo_n "(cached) " >&6
7292 else
7293 if test -n "$READELF"; then
7294 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7295 else
7296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7297 for as_dir in $PATH
7299 IFS=$as_save_IFS
7300 test -z "$as_dir" && as_dir=.
7301 for ac_exec_ext in '' $ac_executable_extensions; do
7302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7303 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7305 break 2
7307 done
7308 done
7309 IFS=$as_save_IFS
7313 READELF=$ac_cv_prog_READELF
7314 if test -n "$READELF"; then
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7316 $as_echo "$READELF" >&6; }
7317 else
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7319 $as_echo "no" >&6; }
7324 if test -z "$ac_cv_prog_READELF"; then
7325 ac_ct_READELF=$READELF
7326 # Extract the first word of "readelf", so it can be a program name with args.
7327 set dummy readelf; ac_word=$2
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329 $as_echo_n "checking for $ac_word... " >&6; }
7330 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7331 $as_echo_n "(cached) " >&6
7332 else
7333 if test -n "$ac_ct_READELF"; then
7334 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7335 else
7336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7337 for as_dir in $PATH
7339 IFS=$as_save_IFS
7340 test -z "$as_dir" && as_dir=.
7341 for ac_exec_ext in '' $ac_executable_extensions; do
7342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7343 ac_cv_prog_ac_ct_READELF="readelf"
7344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7345 break 2
7347 done
7348 done
7349 IFS=$as_save_IFS
7353 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7354 if test -n "$ac_ct_READELF"; then
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7356 $as_echo "$ac_ct_READELF" >&6; }
7357 else
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7359 $as_echo "no" >&6; }
7362 if test "x$ac_ct_READELF" = x; then
7363 READELF="true"
7364 else
7365 case $cross_compiling:$ac_tool_warned in
7366 yes:)
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7369 ac_tool_warned=yes ;;
7370 esac
7371 READELF=$ac_ct_READELF
7373 else
7374 READELF="$ac_cv_prog_READELF"
7377 wine_rules_file=conf$$rules.make
7378 rm -f $wine_rules_file
7379 ALL_POT_FILES=""
7380 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7381 ALL_TEST_RESOURCES=""
7384 wine_fn_append_file ()
7386 as_fn_append $1 " \\$as_nl $2"
7389 wine_fn_ignore_file ()
7391 case "$1" in
7392 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7393 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7394 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7395 esac
7398 wine_fn_append_rule ()
7400 $as_echo "$1" >>$wine_rules_file
7403 wine_fn_has_flag ()
7405 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7408 wine_fn_depend_rules ()
7410 if wine_fn_has_flag config
7411 then
7412 wine_fn_append_rule \
7413 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7414 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7415 depend: $ac_dir/depend
7416 .PHONY: $ac_dir/depend
7417 $ac_dir/depend: \$(MAKEDEP) dummy
7418 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7419 else
7420 wine_fn_append_rule \
7421 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7422 \$(MAKEDEP) $ac_dir
7423 depend: $ac_dir/depend
7424 .PHONY: $ac_dir/depend
7425 $ac_dir/depend: \$(MAKEDEP) dummy
7426 \$(MAKEDEP) $ac_dir"
7430 wine_fn_pot_rules ()
7432 test "x$with_gettextpo" = xyes || return
7434 if wine_fn_has_flag mc
7435 then
7436 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7437 wine_fn_append_rule \
7438 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7439 @cd $ac_dir && \$(MAKE) msg.pot
7440 $ac_dir/msg.pot: tools/wmc include"
7442 if wine_fn_has_flag po
7443 then
7444 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7445 wine_fn_append_rule \
7446 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7447 @cd $ac_dir && \$(MAKE) rsrc.pot
7448 $ac_dir/rsrc.pot: tools/wrc include"
7452 wine_fn_all_rules ()
7454 wine_fn_depend_rules
7455 wine_fn_append_rule \
7456 "all: $ac_dir
7457 .PHONY: $ac_dir
7458 $ac_dir: $ac_dir/Makefile dummy
7459 @cd $ac_dir && \$(MAKE)"
7462 wine_fn_install_rules ()
7464 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7466 wine_fn_append_rule \
7467 ".PHONY: $ac_dir/install $ac_dir/uninstall
7468 $ac_dir/install:: $ac_dir
7469 @cd $ac_dir && \$(MAKE) install
7470 $ac_dir/uninstall:: $ac_dir/Makefile
7471 @cd $ac_dir && \$(MAKE) uninstall
7472 install:: $ac_dir/install
7473 __uninstall__: $ac_dir/uninstall"
7475 if wine_fn_has_flag install-lib
7476 then
7477 wine_fn_append_rule \
7478 ".PHONY: $ac_dir/install-lib
7479 $ac_dir/install-lib:: $ac_dir
7480 @cd $ac_dir && \$(MAKE) install-lib
7481 install-lib:: $ac_dir/install-lib"
7484 if wine_fn_has_flag install-dev
7485 then
7486 wine_fn_append_rule \
7487 ".PHONY: $ac_dir/install-dev
7488 $ac_dir/install-dev:: $ac_dir
7489 @cd $ac_dir && \$(MAKE) install-dev
7490 install-dev:: $ac_dir/install-dev"
7494 wine_fn_clean_rules ()
7496 ac_clean=$@
7497 ac_extraclean="$ac_dir/Makefile"
7498 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7499 case $ac_dir in
7500 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7501 esac
7503 if wine_fn_has_flag clean
7504 then
7505 wine_fn_append_rule \
7506 "__clean__: $ac_dir/clean
7507 .PHONY: $ac_dir/clean
7508 $ac_dir/clean: $ac_dir/Makefile
7509 @cd $ac_dir && \$(MAKE) clean
7510 \$(RM) $ac_extraclean"
7511 else
7512 wine_fn_append_rule \
7513 "__clean__: $ac_dir/clean
7514 .PHONY: $ac_dir/clean
7515 $ac_dir/clean: dummy
7516 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7520 wine_fn_disabled_rules ()
7522 ac_clean=$@
7523 ac_extraclean="$ac_dir/Makefile"
7524 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7526 wine_fn_append_rule \
7527 "__clean__: $ac_dir/clean
7528 .PHONY: $ac_dir/clean
7529 $ac_dir/clean: dummy
7530 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7533 wine_fn_config_makefile ()
7535 ac_dir=$1
7536 ac_enable=$2
7537 ac_flags=$3
7539 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7540 wine_fn_disabled_rules; return
7542 wine_fn_all_rules
7543 wine_fn_install_rules
7544 wine_fn_clean_rules
7547 wine_fn_config_lib ()
7549 ac_name=$1
7550 ac_flags=$2
7551 ac_dir=dlls/$ac_name
7552 ac_deps="include"
7554 if test "x$enable_tools" = xno; then :
7556 else
7557 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7559 wine_fn_all_rules
7560 wine_fn_clean_rules
7562 wine_fn_append_rule \
7563 ".PHONY: $ac_dir/install $ac_dir/uninstall
7564 $ac_dir/install:: $ac_dir
7565 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7566 $ac_dir/uninstall::
7567 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7568 install install-dev:: $ac_dir/install
7569 __uninstall__: $ac_dir/uninstall
7570 __builddeps__: $ac_dir
7571 $ac_dir: $ac_deps"
7574 wine_fn_config_dll ()
7576 ac_name=$1
7577 ac_dir=dlls/$ac_name
7578 ac_enable=$2
7579 ac_flags=$3
7580 ac_implib=${4:-$ac_name}
7581 ac_file=$ac_dir/lib$ac_implib
7582 ac_dll=$ac_name
7583 ac_deps="include"
7584 ac_implibflags=""
7586 if test "x$enable_tools" = xno; then :
7588 else
7589 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7591 case $ac_name in
7592 *16) ac_implibflags=" -m16" ;;
7593 *.*) ;;
7594 *) ac_dll=$ac_dll.dll ;;
7595 esac
7597 ac_clean=
7598 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7599 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7600 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7601 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7603 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7604 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7605 then
7606 wine_fn_depend_rules
7607 wine_fn_clean_rules $ac_clean
7608 else
7609 wine_fn_disabled_rules $ac_clean
7610 return
7612 else
7613 wine_fn_all_rules
7614 wine_fn_clean_rules $ac_clean
7615 wine_fn_append_rule \
7616 "$ac_dir: __builddeps__
7617 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7618 @cd $ac_dir && \$(MAKE) \$@
7619 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7620 install install-lib:: $ac_dir/install-lib
7621 __uninstall__: $ac_dir/uninstall"
7622 if test -n "$DLLEXT"
7623 then
7624 wine_fn_append_rule \
7625 "$ac_dir/install-lib:: $ac_dir
7626 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7627 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7628 $ac_dir/uninstall::
7629 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7630 else
7631 wine_fn_append_rule \
7632 "$ac_dir/install-lib:: $ac_dir
7633 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7634 $ac_dir/uninstall::
7635 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7638 wine_fn_pot_rules
7641 if wine_fn_has_flag staticimplib
7642 then
7643 wine_fn_append_rule \
7644 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7645 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7646 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7647 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7648 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7649 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7650 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7651 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7652 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7653 $ac_dir/uninstall::
7654 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7655 install install-dev:: $ac_dir/install-dev
7656 __uninstall__: $ac_dir/uninstall"
7658 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7659 then
7660 wine_fn_append_rule \
7661 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7662 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7663 $ac_dir/uninstall::
7664 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7667 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7668 then
7669 wine_fn_append_rule \
7670 "__builddeps__: $ac_file.cross.a
7671 $ac_file.cross.a: $ac_dir/Makefile dummy
7672 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7675 elif wine_fn_has_flag implib
7676 then
7677 wine_fn_append_rule \
7678 "__builddeps__: $ac_file.$IMPLIBEXT
7679 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7680 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7681 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7682 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7683 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7684 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7685 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7686 $ac_dir/uninstall::
7687 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7688 install install-dev:: $ac_dir/install-dev
7689 __uninstall__: $ac_dir/uninstall"
7690 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7691 then
7692 wine_fn_append_rule \
7693 "__builddeps__: $ac_file.cross.a
7694 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7695 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7698 if test "$ac_name" != "$ac_implib"
7699 then
7700 wine_fn_append_rule \
7701 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7702 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7703 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7704 clean::
7705 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7706 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7707 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7708 then
7709 wine_fn_append_rule \
7710 "__builddeps__: dlls/lib$ac_implib.cross.a
7711 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7712 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7713 clean::
7714 \$(RM) dlls/lib$ac_implib.cross.a"
7715 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7721 wine_fn_config_program ()
7723 ac_name=$1
7724 ac_dir=programs/$ac_name
7725 ac_enable=$2
7726 ac_flags=$3
7727 ac_program=$ac_name
7729 case $ac_name in
7730 *.*) ;;
7731 *) ac_program=$ac_program.exe ;;
7732 esac
7734 ac_clean=
7735 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7736 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7737 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7738 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7740 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7741 wine_fn_disabled_rules $ac_clean; return
7744 wine_fn_all_rules
7745 wine_fn_clean_rules $ac_clean
7746 wine_fn_append_rule "$ac_dir: __builddeps__"
7747 wine_fn_pot_rules
7749 wine_fn_has_flag install || return
7750 wine_fn_append_rule \
7751 ".PHONY: $ac_dir/install $ac_dir/uninstall
7752 install install-lib:: $ac_dir/install
7753 __uninstall__: $ac_dir/uninstall"
7755 if test -n "$DLLEXT"
7756 then
7757 wine_fn_append_rule \
7758 "$ac_dir/install:: $ac_dir
7759 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7760 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7761 $ac_dir/uninstall::
7762 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7764 if test -z "$with_wine64" && wine_fn_has_flag installbin
7765 then
7766 wine_fn_append_rule \
7767 "$ac_dir/install:: __tooldeps__
7768 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7769 $ac_dir/uninstall::
7770 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7772 else
7773 wine_fn_append_rule \
7774 "$ac_dir/install:: $ac_dir
7775 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7776 $ac_dir/uninstall::
7777 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7780 if test -z "$with_wine64" && wine_fn_has_flag manpage
7781 then
7782 wine_fn_append_rule \
7783 "$ac_dir/install:: $ac_dir
7784 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7785 $ac_dir/uninstall::
7786 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7790 wine_fn_config_test ()
7792 ac_dir=$1
7793 ac_name=$2
7794 ac_flags=$3
7796 ac_clean=
7797 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7798 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7800 if test "x$enable_tests" = xno; then :
7801 wine_fn_disabled_rules $ac_clean; return
7804 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7805 wine_fn_all_rules
7806 wine_fn_clean_rules $ac_clean
7808 wine_fn_append_rule \
7809 "$ac_dir: programs/winetest/Makefile __builddeps__
7810 programs/winetest: $ac_dir
7811 check test: $ac_dir/test
7812 .PHONY: $ac_dir/test
7813 $ac_dir/test: dummy
7814 @cd $ac_dir && \$(MAKE) test
7815 testclean::
7816 \$(RM) $ac_dir/*.ok"
7818 if test -n "$CROSSTARGET"
7819 then
7820 wine_fn_append_rule \
7821 "crosstest: $ac_dir/crosstest
7822 .PHONY: $ac_dir/crosstest
7823 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7824 @cd $ac_dir && \$(MAKE) crosstest"
7828 wine_fn_config_tool ()
7830 ac_dir=$1
7831 ac_flags=$2
7832 if test "x$enable_tools" = xno; then :
7833 return
7836 wine_fn_all_rules
7837 wine_fn_install_rules
7838 wine_fn_clean_rules
7840 wine_fn_append_rule "__tooldeps__: $ac_dir"
7841 wine_fn_append_rule "$ac_dir: libs/port"
7842 case $ac_dir in
7843 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7844 esac
7847 wine_fn_config_symlink ()
7849 ac_linkdir=
7850 if test "x$1" = "x-d"
7851 then
7852 ac_linkdir=$2
7853 shift; shift
7855 ac_links=$@
7856 wine_fn_append_rule \
7857 "$ac_links:
7858 @./config.status \$@
7859 distclean::
7860 \$(RM) $ac_links"
7861 for f in $ac_links; do wine_fn_ignore_file $f; done
7862 test -n "$ac_linkdir" || return
7863 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7866 wine_binary="wine"
7867 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7868 loader_programs="$wine_binary"
7869 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7871 case $host_os in
7872 cygwin*|mingw32*)
7873 if test -n "$ac_tool_prefix"; then
7874 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7875 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7877 $as_echo_n "checking for $ac_word... " >&6; }
7878 if ${ac_cv_prog_DLLTOOL+:} false; then :
7879 $as_echo_n "(cached) " >&6
7880 else
7881 if test -n "$DLLTOOL"; then
7882 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7883 else
7884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7885 for as_dir in $PATH
7887 IFS=$as_save_IFS
7888 test -z "$as_dir" && as_dir=.
7889 for ac_exec_ext in '' $ac_executable_extensions; do
7890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7891 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7893 break 2
7895 done
7896 done
7897 IFS=$as_save_IFS
7901 DLLTOOL=$ac_cv_prog_DLLTOOL
7902 if test -n "$DLLTOOL"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7904 $as_echo "$DLLTOOL" >&6; }
7905 else
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7907 $as_echo "no" >&6; }
7912 if test -z "$ac_cv_prog_DLLTOOL"; then
7913 ac_ct_DLLTOOL=$DLLTOOL
7914 # Extract the first word of "dlltool", so it can be a program name with args.
7915 set dummy dlltool; ac_word=$2
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917 $as_echo_n "checking for $ac_word... " >&6; }
7918 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7919 $as_echo_n "(cached) " >&6
7920 else
7921 if test -n "$ac_ct_DLLTOOL"; then
7922 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7923 else
7924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925 for as_dir in $PATH
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7931 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7933 break 2
7935 done
7936 done
7937 IFS=$as_save_IFS
7941 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7942 if test -n "$ac_ct_DLLTOOL"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7944 $as_echo "$ac_ct_DLLTOOL" >&6; }
7945 else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947 $as_echo "no" >&6; }
7950 if test "x$ac_ct_DLLTOOL" = x; then
7951 DLLTOOL="false"
7952 else
7953 case $cross_compiling:$ac_tool_warned in
7954 yes:)
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7957 ac_tool_warned=yes ;;
7958 esac
7959 DLLTOOL=$ac_ct_DLLTOOL
7961 else
7962 DLLTOOL="$ac_cv_prog_DLLTOOL"
7965 LIBEXT="dll"
7966 DLLEXT=""
7967 IMPLIBEXT="a"
7968 STATIC_IMPLIBEXT="a"
7969 enable_iphlpapi=${enable_iphlpapi:-no}
7970 enable_kernel32=${enable_kernel32:-no}
7971 enable_msvcrt=${enable_msvcrt:-no}
7972 enable_ntdll=${enable_ntdll:-no}
7973 enable_ws2_32=${enable_ws2_32:-no}
7974 enable_loader=${enable_loader:-no}
7975 enable_server=${enable_server:-no}
7976 with_x=${with_x:-no}
7977 with_pthread=${with_pthread:-no}
7979 crtlibs=""
7980 case $host_os in
7981 mingw32*)
7982 crtlibs="-lmsvcrt"
7983 SOCKET_LIBS="-lws2_32"
7985 esac
7987 libwine_targets="libwine.dll libwine.a"
7988 LIBWINE_RULES="
7989 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7991 all: libwine.dll libwine.a
7993 libwine.a: \$(srcdir)/wine.def
7994 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7996 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7997 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7999 install install-lib:: libwine.dll
8000 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
8002 install install-dev:: libwine.a
8003 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
8005 uninstall::
8006 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8011 darwin*|macosx*)
8012 for ac_header in libunwind.h
8013 do :
8014 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8015 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8016 cat >>confdefs.h <<_ACEOF
8017 #define HAVE_LIBUNWIND_H 1
8018 _ACEOF
8022 done
8024 LIBEXT="dylib"
8025 DLLFLAGS="$DLLFLAGS -fPIC"
8026 LIBWINE_LDFLAGS="-multiply_defined suppress"
8027 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8028 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8029 COREFOUNDATION_LIBS="-framework CoreFoundation"
8031 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8033 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8035 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8037 CORESERVICES_LIBS="-framework CoreServices"
8039 APPKIT_LIBS="-framework AppKit"
8041 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8043 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8044 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8045 $as_echo_n "(cached) " >&6
8046 else
8047 ac_wine_try_cflags_saved=$CFLAGS
8048 CFLAGS="$CFLAGS -Wl,-no_pie"
8049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8050 /* end confdefs.h. */
8051 int main(int argc, char **argv) { return 0; }
8052 _ACEOF
8053 if ac_fn_c_try_link "$LINENO"; then :
8054 ac_cv_cflags__Wl__no_pie=yes
8055 else
8056 ac_cv_cflags__Wl__no_pie=no
8058 rm -f core conftest.err conftest.$ac_objext \
8059 conftest$ac_exeext conftest.$ac_ext
8060 CFLAGS=$ac_wine_try_cflags_saved
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8063 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8064 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8065 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8067 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8068 then
8069 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8072 if test "$ac_cv_header_Security_Security_h" = "yes"
8073 then
8074 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8076 ac_save_LIBS="$LIBS"
8077 LIBS="$LIBS $SECURITY_LIBS"
8078 for ac_func in SSLCopyPeerCertificates
8079 do :
8080 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8081 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8082 cat >>confdefs.h <<_ACEOF
8083 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8084 _ACEOF
8087 done
8089 LIBS="$ac_save_LIBS"
8090 with_gnutls=${with_gnutls:-no}
8092 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8093 then
8094 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8095 then
8096 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8098 else
8099 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8102 ac_save_LIBS="$LIBS"
8103 LIBS="$LIBS $COREAUDIO_LIBS"
8104 for ac_func in AUGraphAddNode
8105 do :
8106 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8107 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8108 cat >>confdefs.h <<_ACEOF
8109 #define HAVE_AUGRAPHADDNODE 1
8110 _ACEOF
8113 done
8115 LIBS="$ac_save_LIBS"
8117 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8118 then
8119 OPENAL_LIBS="-framework OpenAL"
8122 cat >>confdefs.h <<_ACEOF
8123 #define HAVE_OPENAL 1
8124 _ACEOF
8126 ac_cv_lib_openal=yes
8128 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8129 then
8130 OPENCL_LIBS="-framework OpenCL"
8132 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8134 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8135 then
8136 ac_save_LIBS="$LIBS"
8137 LIBS="$LIBS $IOKIT_LIBS"
8138 for ac_func in IOHIDManagerCreate
8139 do :
8140 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8141 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8142 cat >>confdefs.h <<_ACEOF
8143 #define HAVE_IOHIDMANAGERCREATE 1
8144 _ACEOF
8147 done
8149 LIBS="$ac_save_LIBS"
8151 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8152 then
8153 ac_save_LIBS="$LIBS"
8154 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8156 $as_echo_n "checking for the QuickTime framework... " >&6; }
8157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h. */
8159 #include <QuickTime/ImageCompression.h>
8161 main ()
8163 CodecManagerVersion(NULL);
8165 return 0;
8167 _ACEOF
8168 if ac_fn_c_try_link "$LINENO"; then :
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8170 $as_echo "yes" >&6; }
8171 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8173 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8174 else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176 $as_echo "no" >&6; }
8177 ac_cv_header_QuickTime_ImageCompression_h=no
8179 rm -f core conftest.err conftest.$ac_objext \
8180 conftest$ac_exeext conftest.$ac_ext
8181 LIBS="$ac_save_LIBS"
8183 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8184 then
8185 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8187 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8188 then
8189 CARBON_LIBS="-framework Carbon"
8193 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8194 then
8195 ac_save_LIBS="$LIBS"
8196 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8197 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8198 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8199 enable_winemac_drv=${enable_winemac_drv:-yes}
8202 LIBS="$ac_save_LIBS"
8205 if test "x$enable_win16" = "xyes"
8206 then
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8208 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8209 if test "$cross_compiling" = yes; then :
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8211 $as_echo "cross-compiling, assuming yes" >&6; }
8212 else
8213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8214 /* end confdefs.h. */
8215 asm(".text\n"
8216 "bad:\tnop;nop\n"
8217 "good:\tnop;nop\n\t"
8218 ".globl _testfunc\n"
8219 "_testfunc:\tcallw good");
8220 extern void testfunc();
8222 main ()
8224 unsigned short *p = (unsigned short *)testfunc;
8225 return p[0] != 0xe866 || p[1] != 0xfffa
8227 return 0;
8229 _ACEOF
8230 if ac_fn_c_try_run "$LINENO"; then :
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8232 $as_echo "yes" >&6; }
8233 else
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8235 $as_echo "no" >&6; }
8236 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
8238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8239 conftest.$ac_objext conftest.beam conftest.$ac_ext
8244 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8245 LIBWINE_RULES="
8246 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8248 all: libwine.dylib
8250 libwine.$libwine_version.dylib: \$(OBJS)
8251 \$(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 \$@
8253 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8254 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8256 libwine.dylib: libwine.$libwine_soversion.dylib
8257 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8259 install install-lib:: libwine.$libwine_version.dylib
8260 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8261 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8263 install install-dev::
8264 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8266 uninstall::
8267 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8271 as_fn_append LOADER_RULES "
8272 ${wine_binary}_OBJS = main.o
8273 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8274 $wine_binary $wine_binary-installed: wine_info.plist
8278 linux-android*)
8279 DLLFLAGS="$DLLFLAGS -fPIC"
8280 LDEXECFLAGS=""
8281 dlldir="\${libdir}"
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8283 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8284 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8285 $as_echo_n "(cached) " >&6
8286 else
8287 ac_wine_try_cflags_saved=$CFLAGS
8288 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8290 /* end confdefs.h. */
8291 int main(int argc, char **argv) { return 0; }
8292 _ACEOF
8293 if ac_fn_c_try_link "$LINENO"; then :
8294 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8295 else
8296 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8298 rm -f core conftest.err conftest.$ac_objext \
8299 conftest$ac_exeext conftest.$ac_ext
8300 CFLAGS=$ac_wine_try_cflags_saved
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8303 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8304 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8305 LDEXECFLAGS="-Wl,--export-dynamic"
8307 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8309 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8310 if eval \${$as_ac_var+:} false; then :
8311 $as_echo_n "(cached) " >&6
8312 else
8313 ac_wine_try_cflags_saved=$CFLAGS
8314 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 int main(int argc, char **argv) { return 0; }
8318 _ACEOF
8319 if ac_fn_c_try_link "$LINENO"; then :
8320 eval "$as_ac_var=yes"
8321 else
8322 eval "$as_ac_var=no"
8324 rm -f core conftest.err conftest.$ac_objext \
8325 conftest$ac_exeext conftest.$ac_ext
8326 CFLAGS=$ac_wine_try_cflags_saved
8328 eval ac_res=\$$as_ac_var
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8330 $as_echo "$ac_res" >&6; }
8331 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8332 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8333 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8334 else
8335 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8337 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8338 if eval \${$as_ac_var+:} false; then :
8339 $as_echo_n "(cached) " >&6
8340 else
8341 ac_wine_try_cflags_saved=$CFLAGS
8342 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8344 /* end confdefs.h. */
8345 int main(int argc, char **argv) { return 0; }
8346 _ACEOF
8347 if ac_fn_c_try_link "$LINENO"; then :
8348 eval "$as_ac_var=yes"
8349 else
8350 eval "$as_ac_var=no"
8352 rm -f core conftest.err conftest.$ac_objext \
8353 conftest$ac_exeext conftest.$ac_ext
8354 CFLAGS=$ac_wine_try_cflags_saved
8356 eval ac_res=\$$as_ac_var
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8358 $as_echo "$ac_res" >&6; }
8359 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8360 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8361 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8366 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8367 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8368 $as_echo_n "(cached) " >&6
8369 else
8370 ac_wine_try_cflags_saved=$CFLAGS
8371 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8374 int main(int argc, char **argv) { return 0; }
8375 _ACEOF
8376 if ac_fn_c_try_link "$LINENO"; then :
8377 ac_cv_cflags__Wl___enable_new_dtags=yes
8378 else
8379 ac_cv_cflags__Wl___enable_new_dtags=no
8381 rm -f core conftest.err conftest.$ac_objext \
8382 conftest$ac_exeext conftest.$ac_ext
8383 CFLAGS=$ac_wine_try_cflags_saved
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8386 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8387 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8388 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8391 case $host_cpu in
8392 *i[3456789]86* | x86_64)
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8394 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8395 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8396 $as_echo_n "(cached) " >&6
8397 else
8398 ac_wine_try_cflags_saved=$CFLAGS
8399 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8401 /* end confdefs.h. */
8402 int main(int argc, char **argv) { return 0; }
8403 _ACEOF
8404 if ac_fn_c_try_link "$LINENO"; then :
8405 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8406 else
8407 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8409 rm -f core conftest.err conftest.$ac_objext \
8410 conftest$ac_exeext conftest.$ac_ext
8411 CFLAGS=$ac_wine_try_cflags_saved
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8414 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8415 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8416 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8419 esac
8421 libwine_targets="libwine.so"
8422 LIBWINE_RULES="
8423 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8425 all: libwine.so
8427 libwine.so: \$(OBJS)
8428 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8430 install install-lib:: libwine.so
8431 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8433 uninstall::
8434 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8438 as_fn_append LOADER_RULES "
8439 ${wine_binary}_OBJS = main.o
8440 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8445 DLLFLAGS="$DLLFLAGS -fPIC"
8446 LDEXECFLAGS=""
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8448 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8449 if ${ac_cv_c_dll_gnuelf+:} false; then :
8450 $as_echo_n "(cached) " >&6
8451 else
8452 ac_wine_try_cflags_saved=$CFLAGS
8453 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8455 /* end confdefs.h. */
8456 void myfunc() {}
8457 _ACEOF
8458 if ac_fn_c_try_link "$LINENO"; then :
8459 ac_cv_c_dll_gnuelf="yes"
8460 else
8461 ac_cv_c_dll_gnuelf="no"
8463 rm -f core conftest.err conftest.$ac_objext \
8464 conftest$ac_exeext conftest.$ac_ext
8465 CFLAGS=$ac_wine_try_cflags_saved
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8468 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8469 if test "$ac_cv_c_dll_gnuelf" = "yes"
8470 then
8471 LDSHARED="\$(CC) -shared"
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8473 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8474 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8475 $as_echo_n "(cached) " >&6
8476 else
8477 ac_wine_try_cflags_saved=$CFLAGS
8478 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8480 /* end confdefs.h. */
8481 int main(int argc, char **argv) { return 0; }
8482 _ACEOF
8483 if ac_fn_c_try_link "$LINENO"; then :
8484 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8485 else
8486 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8488 rm -f core conftest.err conftest.$ac_objext \
8489 conftest$ac_exeext conftest.$ac_ext
8490 CFLAGS=$ac_wine_try_cflags_saved
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8493 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8494 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8495 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8496 else
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8498 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8499 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8500 $as_echo_n "(cached) " >&6
8501 else
8502 ac_wine_try_cflags_saved=$CFLAGS
8503 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h. */
8506 int main(int argc, char **argv) { return 0; }
8507 _ACEOF
8508 if ac_fn_c_try_link "$LINENO"; then :
8509 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8510 else
8511 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8513 rm -f core conftest.err conftest.$ac_objext \
8514 conftest$ac_exeext conftest.$ac_ext
8515 CFLAGS=$ac_wine_try_cflags_saved
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8518 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8519 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8520 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8524 echo '{ global: *; };' >conftest.map
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8527 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8528 $as_echo_n "(cached) " >&6
8529 else
8530 ac_wine_try_cflags_saved=$CFLAGS
8531 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8535 _ACEOF
8536 if ac_fn_c_try_link "$LINENO"; then :
8537 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8538 else
8539 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8541 rm -f core conftest.err conftest.$ac_objext \
8542 conftest$ac_exeext conftest.$ac_ext
8543 CFLAGS=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8548 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8550 rm -f conftest.map
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8554 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 ac_wine_try_cflags_saved=$CFLAGS
8558 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8562 _ACEOF
8563 if ac_fn_c_try_link "$LINENO"; then :
8564 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8565 else
8566 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8568 rm -f core conftest.err conftest.$ac_objext \
8569 conftest$ac_exeext conftest.$ac_ext
8570 CFLAGS=$ac_wine_try_cflags_saved
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8573 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8574 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8575 LDEXECFLAGS="-Wl,--export-dynamic"
8578 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8580 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8581 if eval \${$as_ac_var+:} false; then :
8582 $as_echo_n "(cached) " >&6
8583 else
8584 ac_wine_try_cflags_saved=$CFLAGS
8585 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8588 int main(int argc, char **argv) { return 0; }
8589 _ACEOF
8590 if ac_fn_c_try_link "$LINENO"; then :
8591 eval "$as_ac_var=yes"
8592 else
8593 eval "$as_ac_var=no"
8595 rm -f core conftest.err conftest.$ac_objext \
8596 conftest$ac_exeext conftest.$ac_ext
8597 CFLAGS=$ac_wine_try_cflags_saved
8599 eval ac_res=\$$as_ac_var
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8601 $as_echo "$ac_res" >&6; }
8602 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8603 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8604 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8605 else
8606 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8608 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8609 if eval \${$as_ac_var+:} false; then :
8610 $as_echo_n "(cached) " >&6
8611 else
8612 ac_wine_try_cflags_saved=$CFLAGS
8613 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8617 _ACEOF
8618 if ac_fn_c_try_link "$LINENO"; then :
8619 eval "$as_ac_var=yes"
8620 else
8621 eval "$as_ac_var=no"
8623 rm -f core conftest.err conftest.$ac_objext \
8624 conftest$ac_exeext conftest.$ac_ext
8625 CFLAGS=$ac_wine_try_cflags_saved
8627 eval ac_res=\$$as_ac_var
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8629 $as_echo "$ac_res" >&6; }
8630 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8631 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8632 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8637 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8638 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8639 $as_echo_n "(cached) " >&6
8640 else
8641 ac_wine_try_cflags_saved=$CFLAGS
8642 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8644 /* end confdefs.h. */
8645 int main(int argc, char **argv) { return 0; }
8646 _ACEOF
8647 if ac_fn_c_try_link "$LINENO"; then :
8648 ac_cv_cflags__Wl___enable_new_dtags=yes
8649 else
8650 ac_cv_cflags__Wl___enable_new_dtags=no
8652 rm -f core conftest.err conftest.$ac_objext \
8653 conftest$ac_exeext conftest.$ac_ext
8654 CFLAGS=$ac_wine_try_cflags_saved
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8657 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8658 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8659 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8662 case $host_cpu in
8663 *i[3456789]86* | x86_64)
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8665 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8666 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8667 $as_echo_n "(cached) " >&6
8668 else
8669 ac_wine_try_cflags_saved=$CFLAGS
8670 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h. */
8673 int main(int argc, char **argv) { return 0; }
8674 _ACEOF
8675 if ac_fn_c_try_link "$LINENO"; then :
8676 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8677 else
8678 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8680 rm -f core conftest.err conftest.$ac_objext \
8681 conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8685 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8686 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8687 case $host_os in
8688 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8689 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8690 esac
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8694 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8695 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8696 $as_echo_n "(cached) " >&6
8697 else
8698 ac_wine_try_cflags_saved=$CFLAGS
8699 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8701 /* end confdefs.h. */
8702 int main(int argc, char **argv) { return 0; }
8703 _ACEOF
8704 if ac_fn_c_try_link "$LINENO"; then :
8705 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8706 else
8707 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8709 rm -f core conftest.err conftest.$ac_objext \
8710 conftest$ac_exeext conftest.$ac_ext
8711 CFLAGS=$ac_wine_try_cflags_saved
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8714 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8715 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8717 else
8718 # Extract the first word of "prelink", so it can be a program name with args.
8719 set dummy prelink; ac_word=$2
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8721 $as_echo_n "checking for $ac_word... " >&6; }
8722 if ${ac_cv_path_PRELINK+:} false; then :
8723 $as_echo_n "(cached) " >&6
8724 else
8725 case $PRELINK in
8726 [\\/]* | ?:[\\/]*)
8727 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8731 for as_dir in /sbin /usr/sbin $PATH
8733 IFS=$as_save_IFS
8734 test -z "$as_dir" && as_dir=.
8735 for ac_exec_ext in '' $ac_executable_extensions; do
8736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8737 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8739 break 2
8741 done
8742 done
8743 IFS=$as_save_IFS
8745 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8747 esac
8749 PRELINK=$ac_cv_path_PRELINK
8750 if test -n "$PRELINK"; then
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8752 $as_echo "$PRELINK" >&6; }
8753 else
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8755 $as_echo "no" >&6; }
8759 if test "x$PRELINK" = xfalse
8760 then
8761 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8765 esac
8767 else
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8769 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8770 if ${ac_cv_c_dll_unixware+:} false; then :
8771 $as_echo_n "(cached) " >&6
8772 else
8773 ac_wine_try_cflags_saved=$CFLAGS
8774 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8777 void myfunc() {}
8778 _ACEOF
8779 if ac_fn_c_try_link "$LINENO"; then :
8780 ac_cv_c_dll_unixware="yes"
8781 else
8782 ac_cv_c_dll_unixware="no"
8784 rm -f core conftest.err conftest.$ac_objext \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8789 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8790 if test "$ac_cv_c_dll_unixware" = "yes"
8791 then
8792 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8795 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8796 LIBWINE_RULES="
8797 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8799 all: libwine.so
8801 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8802 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8804 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8805 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8807 libwine.so: libwine.so.$libwine_soversion
8808 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8810 install install-lib:: libwine.so.$libwine_version
8811 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8812 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8814 install install-dev::
8815 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8817 uninstall::
8818 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8822 as_fn_append LOADER_RULES "
8823 ${wine_binary}_OBJS = main.o
8824 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8826 if test -z "$with_wine64"
8827 then
8828 as_fn_append LOADER_RULES "
8829 install install-lib::
8830 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8831 uninstall::
8832 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8836 esac
8838 as_fn_append LIBWINE_RULES "
8839 EXTRA_TARGETS = $libwine_targets
8842 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8843 enable_winemac_drv=${enable_winemac_drv:-no}
8845 CROSSTARGET=""
8847 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8848 then
8849 case "$host_cpu" in
8850 i[3456789]86*)
8851 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
8852 mingw32-gcc" ;;
8853 x86_64)
8854 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 " ;;
8856 ac_prefix_list="" ;;
8857 esac
8858 for ac_prog in $ac_prefix_list
8860 # Extract the first word of "$ac_prog", so it can be a program name with args.
8861 set dummy $ac_prog; ac_word=$2
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8863 $as_echo_n "checking for $ac_word... " >&6; }
8864 if ${ac_cv_prog_CROSSCC+:} false; then :
8865 $as_echo_n "(cached) " >&6
8866 else
8867 if test -n "$CROSSCC"; then
8868 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8869 else
8870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8871 for as_dir in $PATH
8873 IFS=$as_save_IFS
8874 test -z "$as_dir" && as_dir=.
8875 for ac_exec_ext in '' $ac_executable_extensions; do
8876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8877 ac_cv_prog_CROSSCC="$ac_prog"
8878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8879 break 2
8881 done
8882 done
8883 IFS=$as_save_IFS
8887 CROSSCC=$ac_cv_prog_CROSSCC
8888 if test -n "$CROSSCC"; then
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8890 $as_echo "$CROSSCC" >&6; }
8891 else
8892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8893 $as_echo "no" >&6; }
8897 test -n "$CROSSCC" && break
8898 done
8899 test -n "$CROSSCC" || CROSSCC="false"
8901 if test "$CROSSCC" != "false"
8902 then
8903 ac_save_CC="$CC"
8904 CC="$CROSSCC"
8905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8906 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8908 /* end confdefs.h. */
8911 main ()
8915 return 0;
8917 _ACEOF
8918 if ac_fn_c_try_compile "$LINENO"; then :
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8920 $as_echo "yes" >&6; }
8921 set x $CROSSCC
8922 shift
8923 while test $# -ge 1
8925 case "$1" in
8926 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8927 esac
8928 shift
8929 done
8930 else
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932 $as_echo "no" >&6; }
8934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8935 CC="$ac_save_CC"
8940 if test "$ac_cv_header_pthread_h" = "yes"
8941 then
8942 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8943 if test "x$ac_cv_func_pthread_create" = xyes; then :
8945 else
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8947 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8948 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8949 $as_echo_n "(cached) " >&6
8950 else
8951 ac_check_lib_save_LIBS=$LIBS
8952 LIBS="-lpthread $LIBS"
8953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8954 /* end confdefs.h. */
8956 /* Override any GCC internal prototype to avoid an error.
8957 Use char because int might match the return type of a GCC
8958 builtin and then its argument prototype would still apply. */
8959 #ifdef __cplusplus
8960 extern "C"
8961 #endif
8962 char pthread_create ();
8964 main ()
8966 return pthread_create ();
8968 return 0;
8970 _ACEOF
8971 if ac_fn_c_try_link "$LINENO"; then :
8972 ac_cv_lib_pthread_pthread_create=yes
8973 else
8974 ac_cv_lib_pthread_pthread_create=no
8976 rm -f core conftest.err conftest.$ac_objext \
8977 conftest$ac_exeext conftest.$ac_ext
8978 LIBS=$ac_check_lib_save_LIBS
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8981 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8982 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8983 PTHREAD_LIBS="-lpthread"
8990 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8991 case "x$with_pthread" in
8992 xno) ;;
8993 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8994 Wine cannot support threads without libpthread.
8995 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8996 esac
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9001 $as_echo_n "checking for X... " >&6; }
9004 # Check whether --with-x was given.
9005 if test "${with_x+set}" = set; then :
9006 withval=$with_x;
9009 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9010 if test "x$with_x" = xno; then
9011 # The user explicitly disabled X.
9012 have_x=disabled
9013 else
9014 case $x_includes,$x_libraries in #(
9015 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9016 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9017 $as_echo_n "(cached) " >&6
9018 else
9019 # One or both of the vars are not set, and there is no cached value.
9020 ac_x_includes=no ac_x_libraries=no
9021 rm -f -r conftest.dir
9022 if mkdir conftest.dir; then
9023 cd conftest.dir
9024 cat >Imakefile <<'_ACEOF'
9025 incroot:
9026 @echo incroot='${INCROOT}'
9027 usrlibdir:
9028 @echo usrlibdir='${USRLIBDIR}'
9029 libdir:
9030 @echo libdir='${LIBDIR}'
9031 _ACEOF
9032 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9033 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9034 for ac_var in incroot usrlibdir libdir; do
9035 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9036 done
9037 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9038 for ac_extension in a so sl dylib la dll; do
9039 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9040 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9041 ac_im_usrlibdir=$ac_im_libdir; break
9043 done
9044 # Screen out bogus values from the imake configuration. They are
9045 # bogus both because they are the default anyway, and because
9046 # using them would break gcc on systems where it needs fixed includes.
9047 case $ac_im_incroot in
9048 /usr/include) ac_x_includes= ;;
9049 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9050 esac
9051 case $ac_im_usrlibdir in
9052 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9053 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9054 esac
9056 cd ..
9057 rm -f -r conftest.dir
9060 # Standard set of common directories for X headers.
9061 # Check X11 before X11Rn because it is often a symlink to the current release.
9062 ac_x_header_dirs='
9063 /usr/X11/include
9064 /usr/X11R7/include
9065 /usr/X11R6/include
9066 /usr/X11R5/include
9067 /usr/X11R4/include
9069 /usr/include/X11
9070 /usr/include/X11R7
9071 /usr/include/X11R6
9072 /usr/include/X11R5
9073 /usr/include/X11R4
9075 /usr/local/X11/include
9076 /usr/local/X11R7/include
9077 /usr/local/X11R6/include
9078 /usr/local/X11R5/include
9079 /usr/local/X11R4/include
9081 /usr/local/include/X11
9082 /usr/local/include/X11R7
9083 /usr/local/include/X11R6
9084 /usr/local/include/X11R5
9085 /usr/local/include/X11R4
9087 /usr/X386/include
9088 /usr/x386/include
9089 /usr/XFree86/include/X11
9091 /usr/include
9092 /usr/local/include
9093 /usr/unsupported/include
9094 /usr/athena/include
9095 /usr/local/x11r5/include
9096 /usr/lpp/Xamples/include
9098 /usr/openwin/include
9099 /usr/openwin/share/include'
9101 if test "$ac_x_includes" = no; then
9102 # Guess where to find include files, by looking for Xlib.h.
9103 # First, try using that file with no special directory specified.
9104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9105 /* end confdefs.h. */
9106 #include <X11/Xlib.h>
9107 _ACEOF
9108 if ac_fn_c_try_cpp "$LINENO"; then :
9109 # We can compile using X headers with no special include directory.
9110 ac_x_includes=
9111 else
9112 for ac_dir in $ac_x_header_dirs; do
9113 if test -r "$ac_dir/X11/Xlib.h"; then
9114 ac_x_includes=$ac_dir
9115 break
9117 done
9119 rm -f conftest.err conftest.i conftest.$ac_ext
9120 fi # $ac_x_includes = no
9122 if test "$ac_x_libraries" = no; then
9123 # Check for the libraries.
9124 # See if we find them without any special options.
9125 # Don't add to $LIBS permanently.
9126 ac_save_LIBS=$LIBS
9127 LIBS="-lX11 $LIBS"
9128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9129 /* end confdefs.h. */
9130 #include <X11/Xlib.h>
9132 main ()
9134 XrmInitialize ()
9136 return 0;
9138 _ACEOF
9139 if ac_fn_c_try_link "$LINENO"; then :
9140 LIBS=$ac_save_LIBS
9141 # We can link X programs with no special library path.
9142 ac_x_libraries=
9143 else
9144 LIBS=$ac_save_LIBS
9145 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9147 # Don't even attempt the hair of trying to link an X program!
9148 for ac_extension in a so sl dylib la dll; do
9149 if test -r "$ac_dir/libX11.$ac_extension"; then
9150 ac_x_libraries=$ac_dir
9151 break 2
9153 done
9154 done
9156 rm -f core conftest.err conftest.$ac_objext \
9157 conftest$ac_exeext conftest.$ac_ext
9158 fi # $ac_x_libraries = no
9160 case $ac_x_includes,$ac_x_libraries in #(
9161 no,* | *,no | *\'*)
9162 # Didn't find X, or a directory has "'" in its name.
9163 ac_cv_have_x="have_x=no";; #(
9165 # Record where we found X for the cache.
9166 ac_cv_have_x="have_x=yes\
9167 ac_x_includes='$ac_x_includes'\
9168 ac_x_libraries='$ac_x_libraries'"
9169 esac
9171 ;; #(
9172 *) have_x=yes;;
9173 esac
9174 eval "$ac_cv_have_x"
9175 fi # $with_x != no
9177 if test "$have_x" != yes; then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9179 $as_echo "$have_x" >&6; }
9180 no_x=yes
9181 else
9182 # If each of the values was on the command line, it overrides each guess.
9183 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9184 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9185 # Update the cache value to reflect the command line values.
9186 ac_cv_have_x="have_x=yes\
9187 ac_x_includes='$x_includes'\
9188 ac_x_libraries='$x_libraries'"
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9190 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9193 if test "$no_x" = yes; then
9194 # Not all programs may use this symbol, but it does not hurt to define it.
9196 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9198 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9199 else
9200 if test -n "$x_includes"; then
9201 X_CFLAGS="$X_CFLAGS -I$x_includes"
9204 # It would also be nice to do this for all -L options, not just this one.
9205 if test -n "$x_libraries"; then
9206 X_LIBS="$X_LIBS -L$x_libraries"
9207 # For Solaris; some versions of Sun CC require a space after -R and
9208 # others require no space. Words are not sufficient . . . .
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9210 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9211 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9212 ac_xsave_c_werror_flag=$ac_c_werror_flag
9213 ac_c_werror_flag=yes
9214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9215 /* end confdefs.h. */
9218 main ()
9222 return 0;
9224 _ACEOF
9225 if ac_fn_c_try_link "$LINENO"; then :
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9227 $as_echo "no" >&6; }
9228 X_LIBS="$X_LIBS -R$x_libraries"
9229 else
9230 LIBS="$ac_xsave_LIBS -R $x_libraries"
9231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9232 /* end confdefs.h. */
9235 main ()
9239 return 0;
9241 _ACEOF
9242 if ac_fn_c_try_link "$LINENO"; then :
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9244 $as_echo "yes" >&6; }
9245 X_LIBS="$X_LIBS -R $x_libraries"
9246 else
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9248 $as_echo "neither works" >&6; }
9250 rm -f core conftest.err conftest.$ac_objext \
9251 conftest$ac_exeext conftest.$ac_ext
9253 rm -f core conftest.err conftest.$ac_objext \
9254 conftest$ac_exeext conftest.$ac_ext
9255 ac_c_werror_flag=$ac_xsave_c_werror_flag
9256 LIBS=$ac_xsave_LIBS
9259 # Check for system-dependent libraries X programs must link with.
9260 # Do this before checking for the system-independent R6 libraries
9261 # (-lICE), since we may need -lsocket or whatever for X linking.
9263 if test "$ISC" = yes; then
9264 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9265 else
9266 # Martyn Johnson says this is needed for Ultrix, if the X
9267 # libraries were built with DECnet support. And Karl Berry says
9268 # the Alpha needs dnet_stub (dnet does not exist).
9269 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9276 #ifdef __cplusplus
9277 extern "C"
9278 #endif
9279 char XOpenDisplay ();
9281 main ()
9283 return XOpenDisplay ();
9285 return 0;
9287 _ACEOF
9288 if ac_fn_c_try_link "$LINENO"; then :
9290 else
9291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9292 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9293 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9294 $as_echo_n "(cached) " >&6
9295 else
9296 ac_check_lib_save_LIBS=$LIBS
9297 LIBS="-ldnet $LIBS"
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9301 /* Override any GCC internal prototype to avoid an error.
9302 Use char because int might match the return type of a GCC
9303 builtin and then its argument prototype would still apply. */
9304 #ifdef __cplusplus
9305 extern "C"
9306 #endif
9307 char dnet_ntoa ();
9309 main ()
9311 return dnet_ntoa ();
9313 return 0;
9315 _ACEOF
9316 if ac_fn_c_try_link "$LINENO"; then :
9317 ac_cv_lib_dnet_dnet_ntoa=yes
9318 else
9319 ac_cv_lib_dnet_dnet_ntoa=no
9321 rm -f core conftest.err conftest.$ac_objext \
9322 conftest$ac_exeext conftest.$ac_ext
9323 LIBS=$ac_check_lib_save_LIBS
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9326 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9327 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9328 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9331 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9333 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9334 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9335 $as_echo_n "(cached) " >&6
9336 else
9337 ac_check_lib_save_LIBS=$LIBS
9338 LIBS="-ldnet_stub $LIBS"
9339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9340 /* end confdefs.h. */
9342 /* Override any GCC internal prototype to avoid an error.
9343 Use char because int might match the return type of a GCC
9344 builtin and then its argument prototype would still apply. */
9345 #ifdef __cplusplus
9346 extern "C"
9347 #endif
9348 char dnet_ntoa ();
9350 main ()
9352 return dnet_ntoa ();
9354 return 0;
9356 _ACEOF
9357 if ac_fn_c_try_link "$LINENO"; then :
9358 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9359 else
9360 ac_cv_lib_dnet_stub_dnet_ntoa=no
9362 rm -f core conftest.err conftest.$ac_objext \
9363 conftest$ac_exeext conftest.$ac_ext
9364 LIBS=$ac_check_lib_save_LIBS
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9367 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9368 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9369 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9374 rm -f core conftest.err conftest.$ac_objext \
9375 conftest$ac_exeext conftest.$ac_ext
9376 LIBS="$ac_xsave_LIBS"
9378 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9379 # to get the SysV transport functions.
9380 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9381 # needs -lnsl.
9382 # The nsl library prevents programs from opening the X display
9383 # on Irix 5.2, according to T.E. Dickey.
9384 # The functions gethostbyname, getservbyname, and inet_addr are
9385 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9386 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9387 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9391 if test $ac_cv_func_gethostbyname = no; then
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9393 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9394 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396 else
9397 ac_check_lib_save_LIBS=$LIBS
9398 LIBS="-lnsl $LIBS"
9399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9400 /* end confdefs.h. */
9402 /* Override any GCC internal prototype to avoid an error.
9403 Use char because int might match the return type of a GCC
9404 builtin and then its argument prototype would still apply. */
9405 #ifdef __cplusplus
9406 extern "C"
9407 #endif
9408 char gethostbyname ();
9410 main ()
9412 return gethostbyname ();
9414 return 0;
9416 _ACEOF
9417 if ac_fn_c_try_link "$LINENO"; then :
9418 ac_cv_lib_nsl_gethostbyname=yes
9419 else
9420 ac_cv_lib_nsl_gethostbyname=no
9422 rm -f core conftest.err conftest.$ac_objext \
9423 conftest$ac_exeext conftest.$ac_ext
9424 LIBS=$ac_check_lib_save_LIBS
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9427 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9428 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9429 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9432 if test $ac_cv_lib_nsl_gethostbyname = no; then
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9434 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9435 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9436 $as_echo_n "(cached) " >&6
9437 else
9438 ac_check_lib_save_LIBS=$LIBS
9439 LIBS="-lbsd $LIBS"
9440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9441 /* end confdefs.h. */
9443 /* Override any GCC internal prototype to avoid an error.
9444 Use char because int might match the return type of a GCC
9445 builtin and then its argument prototype would still apply. */
9446 #ifdef __cplusplus
9447 extern "C"
9448 #endif
9449 char gethostbyname ();
9451 main ()
9453 return gethostbyname ();
9455 return 0;
9457 _ACEOF
9458 if ac_fn_c_try_link "$LINENO"; then :
9459 ac_cv_lib_bsd_gethostbyname=yes
9460 else
9461 ac_cv_lib_bsd_gethostbyname=no
9463 rm -f core conftest.err conftest.$ac_objext \
9464 conftest$ac_exeext conftest.$ac_ext
9465 LIBS=$ac_check_lib_save_LIBS
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9468 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9469 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9470 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9476 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9477 # socket/setsockopt and other routines are undefined under SCO ODT
9478 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9479 # on later versions), says Simon Leinen: it contains gethostby*
9480 # variants that don't use the name server (or something). -lsocket
9481 # must be given before -lnsl if both are needed. We assume that
9482 # if connect needs -lnsl, so does gethostbyname.
9483 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9484 if test "x$ac_cv_func_connect" = xyes; then :
9488 if test $ac_cv_func_connect = no; then
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9490 $as_echo_n "checking for connect in -lsocket... " >&6; }
9491 if ${ac_cv_lib_socket_connect+:} false; then :
9492 $as_echo_n "(cached) " >&6
9493 else
9494 ac_check_lib_save_LIBS=$LIBS
9495 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9497 /* end confdefs.h. */
9499 /* Override any GCC internal prototype to avoid an error.
9500 Use char because int might match the return type of a GCC
9501 builtin and then its argument prototype would still apply. */
9502 #ifdef __cplusplus
9503 extern "C"
9504 #endif
9505 char connect ();
9507 main ()
9509 return connect ();
9511 return 0;
9513 _ACEOF
9514 if ac_fn_c_try_link "$LINENO"; then :
9515 ac_cv_lib_socket_connect=yes
9516 else
9517 ac_cv_lib_socket_connect=no
9519 rm -f core conftest.err conftest.$ac_objext \
9520 conftest$ac_exeext conftest.$ac_ext
9521 LIBS=$ac_check_lib_save_LIBS
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9524 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9525 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9526 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9531 # Guillermo Gomez says -lposix is necessary on A/UX.
9532 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9533 if test "x$ac_cv_func_remove" = xyes; then :
9537 if test $ac_cv_func_remove = no; then
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9539 $as_echo_n "checking for remove in -lposix... " >&6; }
9540 if ${ac_cv_lib_posix_remove+:} false; then :
9541 $as_echo_n "(cached) " >&6
9542 else
9543 ac_check_lib_save_LIBS=$LIBS
9544 LIBS="-lposix $LIBS"
9545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9546 /* end confdefs.h. */
9548 /* Override any GCC internal prototype to avoid an error.
9549 Use char because int might match the return type of a GCC
9550 builtin and then its argument prototype would still apply. */
9551 #ifdef __cplusplus
9552 extern "C"
9553 #endif
9554 char remove ();
9556 main ()
9558 return remove ();
9560 return 0;
9562 _ACEOF
9563 if ac_fn_c_try_link "$LINENO"; then :
9564 ac_cv_lib_posix_remove=yes
9565 else
9566 ac_cv_lib_posix_remove=no
9568 rm -f core conftest.err conftest.$ac_objext \
9569 conftest$ac_exeext conftest.$ac_ext
9570 LIBS=$ac_check_lib_save_LIBS
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9573 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9574 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9575 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9580 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9581 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9582 if test "x$ac_cv_func_shmat" = xyes; then :
9586 if test $ac_cv_func_shmat = no; then
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9588 $as_echo_n "checking for shmat in -lipc... " >&6; }
9589 if ${ac_cv_lib_ipc_shmat+:} false; then :
9590 $as_echo_n "(cached) " >&6
9591 else
9592 ac_check_lib_save_LIBS=$LIBS
9593 LIBS="-lipc $LIBS"
9594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9595 /* end confdefs.h. */
9597 /* Override any GCC internal prototype to avoid an error.
9598 Use char because int might match the return type of a GCC
9599 builtin and then its argument prototype would still apply. */
9600 #ifdef __cplusplus
9601 extern "C"
9602 #endif
9603 char shmat ();
9605 main ()
9607 return shmat ();
9609 return 0;
9611 _ACEOF
9612 if ac_fn_c_try_link "$LINENO"; then :
9613 ac_cv_lib_ipc_shmat=yes
9614 else
9615 ac_cv_lib_ipc_shmat=no
9617 rm -f core conftest.err conftest.$ac_objext \
9618 conftest$ac_exeext conftest.$ac_ext
9619 LIBS=$ac_check_lib_save_LIBS
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9622 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9623 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9624 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9630 # Check for libraries that X11R6 Xt/Xaw programs need.
9631 ac_save_LDFLAGS=$LDFLAGS
9632 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9633 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9634 # check for ICE first), but we must link in the order -lSM -lICE or
9635 # we get undefined symbols. So assume we have SM if we have ICE.
9636 # These have to be linked with before -lX11, unlike the other
9637 # libraries we check for below, so use a different variable.
9638 # John Interrante, Karl Berry
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9640 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9641 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9642 $as_echo_n "(cached) " >&6
9643 else
9644 ac_check_lib_save_LIBS=$LIBS
9645 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9647 /* end confdefs.h. */
9649 /* Override any GCC internal prototype to avoid an error.
9650 Use char because int might match the return type of a GCC
9651 builtin and then its argument prototype would still apply. */
9652 #ifdef __cplusplus
9653 extern "C"
9654 #endif
9655 char IceConnectionNumber ();
9657 main ()
9659 return IceConnectionNumber ();
9661 return 0;
9663 _ACEOF
9664 if ac_fn_c_try_link "$LINENO"; then :
9665 ac_cv_lib_ICE_IceConnectionNumber=yes
9666 else
9667 ac_cv_lib_ICE_IceConnectionNumber=no
9669 rm -f core conftest.err conftest.$ac_objext \
9670 conftest$ac_exeext conftest.$ac_ext
9671 LIBS=$ac_check_lib_save_LIBS
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9674 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9675 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9676 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9679 LDFLAGS=$ac_save_LDFLAGS
9684 if test "$have_x" = "yes"
9685 then
9686 ac_save_CPPFLAGS="$CPPFLAGS"
9687 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9690 $as_echo_n "checking for -lX11... " >&6; }
9691 if ${ac_cv_lib_soname_X11+:} false; then :
9692 $as_echo_n "(cached) " >&6
9693 else
9694 ac_check_soname_save_LIBS=$LIBS
9695 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9697 /* end confdefs.h. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9702 #ifdef __cplusplus
9703 extern "C"
9704 #endif
9705 char XCreateWindow ();
9707 main ()
9709 return XCreateWindow ();
9711 return 0;
9713 _ACEOF
9714 if ac_fn_c_try_link "$LINENO"; then :
9715 case "$LIBEXT" in
9716 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9717 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'` ;;
9718 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9719 if ${ac_cv_lib_soname_X11:+false} :; then :
9720 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9721 fi ;;
9722 esac
9724 rm -f core conftest.err conftest.$ac_objext \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if ${ac_cv_lib_soname_X11:+false} :; then :
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9730 $as_echo "not found" >&6; }
9732 else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9734 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9738 _ACEOF
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9743 $as_echo_n "checking for -lXext... " >&6; }
9744 if ${ac_cv_lib_soname_Xext+:} false; then :
9745 $as_echo_n "(cached) " >&6
9746 else
9747 ac_check_soname_save_LIBS=$LIBS
9748 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9750 /* end confdefs.h. */
9752 /* Override any GCC internal prototype to avoid an error.
9753 Use char because int might match the return type of a GCC
9754 builtin and then its argument prototype would still apply. */
9755 #ifdef __cplusplus
9756 extern "C"
9757 #endif
9758 char XextCreateExtension ();
9760 main ()
9762 return XextCreateExtension ();
9764 return 0;
9766 _ACEOF
9767 if ac_fn_c_try_link "$LINENO"; then :
9768 case "$LIBEXT" in
9769 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9770 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'` ;;
9771 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9772 if ${ac_cv_lib_soname_Xext:+false} :; then :
9773 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9774 fi ;;
9775 esac
9777 rm -f core conftest.err conftest.$ac_objext \
9778 conftest$ac_exeext conftest.$ac_ext
9779 LIBS=$ac_check_soname_save_LIBS
9781 if ${ac_cv_lib_soname_Xext:+false} :; then :
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9783 $as_echo "not found" >&6; }
9785 else
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9787 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9789 cat >>confdefs.h <<_ACEOF
9790 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9791 _ACEOF
9793 X_LIBS="$X_LIBS -lXext"
9795 X_LIBS="$X_LIBS -lX11"
9797 for ac_header in X11/Xlib.h \
9798 X11/XKBlib.h \
9799 X11/Xutil.h \
9800 X11/Xcursor/Xcursor.h \
9801 X11/extensions/shape.h \
9802 X11/extensions/XInput.h \
9803 X11/extensions/XInput2.h \
9804 X11/extensions/XShm.h \
9805 X11/extensions/Xcomposite.h \
9806 X11/extensions/Xinerama.h \
9807 X11/extensions/Xrandr.h \
9808 X11/extensions/Xrender.h \
9809 X11/extensions/xf86vmode.h \
9810 X11/extensions/xf86vmproto.h
9811 do :
9812 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9813 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9815 #endif
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9818 #endif
9820 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9821 cat >>confdefs.h <<_ACEOF
9822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9823 _ACEOF
9827 done
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9831 then
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9833 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9834 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9835 $as_echo_n "(cached) " >&6
9836 else
9837 ac_check_lib_save_LIBS=$LIBS
9838 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9845 #ifdef __cplusplus
9846 extern "C"
9847 #endif
9848 char XkbQueryExtension ();
9850 main ()
9852 return XkbQueryExtension ();
9854 return 0;
9856 _ACEOF
9857 if ac_fn_c_try_link "$LINENO"; then :
9858 ac_cv_lib_X11_XkbQueryExtension=yes
9859 else
9860 ac_cv_lib_X11_XkbQueryExtension=no
9862 rm -f core conftest.err conftest.$ac_objext \
9863 conftest$ac_exeext conftest.$ac_ext
9864 LIBS=$ac_check_lib_save_LIBS
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9867 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9868 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9870 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9876 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9877 then
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9879 $as_echo_n "checking for -lXcursor... " >&6; }
9880 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9881 $as_echo_n "(cached) " >&6
9882 else
9883 ac_check_soname_save_LIBS=$LIBS
9884 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9886 /* end confdefs.h. */
9888 /* Override any GCC internal prototype to avoid an error.
9889 Use char because int might match the return type of a GCC
9890 builtin and then its argument prototype would still apply. */
9891 #ifdef __cplusplus
9892 extern "C"
9893 #endif
9894 char XcursorImageLoadCursor ();
9896 main ()
9898 return XcursorImageLoadCursor ();
9900 return 0;
9902 _ACEOF
9903 if ac_fn_c_try_link "$LINENO"; then :
9904 case "$LIBEXT" in
9905 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9906 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'` ;;
9907 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9908 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9909 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9910 fi ;;
9911 esac
9913 rm -f core conftest.err conftest.$ac_objext \
9914 conftest$ac_exeext conftest.$ac_ext
9915 LIBS=$ac_check_soname_save_LIBS
9917 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9919 $as_echo "not found" >&6; }
9921 else
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9923 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9925 cat >>confdefs.h <<_ACEOF
9926 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9927 _ACEOF
9932 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9933 case "x$with_xcursor" in
9934 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9935 xno) ;;
9936 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9937 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9938 esac
9941 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9942 then
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9944 $as_echo_n "checking for -lXi... " >&6; }
9945 if ${ac_cv_lib_soname_Xi+:} false; then :
9946 $as_echo_n "(cached) " >&6
9947 else
9948 ac_check_soname_save_LIBS=$LIBS
9949 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9951 /* end confdefs.h. */
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9956 #ifdef __cplusplus
9957 extern "C"
9958 #endif
9959 char XOpenDevice ();
9961 main ()
9963 return XOpenDevice ();
9965 return 0;
9967 _ACEOF
9968 if ac_fn_c_try_link "$LINENO"; then :
9969 case "$LIBEXT" in
9970 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9971 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'` ;;
9972 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9973 if ${ac_cv_lib_soname_Xi:+false} :; then :
9974 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9975 fi ;;
9976 esac
9978 rm -f core conftest.err conftest.$ac_objext \
9979 conftest$ac_exeext conftest.$ac_ext
9980 LIBS=$ac_check_soname_save_LIBS
9982 if ${ac_cv_lib_soname_Xi:+false} :; then :
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9984 $as_echo "not found" >&6; }
9986 else
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9988 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9990 cat >>confdefs.h <<_ACEOF
9991 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9992 _ACEOF
9997 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9998 case "x$with_xinput" in
9999 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10000 xno) ;;
10001 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10002 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10003 esac
10006 if test "x$ac_cv_lib_soname_Xi" != x
10007 then
10008 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10009 case "x$with_xinput2" in
10010 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10011 xno) ;;
10012 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10013 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10014 esac
10018 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10019 then
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10021 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10022 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10023 $as_echo_n "(cached) " >&6
10024 else
10025 ac_check_lib_save_LIBS=$LIBS
10026 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10028 /* end confdefs.h. */
10030 /* Override any GCC internal prototype to avoid an error.
10031 Use char because int might match the return type of a GCC
10032 builtin and then its argument prototype would still apply. */
10033 #ifdef __cplusplus
10034 extern "C"
10035 #endif
10036 char XShmQueryExtension ();
10038 main ()
10040 return XShmQueryExtension ();
10042 return 0;
10044 _ACEOF
10045 if ac_fn_c_try_link "$LINENO"; then :
10046 ac_cv_lib_Xext_XShmQueryExtension=yes
10047 else
10048 ac_cv_lib_Xext_XShmQueryExtension=no
10050 rm -f core conftest.err conftest.$ac_objext \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_lib_save_LIBS
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10055 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10056 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10058 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10063 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10064 case "x$with_xshm" in
10065 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10066 xno) ;;
10067 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10068 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10069 esac
10072 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10073 then
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10075 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10076 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078 else
10079 ac_check_lib_save_LIBS=$LIBS
10080 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10082 /* end confdefs.h. */
10084 /* Override any GCC internal prototype to avoid an error.
10085 Use char because int might match the return type of a GCC
10086 builtin and then its argument prototype would still apply. */
10087 #ifdef __cplusplus
10088 extern "C"
10089 #endif
10090 char XShapeQueryExtension ();
10092 main ()
10094 return XShapeQueryExtension ();
10096 return 0;
10098 _ACEOF
10099 if ac_fn_c_try_link "$LINENO"; then :
10100 ac_cv_lib_Xext_XShapeQueryExtension=yes
10101 else
10102 ac_cv_lib_Xext_XShapeQueryExtension=no
10104 rm -f core conftest.err conftest.$ac_objext \
10105 conftest$ac_exeext conftest.$ac_ext
10106 LIBS=$ac_check_lib_save_LIBS
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10109 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10110 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10112 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10117 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10118 case "x$with_xshape" in
10119 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10120 xno) ;;
10121 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10122 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10123 esac
10126 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10127 then
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10129 $as_echo_n "checking for -lXxf86vm... " >&6; }
10130 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10131 $as_echo_n "(cached) " >&6
10132 else
10133 ac_check_soname_save_LIBS=$LIBS
10134 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10136 /* end confdefs.h. */
10138 /* Override any GCC internal prototype to avoid an error.
10139 Use char because int might match the return type of a GCC
10140 builtin and then its argument prototype would still apply. */
10141 #ifdef __cplusplus
10142 extern "C"
10143 #endif
10144 char XF86VidModeQueryExtension ();
10146 main ()
10148 return XF86VidModeQueryExtension ();
10150 return 0;
10152 _ACEOF
10153 if ac_fn_c_try_link "$LINENO"; then :
10154 case "$LIBEXT" in
10155 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10156 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'` ;;
10157 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10158 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10159 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10160 fi ;;
10161 esac
10163 rm -f core conftest.err conftest.$ac_objext \
10164 conftest$ac_exeext conftest.$ac_ext
10165 LIBS=$ac_check_soname_save_LIBS
10167 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10169 $as_echo "not found" >&6; }
10171 else
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10173 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10175 cat >>confdefs.h <<_ACEOF
10176 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10177 _ACEOF
10182 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10183 case "x$with_xxf86vm" in
10184 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10185 xno) ;;
10186 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10187 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10188 esac
10191 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10192 then
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10194 $as_echo_n "checking for -lXrender... " >&6; }
10195 if ${ac_cv_lib_soname_Xrender+:} false; then :
10196 $as_echo_n "(cached) " >&6
10197 else
10198 ac_check_soname_save_LIBS=$LIBS
10199 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h. */
10203 /* Override any GCC internal prototype to avoid an error.
10204 Use char because int might match the return type of a GCC
10205 builtin and then its argument prototype would still apply. */
10206 #ifdef __cplusplus
10207 extern "C"
10208 #endif
10209 char XRenderQueryExtension ();
10211 main ()
10213 return XRenderQueryExtension ();
10215 return 0;
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"; then :
10219 case "$LIBEXT" in
10220 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10221 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'` ;;
10222 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10223 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10224 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10225 fi ;;
10226 esac
10228 rm -f core conftest.err conftest.$ac_objext \
10229 conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_soname_save_LIBS
10232 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10234 $as_echo "not found" >&6; }
10236 else
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10238 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10240 cat >>confdefs.h <<_ACEOF
10241 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10242 _ACEOF
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10245 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10246 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10247 $as_echo_n "(cached) " >&6
10248 else
10249 ac_check_lib_save_LIBS=$LIBS
10250 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10252 /* end confdefs.h. */
10254 /* Override any GCC internal prototype to avoid an error.
10255 Use char because int might match the return type of a GCC
10256 builtin and then its argument prototype would still apply. */
10257 #ifdef __cplusplus
10258 extern "C"
10259 #endif
10260 char XRenderSetPictureTransform ();
10262 main ()
10264 return XRenderSetPictureTransform ();
10266 return 0;
10268 _ACEOF
10269 if ac_fn_c_try_link "$LINENO"; then :
10270 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10271 else
10272 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10274 rm -f core conftest.err conftest.$ac_objext \
10275 conftest$ac_exeext conftest.$ac_ext
10276 LIBS=$ac_check_lib_save_LIBS
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10279 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10280 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10282 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10287 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10288 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10289 $as_echo_n "(cached) " >&6
10290 else
10291 ac_check_lib_save_LIBS=$LIBS
10292 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10299 #ifdef __cplusplus
10300 extern "C"
10301 #endif
10302 char XRenderCreateLinearGradient ();
10304 main ()
10306 return XRenderCreateLinearGradient ();
10308 return 0;
10310 _ACEOF
10311 if ac_fn_c_try_link "$LINENO"; then :
10312 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10313 else
10314 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10316 rm -f core conftest.err conftest.$ac_objext \
10317 conftest$ac_exeext conftest.$ac_ext
10318 LIBS=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10321 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10322 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10324 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10331 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10332 case "x$with_xrender" in
10333 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10334 xno) ;;
10335 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10336 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10337 esac
10340 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10341 then
10342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10344 #include <X11/Xlib.h>
10345 #include <X11/extensions/Xrandr.h>
10347 main ()
10349 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10351 return 0;
10353 _ACEOF
10354 if ac_fn_c_try_compile "$LINENO"; then :
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10356 $as_echo_n "checking for -lXrandr... " >&6; }
10357 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10358 $as_echo_n "(cached) " >&6
10359 else
10360 ac_check_soname_save_LIBS=$LIBS
10361 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10363 /* end confdefs.h. */
10365 /* Override any GCC internal prototype to avoid an error.
10366 Use char because int might match the return type of a GCC
10367 builtin and then its argument prototype would still apply. */
10368 #ifdef __cplusplus
10369 extern "C"
10370 #endif
10371 char XRRQueryExtension ();
10373 main ()
10375 return XRRQueryExtension ();
10377 return 0;
10379 _ACEOF
10380 if ac_fn_c_try_link "$LINENO"; then :
10381 case "$LIBEXT" in
10382 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10383 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'` ;;
10384 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10385 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10386 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10387 fi ;;
10388 esac
10390 rm -f core conftest.err conftest.$ac_objext \
10391 conftest$ac_exeext conftest.$ac_ext
10392 LIBS=$ac_check_soname_save_LIBS
10394 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10396 $as_echo "not found" >&6; }
10398 else
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10400 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10402 cat >>confdefs.h <<_ACEOF
10403 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10404 _ACEOF
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10408 #include <X11/Xlib.h>
10409 #include <X11/extensions/Xrandr.h>
10411 main ()
10413 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10415 return 0;
10417 _ACEOF
10418 if ac_fn_c_try_compile "$LINENO"; then :
10420 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10428 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10429 case "x$with_xrandr" in
10430 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10431 xno) ;;
10432 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10433 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10434 esac
10437 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10438 then
10439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10441 #include <X11/Xlib.h>
10442 #include <X11/extensions/Xinerama.h>
10444 main ()
10446 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10448 return 0;
10450 _ACEOF
10451 if ac_fn_c_try_compile "$LINENO"; then :
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10453 $as_echo_n "checking for -lXinerama... " >&6; }
10454 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10455 $as_echo_n "(cached) " >&6
10456 else
10457 ac_check_soname_save_LIBS=$LIBS
10458 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char XineramaQueryScreens ();
10470 main ()
10472 return XineramaQueryScreens ();
10474 return 0;
10476 _ACEOF
10477 if ac_fn_c_try_link "$LINENO"; then :
10478 case "$LIBEXT" in
10479 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10480 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'` ;;
10481 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10482 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10483 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10484 fi ;;
10485 esac
10487 rm -f core conftest.err conftest.$ac_objext \
10488 conftest$ac_exeext conftest.$ac_ext
10489 LIBS=$ac_check_soname_save_LIBS
10491 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10493 $as_echo "not found" >&6; }
10495 else
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10497 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10499 cat >>confdefs.h <<_ACEOF
10500 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10501 _ACEOF
10506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10508 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10509 case "x$with_xinerama" in
10510 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10511 xno) ;;
10512 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10513 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10514 esac
10517 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10518 then
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10520 $as_echo_n "checking for -lXcomposite... " >&6; }
10521 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10522 $as_echo_n "(cached) " >&6
10523 else
10524 ac_check_soname_save_LIBS=$LIBS
10525 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10527 /* end confdefs.h. */
10529 /* Override any GCC internal prototype to avoid an error.
10530 Use char because int might match the return type of a GCC
10531 builtin and then its argument prototype would still apply. */
10532 #ifdef __cplusplus
10533 extern "C"
10534 #endif
10535 char XCompositeRedirectWindow ();
10537 main ()
10539 return XCompositeRedirectWindow ();
10541 return 0;
10543 _ACEOF
10544 if ac_fn_c_try_link "$LINENO"; then :
10545 case "$LIBEXT" in
10546 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10547 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'` ;;
10548 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10549 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10550 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10551 fi ;;
10552 esac
10554 rm -f core conftest.err conftest.$ac_objext \
10555 conftest$ac_exeext conftest.$ac_ext
10556 LIBS=$ac_check_soname_save_LIBS
10558 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10560 $as_echo "not found" >&6; }
10562 else
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10564 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10566 cat >>confdefs.h <<_ACEOF
10567 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10568 _ACEOF
10573 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10574 case "x$with_xcomposite" in
10575 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10576 xno) ;;
10577 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10578 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10579 esac
10582 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10583 #include <X11/Xlib.h>
10584 #endif
10586 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10588 cat >>confdefs.h <<_ACEOF
10589 #define HAVE_XICCALLBACK_CALLBACK 1
10590 _ACEOF
10594 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10595 #include <X11/Xlib.h>
10596 #endif
10598 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10600 cat >>confdefs.h <<_ACEOF
10601 #define HAVE_XEVENT_XCOOKIE 1
10602 _ACEOF
10609 opengl_msg=""
10610 if test "x$with_opengl" != "xno"
10611 then
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10613 $as_echo_n "checking for -lGL... " >&6; }
10614 if ${ac_cv_lib_soname_GL+:} false; then :
10615 $as_echo_n "(cached) " >&6
10616 else
10617 ac_check_soname_save_LIBS=$LIBS
10618 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10620 /* end confdefs.h. */
10622 /* Override any GCC internal prototype to avoid an error.
10623 Use char because int might match the return type of a GCC
10624 builtin and then its argument prototype would still apply. */
10625 #ifdef __cplusplus
10626 extern "C"
10627 #endif
10628 char glXCreateContext ();
10630 main ()
10632 return glXCreateContext ();
10634 return 0;
10636 _ACEOF
10637 if ac_fn_c_try_link "$LINENO"; then :
10638 case "$LIBEXT" in
10639 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10640 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'` ;;
10641 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10642 if ${ac_cv_lib_soname_GL:+false} :; then :
10643 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10644 fi ;;
10645 esac
10647 rm -f core conftest.err conftest.$ac_objext \
10648 conftest$ac_exeext conftest.$ac_ext
10649 LIBS=$ac_check_soname_save_LIBS
10651 if ${ac_cv_lib_soname_GL:+false} :; then :
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10653 $as_echo "not found" >&6; }
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10655 $as_echo_n "checking for -lGL... " >&6; }
10656 if ${ac_cv_lib_soname_GL+:} false; then :
10657 $as_echo_n "(cached) " >&6
10658 else
10659 ac_check_soname_save_LIBS=$LIBS
10660 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"
10661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10662 /* end confdefs.h. */
10664 /* Override any GCC internal prototype to avoid an error.
10665 Use char because int might match the return type of a GCC
10666 builtin and then its argument prototype would still apply. */
10667 #ifdef __cplusplus
10668 extern "C"
10669 #endif
10670 char glXCreateContext ();
10672 main ()
10674 return glXCreateContext ();
10676 return 0;
10678 _ACEOF
10679 if ac_fn_c_try_link "$LINENO"; then :
10680 case "$LIBEXT" in
10681 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10682 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'` ;;
10683 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10684 if ${ac_cv_lib_soname_GL:+false} :; then :
10685 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10686 fi ;;
10687 esac
10689 rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
10691 LIBS=$ac_check_soname_save_LIBS
10693 if ${ac_cv_lib_soname_GL:+false} :; then :
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10695 $as_echo "not found" >&6; }
10696 if test -f /usr/X11R6/lib/libGL.a
10697 then
10698 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10699 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10700 else
10701 opengl_msg="No OpenGL library found on this system."
10703 else
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10705 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10707 cat >>confdefs.h <<_ACEOF
10708 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10709 _ACEOF
10711 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"
10713 else
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10715 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10717 cat >>confdefs.h <<_ACEOF
10718 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10719 _ACEOF
10721 OPENGL_LIBS="-lGL"
10723 if test "x$with_glu" != "xno"
10724 then
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10726 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10727 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_lib_save_LIBS=$LIBS
10731 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10738 #ifdef __cplusplus
10739 extern "C"
10740 #endif
10741 char gluLookAt ();
10743 main ()
10745 return gluLookAt ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"; then :
10751 ac_cv_lib_GLU_gluLookAt=yes
10752 else
10753 ac_cv_lib_GLU_gluLookAt=no
10755 rm -f core conftest.err conftest.$ac_objext \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_lib_save_LIBS
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10760 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10761 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10765 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10766 case "x$with_glu" in
10767 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10768 xno) ;;
10769 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10770 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10771 esac
10775 if test "x$with_osmesa" != "xno"
10776 then
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10778 $as_echo_n "checking for -lOSMesa... " >&6; }
10779 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10780 $as_echo_n "(cached) " >&6
10781 else
10782 ac_check_soname_save_LIBS=$LIBS
10783 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10787 /* Override any GCC internal prototype to avoid an error.
10788 Use char because int might match the return type of a GCC
10789 builtin and then its argument prototype would still apply. */
10790 #ifdef __cplusplus
10791 extern "C"
10792 #endif
10793 char glAccum ();
10795 main ()
10797 return glAccum ();
10799 return 0;
10801 _ACEOF
10802 if ac_fn_c_try_link "$LINENO"; then :
10803 case "$LIBEXT" in
10804 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10805 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'` ;;
10806 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10807 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10808 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10809 fi ;;
10810 esac
10812 rm -f core conftest.err conftest.$ac_objext \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_soname_save_LIBS
10816 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10818 $as_echo "not found" >&6; }
10820 else
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10822 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10824 cat >>confdefs.h <<_ACEOF
10825 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10826 _ACEOF
10830 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10831 case "x$with_osmesa" in
10832 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10833 xno) ;;
10834 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10835 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10836 esac
10840 if test -n "$opengl_msg"; then :
10841 case "x$with_opengl" in
10842 x) as_fn_append wine_warnings "|$opengl_msg
10843 OpenGL and Direct3D won't be supported." ;;
10844 xno) ;;
10845 *) as_fn_error $? "$opengl_msg
10846 OpenGL and Direct3D won't be supported.
10847 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10848 esac
10851 CPPFLAGS="$ac_save_CPPFLAGS"
10852 else
10853 X_CFLAGS=""
10854 X_LIBS=""
10855 enable_winex11_drv=${enable_winex11_drv:-no}
10857 if test "x$X_LIBS" = "x"; then :
10858 case "x$with_x" in
10859 xno) ;;
10860 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10861 without X support, which probably isn't what you want. You will need
10862 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10863 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10864 esac
10867 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10869 if test "$ac_cv_header_CL_cl_h" = "yes"
10870 then
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10872 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10873 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10874 $as_echo_n "(cached) " >&6
10875 else
10876 ac_check_lib_save_LIBS=$LIBS
10877 LIBS="-lOpenCL $LIBS"
10878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10879 /* end confdefs.h. */
10881 /* Override any GCC internal prototype to avoid an error.
10882 Use char because int might match the return type of a GCC
10883 builtin and then its argument prototype would still apply. */
10884 #ifdef __cplusplus
10885 extern "C"
10886 #endif
10887 char clGetPlatformInfo ();
10889 main ()
10891 return clGetPlatformInfo ();
10893 return 0;
10895 _ACEOF
10896 if ac_fn_c_try_link "$LINENO"; then :
10897 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10898 else
10899 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10901 rm -f core conftest.err conftest.$ac_objext \
10902 conftest$ac_exeext conftest.$ac_ext
10903 LIBS=$ac_check_lib_save_LIBS
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10906 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10907 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10908 OPENCL_LIBS="-lOpenCL"
10913 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10914 case "x$with_opencl" in
10915 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10916 xno) ;;
10917 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10918 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10919 esac
10921 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10923 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10924 then
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10926 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10927 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10928 $as_echo_n "(cached) " >&6
10929 else
10930 ac_check_lib_save_LIBS=$LIBS
10931 LIBS="-lpcap $LIBS"
10932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char pcap_create ();
10943 main ()
10945 return pcap_create ();
10947 return 0;
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951 ac_cv_lib_pcap_pcap_create=yes
10952 else
10953 ac_cv_lib_pcap_pcap_create=no
10955 rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957 LIBS=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10960 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10961 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10962 PCAP_LIBS="-lpcap"
10967 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10968 case "x$with_pcap" in
10969 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10970 xno) ;;
10971 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10972 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10973 esac
10975 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10978 if test "x$with_xml" != "xno"
10979 then
10980 if ${XML2_CFLAGS:+false} :; then :
10981 if ${PKG_CONFIG+:} false; then :
10982 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10985 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10986 if ${XML2_LIBS:+false} :; then :
10987 if ${PKG_CONFIG+:} false; then :
10988 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10991 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10992 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10993 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10994 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10995 ac_save_CPPFLAGS=$CPPFLAGS
10996 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10997 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10998 do :
10999 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11000 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11001 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11002 cat >>confdefs.h <<_ACEOF
11003 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11004 _ACEOF
11008 done
11010 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"
11011 then
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11013 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11014 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11015 $as_echo_n "(cached) " >&6
11016 else
11017 ac_check_lib_save_LIBS=$LIBS
11018 LIBS="-lxml2 $XML2_LIBS $LIBS"
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11025 #ifdef __cplusplus
11026 extern "C"
11027 #endif
11028 char xmlParseMemory ();
11030 main ()
11032 return xmlParseMemory ();
11034 return 0;
11036 _ACEOF
11037 if ac_fn_c_try_link "$LINENO"; then :
11038 ac_cv_lib_xml2_xmlParseMemory=yes
11039 else
11040 ac_cv_lib_xml2_xmlParseMemory=no
11042 rm -f core conftest.err conftest.$ac_objext \
11043 conftest$ac_exeext conftest.$ac_ext
11044 LIBS=$ac_check_lib_save_LIBS
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11047 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11048 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11050 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11052 else
11053 XML2_LIBS=""
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11057 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11058 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11059 $as_echo_n "(cached) " >&6
11060 else
11061 ac_check_lib_save_LIBS=$LIBS
11062 LIBS="-lxml2 $XML2_LIBS $LIBS"
11063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11064 /* end confdefs.h. */
11066 /* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11069 #ifdef __cplusplus
11070 extern "C"
11071 #endif
11072 char xmlReadMemory ();
11074 main ()
11076 return xmlReadMemory ();
11078 return 0;
11080 _ACEOF
11081 if ac_fn_c_try_link "$LINENO"; then :
11082 ac_cv_lib_xml2_xmlReadMemory=yes
11083 else
11084 ac_cv_lib_xml2_xmlReadMemory=no
11086 rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11088 LIBS=$ac_check_lib_save_LIBS
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11091 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11092 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11094 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11099 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11100 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11101 $as_echo_n "(cached) " >&6
11102 else
11103 ac_check_lib_save_LIBS=$LIBS
11104 LIBS="-lxml2 $XML2_LIBS $LIBS"
11105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11106 /* end confdefs.h. */
11108 /* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11111 #ifdef __cplusplus
11112 extern "C"
11113 #endif
11114 char xmlNewDocPI ();
11116 main ()
11118 return xmlNewDocPI ();
11120 return 0;
11122 _ACEOF
11123 if ac_fn_c_try_link "$LINENO"; then :
11124 ac_cv_lib_xml2_xmlNewDocPI=yes
11125 else
11126 ac_cv_lib_xml2_xmlNewDocPI=no
11128 rm -f core conftest.err conftest.$ac_objext \
11129 conftest$ac_exeext conftest.$ac_ext
11130 LIBS=$ac_check_lib_save_LIBS
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11133 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11134 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11136 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11141 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11142 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11143 $as_echo_n "(cached) " >&6
11144 else
11145 ac_check_lib_save_LIBS=$LIBS
11146 LIBS="-lxml2 $XML2_LIBS $LIBS"
11147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11148 /* end confdefs.h. */
11150 /* Override any GCC internal prototype to avoid an error.
11151 Use char because int might match the return type of a GCC
11152 builtin and then its argument prototype would still apply. */
11153 #ifdef __cplusplus
11154 extern "C"
11155 #endif
11156 char xmlSchemaSetParserStructuredErrors ();
11158 main ()
11160 return xmlSchemaSetParserStructuredErrors ();
11162 return 0;
11164 _ACEOF
11165 if ac_fn_c_try_link "$LINENO"; then :
11166 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11167 else
11168 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11170 rm -f core conftest.err conftest.$ac_objext \
11171 conftest$ac_exeext conftest.$ac_ext
11172 LIBS=$ac_check_lib_save_LIBS
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11175 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11176 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11178 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11183 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11184 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11185 $as_echo_n "(cached) " >&6
11186 else
11187 ac_check_lib_save_LIBS=$LIBS
11188 LIBS="-lxml2 $XML2_LIBS $LIBS"
11189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11195 #ifdef __cplusplus
11196 extern "C"
11197 #endif
11198 char xmlSchemaSetValidStructuredErrors ();
11200 main ()
11202 return xmlSchemaSetValidStructuredErrors ();
11204 return 0;
11206 _ACEOF
11207 if ac_fn_c_try_link "$LINENO"; then :
11208 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11209 else
11210 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11212 rm -f core conftest.err conftest.$ac_objext \
11213 conftest$ac_exeext conftest.$ac_ext
11214 LIBS=$ac_check_lib_save_LIBS
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11217 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11218 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11220 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11225 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11226 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11227 $as_echo_n "(cached) " >&6
11228 else
11229 ac_check_lib_save_LIBS=$LIBS
11230 LIBS="-lxml2 $XML2_LIBS $LIBS"
11231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237 #ifdef __cplusplus
11238 extern "C"
11239 #endif
11240 char xmlFirstElementChild ();
11242 main ()
11244 return xmlFirstElementChild ();
11246 return 0;
11248 _ACEOF
11249 if ac_fn_c_try_link "$LINENO"; then :
11250 ac_cv_lib_xml2_xmlFirstElementChild=yes
11251 else
11252 ac_cv_lib_xml2_xmlFirstElementChild=no
11254 rm -f core conftest.err conftest.$ac_objext \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LIBS=$ac_check_lib_save_LIBS
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11259 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11260 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11262 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11266 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11268 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11270 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11274 else
11275 XML2_CFLAGS=""
11276 XML2_LIBS=""
11278 CPPFLAGS=$ac_save_CPPFLAGS
11279 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11280 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11283 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11284 case "x$with_xml" in
11285 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11286 xno) ;;
11287 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11288 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11289 esac
11292 if test "x$with_xslt" != "xno"
11293 then
11294 if ${XSLT_CFLAGS:+false} :; then :
11295 if ${PKG_CONFIG+:} false; then :
11296 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11299 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11300 if ${XSLT_LIBS:+false} :; then :
11301 if ${PKG_CONFIG+:} false; then :
11302 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11305 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11306 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11307 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11308 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11309 ac_save_CPPFLAGS=$CPPFLAGS
11310 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11311 for ac_header in libxslt/pattern.h libxslt/transform.h
11312 do :
11313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11314 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11315 # include <libxslt/pattern.h>
11316 #endif
11318 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11319 cat >>confdefs.h <<_ACEOF
11320 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11321 _ACEOF
11325 done
11327 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11328 then
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11330 $as_echo_n "checking for -lxslt... " >&6; }
11331 if ${ac_cv_lib_soname_xslt+:} false; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_soname_save_LIBS=$LIBS
11335 LIBS="-lxslt $XSLT_LIBS $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char xsltCompilePattern ();
11347 main ()
11349 return xsltCompilePattern ();
11351 return 0;
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 case "$LIBEXT" in
11356 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11357 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'` ;;
11358 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11359 if ${ac_cv_lib_soname_xslt:+false} :; then :
11360 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11361 fi ;;
11362 esac
11364 rm -f core conftest.err conftest.$ac_objext \
11365 conftest$ac_exeext conftest.$ac_ext
11366 LIBS=$ac_check_soname_save_LIBS
11368 if ${ac_cv_lib_soname_xslt:+false} :; then :
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11370 $as_echo "not found" >&6; }
11372 else
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11374 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11376 cat >>confdefs.h <<_ACEOF
11377 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11378 _ACEOF
11382 else
11383 XSLT_CFLAGS=""
11385 CPPFLAGS=$ac_save_CPPFLAGS
11386 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11387 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11390 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11391 case "x$with_xslt" in
11392 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11393 xno) ;;
11394 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11395 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11396 esac
11399 if test "x$with_dbus" != "xno"
11400 then
11401 if ${DBUS_CFLAGS:+false} :; then :
11402 if ${PKG_CONFIG+:} false; then :
11403 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11407 if ${DBUS_LIBS:+false} :; then :
11408 if ${PKG_CONFIG+:} false; then :
11409 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11414 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11415 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11416 ac_save_CPPFLAGS=$CPPFLAGS
11417 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11418 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11419 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11421 $as_echo_n "checking for -ldbus-1... " >&6; }
11422 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11423 $as_echo_n "(cached) " >&6
11424 else
11425 ac_check_soname_save_LIBS=$LIBS
11426 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11428 /* end confdefs.h. */
11430 /* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
11433 #ifdef __cplusplus
11434 extern "C"
11435 #endif
11436 char dbus_connection_close ();
11438 main ()
11440 return dbus_connection_close ();
11442 return 0;
11444 _ACEOF
11445 if ac_fn_c_try_link "$LINENO"; then :
11446 case "$LIBEXT" in
11447 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11448 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'` ;;
11449 *) 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'`
11450 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11451 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11452 fi ;;
11453 esac
11455 rm -f core conftest.err conftest.$ac_objext \
11456 conftest$ac_exeext conftest.$ac_ext
11457 LIBS=$ac_check_soname_save_LIBS
11459 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11461 $as_echo "not found" >&6; }
11462 DBUS_CFLAGS=""
11463 else
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11465 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11467 cat >>confdefs.h <<_ACEOF
11468 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11469 _ACEOF
11473 else
11474 DBUS_CFLAGS=""
11478 CPPFLAGS=$ac_save_CPPFLAGS
11479 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11480 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11483 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11484 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11485 case "x$with_dbus" in
11486 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11487 xno) ;;
11488 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11489 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11490 esac
11493 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11494 then
11495 if ${HAL_CFLAGS:+false} :; then :
11496 if ${PKG_CONFIG+:} false; then :
11497 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11501 if ${HAL_LIBS:+false} :; then :
11502 if ${PKG_CONFIG+:} false; then :
11503 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11507 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11508 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11509 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11510 ac_save_CPPFLAGS=$CPPFLAGS
11511 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11512 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11513 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11515 $as_echo_n "checking for -lhal... " >&6; }
11516 if ${ac_cv_lib_soname_hal+:} false; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 ac_check_soname_save_LIBS=$LIBS
11520 LIBS="-lhal $HAL_LIBS $LIBS"
11521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11524 /* Override any GCC internal prototype to avoid an error.
11525 Use char because int might match the return type of a GCC
11526 builtin and then its argument prototype would still apply. */
11527 #ifdef __cplusplus
11528 extern "C"
11529 #endif
11530 char libhal_ctx_new ();
11532 main ()
11534 return libhal_ctx_new ();
11536 return 0;
11538 _ACEOF
11539 if ac_fn_c_try_link "$LINENO"; then :
11540 case "$LIBEXT" in
11541 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11542 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'` ;;
11543 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11544 if ${ac_cv_lib_soname_hal:+false} :; then :
11545 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11546 fi ;;
11547 esac
11549 rm -f core conftest.err conftest.$ac_objext \
11550 conftest$ac_exeext conftest.$ac_ext
11551 LIBS=$ac_check_soname_save_LIBS
11553 if ${ac_cv_lib_soname_hal:+false} :; then :
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11555 $as_echo "not found" >&6; }
11556 HAL_CFLAGS=""
11557 else
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11559 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11561 cat >>confdefs.h <<_ACEOF
11562 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11563 _ACEOF
11567 else
11568 HAL_CFLAGS=""
11572 CPPFLAGS=$ac_save_CPPFLAGS
11573 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11574 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11576 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11577 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11578 case "x$with_hal" in
11579 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11580 xno) ;;
11581 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11582 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11583 esac
11587 if test "x$with_gnutls" != "xno"
11588 then
11589 if ${GNUTLS_CFLAGS:+false} :; then :
11590 if ${PKG_CONFIG+:} false; then :
11591 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11595 if ${GNUTLS_LIBS:+false} :; then :
11596 if ${PKG_CONFIG+:} false; then :
11597 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11602 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11603 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11604 ac_save_CPPFLAGS=$CPPFLAGS
11605 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11606 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11607 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11610 #include <gnutls/gnutls.h>
11611 #include <gnutls/crypto.h>
11613 main ()
11615 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11617 return 0;
11619 _ACEOF
11620 if ac_fn_c_try_compile "$LINENO"; then :
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11622 $as_echo_n "checking for -lgnutls... " >&6; }
11623 if ${ac_cv_lib_soname_gnutls+:} false; then :
11624 $as_echo_n "(cached) " >&6
11625 else
11626 ac_check_soname_save_LIBS=$LIBS
11627 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char gnutls_global_init ();
11639 main ()
11641 return gnutls_global_init ();
11643 return 0;
11645 _ACEOF
11646 if ac_fn_c_try_link "$LINENO"; then :
11647 case "$LIBEXT" in
11648 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11649 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'` ;;
11650 *) 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'`
11651 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11652 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'`
11653 fi ;;
11654 esac
11656 rm -f core conftest.err conftest.$ac_objext \
11657 conftest$ac_exeext conftest.$ac_ext
11658 LIBS=$ac_check_soname_save_LIBS
11660 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11662 $as_echo "not found" >&6; }
11663 GNUTLS_CFLAGS=""
11664 else
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11666 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11668 cat >>confdefs.h <<_ACEOF
11669 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11670 _ACEOF
11675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11676 else
11677 GNUTLS_CFLAGS=""
11681 CPPFLAGS=$ac_save_CPPFLAGS
11682 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11683 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11686 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11687 case "x$with_gnutls" in
11688 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11689 xno) ;;
11690 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11691 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11692 esac
11695 CURSES_LIBS=""
11696 if test "$ac_cv_header_ncurses_h" = "yes"
11697 then
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11699 $as_echo_n "checking for -lncurses... " >&6; }
11700 if ${ac_cv_lib_soname_ncurses+:} false; then :
11701 $as_echo_n "(cached) " >&6
11702 else
11703 ac_check_soname_save_LIBS=$LIBS
11704 LIBS="-lncurses $LIBS"
11705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11708 /* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11711 #ifdef __cplusplus
11712 extern "C"
11713 #endif
11714 char waddch ();
11716 main ()
11718 return waddch ();
11720 return 0;
11722 _ACEOF
11723 if ac_fn_c_try_link "$LINENO"; then :
11724 case "$LIBEXT" in
11725 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11726 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'` ;;
11727 *) 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'`
11728 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11729 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11730 fi ;;
11731 esac
11733 rm -f core conftest.err conftest.$ac_objext \
11734 conftest$ac_exeext conftest.$ac_ext
11735 LIBS=$ac_check_soname_save_LIBS
11737 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11739 $as_echo "not found" >&6; }
11741 else
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11743 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11745 cat >>confdefs.h <<_ACEOF
11746 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11747 _ACEOF
11749 CURSES_LIBS="-lncurses"
11751 elif test "$ac_cv_header_curses_h" = "yes"
11752 then
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11754 $as_echo_n "checking for -lcurses... " >&6; }
11755 if ${ac_cv_lib_soname_curses+:} false; then :
11756 $as_echo_n "(cached) " >&6
11757 else
11758 ac_check_soname_save_LIBS=$LIBS
11759 LIBS="-lcurses $LIBS"
11760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11761 /* end confdefs.h. */
11763 /* Override any GCC internal prototype to avoid an error.
11764 Use char because int might match the return type of a GCC
11765 builtin and then its argument prototype would still apply. */
11766 #ifdef __cplusplus
11767 extern "C"
11768 #endif
11769 char waddch ();
11771 main ()
11773 return waddch ();
11775 return 0;
11777 _ACEOF
11778 if ac_fn_c_try_link "$LINENO"; then :
11779 case "$LIBEXT" in
11780 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11781 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'` ;;
11782 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11783 if ${ac_cv_lib_soname_curses:+false} :; then :
11784 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11785 fi ;;
11786 esac
11788 rm -f core conftest.err conftest.$ac_objext \
11789 conftest$ac_exeext conftest.$ac_ext
11790 LIBS=$ac_check_soname_save_LIBS
11792 if ${ac_cv_lib_soname_curses:+false} :; then :
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11794 $as_echo "not found" >&6; }
11796 else
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11798 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11800 cat >>confdefs.h <<_ACEOF
11801 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11802 _ACEOF
11804 CURSES_LIBS="-lcurses"
11807 ac_save_LIBS="$LIBS"
11808 LIBS="$LIBS $CURSES_LIBS"
11809 for ac_func in mousemask
11810 do :
11811 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11812 if test "x$ac_cv_func_mousemask" = xyes; then :
11813 cat >>confdefs.h <<_ACEOF
11814 #define HAVE_MOUSEMASK 1
11815 _ACEOF
11818 done
11820 LIBS="$ac_save_LIBS"
11821 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11822 case "x$with_curses" in
11823 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11824 xno) ;;
11825 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11826 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11827 esac
11830 if test "x$with_sane" != "xno"
11831 then
11832 if ${SANE_CFLAGS:+false} :; then :
11833 if ${PKG_CONFIG+:} false; then :
11834 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11837 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11838 if ${SANE_LIBS:+false} :; then :
11839 if ${PKG_CONFIG+:} false; then :
11840 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11843 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11845 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11846 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11847 ac_save_CPPFLAGS=$CPPFLAGS
11848 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11849 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11850 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11852 $as_echo_n "checking for -lsane... " >&6; }
11853 if ${ac_cv_lib_soname_sane+:} false; then :
11854 $as_echo_n "(cached) " >&6
11855 else
11856 ac_check_soname_save_LIBS=$LIBS
11857 LIBS="-lsane $SANE_LIBS $LIBS"
11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11861 /* Override any GCC internal prototype to avoid an error.
11862 Use char because int might match the return type of a GCC
11863 builtin and then its argument prototype would still apply. */
11864 #ifdef __cplusplus
11865 extern "C"
11866 #endif
11867 char sane_init ();
11869 main ()
11871 return sane_init ();
11873 return 0;
11875 _ACEOF
11876 if ac_fn_c_try_link "$LINENO"; then :
11877 case "$LIBEXT" in
11878 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11879 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'` ;;
11880 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11881 if ${ac_cv_lib_soname_sane:+false} :; then :
11882 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11883 fi ;;
11884 esac
11886 rm -f core conftest.err conftest.$ac_objext \
11887 conftest$ac_exeext conftest.$ac_ext
11888 LIBS=$ac_check_soname_save_LIBS
11890 if ${ac_cv_lib_soname_sane:+false} :; then :
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11892 $as_echo "not found" >&6; }
11893 SANE_CFLAGS=""
11894 else
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11896 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11898 cat >>confdefs.h <<_ACEOF
11899 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11900 _ACEOF
11904 else
11905 SANE_CFLAGS=""
11909 CPPFLAGS=$ac_save_CPPFLAGS
11910 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11911 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11914 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11915 case "x$with_sane" in
11916 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11917 xno) ;;
11918 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11919 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11920 esac
11923 if test "x$with_v4l" != "xno"
11924 then
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11926 $as_echo_n "checking for -lv4l1... " >&6; }
11927 if ${ac_cv_lib_soname_v4l1+:} false; then :
11928 $as_echo_n "(cached) " >&6
11929 else
11930 ac_check_soname_save_LIBS=$LIBS
11931 LIBS="-lv4l1 $LIBS"
11932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11933 /* end confdefs.h. */
11935 /* Override any GCC internal prototype to avoid an error.
11936 Use char because int might match the return type of a GCC
11937 builtin and then its argument prototype would still apply. */
11938 #ifdef __cplusplus
11939 extern "C"
11940 #endif
11941 char v4l1_open ();
11943 main ()
11945 return v4l1_open ();
11947 return 0;
11949 _ACEOF
11950 if ac_fn_c_try_link "$LINENO"; then :
11951 case "$LIBEXT" in
11952 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11953 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'` ;;
11954 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11955 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11956 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11957 fi ;;
11958 esac
11960 rm -f core conftest.err conftest.$ac_objext \
11961 conftest$ac_exeext conftest.$ac_ext
11962 LIBS=$ac_check_soname_save_LIBS
11964 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11966 $as_echo "not found" >&6; }
11968 else
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11970 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11972 cat >>confdefs.h <<_ACEOF
11973 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11974 _ACEOF
11979 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11980 case "x$with_v4l" in
11981 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11982 xno) ;;
11983 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11984 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11985 esac
11988 if test "x$with_gphoto" != "xno"
11989 then
11990 if ${GPHOTO2_CFLAGS:+false} :; then :
11991 if ${PKG_CONFIG+:} false; then :
11992 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11995 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11996 if ${GPHOTO2_LIBS:+false} :; then :
11997 if ${PKG_CONFIG+:} false; then :
11998 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12001 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
12002 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12003 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12004 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12005 ac_save_CPPFLAGS=$CPPFLAGS
12006 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12007 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12008 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12010 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12011 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12012 $as_echo_n "(cached) " >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12017 /* end confdefs.h. */
12019 /* Override any GCC internal prototype to avoid an error.
12020 Use char because int might match the return type of a GCC
12021 builtin and then its argument prototype would still apply. */
12022 #ifdef __cplusplus
12023 extern "C"
12024 #endif
12025 char gp_camera_new ();
12027 main ()
12029 return gp_camera_new ();
12031 return 0;
12033 _ACEOF
12034 if ac_fn_c_try_link "$LINENO"; then :
12035 ac_cv_lib_gphoto2_gp_camera_new=yes
12036 else
12037 ac_cv_lib_gphoto2_gp_camera_new=no
12039 rm -f core conftest.err conftest.$ac_objext \
12040 conftest$ac_exeext conftest.$ac_ext
12041 LIBS=$ac_check_lib_save_LIBS
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12044 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12045 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12047 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12049 else
12050 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12053 else
12054 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12058 CPPFLAGS=$ac_save_CPPFLAGS
12059 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12060 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12062 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12063 if ${PKG_CONFIG+:} false; then :
12064 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12067 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12068 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12069 if ${PKG_CONFIG+:} false; then :
12070 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12073 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12074 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12075 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12076 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12077 ac_save_CPPFLAGS=$CPPFLAGS
12078 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12079 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12080 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12082 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12083 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12084 $as_echo_n "(cached) " >&6
12085 else
12086 ac_check_lib_save_LIBS=$LIBS
12087 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12091 /* Override any GCC internal prototype to avoid an error.
12092 Use char because int might match the return type of a GCC
12093 builtin and then its argument prototype would still apply. */
12094 #ifdef __cplusplus
12095 extern "C"
12096 #endif
12097 char gp_port_info_list_new ();
12099 main ()
12101 return gp_port_info_list_new ();
12103 return 0;
12105 _ACEOF
12106 if ac_fn_c_try_link "$LINENO"; then :
12107 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12108 else
12109 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12111 rm -f core conftest.err conftest.$ac_objext \
12112 conftest$ac_exeext conftest.$ac_ext
12113 LIBS=$ac_check_lib_save_LIBS
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12116 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12117 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12119 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12121 else
12122 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12125 else
12126 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12130 CPPFLAGS=$ac_save_CPPFLAGS
12131 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12132 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12135 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12136 case "x$with_gphoto" in
12137 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12138 xno) ;;
12139 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12140 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12141 esac
12143 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12144 case "x$with_gphoto" in
12145 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12146 xno) ;;
12147 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12148 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12149 esac
12153 if test "$ac_cv_header_resolv_h" = "yes"
12154 then
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12156 $as_echo_n "checking for resolver library... " >&6; }
12157 if ${ac_cv_have_resolv+:} false; then :
12158 $as_echo_n "(cached) " >&6
12159 else
12160 ac_save_LIBS="$LIBS"
12161 for lib in '' -lresolv
12163 LIBS="$lib $ac_save_LIBS"
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12166 #ifdef HAVE_NETINET_IN_H
12167 #include <netinet/in.h>
12168 #endif
12169 #include <resolv.h>
12171 main ()
12173 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12175 return 0;
12177 _ACEOF
12178 if ac_fn_c_try_link "$LINENO"; then :
12179 ac_cv_have_resolv=${lib:-"none required"}
12180 else
12181 ac_cv_have_resolv="not found"
12183 rm -f core conftest.err conftest.$ac_objext \
12184 conftest$ac_exeext conftest.$ac_ext
12185 test "x$ac_cv_have_resolv" = "xnot found" || break
12186 done
12187 LIBS="$ac_save_LIBS"
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12190 $as_echo "$ac_cv_have_resolv" >&6; }
12192 case "$ac_cv_have_resolv" in
12193 "not found") ;;
12194 "none required")
12196 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12199 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12201 RESOLV_LIBS=$ac_cv_have_resolv
12203 esac
12206 if test "x$with_cms" != "xno"
12207 then
12208 if ${LCMS2_CFLAGS:+false} :; then :
12209 if ${PKG_CONFIG+:} false; then :
12210 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12214 if ${LCMS2_LIBS:+false} :; then :
12215 if ${PKG_CONFIG+:} false; then :
12216 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12220 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12221 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12222 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12223 ac_save_CPPFLAGS=$CPPFLAGS
12224 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12225 for ac_header in lcms2.h
12226 do :
12227 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12228 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12229 cat >>confdefs.h <<_ACEOF
12230 #define HAVE_LCMS2_H 1
12231 _ACEOF
12235 done
12237 if test "$ac_cv_header_lcms2_h" = "yes"
12238 then
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12240 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12241 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12242 $as_echo_n "(cached) " >&6
12243 else
12244 ac_check_lib_save_LIBS=$LIBS
12245 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12252 #ifdef __cplusplus
12253 extern "C"
12254 #endif
12255 char cmsOpenProfileFromFile ();
12257 main ()
12259 return cmsOpenProfileFromFile ();
12261 return 0;
12263 _ACEOF
12264 if ac_fn_c_try_link "$LINENO"; then :
12265 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12266 else
12267 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12269 rm -f core conftest.err conftest.$ac_objext \
12270 conftest$ac_exeext conftest.$ac_ext
12271 LIBS=$ac_check_lib_save_LIBS
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12274 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12275 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12277 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12279 else
12280 LCMS2_LIBS=""
12283 else
12284 LCMS2_CFLAGS=""
12285 LCMS2_LIBS=""
12287 CPPFLAGS=$ac_save_CPPFLAGS
12288 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12289 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12292 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12293 case "x$with_cms" in
12294 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12295 xno) ;;
12296 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12297 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12298 esac
12301 if test "x$with_freetype" != "xno"
12302 then
12303 if ${FREETYPE_CFLAGS:+false} :; then :
12304 if ${PKG_CONFIG+:} false; then :
12305 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12308 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12309 if ${FREETYPE_LIBS:+false} :; then :
12310 if ${PKG_CONFIG+:} false; then :
12311 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12314 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12315 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12316 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12317 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12318 ac_save_CPPFLAGS=$CPPFLAGS
12319 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12320 for ac_header in ft2build.h
12321 do :
12322 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12323 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12324 cat >>confdefs.h <<_ACEOF
12325 #define HAVE_FT2BUILD_H 1
12326 _ACEOF
12330 done
12332 if test "$ac_cv_header_ft2build_h" = "yes"
12333 then
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12335 $as_echo_n "checking for -lfreetype... " >&6; }
12336 if ${ac_cv_lib_soname_freetype+:} false; then :
12337 $as_echo_n "(cached) " >&6
12338 else
12339 ac_check_soname_save_LIBS=$LIBS
12340 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12342 /* end confdefs.h. */
12344 /* Override any GCC internal prototype to avoid an error.
12345 Use char because int might match the return type of a GCC
12346 builtin and then its argument prototype would still apply. */
12347 #ifdef __cplusplus
12348 extern "C"
12349 #endif
12350 char FT_Init_FreeType ();
12352 main ()
12354 return FT_Init_FreeType ();
12356 return 0;
12358 _ACEOF
12359 if ac_fn_c_try_link "$LINENO"; then :
12360 case "$LIBEXT" in
12361 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12362 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'` ;;
12363 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12364 if ${ac_cv_lib_soname_freetype:+false} :; then :
12365 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12366 fi ;;
12367 esac
12369 rm -f core conftest.err conftest.$ac_objext \
12370 conftest$ac_exeext conftest.$ac_ext
12371 LIBS=$ac_check_soname_save_LIBS
12373 if ${ac_cv_lib_soname_freetype:+false} :; then :
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12375 $as_echo "not found" >&6; }
12376 FREETYPE_LIBS=""
12377 else
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12379 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12381 cat >>confdefs.h <<_ACEOF
12382 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12383 _ACEOF
12386 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12388 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12389 #include FT_MODULE_H
12391 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12393 cat >>confdefs.h <<_ACEOF
12394 #define HAVE_FT_TRUETYPEENGINETYPE 1
12395 _ACEOF
12401 else
12402 FREETYPE_CFLAGS=""
12403 FREETYPE_LIBS=""
12405 CPPFLAGS=$ac_save_CPPFLAGS
12406 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12407 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12410 if test "x$ac_cv_lib_soname_freetype" = x; then :
12411 case "x$with_freetype" in
12412 xno) ;;
12413 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12414 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12415 esac
12417 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12420 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12421 if ${ac_cv_c_ppdev+:} false; then :
12422 $as_echo_n "(cached) " >&6
12423 else
12424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12426 #ifdef HAVE_SYS_IOCTL_H
12427 # include <sys/ioctl.h>
12428 #endif
12429 #include <linux/ppdev.h>
12431 main ()
12433 ioctl (1,PPCLAIM,0)
12435 return 0;
12437 _ACEOF
12438 if ac_fn_c_try_compile "$LINENO"; then :
12439 ac_cv_c_ppdev="yes"
12440 else
12441 ac_cv_c_ppdev="no"
12443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12446 $as_echo "$ac_cv_c_ppdev" >&6; }
12447 if test "$ac_cv_c_ppdev" = "yes"
12448 then
12450 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12454 ac_wine_check_funcs_save_LIBS="$LIBS"
12455 LIBS="$LIBS $PTHREAD_LIBS"
12456 for ac_func in \
12457 pthread_attr_get_np \
12458 pthread_getattr_np \
12459 pthread_getthreadid_np \
12460 pthread_get_stackaddr_np \
12461 pthread_get_stacksize_np
12462 do :
12463 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12464 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12465 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12466 cat >>confdefs.h <<_ACEOF
12467 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12468 _ACEOF
12471 done
12473 LIBS="$ac_wine_check_funcs_save_LIBS"
12475 if test "$ac_cv_header_zlib_h" = "yes"
12476 then
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12478 $as_echo_n "checking for inflate in -lz... " >&6; }
12479 if ${ac_cv_lib_z_inflate+:} false; then :
12480 $as_echo_n "(cached) " >&6
12481 else
12482 ac_check_lib_save_LIBS=$LIBS
12483 LIBS="-lz $LIBS"
12484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12485 /* end confdefs.h. */
12487 /* Override any GCC internal prototype to avoid an error.
12488 Use char because int might match the return type of a GCC
12489 builtin and then its argument prototype would still apply. */
12490 #ifdef __cplusplus
12491 extern "C"
12492 #endif
12493 char inflate ();
12495 main ()
12497 return inflate ();
12499 return 0;
12501 _ACEOF
12502 if ac_fn_c_try_link "$LINENO"; then :
12503 ac_cv_lib_z_inflate=yes
12504 else
12505 ac_cv_lib_z_inflate=no
12507 rm -f core conftest.err conftest.$ac_objext \
12508 conftest$ac_exeext conftest.$ac_ext
12509 LIBS=$ac_check_lib_save_LIBS
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12512 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12513 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12515 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12517 Z_LIBS="-lz"
12522 if test "x$Z_LIBS" = "x"; then :
12523 case "x$with_zlib" in
12524 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12525 xno) ;;
12526 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12527 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12528 esac
12531 if test "x$enable_tools" != xno
12532 then
12533 if test "$ac_cv_header_gettext_po_h" = "yes"
12534 then
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12536 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12537 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12538 $as_echo_n "(cached) " >&6
12539 else
12540 ac_check_lib_save_LIBS=$LIBS
12541 LIBS="-lgettextpo $LIBS"
12542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12543 /* end confdefs.h. */
12545 /* Override any GCC internal prototype to avoid an error.
12546 Use char because int might match the return type of a GCC
12547 builtin and then its argument prototype would still apply. */
12548 #ifdef __cplusplus
12549 extern "C"
12550 #endif
12551 char po_message_msgctxt ();
12553 main ()
12555 return po_message_msgctxt ();
12557 return 0;
12559 _ACEOF
12560 if ac_fn_c_try_link "$LINENO"; then :
12561 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12562 else
12563 ac_cv_lib_gettextpo_po_message_msgctxt=no
12565 rm -f core conftest.err conftest.$ac_objext \
12566 conftest$ac_exeext conftest.$ac_ext
12567 LIBS=$ac_check_lib_save_LIBS
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12570 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12571 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12573 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12575 GETTEXTPO_LIBS="-lgettextpo"
12580 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12581 case "x$with_gettextpo" in
12582 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12583 xno) ;;
12584 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12585 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12586 esac
12590 if test "x$with_pulse" != "xno";
12591 then
12592 if ${PULSE_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false; then :
12594 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12598 if ${PULSE_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false; then :
12600 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12607 ac_save_CPPFLAGS=$CPPFLAGS
12608 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12609 for ac_header in pulse/pulseaudio.h
12610 do :
12611 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12612 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12613 cat >>confdefs.h <<_ACEOF
12614 #define HAVE_PULSE_PULSEAUDIO_H 1
12615 _ACEOF
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12617 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12618 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12619 $as_echo_n "(cached) " >&6
12620 else
12621 ac_check_lib_save_LIBS=$LIBS
12622 LIBS="-lpulse $PULSE_LIBS $LIBS"
12623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12629 #ifdef __cplusplus
12630 extern "C"
12631 #endif
12632 char pa_stream_is_corked ();
12634 main ()
12636 return pa_stream_is_corked ();
12638 return 0;
12640 _ACEOF
12641 if ac_fn_c_try_link "$LINENO"; then :
12642 ac_cv_lib_pulse_pa_stream_is_corked=yes
12643 else
12644 ac_cv_lib_pulse_pa_stream_is_corked=no
12646 rm -f core conftest.err conftest.$ac_objext \
12647 conftest$ac_exeext conftest.$ac_ext
12648 LIBS=$ac_check_lib_save_LIBS
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12651 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12652 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12654 else
12655 PULSE_LIBS=""
12658 else
12659 PULSE_LIBS=""
12662 done
12664 CPPFLAGS=$ac_save_CPPFLAGS
12665 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12666 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12669 if test -z "$PULSE_LIBS"; then :
12670 case "x$with_pulse" in
12671 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12672 xno) ;;
12673 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12674 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12675 esac
12678 if test "x$with_gstreamer" != "xno"
12679 then
12680 if ${GSTREAMER_CFLAGS:+false} :; then :
12681 if ${PKG_CONFIG+:} false; then :
12682 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12686 if ${GSTREAMER_LIBS:+false} :; then :
12687 if ${PKG_CONFIG+:} false; then :
12688 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12693 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12694 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12695 ac_save_CPPFLAGS=$CPPFLAGS
12696 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12697 ac_gst_incl=""
12698 for i in $GSTREAMER_CFLAGS
12700 case "$i" in
12701 -I*) ac_gst_incl="$ac_gst_incl $i";;
12702 esac
12703 done
12704 GSTREAMER_CFLAGS=$ac_gst_incl
12705 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12706 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12707 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12708 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12709 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12711 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12713 /* end confdefs.h. */
12714 #include <gst/app/gstappsink.h>
12716 main ()
12718 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12720 return 0;
12722 _ACEOF
12723 if ac_fn_c_try_compile "$LINENO"; then :
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12725 $as_echo "yes" >&6; }
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12727 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12728 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12729 $as_echo_n "(cached) " >&6
12730 else
12731 ac_check_lib_save_LIBS=$LIBS
12732 LIBS="-lgstreamer-0.10 $LIBS"
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12736 /* Override any GCC internal prototype to avoid an error.
12737 Use char because int might match the return type of a GCC
12738 builtin and then its argument prototype would still apply. */
12739 #ifdef __cplusplus
12740 extern "C"
12741 #endif
12742 char gst_pad_get_caps_reffed ();
12744 main ()
12746 return gst_pad_get_caps_reffed ();
12748 return 0;
12750 _ACEOF
12751 if ac_fn_c_try_link "$LINENO"; then :
12752 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12753 else
12754 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12756 rm -f core conftest.err conftest.$ac_objext \
12757 conftest$ac_exeext conftest.$ac_ext
12758 LIBS=$ac_check_lib_save_LIBS
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12761 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12762 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12764 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12765 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12766 $as_echo_n "(cached) " >&6
12767 else
12768 ac_check_lib_save_LIBS=$LIBS
12769 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12773 /* Override any GCC internal prototype to avoid an error.
12774 Use char because int might match the return type of a GCC
12775 builtin and then its argument prototype would still apply. */
12776 #ifdef __cplusplus
12777 extern "C"
12778 #endif
12779 char gst_app_buffer_new ();
12781 main ()
12783 return gst_app_buffer_new ();
12785 return 0;
12787 _ACEOF
12788 if ac_fn_c_try_link "$LINENO"; then :
12789 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12790 else
12791 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12793 rm -f core conftest.err conftest.$ac_objext \
12794 conftest$ac_exeext conftest.$ac_ext
12795 LIBS=$ac_check_lib_save_LIBS
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12798 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12799 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12805 else
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12807 $as_echo "no" >&6; }
12809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12813 else
12814 GSTREAMER_CFLAGS=""
12818 CPPFLAGS=$ac_save_CPPFLAGS
12819 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12820 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12823 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12824 case "x$with_gstreamer" in
12825 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12826 xno) ;;
12827 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12828 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12829 esac
12831 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12833 ALSA_LIBS=""
12835 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12836 then
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12838 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12839 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12840 $as_echo_n "(cached) " >&6
12841 else
12842 ac_check_lib_save_LIBS=$LIBS
12843 LIBS="-lasound $LIBS"
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12847 /* Override any GCC internal prototype to avoid an error.
12848 Use char because int might match the return type of a GCC
12849 builtin and then its argument prototype would still apply. */
12850 #ifdef __cplusplus
12851 extern "C"
12852 #endif
12853 char snd_pcm_hw_params_get_access_mask ();
12855 main ()
12857 return snd_pcm_hw_params_get_access_mask ();
12859 return 0;
12861 _ACEOF
12862 if ac_fn_c_try_link "$LINENO"; then :
12863 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12864 else
12865 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12867 rm -f core conftest.err conftest.$ac_objext \
12868 conftest$ac_exeext conftest.$ac_ext
12869 LIBS=$ac_check_lib_save_LIBS
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12872 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12873 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12875 /* end confdefs.h. */
12876 #ifdef HAVE_ALSA_ASOUNDLIB_H
12877 #include <alsa/asoundlib.h>
12878 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12879 #include <sys/asoundlib.h>
12880 #endif
12882 main ()
12884 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12886 return 0;
12888 _ACEOF
12889 if ac_fn_c_try_compile "$LINENO"; then :
12890 ALSA_LIBS="-lasound"
12892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12897 if test "x$with_oss" != xno
12898 then
12899 ac_save_CPPFLAGS="$CPPFLAGS"
12900 if test -f /etc/oss.conf
12901 then
12902 . /etc/oss.conf
12904 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12905 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12906 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12907 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12908 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12910 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12912 cat >>confdefs.h <<_ACEOF
12913 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12914 _ACEOF
12916 OSS4_CFLAGS="$ac_oss_incl"
12923 CPPFLAGS="$ac_save_CPPFLAGS"
12924 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12925 then
12926 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12930 if test "x$with_capi" != "xno"
12931 then
12932 if ${CAPI20_CFLAGS:+false} :; then :
12933 if ${PKG_CONFIG+:} false; then :
12934 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12938 if ${CAPI20_LIBS:+false} :; then :
12939 if ${PKG_CONFIG+:} false; then :
12940 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12945 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12946 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12947 ac_save_CPPFLAGS=$CPPFLAGS
12948 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12949 for ac_header in capi20.h linux/capi.h
12950 do :
12951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12952 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12954 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12955 cat >>confdefs.h <<_ACEOF
12956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12957 _ACEOF
12961 done
12963 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12964 then
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12966 $as_echo_n "checking for -lcapi20... " >&6; }
12967 if ${ac_cv_lib_soname_capi20+:} false; then :
12968 $as_echo_n "(cached) " >&6
12969 else
12970 ac_check_soname_save_LIBS=$LIBS
12971 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 #ifdef __cplusplus
12979 extern "C"
12980 #endif
12981 char capi20_register ();
12983 main ()
12985 return capi20_register ();
12987 return 0;
12989 _ACEOF
12990 if ac_fn_c_try_link "$LINENO"; then :
12991 case "$LIBEXT" in
12992 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12993 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'` ;;
12994 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12995 if ${ac_cv_lib_soname_capi20:+false} :; then :
12996 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12997 fi ;;
12998 esac
13000 rm -f core conftest.err conftest.$ac_objext \
13001 conftest$ac_exeext conftest.$ac_ext
13002 LIBS=$ac_check_soname_save_LIBS
13004 if ${ac_cv_lib_soname_capi20:+false} :; then :
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13006 $as_echo "not found" >&6; }
13008 else
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13010 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13012 cat >>confdefs.h <<_ACEOF
13013 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13014 _ACEOF
13019 CPPFLAGS=$ac_save_CPPFLAGS
13020 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13021 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13024 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13025 case "x$with_capi" in
13026 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13027 xno) ;;
13028 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13029 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13030 esac
13033 CUPS_CFLAGS=""
13035 if test "x$with_cups" != "xno"
13036 then
13037 ac_save_CPPFLAGS="$CPPFLAGS"
13038 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
13039 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
13040 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13041 for ac_header in cups/cups.h
13042 do :
13043 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13044 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13045 cat >>confdefs.h <<_ACEOF
13046 #define HAVE_CUPS_CUPS_H 1
13047 _ACEOF
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13049 $as_echo_n "checking for -lcups... " >&6; }
13050 if ${ac_cv_lib_soname_cups+:} false; then :
13051 $as_echo_n "(cached) " >&6
13052 else
13053 ac_check_soname_save_LIBS=$LIBS
13054 LIBS="-lcups $ac_cups_libs $LIBS"
13055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13056 /* end confdefs.h. */
13058 /* Override any GCC internal prototype to avoid an error.
13059 Use char because int might match the return type of a GCC
13060 builtin and then its argument prototype would still apply. */
13061 #ifdef __cplusplus
13062 extern "C"
13063 #endif
13064 char cupsGetDefault ();
13066 main ()
13068 return cupsGetDefault ();
13070 return 0;
13072 _ACEOF
13073 if ac_fn_c_try_link "$LINENO"; then :
13074 case "$LIBEXT" in
13075 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13076 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'` ;;
13077 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13078 if ${ac_cv_lib_soname_cups:+false} :; then :
13079 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13080 fi ;;
13081 esac
13083 rm -f core conftest.err conftest.$ac_objext \
13084 conftest$ac_exeext conftest.$ac_ext
13085 LIBS=$ac_check_soname_save_LIBS
13087 if ${ac_cv_lib_soname_cups:+false} :; then :
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13089 $as_echo "not found" >&6; }
13091 else
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13093 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13095 cat >>confdefs.h <<_ACEOF
13096 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13097 _ACEOF
13099 CUPS_CFLAGS="$ac_cups_cflags"
13103 done
13105 CPPFLAGS="$ac_save_CPPFLAGS"
13107 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13108 case "x$with_cups" in
13109 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13110 xno) ;;
13111 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13112 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13113 esac
13116 if test "x$with_fontconfig" != "xno"
13117 then
13118 if ${FONTCONFIG_CFLAGS:+false} :; then :
13119 if ${PKG_CONFIG+:} false; then :
13120 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13123 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13124 if ${FONTCONFIG_LIBS:+false} :; then :
13125 if ${PKG_CONFIG+:} false; then :
13126 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13129 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13131 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13132 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13133 ac_save_CPPFLAGS=$CPPFLAGS
13134 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13135 for ac_header in fontconfig/fontconfig.h
13136 do :
13137 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13138 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13141 _ACEOF
13145 done
13147 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13148 then
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13150 $as_echo_n "checking for -lfontconfig... " >&6; }
13151 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13152 $as_echo_n "(cached) " >&6
13153 else
13154 ac_check_soname_save_LIBS=$LIBS
13155 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h. */
13159 /* Override any GCC internal prototype to avoid an error.
13160 Use char because int might match the return type of a GCC
13161 builtin and then its argument prototype would still apply. */
13162 #ifdef __cplusplus
13163 extern "C"
13164 #endif
13165 char FcInit ();
13167 main ()
13169 return FcInit ();
13171 return 0;
13173 _ACEOF
13174 if ac_fn_c_try_link "$LINENO"; then :
13175 case "$LIBEXT" in
13176 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13177 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'` ;;
13178 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13179 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13180 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13181 fi ;;
13182 esac
13184 rm -f core conftest.err conftest.$ac_objext \
13185 conftest$ac_exeext conftest.$ac_ext
13186 LIBS=$ac_check_soname_save_LIBS
13188 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13190 $as_echo "not found" >&6; }
13191 FONTCONFIG_CFLAGS=""
13192 else
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13194 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13196 cat >>confdefs.h <<_ACEOF
13197 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13198 _ACEOF
13202 else
13203 FONTCONFIG_CFLAGS=""
13205 CPPFLAGS=$ac_save_CPPFLAGS
13206 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13207 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13210 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13211 case "x$with_fontconfig" in
13212 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13213 xno) ;;
13214 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13215 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13216 esac
13219 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13220 then
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13222 $as_echo_n "checking for -lgsm... " >&6; }
13223 if ${ac_cv_lib_soname_gsm+:} false; then :
13224 $as_echo_n "(cached) " >&6
13225 else
13226 ac_check_soname_save_LIBS=$LIBS
13227 LIBS="-lgsm $LIBS"
13228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13229 /* end confdefs.h. */
13231 /* Override any GCC internal prototype to avoid an error.
13232 Use char because int might match the return type of a GCC
13233 builtin and then its argument prototype would still apply. */
13234 #ifdef __cplusplus
13235 extern "C"
13236 #endif
13237 char gsm_create ();
13239 main ()
13241 return gsm_create ();
13243 return 0;
13245 _ACEOF
13246 if ac_fn_c_try_link "$LINENO"; then :
13247 case "$LIBEXT" in
13248 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13249 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'` ;;
13250 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13251 if ${ac_cv_lib_soname_gsm:+false} :; then :
13252 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13253 fi ;;
13254 esac
13256 rm -f core conftest.err conftest.$ac_objext \
13257 conftest$ac_exeext conftest.$ac_ext
13258 LIBS=$ac_check_soname_save_LIBS
13260 if ${ac_cv_lib_soname_gsm:+false} :; then :
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13262 $as_echo "not found" >&6; }
13264 else
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13266 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13268 cat >>confdefs.h <<_ACEOF
13269 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13270 _ACEOF
13275 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13276 case "x$with_gsm" in
13277 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13278 xno) ;;
13279 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13280 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13281 esac
13284 if test "x$with_jpeg" != "xno"
13285 then
13286 if ${JPEG_CFLAGS:+false} :; then :
13287 if ${PKG_CONFIG+:} false; then :
13288 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13292 if ${JPEG_LIBS:+false} :; then :
13293 if ${PKG_CONFIG+:} false; then :
13294 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13299 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13300 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13301 ac_save_CPPFLAGS=$CPPFLAGS
13302 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13303 for ac_header in jpeglib.h
13304 do :
13305 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13306 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13307 cat >>confdefs.h <<_ACEOF
13308 #define HAVE_JPEGLIB_H 1
13309 _ACEOF
13313 done
13315 if test "$ac_cv_header_jpeglib_h" = "yes"
13316 then
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13318 $as_echo_n "checking for -ljpeg... " >&6; }
13319 if ${ac_cv_lib_soname_jpeg+:} false; then :
13320 $as_echo_n "(cached) " >&6
13321 else
13322 ac_check_soname_save_LIBS=$LIBS
13323 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13327 /* Override any GCC internal prototype to avoid an error.
13328 Use char because int might match the return type of a GCC
13329 builtin and then its argument prototype would still apply. */
13330 #ifdef __cplusplus
13331 extern "C"
13332 #endif
13333 char jpeg_start_decompress ();
13335 main ()
13337 return jpeg_start_decompress ();
13339 return 0;
13341 _ACEOF
13342 if ac_fn_c_try_link "$LINENO"; then :
13343 case "$LIBEXT" in
13344 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13345 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'` ;;
13346 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13347 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13348 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13349 fi ;;
13350 esac
13352 rm -f core conftest.err conftest.$ac_objext \
13353 conftest$ac_exeext conftest.$ac_ext
13354 LIBS=$ac_check_soname_save_LIBS
13356 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13358 $as_echo "not found" >&6; }
13359 JPEG_CFLAGS=""
13360 else
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13362 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13364 cat >>confdefs.h <<_ACEOF
13365 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13366 _ACEOF
13370 else
13371 JPEG_CFLAGS=""
13373 CPPFLAGS=$ac_save_CPPFLAGS
13374 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13375 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13378 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13379 case "x$with_jpeg" in
13380 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13381 xno) ;;
13382 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13383 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13384 esac
13387 if test "x$with_png" != "xno"
13388 then
13389 if ${PNG_CFLAGS:+false} :; then :
13390 if ${PKG_CONFIG+:} false; then :
13391 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13394 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13395 if ${PNG_LIBS:+false} :; then :
13396 if ${PKG_CONFIG+:} false; then :
13397 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13400 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13402 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13403 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13404 ac_save_CPPFLAGS=$CPPFLAGS
13405 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13406 for ac_header in png.h
13407 do :
13408 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13409 if test "x$ac_cv_header_png_h" = xyes; then :
13410 cat >>confdefs.h <<_ACEOF
13411 #define HAVE_PNG_H 1
13412 _ACEOF
13416 done
13418 if test "$ac_cv_header_png_h" = "yes"
13419 then
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13421 $as_echo_n "checking for -lpng... " >&6; }
13422 if ${ac_cv_lib_soname_png+:} false; then :
13423 $as_echo_n "(cached) " >&6
13424 else
13425 ac_check_soname_save_LIBS=$LIBS
13426 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h. */
13430 /* Override any GCC internal prototype to avoid an error.
13431 Use char because int might match the return type of a GCC
13432 builtin and then its argument prototype would still apply. */
13433 #ifdef __cplusplus
13434 extern "C"
13435 #endif
13436 char png_create_read_struct ();
13438 main ()
13440 return png_create_read_struct ();
13442 return 0;
13444 _ACEOF
13445 if ac_fn_c_try_link "$LINENO"; then :
13446 case "$LIBEXT" in
13447 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13448 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'` ;;
13449 *) 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'`
13450 if ${ac_cv_lib_soname_png:+false} :; then :
13451 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13452 fi ;;
13453 esac
13455 rm -f core conftest.err conftest.$ac_objext \
13456 conftest$ac_exeext conftest.$ac_ext
13457 LIBS=$ac_check_soname_save_LIBS
13459 if ${ac_cv_lib_soname_png:+false} :; then :
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13461 $as_echo "not found" >&6; }
13462 PNG_CFLAGS=""
13463 else
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13465 $as_echo "$ac_cv_lib_soname_png" >&6; }
13467 cat >>confdefs.h <<_ACEOF
13468 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13469 _ACEOF
13471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13472 /* end confdefs.h. */
13473 #include <png.h>
13475 main ()
13477 typeof(png_set_expand_gray_1_2_4_to_8) *p
13479 return 0;
13481 _ACEOF
13482 if ac_fn_c_try_compile "$LINENO"; then :
13484 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13489 else
13490 PNG_CFLAGS=""
13492 CPPFLAGS=$ac_save_CPPFLAGS
13493 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13494 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13497 if test "x$ac_cv_lib_soname_png" = "x"; then :
13498 case "x$with_png" in
13499 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13500 xno) ;;
13501 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13502 This is an error since --with-png was requested." "$LINENO" 5 ;;
13503 esac
13506 if test "x$with_tiff" != "xno"
13507 then
13508 if ${TIFF_CFLAGS:+false} :; then :
13509 if ${PKG_CONFIG+:} false; then :
13510 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13514 if ${TIFF_LIBS:+false} :; then :
13515 if ${PKG_CONFIG+:} false; then :
13516 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13521 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13522 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13523 ac_save_CPPFLAGS=$CPPFLAGS
13524 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13525 for ac_header in tiffio.h
13526 do :
13527 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13528 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13529 cat >>confdefs.h <<_ACEOF
13530 #define HAVE_TIFFIO_H 1
13531 _ACEOF
13535 done
13537 if test "$ac_cv_header_tiffio_h" = "yes"
13538 then
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13540 $as_echo_n "checking for -ltiff... " >&6; }
13541 if ${ac_cv_lib_soname_tiff+:} false; then :
13542 $as_echo_n "(cached) " >&6
13543 else
13544 ac_check_soname_save_LIBS=$LIBS
13545 LIBS="-ltiff $TIFF_LIBS $LIBS"
13546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13547 /* end confdefs.h. */
13549 /* Override any GCC internal prototype to avoid an error.
13550 Use char because int might match the return type of a GCC
13551 builtin and then its argument prototype would still apply. */
13552 #ifdef __cplusplus
13553 extern "C"
13554 #endif
13555 char TIFFClientOpen ();
13557 main ()
13559 return TIFFClientOpen ();
13561 return 0;
13563 _ACEOF
13564 if ac_fn_c_try_link "$LINENO"; then :
13565 case "$LIBEXT" in
13566 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13567 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'` ;;
13568 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13569 if ${ac_cv_lib_soname_tiff:+false} :; then :
13570 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13571 fi ;;
13572 esac
13574 rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 LIBS=$ac_check_soname_save_LIBS
13578 if ${ac_cv_lib_soname_tiff:+false} :; then :
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13580 $as_echo "not found" >&6; }
13582 else
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13584 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13586 cat >>confdefs.h <<_ACEOF
13587 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13588 _ACEOF
13593 CPPFLAGS=$ac_save_CPPFLAGS
13594 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13595 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13598 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13599 case "x$with_tiff" in
13600 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13601 xno) ;;
13602 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13603 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13604 esac
13607 if test "x$with_mpg123" != "xno"
13608 then
13609 if ${MPG123_CFLAGS:+false} :; then :
13610 if ${PKG_CONFIG+:} false; then :
13611 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13615 if ${MPG123_LIBS:+false} :; then :
13616 if ${PKG_CONFIG+:} false; then :
13617 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13621 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13622 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13623 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13624 ac_save_CPPFLAGS=$CPPFLAGS
13625 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13626 for ac_header in mpg123.h
13627 do :
13628 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13629 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13630 cat >>confdefs.h <<_ACEOF
13631 #define HAVE_MPG123_H 1
13632 _ACEOF
13636 done
13638 if test "$ac_cv_header_mpg123_h" = "yes"
13639 then
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13641 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13642 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13643 $as_echo_n "(cached) " >&6
13644 else
13645 ac_check_lib_save_LIBS=$LIBS
13646 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13653 #ifdef __cplusplus
13654 extern "C"
13655 #endif
13656 char mpg123_feed ();
13658 main ()
13660 return mpg123_feed ();
13662 return 0;
13664 _ACEOF
13665 if ac_fn_c_try_link "$LINENO"; then :
13666 ac_cv_lib_mpg123_mpg123_feed=yes
13667 else
13668 ac_cv_lib_mpg123_mpg123_feed=no
13670 rm -f core conftest.err conftest.$ac_objext \
13671 conftest$ac_exeext conftest.$ac_ext
13672 LIBS=$ac_check_lib_save_LIBS
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13675 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13676 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13678 else
13679 MPG123_LIBS=""
13682 else
13683 MPG123_CFLAGS=""
13684 MPG123_LIBS=""
13686 CPPFLAGS=$ac_save_CPPFLAGS
13687 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13688 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13691 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13692 case "x$with_mpg123" in
13693 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13694 xno) ;;
13695 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13696 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13697 esac
13699 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}
13701 if test "$ac_cv_header_AL_al_h" = "yes"
13702 then
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13704 $as_echo_n "checking for -lopenal... " >&6; }
13705 if ${ac_cv_lib_soname_openal+:} false; then :
13706 $as_echo_n "(cached) " >&6
13707 else
13708 ac_check_soname_save_LIBS=$LIBS
13709 LIBS="-lopenal $LIBS"
13710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13713 /* Override any GCC internal prototype to avoid an error.
13714 Use char because int might match the return type of a GCC
13715 builtin and then its argument prototype would still apply. */
13716 #ifdef __cplusplus
13717 extern "C"
13718 #endif
13719 char alGetSource3i ();
13721 main ()
13723 return alGetSource3i ();
13725 return 0;
13727 _ACEOF
13728 if ac_fn_c_try_link "$LINENO"; then :
13729 case "$LIBEXT" in
13730 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13731 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'` ;;
13732 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13733 if ${ac_cv_lib_soname_openal:+false} :; then :
13734 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13735 fi ;;
13736 esac
13738 rm -f core conftest.err conftest.$ac_objext \
13739 conftest$ac_exeext conftest.$ac_ext
13740 LIBS=$ac_check_soname_save_LIBS
13742 if ${ac_cv_lib_soname_openal:+false} :; then :
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13744 $as_echo "not found" >&6; }
13746 else
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13748 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13750 cat >>confdefs.h <<_ACEOF
13751 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13752 _ACEOF
13754 OPENAL_LIBS="-lopenal"
13756 ac_cv_lib_openal=yes
13758 cat >>confdefs.h <<_ACEOF
13759 #define HAVE_OPENAL 1
13760 _ACEOF
13764 if test "x$ac_cv_lib_openal" != xyes; then :
13765 case "x$with_openal" in
13766 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13767 xno) ;;
13768 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13769 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13770 esac
13772 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13774 if test "x$ac_cv_lib_openal" = xyes
13775 then
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13777 $as_echo_n "checking for openal-soft... " >&6; }
13778 if ${ac_cv_have_openalsoft+:} false; then :
13779 $as_echo_n "(cached) " >&6
13780 else
13781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13782 /* end confdefs.h. */
13783 #include <AL/alext.h>
13784 LPALCRENDERSAMPLESSOFT x;
13786 main ()
13790 return 0;
13792 _ACEOF
13793 if ac_fn_c_try_compile "$LINENO"; then :
13794 ac_cv_have_openalsoft=yes
13795 else
13796 ac_cv_have_openalsoft=no
13798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13801 $as_echo "$ac_cv_have_openalsoft" >&6; }
13803 if test "x$ac_cv_have_openalsoft" != xyes
13804 then
13805 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13806 enable_xaudio2_7=${enable_xaudio2_7:-no}
13809 if test "$ac_cv_header_kstat_h" = "yes"
13810 then
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13812 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13813 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13814 $as_echo_n "(cached) " >&6
13815 else
13816 ac_check_lib_save_LIBS=$LIBS
13817 LIBS="-lkstat $LIBS"
13818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char kstat_open ();
13829 main ()
13831 return kstat_open ();
13833 return 0;
13835 _ACEOF
13836 if ac_fn_c_try_link "$LINENO"; then :
13837 ac_cv_lib_kstat_kstat_open=yes
13838 else
13839 ac_cv_lib_kstat_kstat_open=no
13841 rm -f core conftest.err conftest.$ac_objext \
13842 conftest$ac_exeext conftest.$ac_ext
13843 LIBS=$ac_check_lib_save_LIBS
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13846 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13847 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13849 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13851 KSTAT_LIBS="-lkstat"
13857 if test "$ac_cv_header_libprocstat_h" = "yes"
13858 then
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13860 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13861 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13862 $as_echo_n "(cached) " >&6
13863 else
13864 ac_check_lib_save_LIBS=$LIBS
13865 LIBS="-lprocstat $LIBS"
13866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13867 /* end confdefs.h. */
13869 /* Override any GCC internal prototype to avoid an error.
13870 Use char because int might match the return type of a GCC
13871 builtin and then its argument prototype would still apply. */
13872 #ifdef __cplusplus
13873 extern "C"
13874 #endif
13875 char procstat_open_sysctl ();
13877 main ()
13879 return procstat_open_sysctl ();
13881 return 0;
13883 _ACEOF
13884 if ac_fn_c_try_link "$LINENO"; then :
13885 ac_cv_lib_procstat_procstat_open_sysctl=yes
13886 else
13887 ac_cv_lib_procstat_procstat_open_sysctl=no
13889 rm -f core conftest.err conftest.$ac_objext \
13890 conftest$ac_exeext conftest.$ac_ext
13891 LIBS=$ac_check_lib_save_LIBS
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13894 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13895 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13897 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13899 PROCSTAT_LIBS="-lprocstat"
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13906 $as_echo_n "checking for -lodbc... " >&6; }
13907 if ${ac_cv_lib_soname_odbc+:} false; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 ac_check_soname_save_LIBS=$LIBS
13911 LIBS="-lodbc $LIBS"
13912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h. */
13915 /* Override any GCC internal prototype to avoid an error.
13916 Use char because int might match the return type of a GCC
13917 builtin and then its argument prototype would still apply. */
13918 #ifdef __cplusplus
13919 extern "C"
13920 #endif
13921 char SQLConnect ();
13923 main ()
13925 return SQLConnect ();
13927 return 0;
13929 _ACEOF
13930 if ac_fn_c_try_link "$LINENO"; then :
13931 case "$LIBEXT" in
13932 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13933 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'` ;;
13934 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13935 if ${ac_cv_lib_soname_odbc:+false} :; then :
13936 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13937 fi ;;
13938 esac
13940 rm -f core conftest.err conftest.$ac_objext \
13941 conftest$ac_exeext conftest.$ac_ext
13942 LIBS=$ac_check_soname_save_LIBS
13944 if ${ac_cv_lib_soname_odbc:+false} :; then :
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13946 $as_echo "not found" >&6; }
13947 cat >>confdefs.h <<_ACEOF
13948 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13949 _ACEOF
13951 else
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13953 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13955 cat >>confdefs.h <<_ACEOF
13956 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13957 _ACEOF
13962 if test "x$with_netapi" != "xno"
13963 then
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13965 $as_echo_n "checking for -lnetapi... " >&6; }
13966 if ${ac_cv_lib_soname_netapi+:} false; then :
13967 $as_echo_n "(cached) " >&6
13968 else
13969 ac_check_soname_save_LIBS=$LIBS
13970 LIBS="-lnetapi $LIBS"
13971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13972 /* end confdefs.h. */
13974 /* Override any GCC internal prototype to avoid an error.
13975 Use char because int might match the return type of a GCC
13976 builtin and then its argument prototype would still apply. */
13977 #ifdef __cplusplus
13978 extern "C"
13979 #endif
13980 char libnetapi_init ();
13982 main ()
13984 return libnetapi_init ();
13986 return 0;
13988 _ACEOF
13989 if ac_fn_c_try_link "$LINENO"; then :
13990 case "$LIBEXT" in
13991 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13992 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'` ;;
13993 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13994 if ${ac_cv_lib_soname_netapi:+false} :; then :
13995 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13996 fi ;;
13997 esac
13999 rm -f core conftest.err conftest.$ac_objext \
14000 conftest$ac_exeext conftest.$ac_ext
14001 LIBS=$ac_check_soname_save_LIBS
14003 if ${ac_cv_lib_soname_netapi:+false} :; then :
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14005 $as_echo "not found" >&6; }
14006 cat >>confdefs.h <<_ACEOF
14007 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14008 _ACEOF
14010 else
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14012 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14014 cat >>confdefs.h <<_ACEOF
14015 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14016 _ACEOF
14022 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
14023 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
14024 test -n "$PULSE_LIBS" || enable_winepulse_drv=${enable_winepulse_drv:-no}
14025 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
14026 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
14028 if test "x$ALSA_LIBS$COREAUDIO_LIBS$PULSE_LIBS" = "x" -a \
14029 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
14030 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14031 then
14032 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14036 EXTRACFLAGS=""
14038 if test "x${GCC}" = "xyes"
14039 then
14040 EXTRACFLAGS="-Wall -pipe"
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14043 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14044 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14045 $as_echo_n "(cached) " >&6
14046 else
14047 if test "$cross_compiling" = yes; then :
14048 ac_cv_c_gcc_strength_bug="no"
14049 else
14050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14051 /* end confdefs.h. */
14052 int L[4] = {0,1,2,3};
14054 main ()
14056 static int Array[3];
14057 unsigned int B = 3;
14058 int i;
14059 for(i=0; i<B; i++) Array[i] = i - 3;
14060 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14061 L[i] = 4;
14062 return (Array[1] != -2 || L[2] != 3)
14064 return 0;
14066 _ACEOF
14067 if ac_fn_c_try_run "$LINENO"; then :
14068 ac_cv_c_gcc_strength_bug="no"
14069 else
14070 ac_cv_c_gcc_strength_bug="yes"
14072 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14073 conftest.$ac_objext conftest.beam conftest.$ac_ext
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14078 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14079 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14080 then
14081 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14085 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14086 if ${ac_cv_cflags__fno_builtin+:} false; then :
14087 $as_echo_n "(cached) " >&6
14088 else
14089 ac_wine_try_cflags_saved=$CFLAGS
14090 CFLAGS="$CFLAGS -fno-builtin"
14091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14092 /* end confdefs.h. */
14093 int main(int argc, char **argv) { return 0; }
14094 _ACEOF
14095 if ac_fn_c_try_link "$LINENO"; then :
14096 ac_cv_cflags__fno_builtin=yes
14097 else
14098 ac_cv_cflags__fno_builtin=no
14100 rm -f core conftest.err conftest.$ac_objext \
14101 conftest$ac_exeext conftest.$ac_ext
14102 CFLAGS=$ac_wine_try_cflags_saved
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14105 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14106 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14107 BUILTINFLAG="-fno-builtin"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14111 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14112 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14113 $as_echo_n "(cached) " >&6
14114 else
14115 ac_wine_try_cflags_saved=$CFLAGS
14116 CFLAGS="$CFLAGS -fno-strict-aliasing"
14117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14119 int main(int argc, char **argv) { return 0; }
14120 _ACEOF
14121 if ac_fn_c_try_link "$LINENO"; then :
14122 ac_cv_cflags__fno_strict_aliasing=yes
14123 else
14124 ac_cv_cflags__fno_strict_aliasing=no
14126 rm -f core conftest.err conftest.$ac_objext \
14127 conftest$ac_exeext conftest.$ac_ext
14128 CFLAGS=$ac_wine_try_cflags_saved
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14131 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14132 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14133 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14136 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14137 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14138 $as_echo_n "(cached) " >&6
14139 else
14140 ac_wine_try_cflags_saved=$CFLAGS
14141 CFLAGS="$CFLAGS -fexcess-precision=standard"
14142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 int main(int argc, char **argv) { return 0; }
14145 _ACEOF
14146 if ac_fn_c_try_link "$LINENO"; then :
14147 ac_cv_cflags__fexcess_precision_standard=yes
14148 else
14149 ac_cv_cflags__fexcess_precision_standard=no
14151 rm -f core conftest.err conftest.$ac_objext \
14152 conftest$ac_exeext conftest.$ac_ext
14153 CFLAGS=$ac_wine_try_cflags_saved
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14156 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14157 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14158 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14161 saved_CFLAGS=$CFLAGS
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14163 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14164 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14165 $as_echo_n "(cached) " >&6
14166 else
14167 ac_wine_try_cflags_saved=$CFLAGS
14168 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14172 _ACEOF
14173 if ac_fn_c_try_link "$LINENO"; then :
14174 ac_cv_cflags__Werror_unknown_warning_option=yes
14175 else
14176 ac_cv_cflags__Werror_unknown_warning_option=no
14178 rm -f core conftest.err conftest.$ac_objext \
14179 conftest$ac_exeext conftest.$ac_ext
14180 CFLAGS=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14183 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14184 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14185 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14188 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14189 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14190 $as_echo_n "(cached) " >&6
14191 else
14192 ac_wine_try_cflags_saved=$CFLAGS
14193 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14196 int main(int argc, char **argv) { return 0; }
14197 _ACEOF
14198 if ac_fn_c_try_link "$LINENO"; then :
14199 ac_cv_cflags__Wdeclaration_after_statement=yes
14200 else
14201 ac_cv_cflags__Wdeclaration_after_statement=no
14203 rm -f core conftest.err conftest.$ac_objext \
14204 conftest$ac_exeext conftest.$ac_ext
14205 CFLAGS=$ac_wine_try_cflags_saved
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14208 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14209 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14210 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14213 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14214 if ${ac_cv_cflags__Wempty_body+:} false; then :
14215 $as_echo_n "(cached) " >&6
14216 else
14217 ac_wine_try_cflags_saved=$CFLAGS
14218 CFLAGS="$CFLAGS -Wempty-body"
14219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14221 int main(int argc, char **argv) { return 0; }
14222 _ACEOF
14223 if ac_fn_c_try_link "$LINENO"; then :
14224 ac_cv_cflags__Wempty_body=yes
14225 else
14226 ac_cv_cflags__Wempty_body=no
14228 rm -f core conftest.err conftest.$ac_objext \
14229 conftest$ac_exeext conftest.$ac_ext
14230 CFLAGS=$ac_wine_try_cflags_saved
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14233 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14234 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14235 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14238 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14239 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14240 $as_echo_n "(cached) " >&6
14241 else
14242 ac_wine_try_cflags_saved=$CFLAGS
14243 CFLAGS="$CFLAGS -Wignored-qualifiers"
14244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14247 _ACEOF
14248 if ac_fn_c_try_link "$LINENO"; then :
14249 ac_cv_cflags__Wignored_qualifiers=yes
14250 else
14251 ac_cv_cflags__Wignored_qualifiers=no
14253 rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext conftest.$ac_ext
14255 CFLAGS=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14258 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14259 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14260 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14263 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14264 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14265 $as_echo_n "(cached) " >&6
14266 else
14267 ac_wine_try_cflags_saved=$CFLAGS
14268 CFLAGS="$CFLAGS -Wshift-overflow=2"
14269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14272 _ACEOF
14273 if ac_fn_c_try_link "$LINENO"; then :
14274 ac_cv_cflags__Wshift_overflow_2=yes
14275 else
14276 ac_cv_cflags__Wshift_overflow_2=no
14278 rm -f core conftest.err conftest.$ac_objext \
14279 conftest$ac_exeext conftest.$ac_ext
14280 CFLAGS=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14283 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14284 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14285 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14288 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14289 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14290 $as_echo_n "(cached) " >&6
14291 else
14292 ac_wine_try_cflags_saved=$CFLAGS
14293 CFLAGS="$CFLAGS -Wstrict-prototypes"
14294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14297 _ACEOF
14298 if ac_fn_c_try_link "$LINENO"; then :
14299 ac_cv_cflags__Wstrict_prototypes=yes
14300 else
14301 ac_cv_cflags__Wstrict_prototypes=no
14303 rm -f core conftest.err conftest.$ac_objext \
14304 conftest$ac_exeext conftest.$ac_ext
14305 CFLAGS=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14308 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14309 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14310 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14313 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14314 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14315 $as_echo_n "(cached) " >&6
14316 else
14317 ac_wine_try_cflags_saved=$CFLAGS
14318 CFLAGS="$CFLAGS -Wtype-limits"
14319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321 int main(int argc, char **argv) { return 0; }
14322 _ACEOF
14323 if ac_fn_c_try_link "$LINENO"; then :
14324 ac_cv_cflags__Wtype_limits=yes
14325 else
14326 ac_cv_cflags__Wtype_limits=no
14328 rm -f core conftest.err conftest.$ac_objext \
14329 conftest$ac_exeext conftest.$ac_ext
14330 CFLAGS=$ac_wine_try_cflags_saved
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14333 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14334 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14335 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14338 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14339 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14340 $as_echo_n "(cached) " >&6
14341 else
14342 ac_wine_try_cflags_saved=$CFLAGS
14343 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346 int main(int argc, char **argv) { return 0; }
14347 _ACEOF
14348 if ac_fn_c_try_link "$LINENO"; then :
14349 ac_cv_cflags__Wunused_but_set_parameter=yes
14350 else
14351 ac_cv_cflags__Wunused_but_set_parameter=no
14353 rm -f core conftest.err conftest.$ac_objext \
14354 conftest$ac_exeext conftest.$ac_ext
14355 CFLAGS=$ac_wine_try_cflags_saved
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14358 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14359 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14360 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14363 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14364 if ${ac_cv_cflags__Wvla+:} false; then :
14365 $as_echo_n "(cached) " >&6
14366 else
14367 ac_wine_try_cflags_saved=$CFLAGS
14368 CFLAGS="$CFLAGS -Wvla"
14369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14371 int main(int argc, char **argv) { return 0; }
14372 _ACEOF
14373 if ac_fn_c_try_link "$LINENO"; then :
14374 ac_cv_cflags__Wvla=yes
14375 else
14376 ac_cv_cflags__Wvla=no
14378 rm -f core conftest.err conftest.$ac_objext \
14379 conftest$ac_exeext conftest.$ac_ext
14380 CFLAGS=$ac_wine_try_cflags_saved
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14383 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14384 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14385 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14388 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14389 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14390 $as_echo_n "(cached) " >&6
14391 else
14392 ac_wine_try_cflags_saved=$CFLAGS
14393 CFLAGS="$CFLAGS -Wwrite-strings"
14394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14397 _ACEOF
14398 if ac_fn_c_try_link "$LINENO"; then :
14399 ac_cv_cflags__Wwrite_strings=yes
14400 else
14401 ac_cv_cflags__Wwrite_strings=no
14403 rm -f core conftest.err conftest.$ac_objext \
14404 conftest$ac_exeext conftest.$ac_ext
14405 CFLAGS=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14408 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14409 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14410 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14414 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14415 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14416 $as_echo_n "(cached) " >&6
14417 else
14418 ac_wine_try_cflags_saved=$CFLAGS
14419 CFLAGS="$CFLAGS -Wpointer-arith"
14420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14422 int main(int argc, char **argv) { return 0; }
14423 _ACEOF
14424 if ac_fn_c_try_link "$LINENO"; then :
14425 ac_cv_cflags__Wpointer_arith=yes
14426 else
14427 ac_cv_cflags__Wpointer_arith=no
14429 rm -f core conftest.err conftest.$ac_objext \
14430 conftest$ac_exeext conftest.$ac_ext
14431 CFLAGS=$ac_wine_try_cflags_saved
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14434 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14435 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14436 saved_string_h_CFLAGS=$CFLAGS
14437 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14439 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14440 if ${ac_cv_c_string_h_warnings+:} false; then :
14441 $as_echo_n "(cached) " >&6
14442 else
14443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14445 #include <string.h>
14447 main ()
14451 return 0;
14453 _ACEOF
14454 if ac_fn_c_try_compile "$LINENO"; then :
14455 ac_cv_c_string_h_warnings=no
14456 else
14457 ac_cv_c_string_h_warnings=yes
14459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14462 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14463 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14464 CFLAGS=$saved_string_h_CFLAGS
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14468 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14469 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14470 $as_echo_n "(cached) " >&6
14471 else
14472 ac_wine_try_cflags_saved=$CFLAGS
14473 CFLAGS="$CFLAGS -Wlogical-op"
14474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14475 /* end confdefs.h. */
14476 int main(int argc, char **argv) { return 0; }
14477 _ACEOF
14478 if ac_fn_c_try_link "$LINENO"; then :
14479 ac_cv_cflags__Wlogical_op=yes
14480 else
14481 ac_cv_cflags__Wlogical_op=no
14483 rm -f core conftest.err conftest.$ac_objext \
14484 conftest$ac_exeext conftest.$ac_ext
14485 CFLAGS=$ac_wine_try_cflags_saved
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14488 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14489 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14490 saved_string_h_CFLAGS=$CFLAGS
14491 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14493 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14494 if ${ac_cv_c_logicalop_noisy+:} false; then :
14495 $as_echo_n "(cached) " >&6
14496 else
14497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14498 /* end confdefs.h. */
14499 #include <string.h>
14500 char*f(const char *h,char n) {return strchr(h,n);}
14502 main ()
14506 return 0;
14508 _ACEOF
14509 if ac_fn_c_try_compile "$LINENO"; then :
14510 ac_cv_c_logicalop_noisy=no
14511 else
14512 ac_cv_c_logicalop_noisy=yes
14514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14517 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14518 CFLAGS=$saved_string_h_CFLAGS
14519 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14522 CFLAGS=$saved_CFLAGS
14524 for ac_flag in $CFLAGS; do
14525 case $ac_flag in
14526 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14527 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14528 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14529 $as_echo_n "(cached) " >&6
14530 else
14531 ac_wine_try_cflags_saved=$CFLAGS
14532 CFLAGS="$CFLAGS -gdwarf-2"
14533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14534 /* end confdefs.h. */
14535 int main(int argc, char **argv) { return 0; }
14536 _ACEOF
14537 if ac_fn_c_try_link "$LINENO"; then :
14538 ac_cv_cflags__gdwarf_2=yes
14539 else
14540 ac_cv_cflags__gdwarf_2=no
14542 rm -f core conftest.err conftest.$ac_objext \
14543 conftest$ac_exeext conftest.$ac_ext
14544 CFLAGS=$ac_wine_try_cflags_saved
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14547 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14548 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14549 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14552 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14553 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14554 $as_echo_n "(cached) " >&6
14555 else
14556 ac_wine_try_cflags_saved=$CFLAGS
14557 CFLAGS="$CFLAGS -gstrict-dwarf"
14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 int main(int argc, char **argv) { return 0; }
14561 _ACEOF
14562 if ac_fn_c_try_link "$LINENO"; then :
14563 ac_cv_cflags__gstrict_dwarf=yes
14564 else
14565 ac_cv_cflags__gstrict_dwarf=no
14567 rm -f core conftest.err conftest.$ac_objext \
14568 conftest$ac_exeext conftest.$ac_ext
14569 CFLAGS=$ac_wine_try_cflags_saved
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14572 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14573 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14574 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14575 fi ;;
14576 esac
14577 done
14579 case $host_cpu in
14580 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14581 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14582 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14583 $as_echo_n "(cached) " >&6
14584 else
14585 ac_wine_try_cflags_saved=$CFLAGS
14586 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14589 int main(int argc, char **argv) { return 0; }
14590 _ACEOF
14591 if ac_fn_c_try_link "$LINENO"; then :
14592 ac_cv_cflags__fno_omit_frame_pointer=yes
14593 else
14594 ac_cv_cflags__fno_omit_frame_pointer=no
14596 rm -f core conftest.err conftest.$ac_objext \
14597 conftest$ac_exeext conftest.$ac_ext
14598 CFLAGS=$ac_wine_try_cflags_saved
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14601 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14602 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14603 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14604 fi ;;
14605 esac
14607 case $host in
14608 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14609 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14610 if ${ac_cv_cflags__Wno_format+:} false; then :
14611 $as_echo_n "(cached) " >&6
14612 else
14613 ac_wine_try_cflags_saved=$CFLAGS
14614 CFLAGS="$CFLAGS -Wno-format"
14615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 int main(int argc, char **argv) { return 0; }
14618 _ACEOF
14619 if ac_fn_c_try_link "$LINENO"; then :
14620 ac_cv_cflags__Wno_format=yes
14621 else
14622 ac_cv_cflags__Wno_format=no
14624 rm -f core conftest.err conftest.$ac_objext \
14625 conftest$ac_exeext conftest.$ac_ext
14626 CFLAGS=$ac_wine_try_cflags_saved
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14629 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14630 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14631 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14632 fi ;;
14633 esac
14635 if test "x$enable_maintainer_mode" = "xyes"
14636 then
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14638 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14639 if ${ac_cv_cflags__Werror+:} false; then :
14640 $as_echo_n "(cached) " >&6
14641 else
14642 ac_wine_try_cflags_saved=$CFLAGS
14643 CFLAGS="$CFLAGS -Werror"
14644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14646 int main(int argc, char **argv) { return 0; }
14647 _ACEOF
14648 if ac_fn_c_try_link "$LINENO"; then :
14649 ac_cv_cflags__Werror=yes
14650 else
14651 ac_cv_cflags__Werror=no
14653 rm -f core conftest.err conftest.$ac_objext \
14654 conftest$ac_exeext conftest.$ac_ext
14655 CFLAGS=$ac_wine_try_cflags_saved
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14658 $as_echo "$ac_cv_cflags__Werror" >&6; }
14659 if test "x$ac_cv_cflags__Werror" = xyes; then :
14660 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14664 saved_CFLAGS="$CFLAGS"
14665 CFLAGS="$CFLAGS -Werror"
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14667 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14668 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14669 $as_echo_n "(cached) " >&6
14670 else
14671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14675 main ()
14679 return 0;
14681 _ACEOF
14682 if ac_fn_c_try_compile "$LINENO"; then :
14683 ac_cv_have_ms_hook_prologue="yes"
14684 else
14685 ac_cv_have_ms_hook_prologue="no"
14687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14690 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14691 CFLAGS="$saved_CFLAGS"
14692 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14693 then
14695 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14697 else
14698 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14705 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14706 if ${ac_cv_c_fortify_enabled+:} false; then :
14707 $as_echo_n "(cached) " >&6
14708 else
14709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <string.h>
14713 main ()
14715 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14716 #error Fortify enabled
14717 #endif
14719 return 0;
14721 _ACEOF
14722 if ac_fn_c_try_compile "$LINENO"; then :
14723 ac_cv_c_fortify_enabled=no
14724 else
14725 ac_cv_c_fortify_enabled=yes
14727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14730 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14731 if test "$ac_cv_c_fortify_enabled" = yes
14732 then
14733 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14738 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14739 if ${ac_cv_c_extern_prefix+:} false; then :
14740 $as_echo_n "(cached) " >&6
14741 else
14742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14743 /* end confdefs.h. */
14744 extern int ac_test;
14746 main ()
14748 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14750 return 0;
14752 _ACEOF
14753 if ac_fn_c_try_link "$LINENO"; then :
14754 ac_cv_c_extern_prefix="yes"
14755 else
14756 ac_cv_c_extern_prefix="no"
14758 rm -f core conftest.err conftest.$ac_objext \
14759 conftest$ac_exeext conftest.$ac_ext
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14762 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14764 case $host_cpu in
14765 *i[3456789]86*)
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14767 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14768 if ${ac_cv_c_stdcall_suffix+:} false; then :
14769 $as_echo_n "(cached) " >&6
14770 else
14771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14773 #ifndef _MSC_VER
14774 #define __stdcall __attribute__((__stdcall__))
14775 #endif
14776 int __stdcall ac_test(int i) { return i; }
14778 main ()
14780 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14782 return 0;
14784 _ACEOF
14785 if ac_fn_c_try_link "$LINENO"; then :
14786 ac_cv_c_stdcall_suffix="yes"
14787 else
14788 ac_cv_c_stdcall_suffix="no"
14790 rm -f core conftest.err conftest.$ac_objext \
14791 conftest$ac_exeext conftest.$ac_ext
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14794 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14795 *) ac_cv_c_stdcall_suffix="no" ;;
14796 esac
14799 if test "$ac_cv_c_extern_prefix" = "yes"
14800 then
14801 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14803 asm_name_prefix="_"
14804 else
14805 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14807 asm_name_prefix=""
14811 if test "$ac_cv_c_stdcall_suffix" = "yes"
14812 then
14813 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14815 else
14816 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14822 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14823 if ${ac_cv_asm_func_def+:} false; then :
14824 $as_echo_n "(cached) " >&6
14825 else
14826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14830 main ()
14832 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14834 return 0;
14836 _ACEOF
14837 if ac_fn_c_try_link "$LINENO"; then :
14838 ac_cv_asm_func_def=".def"
14839 else
14840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14844 main ()
14846 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14848 return 0;
14850 _ACEOF
14851 if ac_fn_c_try_link "$LINENO"; then :
14852 ac_cv_asm_func_def=".type @function"
14853 else
14854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14858 main ()
14860 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14862 return 0;
14864 _ACEOF
14865 if ac_fn_c_try_link "$LINENO"; then :
14866 ac_cv_asm_func_def=".type 2"
14867 else
14868 ac_cv_asm_func_def="unknown"
14870 rm -f core conftest.err conftest.$ac_objext \
14871 conftest$ac_exeext conftest.$ac_ext
14873 rm -f core conftest.err conftest.$ac_objext \
14874 conftest$ac_exeext conftest.$ac_ext
14876 rm -f core conftest.err conftest.$ac_objext \
14877 conftest$ac_exeext conftest.$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14880 $as_echo "$ac_cv_asm_func_def" >&6; }
14883 case "$ac_cv_asm_func_def" in
14884 ".def")
14885 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14887 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14888 ".type @function")
14889 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14891 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14892 ".type 2")
14893 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14895 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14897 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14899 asm_func_header="" ;;
14900 esac
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14903 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14904 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14905 $as_echo_n "(cached) " >&6
14906 else
14907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14908 /* end confdefs.h. */
14909 asm(".text\n\t.long 0");
14911 main ()
14915 return 0;
14917 _ACEOF
14918 if ac_fn_c_try_compile "$LINENO"; then :
14919 ac_cv_c_asm_outside_funcs="yes"
14920 else
14921 ac_cv_c_asm_outside_funcs="no"
14923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14926 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14929 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14930 if ${ac_cv_c_dot_previous+:} false; then :
14931 $as_echo_n "(cached) " >&6
14932 else
14933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14937 main ()
14939 asm(".text\nac_test:\t.long 0\n\t.previous");
14941 return 0;
14943 _ACEOF
14944 if ac_fn_c_try_link "$LINENO"; then :
14945 ac_cv_c_dot_previous="yes"
14946 else
14947 ac_cv_c_dot_previous="no"
14949 rm -f core conftest.err conftest.$ac_objext \
14950 conftest$ac_exeext conftest.$ac_ext
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14953 $as_echo "$ac_cv_c_dot_previous" >&6; }
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14956 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14957 if ${ac_cv_c_cfi_support+:} false; then :
14958 $as_echo_n "(cached) " >&6
14959 else
14960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14962 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14964 main ()
14968 return 0;
14970 _ACEOF
14971 if ac_fn_c_try_compile "$LINENO"; then :
14972 ac_cv_c_cfi_support="yes"
14973 else
14974 ac_cv_c_cfi_support="no"
14976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14979 $as_echo "$ac_cv_c_cfi_support" >&6; }
14981 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14982 asm_func_trailer=""
14983 if test "$ac_cv_c_dot_previous" = "yes"
14984 then
14985 asm_func_trailer="\\n\\t.previous"
14987 if test "$ac_cv_c_cfi_support" = "yes"
14988 then
14989 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14990 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14992 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14994 UNWINDFLAGS=-fasynchronous-unwind-tables
14996 else
14997 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14999 if test "x$enable_win64" = "xyes"
15000 then
15001 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15005 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15008 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15009 then
15010 cat >>confdefs.h <<_ACEOF
15011 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15012 _ACEOF
15014 else
15015 cat >>confdefs.h <<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15017 _ACEOF
15021 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15024 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15028 case $build_os in
15029 cygwin*|mingw32*) TOOLSEXT=".exe"
15031 esac
15033 case $host_os in
15034 linux*)
15035 case $host_cpu in
15036 *i[3456789]86*|x86_64*)
15037 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
15038 loader_programs="$loader_programs $wine_binary-preloader"
15039 as_fn_append LOADER_RULES "
15040 preloader_EXTRADEFS = $BUILTINFLAG
15041 ${wine_binary}_preloader_OBJS = preloader.o
15042 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
15043 " ;;
15044 esac
15046 esac
15047 as_fn_append LOADER_RULES "
15048 PROGRAMS = $loader_programs
15049 INSTALL_LIB = $loader_programs
15053 ac_save_CFLAGS="$CFLAGS"
15054 CFLAGS="$CFLAGS $BUILTINFLAG"
15055 for ac_func in \
15056 __res_get_state \
15057 __res_getservers \
15058 _finite \
15059 _isnan \
15060 _pclose \
15061 _popen \
15062 _snprintf \
15063 _spawnvp \
15064 _strdup \
15065 _stricmp \
15066 _strnicmp \
15067 _strtoi64 \
15068 _strtoui64 \
15069 _vsnprintf \
15070 asctime_r \
15071 chsize \
15072 dlopen \
15073 epoll_create \
15074 ffs \
15075 finitef \
15076 fnmatch \
15077 fork \
15078 fpclass \
15079 fstatfs \
15080 fstatvfs \
15081 ftruncate \
15082 futimens \
15083 futimes \
15084 futimesat \
15085 getattrlist \
15086 getdirentries \
15087 getopt_long_only \
15088 getpwuid \
15089 gettimeofday \
15090 getuid \
15091 if_nameindex \
15092 isnanf \
15093 kqueue \
15094 lstat \
15095 memmove \
15096 mmap \
15097 pclose \
15098 pipe2 \
15099 poll \
15100 popen \
15101 port_create \
15102 prctl \
15103 pread \
15104 proc_pidinfo \
15105 pwrite \
15106 readdir \
15107 readlink \
15108 sched_yield \
15109 select \
15110 setproctitle \
15111 setrlimit \
15112 settimeofday \
15113 sigaltstack \
15114 sigprocmask \
15115 snprintf \
15116 statfs \
15117 statvfs \
15118 strcasecmp \
15119 strdup \
15120 strerror \
15121 strncasecmp \
15122 strtold \
15123 strtoll \
15124 strtoull \
15125 symlink \
15126 tcdrain \
15127 thr_kill2 \
15128 timegm \
15129 usleep \
15130 vsnprintf
15132 do :
15133 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15134 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15135 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15136 cat >>confdefs.h <<_ACEOF
15137 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15138 _ACEOF
15141 done
15143 CFLAGS="$ac_save_CFLAGS"
15145 if test "$ac_cv_func_dlopen" = no
15146 then
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15148 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15149 if ${ac_cv_lib_dl_dlopen+:} false; then :
15150 $as_echo_n "(cached) " >&6
15151 else
15152 ac_check_lib_save_LIBS=$LIBS
15153 LIBS="-ldl $LIBS"
15154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15155 /* end confdefs.h. */
15157 /* Override any GCC internal prototype to avoid an error.
15158 Use char because int might match the return type of a GCC
15159 builtin and then its argument prototype would still apply. */
15160 #ifdef __cplusplus
15161 extern "C"
15162 #endif
15163 char dlopen ();
15165 main ()
15167 return dlopen ();
15169 return 0;
15171 _ACEOF
15172 if ac_fn_c_try_link "$LINENO"; then :
15173 ac_cv_lib_dl_dlopen=yes
15174 else
15175 ac_cv_lib_dl_dlopen=no
15177 rm -f core conftest.err conftest.$ac_objext \
15178 conftest$ac_exeext conftest.$ac_ext
15179 LIBS=$ac_check_lib_save_LIBS
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15182 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15183 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15184 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15185 DL_LIBS="-ldl"
15190 ac_wine_check_funcs_save_LIBS="$LIBS"
15191 LIBS="$LIBS $DL_LIBS"
15192 for ac_func in dladdr
15193 do :
15194 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15195 if test "x$ac_cv_func_dladdr" = xyes; then :
15196 cat >>confdefs.h <<_ACEOF
15197 #define HAVE_DLADDR 1
15198 _ACEOF
15201 done
15203 LIBS="$ac_wine_check_funcs_save_LIBS"
15205 if test "$ac_cv_func_poll" = no
15206 then
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15208 $as_echo_n "checking for poll in -lpoll... " >&6; }
15209 if ${ac_cv_lib_poll_poll+:} false; then :
15210 $as_echo_n "(cached) " >&6
15211 else
15212 ac_check_lib_save_LIBS=$LIBS
15213 LIBS="-lpoll $LIBS"
15214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15215 /* end confdefs.h. */
15217 /* Override any GCC internal prototype to avoid an error.
15218 Use char because int might match the return type of a GCC
15219 builtin and then its argument prototype would still apply. */
15220 #ifdef __cplusplus
15221 extern "C"
15222 #endif
15223 char poll ();
15225 main ()
15227 return poll ();
15229 return 0;
15231 _ACEOF
15232 if ac_fn_c_try_link "$LINENO"; then :
15233 ac_cv_lib_poll_poll=yes
15234 else
15235 ac_cv_lib_poll_poll=no
15237 rm -f core conftest.err conftest.$ac_objext \
15238 conftest$ac_exeext conftest.$ac_ext
15239 LIBS=$ac_check_lib_save_LIBS
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15242 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15243 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15244 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15245 POLL_LIBS="-lpoll"
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15252 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15253 if ${ac_cv_search_gethostbyname+:} false; then :
15254 $as_echo_n "(cached) " >&6
15255 else
15256 ac_func_search_save_LIBS=$LIBS
15257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15258 /* end confdefs.h. */
15260 /* Override any GCC internal prototype to avoid an error.
15261 Use char because int might match the return type of a GCC
15262 builtin and then its argument prototype would still apply. */
15263 #ifdef __cplusplus
15264 extern "C"
15265 #endif
15266 char gethostbyname ();
15268 main ()
15270 return gethostbyname ();
15272 return 0;
15274 _ACEOF
15275 for ac_lib in '' nsl; do
15276 if test -z "$ac_lib"; then
15277 ac_res="none required"
15278 else
15279 ac_res=-l$ac_lib
15280 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15282 if ac_fn_c_try_link "$LINENO"; then :
15283 ac_cv_search_gethostbyname=$ac_res
15285 rm -f core conftest.err conftest.$ac_objext \
15286 conftest$ac_exeext
15287 if ${ac_cv_search_gethostbyname+:} false; then :
15288 break
15290 done
15291 if ${ac_cv_search_gethostbyname+:} false; then :
15293 else
15294 ac_cv_search_gethostbyname=no
15296 rm conftest.$ac_ext
15297 LIBS=$ac_func_search_save_LIBS
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15300 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15301 ac_res=$ac_cv_search_gethostbyname
15302 if test "$ac_res" != no; then :
15303 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15309 $as_echo_n "checking for library containing connect... " >&6; }
15310 if ${ac_cv_search_connect+:} false; then :
15311 $as_echo_n "(cached) " >&6
15312 else
15313 ac_func_search_save_LIBS=$LIBS
15314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15315 /* end confdefs.h. */
15317 /* Override any GCC internal prototype to avoid an error.
15318 Use char because int might match the return type of a GCC
15319 builtin and then its argument prototype would still apply. */
15320 #ifdef __cplusplus
15321 extern "C"
15322 #endif
15323 char connect ();
15325 main ()
15327 return connect ();
15329 return 0;
15331 _ACEOF
15332 for ac_lib in '' socket; do
15333 if test -z "$ac_lib"; then
15334 ac_res="none required"
15335 else
15336 ac_res=-l$ac_lib
15337 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15339 if ac_fn_c_try_link "$LINENO"; then :
15340 ac_cv_search_connect=$ac_res
15342 rm -f core conftest.err conftest.$ac_objext \
15343 conftest$ac_exeext
15344 if ${ac_cv_search_connect+:} false; then :
15345 break
15347 done
15348 if ${ac_cv_search_connect+:} false; then :
15350 else
15351 ac_cv_search_connect=no
15353 rm conftest.$ac_ext
15354 LIBS=$ac_func_search_save_LIBS
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15357 $as_echo "$ac_cv_search_connect" >&6; }
15358 ac_res=$ac_cv_search_connect
15359 if test "$ac_res" != no; then :
15360 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15366 $as_echo_n "checking for library containing inet_aton... " >&6; }
15367 if ${ac_cv_search_inet_aton+:} false; then :
15368 $as_echo_n "(cached) " >&6
15369 else
15370 ac_func_search_save_LIBS=$LIBS
15371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char inet_aton ();
15382 main ()
15384 return inet_aton ();
15386 return 0;
15388 _ACEOF
15389 for ac_lib in '' resolv; do
15390 if test -z "$ac_lib"; then
15391 ac_res="none required"
15392 else
15393 ac_res=-l$ac_lib
15394 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15396 if ac_fn_c_try_link "$LINENO"; then :
15397 ac_cv_search_inet_aton=$ac_res
15399 rm -f core conftest.err conftest.$ac_objext \
15400 conftest$ac_exeext
15401 if ${ac_cv_search_inet_aton+:} false; then :
15402 break
15404 done
15405 if ${ac_cv_search_inet_aton+:} false; then :
15407 else
15408 ac_cv_search_inet_aton=no
15410 rm conftest.$ac_ext
15411 LIBS=$ac_func_search_save_LIBS
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15414 $as_echo "$ac_cv_search_inet_aton" >&6; }
15415 ac_res=$ac_cv_search_inet_aton
15416 if test "$ac_res" != no; then :
15417 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15422 for ac_func in \
15423 getaddrinfo \
15424 getnameinfo \
15425 getnetbyname \
15426 getprotobyname \
15427 getprotobynumber \
15428 getservbyport \
15429 inet_addr \
15430 inet_network \
15431 inet_ntop \
15432 inet_pton \
15433 sendmsg \
15434 socketpair \
15436 do :
15437 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15438 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15439 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15440 cat >>confdefs.h <<_ACEOF
15441 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15442 _ACEOF
15445 done
15448 ac_save_LIBS=$LIBS
15449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15450 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15451 if ${ac_cv_search_clock_gettime+:} false; then :
15452 $as_echo_n "(cached) " >&6
15453 else
15454 ac_func_search_save_LIBS=$LIBS
15455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15456 /* end confdefs.h. */
15458 /* Override any GCC internal prototype to avoid an error.
15459 Use char because int might match the return type of a GCC
15460 builtin and then its argument prototype would still apply. */
15461 #ifdef __cplusplus
15462 extern "C"
15463 #endif
15464 char clock_gettime ();
15466 main ()
15468 return clock_gettime ();
15470 return 0;
15472 _ACEOF
15473 for ac_lib in '' rt; do
15474 if test -z "$ac_lib"; then
15475 ac_res="none required"
15476 else
15477 ac_res=-l$ac_lib
15478 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15480 if ac_fn_c_try_link "$LINENO"; then :
15481 ac_cv_search_clock_gettime=$ac_res
15483 rm -f core conftest.err conftest.$ac_objext \
15484 conftest$ac_exeext
15485 if ${ac_cv_search_clock_gettime+:} false; then :
15486 break
15488 done
15489 if ${ac_cv_search_clock_gettime+:} false; then :
15491 else
15492 ac_cv_search_clock_gettime=no
15494 rm conftest.$ac_ext
15495 LIBS=$ac_func_search_save_LIBS
15497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15498 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15499 ac_res=$ac_cv_search_clock_gettime
15500 if test "$ac_res" != no; then :
15501 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15503 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15505 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15509 LIBS=$ac_save_LIBS
15511 LDAP_LIBS=""
15513 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15514 then
15515 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15517 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15519 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15520 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15521 $as_echo_n "(cached) " >&6
15522 else
15523 ac_check_lib_save_LIBS=$LIBS
15524 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15526 /* end confdefs.h. */
15528 /* Override any GCC internal prototype to avoid an error.
15529 Use char because int might match the return type of a GCC
15530 builtin and then its argument prototype would still apply. */
15531 #ifdef __cplusplus
15532 extern "C"
15533 #endif
15534 char ldap_initialize ();
15536 main ()
15538 return ldap_initialize ();
15540 return 0;
15542 _ACEOF
15543 if ac_fn_c_try_link "$LINENO"; then :
15544 ac_cv_lib_ldap_r_ldap_initialize=yes
15545 else
15546 ac_cv_lib_ldap_r_ldap_initialize=no
15548 rm -f core conftest.err conftest.$ac_objext \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_lib_save_LIBS
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15553 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15554 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15556 $as_echo_n "checking for ber_init in -llber... " >&6; }
15557 if ${ac_cv_lib_lber_ber_init+:} false; then :
15558 $as_echo_n "(cached) " >&6
15559 else
15560 ac_check_lib_save_LIBS=$LIBS
15561 LIBS="-llber $PTHREAD_LIBS $LIBS"
15562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15563 /* end confdefs.h. */
15565 /* Override any GCC internal prototype to avoid an error.
15566 Use char because int might match the return type of a GCC
15567 builtin and then its argument prototype would still apply. */
15568 #ifdef __cplusplus
15569 extern "C"
15570 #endif
15571 char ber_init ();
15573 main ()
15575 return ber_init ();
15577 return 0;
15579 _ACEOF
15580 if ac_fn_c_try_link "$LINENO"; then :
15581 ac_cv_lib_lber_ber_init=yes
15582 else
15583 ac_cv_lib_lber_ber_init=no
15585 rm -f core conftest.err conftest.$ac_objext \
15586 conftest$ac_exeext conftest.$ac_ext
15587 LIBS=$ac_check_lib_save_LIBS
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15590 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15591 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15593 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15595 LDAP_LIBS="-lldap_r -llber"
15602 ac_wine_check_funcs_save_LIBS="$LIBS"
15603 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15604 for ac_func in \
15605 ldap_count_references \
15606 ldap_first_reference \
15607 ldap_next_reference \
15608 ldap_parse_reference \
15609 ldap_parse_sort_control \
15610 ldap_parse_sortresponse_control \
15611 ldap_parse_vlv_control \
15612 ldap_parse_vlvresponse_control
15613 do :
15614 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15615 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15616 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15617 cat >>confdefs.h <<_ACEOF
15618 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15619 _ACEOF
15622 done
15624 LIBS="$ac_wine_check_funcs_save_LIBS"
15626 if test "x$LDAP_LIBS" = "x"; then :
15627 case "x$with_ldap" in
15628 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15629 xno) ;;
15630 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15631 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15632 esac
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15636 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15637 if ${wine_cv_one_arg_mkdir+:} false; then :
15638 $as_echo_n "(cached) " >&6
15639 else
15640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15641 /* end confdefs.h. */
15642 #include <sys/stat.h>
15644 main ()
15646 mkdir("foo");
15648 return 0;
15650 _ACEOF
15651 if ac_fn_c_try_compile "$LINENO"; then :
15652 wine_cv_one_arg_mkdir=yes
15653 else
15654 wine_cv_one_arg_mkdir=no
15656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15659 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15660 if test "$wine_cv_one_arg_mkdir" = "yes"
15661 then
15663 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15668 $as_echo_n "checking for sched_setaffinity... " >&6; }
15669 if ${wine_cv_have_sched_setaffinity+:} false; then :
15670 $as_echo_n "(cached) " >&6
15671 else
15672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15673 /* end confdefs.h. */
15674 #define _GNU_SOURCE
15675 #include <sched.h>
15677 main ()
15679 sched_setaffinity(0, 0, 0);
15681 return 0;
15683 _ACEOF
15684 if ac_fn_c_try_link "$LINENO"; then :
15685 wine_cv_have_sched_setaffinity=yes
15686 else
15687 wine_cv_have_sched_setaffinity=no
15689 rm -f core conftest.err conftest.$ac_objext \
15690 conftest$ac_exeext conftest.$ac_ext
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15693 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15694 if test "$wine_cv_have_sched_setaffinity" = "yes"
15695 then
15697 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15702 $as_echo_n "checking for fallocate... " >&6; }
15703 if ${wine_cv_have_fallocate+:} false; then :
15704 $as_echo_n "(cached) " >&6
15705 else
15706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15707 /* end confdefs.h. */
15708 #define _GNU_SOURCE
15709 #include <fcntl.h>
15711 main ()
15713 fallocate(-1, 0, 0, 0);
15715 return 0;
15717 _ACEOF
15718 if ac_fn_c_try_link "$LINENO"; then :
15719 wine_cv_have_fallocate=yes
15720 else
15721 wine_cv_have_fallocate=no
15723 rm -f core conftest.err conftest.$ac_objext \
15724 conftest$ac_exeext conftest.$ac_ext
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15727 $as_echo "$wine_cv_have_fallocate" >&6; }
15728 if test "$wine_cv_have_fallocate" = "yes"
15729 then
15731 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15737 $as_echo_n "checking for inline... " >&6; }
15738 if ${ac_cv_c_inline+:} false; then :
15739 $as_echo_n "(cached) " >&6
15740 else
15741 ac_cv_c_inline=no
15742 for ac_kw in inline __inline__ __inline; do
15743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15744 /* end confdefs.h. */
15745 #ifndef __cplusplus
15746 typedef int foo_t;
15747 static $ac_kw foo_t static_foo () {return 0; }
15748 $ac_kw foo_t foo () {return 0; }
15749 #endif
15751 _ACEOF
15752 if ac_fn_c_try_compile "$LINENO"; then :
15753 ac_cv_c_inline=$ac_kw
15755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15756 test "$ac_cv_c_inline" != no && break
15757 done
15760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15761 $as_echo "$ac_cv_c_inline" >&6; }
15763 case $ac_cv_c_inline in
15764 inline | yes) ;;
15766 case $ac_cv_c_inline in
15767 no) ac_val=;;
15768 *) ac_val=$ac_cv_c_inline;;
15769 esac
15770 cat >>confdefs.h <<_ACEOF
15771 #ifndef __cplusplus
15772 #define inline $ac_val
15773 #endif
15774 _ACEOF
15776 esac
15778 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15779 if test "x$ac_cv_type_mode_t" = xyes; then :
15781 cat >>confdefs.h <<_ACEOF
15782 #define HAVE_MODE_T 1
15783 _ACEOF
15787 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15788 if test "x$ac_cv_type_off_t" = xyes; then :
15790 cat >>confdefs.h <<_ACEOF
15791 #define HAVE_OFF_T 1
15792 _ACEOF
15796 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15797 if test "x$ac_cv_type_pid_t" = xyes; then :
15799 cat >>confdefs.h <<_ACEOF
15800 #define HAVE_PID_T 1
15801 _ACEOF
15805 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15806 if test "x$ac_cv_type_size_t" = xyes; then :
15808 cat >>confdefs.h <<_ACEOF
15809 #define HAVE_SIZE_T 1
15810 _ACEOF
15814 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15815 if test "x$ac_cv_type_ssize_t" = xyes; then :
15817 cat >>confdefs.h <<_ACEOF
15818 #define HAVE_SSIZE_T 1
15819 _ACEOF
15823 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15824 if test "x$ac_cv_type_long_long" = xyes; then :
15826 cat >>confdefs.h <<_ACEOF
15827 #define HAVE_LONG_LONG 1
15828 _ACEOF
15832 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15833 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15835 cat >>confdefs.h <<_ACEOF
15836 #define HAVE_FSBLKCNT_T 1
15837 _ACEOF
15841 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15842 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15844 cat >>confdefs.h <<_ACEOF
15845 #define HAVE_FSFILCNT_T 1
15846 _ACEOF
15851 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15852 #include <signal.h>
15854 if test "x$ac_cv_type_sigset_t" = xyes; then :
15856 cat >>confdefs.h <<_ACEOF
15857 #define HAVE_SIGSET_T 1
15858 _ACEOF
15863 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15865 if test "x$ac_cv_type_request_sense" = xyes; then :
15867 cat >>confdefs.h <<_ACEOF
15868 #define HAVE_REQUEST_SENSE 1
15869 _ACEOF
15875 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15876 #ifdef HAVE_SYS_SOCKET_H
15877 #include <sys/socket.h>
15878 #endif
15879 #ifdef HAVE_SYS_SOCKETVAR_H
15880 #include <sys/socketvar.h>
15881 #endif
15882 #ifdef HAVE_NET_ROUTE_H
15883 #include <net/route.h>
15884 #endif
15885 #ifdef HAVE_NETINET_IN_H
15886 #include <netinet/in.h>
15887 #endif
15888 #ifdef HAVE_NETINET_IN_SYSTM_H
15889 #include <netinet/in_systm.h>
15890 #endif
15891 #ifdef HAVE_NETINET_IP_H
15892 #include <netinet/ip.h>
15893 #endif
15894 #ifdef HAVE_NETINET_IN_PCB_H
15895 #include <netinet/in_pcb.h>
15896 #endif
15898 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15900 cat >>confdefs.h <<_ACEOF
15901 #define HAVE_STRUCT_XINPGEN 1
15902 _ACEOF
15908 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15909 #include <link.h>
15910 #endif
15911 #ifdef HAVE_SYS_LINK_H
15912 #include <sys/link.h>
15913 #endif
15915 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15917 cat >>confdefs.h <<_ACEOF
15918 #define HAVE_STRUCT_R_DEBUG 1
15919 _ACEOF
15923 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15924 #include <link.h>
15925 #endif
15926 #ifdef HAVE_SYS_LINK_H
15927 #include <sys/link.h>
15928 #endif
15930 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15932 cat >>confdefs.h <<_ACEOF
15933 #define HAVE_STRUCT_LINK_MAP 1
15934 _ACEOF
15940 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15941 #include <linux/input.h>
15942 #endif
15944 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15946 cat >>confdefs.h <<_ACEOF
15947 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15948 _ACEOF
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15955 $as_echo_n "checking for sigaddset... " >&6; }
15956 if ${wine_cv_have_sigaddset+:} false; then :
15957 $as_echo_n "(cached) " >&6
15958 else
15959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15960 /* end confdefs.h. */
15961 #include <signal.h>
15963 main ()
15965 sigset_t set; sigaddset(&set,SIGTERM);
15967 return 0;
15969 _ACEOF
15970 if ac_fn_c_try_link "$LINENO"; then :
15971 wine_cv_have_sigaddset=yes
15972 else
15973 wine_cv_have_sigaddset=no
15975 rm -f core conftest.err conftest.$ac_objext \
15976 conftest$ac_exeext conftest.$ac_ext
15978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15979 $as_echo "$wine_cv_have_sigaddset" >&6; }
15980 if test "$wine_cv_have_sigaddset" = "yes"
15981 then
15983 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15989 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15990 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15991 $as_echo_n "(cached) " >&6
15992 else
15993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15994 /* end confdefs.h. */
15995 #include <netdb.h>
15997 main ()
16000 char *name=0;
16001 struct hostent he;
16002 struct hostent *result;
16003 char *buf=0;
16004 int bufsize=0;
16005 int errnr;
16006 char *addr=0;
16007 int addrlen=0;
16008 int addrtype=0;
16009 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16010 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16013 return 0;
16015 _ACEOF
16016 if ac_fn_c_try_link "$LINENO"; then :
16017 wine_cv_linux_gethostbyname_r_6=yes
16018 else
16019 wine_cv_linux_gethostbyname_r_6=no
16022 rm -f core conftest.err conftest.$ac_objext \
16023 conftest$ac_exeext conftest.$ac_ext
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16027 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16028 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16029 then
16031 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16035 if test "$ac_cv_header_linux_joystick_h" = "yes"
16036 then
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16038 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16039 if ${wine_cv_linux_joystick_22_api+:} false; then :
16040 $as_echo_n "(cached) " >&6
16041 else
16042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16043 /* end confdefs.h. */
16045 #include <sys/ioctl.h>
16046 #include <sys/types.h>
16047 #include <linux/joystick.h>
16049 struct js_event blub;
16050 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16051 #error "no 2.2 header"
16052 #endif
16055 main ()
16057 /*empty*/
16059 return 0;
16061 _ACEOF
16062 if ac_fn_c_try_compile "$LINENO"; then :
16063 wine_cv_linux_joystick_22_api=yes
16064 else
16065 wine_cv_linux_joystick_22_api=no
16067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16071 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16072 if test "$wine_cv_linux_joystick_22_api" = "yes"
16073 then
16075 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16081 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16082 #ifdef HAVE_SYS_PARAM_H
16083 # include <sys/param.h>
16084 #endif
16085 #ifdef HAVE_SYS_MOUNT_H
16086 # include <sys/mount.h>
16087 #endif
16088 #ifdef HAVE_SYS_VFS_H
16089 # include <sys/vfs.h>
16090 #endif
16091 #ifdef HAVE_SYS_STATFS_H
16092 # include <sys/statfs.h>
16093 #endif
16095 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16097 cat >>confdefs.h <<_ACEOF
16098 #define HAVE_STRUCT_STATFS_F_BFREE 1
16099 _ACEOF
16103 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_PARAM_H
16105 # include <sys/param.h>
16106 #endif
16107 #ifdef HAVE_SYS_MOUNT_H
16108 # include <sys/mount.h>
16109 #endif
16110 #ifdef HAVE_SYS_VFS_H
16111 # include <sys/vfs.h>
16112 #endif
16113 #ifdef HAVE_SYS_STATFS_H
16114 # include <sys/statfs.h>
16115 #endif
16117 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16119 cat >>confdefs.h <<_ACEOF
16120 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16121 _ACEOF
16125 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16126 #ifdef HAVE_SYS_PARAM_H
16127 # include <sys/param.h>
16128 #endif
16129 #ifdef HAVE_SYS_MOUNT_H
16130 # include <sys/mount.h>
16131 #endif
16132 #ifdef HAVE_SYS_VFS_H
16133 # include <sys/vfs.h>
16134 #endif
16135 #ifdef HAVE_SYS_STATFS_H
16136 # include <sys/statfs.h>
16137 #endif
16139 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16141 cat >>confdefs.h <<_ACEOF
16142 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16143 _ACEOF
16147 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16148 #ifdef HAVE_SYS_PARAM_H
16149 # include <sys/param.h>
16150 #endif
16151 #ifdef HAVE_SYS_MOUNT_H
16152 # include <sys/mount.h>
16153 #endif
16154 #ifdef HAVE_SYS_VFS_H
16155 # include <sys/vfs.h>
16156 #endif
16157 #ifdef HAVE_SYS_STATFS_H
16158 # include <sys/statfs.h>
16159 #endif
16161 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16163 cat >>confdefs.h <<_ACEOF
16164 #define HAVE_STRUCT_STATFS_F_FFREE 1
16165 _ACEOF
16169 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16170 #ifdef HAVE_SYS_PARAM_H
16171 # include <sys/param.h>
16172 #endif
16173 #ifdef HAVE_SYS_MOUNT_H
16174 # include <sys/mount.h>
16175 #endif
16176 #ifdef HAVE_SYS_VFS_H
16177 # include <sys/vfs.h>
16178 #endif
16179 #ifdef HAVE_SYS_STATFS_H
16180 # include <sys/statfs.h>
16181 #endif
16183 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16185 cat >>confdefs.h <<_ACEOF
16186 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16187 _ACEOF
16191 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16192 #ifdef HAVE_SYS_PARAM_H
16193 # include <sys/param.h>
16194 #endif
16195 #ifdef HAVE_SYS_MOUNT_H
16196 # include <sys/mount.h>
16197 #endif
16198 #ifdef HAVE_SYS_VFS_H
16199 # include <sys/vfs.h>
16200 #endif
16201 #ifdef HAVE_SYS_STATFS_H
16202 # include <sys/statfs.h>
16203 #endif
16205 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16207 cat >>confdefs.h <<_ACEOF
16208 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16209 _ACEOF
16215 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16216 #include <sys/statvfs.h>
16217 #endif
16219 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16221 cat >>confdefs.h <<_ACEOF
16222 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16223 _ACEOF
16229 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16230 #include <dirent.h>
16231 #endif
16233 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16235 cat >>confdefs.h <<_ACEOF
16236 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16237 _ACEOF
16243 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16244 #ifdef HAVE_SYS_SOCKET_H
16245 # include <sys/socket.h>
16246 #endif
16247 #ifdef HAVE_SYS_UN_H
16248 # include <sys/un.h>
16249 #endif
16251 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16253 cat >>confdefs.h <<_ACEOF
16254 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16255 _ACEOF
16259 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16260 #ifdef HAVE_SYS_SOCKET_H
16261 # include <sys/socket.h>
16262 #endif
16263 #ifdef HAVE_SYS_UN_H
16264 # include <sys/un.h>
16265 #endif
16267 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16269 cat >>confdefs.h <<_ACEOF
16270 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16271 _ACEOF
16275 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16276 #ifdef HAVE_SYS_SOCKET_H
16277 # include <sys/socket.h>
16278 #endif
16279 #ifdef HAVE_SYS_UN_H
16280 # include <sys/un.h>
16281 #endif
16283 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16285 cat >>confdefs.h <<_ACEOF
16286 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16287 _ACEOF
16293 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16294 #ifdef HAVE_SCSI_SG_H
16295 #include <scsi/sg.h>
16296 #endif
16298 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16300 cat >>confdefs.h <<_ACEOF
16301 #define HAVE_SCSIREQ_T_CMD 1
16302 _ACEOF
16306 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>
16307 #ifdef HAVE_SCSI_SG_H
16308 #include <scsi/sg.h>
16309 #endif
16311 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16313 cat >>confdefs.h <<_ACEOF
16314 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16315 _ACEOF
16321 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16323 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16325 cat >>confdefs.h <<_ACEOF
16326 #define HAVE_SIGINFO_T_SI_FD 1
16327 _ACEOF
16333 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16334 #ifdef HAVE_SYS_MTIO_H
16335 #include <sys/mtio.h>
16336 #endif
16338 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16340 cat >>confdefs.h <<_ACEOF
16341 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16342 _ACEOF
16346 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16347 #ifdef HAVE_SYS_MTIO_H
16348 #include <sys/mtio.h>
16349 #endif
16351 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16353 cat >>confdefs.h <<_ACEOF
16354 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16355 _ACEOF
16359 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16360 #ifdef HAVE_SYS_MTIO_H
16361 #include <sys/mtio.h>
16362 #endif
16364 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16366 cat >>confdefs.h <<_ACEOF
16367 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16368 _ACEOF
16374 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16375 #include <getopt.h>
16376 #endif
16378 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16380 cat >>confdefs.h <<_ACEOF
16381 #define HAVE_STRUCT_OPTION_NAME 1
16382 _ACEOF
16388 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16389 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16391 cat >>confdefs.h <<_ACEOF
16392 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16393 _ACEOF
16397 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16398 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16400 cat >>confdefs.h <<_ACEOF
16401 #define HAVE_STRUCT_STAT_ST_MTIM 1
16402 _ACEOF
16406 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16407 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16409 cat >>confdefs.h <<_ACEOF
16410 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16411 _ACEOF
16415 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16416 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16418 cat >>confdefs.h <<_ACEOF
16419 #define HAVE_STRUCT_STAT_ST_CTIM 1
16420 _ACEOF
16424 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16425 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16427 cat >>confdefs.h <<_ACEOF
16428 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16429 _ACEOF
16433 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16434 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16436 cat >>confdefs.h <<_ACEOF
16437 #define HAVE_STRUCT_STAT_ST_ATIM 1
16438 _ACEOF
16442 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16443 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16445 cat >>confdefs.h <<_ACEOF
16446 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16447 _ACEOF
16451 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16452 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16454 cat >>confdefs.h <<_ACEOF
16455 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16456 _ACEOF
16460 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16461 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16463 cat >>confdefs.h <<_ACEOF
16464 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16465 _ACEOF
16469 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16470 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16472 cat >>confdefs.h <<_ACEOF
16473 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16474 _ACEOF
16478 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16479 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16481 cat >>confdefs.h <<_ACEOF
16482 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16483 _ACEOF
16487 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16488 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16490 cat >>confdefs.h <<_ACEOF
16491 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16492 _ACEOF
16498 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
16499 #include <sys/types.h>
16500 #endif
16501 #ifdef HAVE_NETINET_IN_H
16502 #include <netinet/in.h>
16503 #endif
16505 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16507 cat >>confdefs.h <<_ACEOF
16508 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16509 _ACEOF
16515 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16516 #include <resolv.h>
16517 #endif
16519 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16521 cat >>confdefs.h <<_ACEOF
16522 #define HAVE_STRUCT___RES_STATE 1
16523 _ACEOF
16529 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
16530 #include <resolv.h>
16531 #endif
16533 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16535 cat >>confdefs.h <<_ACEOF
16536 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16537 _ACEOF
16543 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16544 #include <sys/types.h>
16545 #endif
16546 #ifdef HAVE_NETINET_IN_H
16547 # include <netinet/in.h>
16548 #endif
16549 #ifdef HAVE_ARPA_NAMESER_H
16550 # include <arpa/nameser.h>
16551 #endif
16553 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16555 cat >>confdefs.h <<_ACEOF
16556 #define HAVE_NS_MSG__MSG_PTR 1
16557 _ACEOF
16563 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16564 #include <sys/types.h>
16565 #endif
16566 #ifdef HAVE_NETINET_IP_H
16567 #include <netinet/ip.h>
16568 #endif
16569 #ifdef HAVE_NETINET_IP_ICMP_H
16570 #include <netinet/ip_icmp.h>
16571 #endif
16572 #ifdef HAVE_NETINET_ICMP_VAR_H
16573 #include <netinet/icmp_var.h>
16574 #endif
16576 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16578 cat >>confdefs.h <<_ACEOF
16579 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16580 _ACEOF
16586 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16587 #include <sys/types.h>
16588 #endif
16589 #ifdef HAVE_ALIAS_H
16590 #include <alias.h>
16591 #endif
16592 #ifdef HAVE_SYS_SOCKET_H
16593 #include <sys/socket.h>
16594 #endif
16595 #ifdef HAVE_SYS_SOCKETVAR_H
16596 #include <sys/socketvar.h>
16597 #endif
16598 #ifdef HAVE_SYS_TIMEOUT_H
16599 #include <sys/timeout.h>
16600 #endif
16601 #ifdef HAVE_NETINET_IN_H
16602 #include <netinet/in.h>
16603 #endif
16604 #ifdef HAVE_NETINET_IN_SYSTM_H
16605 #include <netinet/in_systm.h>
16606 #endif
16607 #ifdef HAVE_NETINET_IP_H
16608 #include <netinet/ip.h>
16609 #endif
16610 #ifdef HAVE_NETINET_IP_VAR_H
16611 #include <netinet/ip_var.h>
16612 #endif
16613 #ifdef HAVE_NETINET_IP_ICMP_H
16614 #include <netinet/ip_icmp.h>
16615 #endif
16616 #ifdef HAVE_NETINET_ICMP_VAR_H
16617 #include <netinet/icmp_var.h>
16618 #endif
16620 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16622 cat >>confdefs.h <<_ACEOF
16623 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16624 _ACEOF
16630 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16631 #include <sys/types.h>
16632 #endif
16633 #ifdef HAVE_SYS_SOCKETVAR_H
16634 #include <sys/socketvar.h>
16635 #endif
16636 #ifdef HAVE_NETINET_IN_H
16637 #include <netinet/in.h>
16638 #endif
16639 #ifdef HAVE_NETINET_IP_VAR_H
16640 #include <netinet/ip_var.h>
16641 #endif
16643 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16645 cat >>confdefs.h <<_ACEOF
16646 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16647 _ACEOF
16653 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
16654 #include <netinet/ip_var.h>
16655 #endif
16657 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16659 cat >>confdefs.h <<_ACEOF
16660 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16661 _ACEOF
16667 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16668 #include <sys/types.h>
16669 #endif
16670 #ifdef HAVE_SYS_SOCKETVAR_H
16671 #include <sys/socketvar.h>
16672 #endif
16673 #ifdef HAVE_NETINET_IN_H
16674 #include <netinet/in.h>
16675 #endif
16676 #ifdef HAVE_NETINET_TCP_H
16677 #include <netinet/tcp.h>
16678 #endif
16679 #ifdef HAVE_NETINET_TCP_VAR_H
16680 #include <netinet/tcp_var.h>
16681 #endif
16683 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16685 cat >>confdefs.h <<_ACEOF
16686 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16687 _ACEOF
16693 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
16694 #include <netinet/tcp_var.h>
16695 #endif
16697 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16699 cat >>confdefs.h <<_ACEOF
16700 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16701 _ACEOF
16707 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16708 #include <sys/types.h>
16709 #endif
16710 #ifdef HAVE_NETINET_IN_H
16711 #include <netinet/in.h>
16712 #endif
16713 #ifdef HAVE_NETINET_IP_VAR_H
16714 #include <netinet/ip_var.h>
16715 #endif
16716 #ifdef HAVE_NETINET_UDP_H
16717 #include <netinet/udp.h>
16718 #endif
16719 #ifdef HAVE_NETINET_UDP_VAR_H
16720 #include <netinet/udp_var.h>
16721 #endif
16723 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16725 cat >>confdefs.h <<_ACEOF
16726 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16727 _ACEOF
16733 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16734 #include <sys/types.h>
16735 #endif
16736 #ifdef HAVE_NET_IF_H
16737 # include <net/if.h>
16738 #endif
16740 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16742 cat >>confdefs.h <<_ACEOF
16743 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16744 _ACEOF
16750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16751 $as_echo_n "checking for timezone variable... " >&6; }
16752 if ${ac_cv_have_timezone+:} false; then :
16753 $as_echo_n "(cached) " >&6
16754 else
16755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16756 /* end confdefs.h. */
16757 #include <time.h>
16759 main ()
16761 timezone = 1
16763 return 0;
16765 _ACEOF
16766 if ac_fn_c_try_link "$LINENO"; then :
16767 ac_cv_have_timezone="yes"
16768 else
16769 ac_cv_have_timezone="no"
16771 rm -f core conftest.err conftest.$ac_objext \
16772 conftest$ac_exeext conftest.$ac_ext
16774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16775 $as_echo "$ac_cv_have_timezone" >&6; }
16776 if test "$ac_cv_have_timezone" = "yes"
16777 then
16779 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16783 $as_echo_n "checking for daylight variable... " >&6; }
16784 if ${ac_cv_have_daylight+:} false; then :
16785 $as_echo_n "(cached) " >&6
16786 else
16787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16788 /* end confdefs.h. */
16789 #include <time.h>
16791 main ()
16793 daylight = 1
16795 return 0;
16797 _ACEOF
16798 if ac_fn_c_try_link "$LINENO"; then :
16799 ac_cv_have_daylight="yes"
16800 else
16801 ac_cv_have_daylight="no"
16803 rm -f core conftest.err conftest.$ac_objext \
16804 conftest$ac_exeext conftest.$ac_ext
16806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16807 $as_echo "$ac_cv_have_daylight" >&6; }
16808 if test "$ac_cv_have_daylight" = "yes"
16809 then
16811 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16815 ac_save_LIBS="$LIBS"
16816 LIBS="$LIBS -lm"
16817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16818 $as_echo_n "checking for isfinite... " >&6; }
16819 if ${ac_cv_have_isfinite+:} false; then :
16820 $as_echo_n "(cached) " >&6
16821 else
16822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16823 /* end confdefs.h. */
16824 #define _GNU_SOURCE
16825 #include <math.h>
16827 main ()
16829 float f = 0.0; return isfinite(f)
16831 return 0;
16833 _ACEOF
16834 if ac_fn_c_try_link "$LINENO"; then :
16835 ac_cv_have_isfinite="yes"
16836 else
16837 ac_cv_have_isfinite="no"
16839 rm -f core conftest.err conftest.$ac_objext \
16840 conftest$ac_exeext conftest.$ac_ext
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16843 $as_echo "$ac_cv_have_isfinite" >&6; }
16844 if test "$ac_cv_have_isfinite" = "yes"
16845 then
16847 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16852 $as_echo_n "checking for isinf... " >&6; }
16853 if ${ac_cv_have_isinf+:} false; then :
16854 $as_echo_n "(cached) " >&6
16855 else
16856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16857 /* end confdefs.h. */
16858 #include <math.h>
16860 main ()
16862 float f = 0.0; return isinf(f)
16864 return 0;
16866 _ACEOF
16867 if ac_fn_c_try_link "$LINENO"; then :
16868 ac_cv_have_isinf="yes"
16869 else
16870 ac_cv_have_isinf="no"
16872 rm -f core conftest.err conftest.$ac_objext \
16873 conftest$ac_exeext conftest.$ac_ext
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16876 $as_echo "$ac_cv_have_isinf" >&6; }
16877 if test "$ac_cv_have_isinf" = "yes"
16878 then
16880 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16885 $as_echo_n "checking for isnan... " >&6; }
16886 if ${ac_cv_have_isnan+:} false; then :
16887 $as_echo_n "(cached) " >&6
16888 else
16889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16890 /* end confdefs.h. */
16891 #include <math.h>
16893 main ()
16895 float f = 0.0; return isnan(f)
16897 return 0;
16899 _ACEOF
16900 if ac_fn_c_try_link "$LINENO"; then :
16901 ac_cv_have_isnan="yes"
16902 else
16903 ac_cv_have_isnan="no"
16905 rm -f core conftest.err conftest.$ac_objext \
16906 conftest$ac_exeext conftest.$ac_ext
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16909 $as_echo "$ac_cv_have_isnan" >&6; }
16910 if test "$ac_cv_have_isnan" = "yes"
16911 then
16913 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16917 for ac_func in \
16918 cbrt \
16919 cbrtf \
16920 erf \
16921 erff \
16922 exp2 \
16923 exp2f \
16924 llrint \
16925 llrintf \
16926 llround \
16927 llroundf \
16928 log2 \
16929 log2f \
16930 lrint \
16931 lrintf \
16932 lround \
16933 lroundf \
16934 rint \
16935 rintf \
16936 round \
16937 roundf \
16938 trunc \
16939 truncf
16941 do :
16942 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16943 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16944 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16945 cat >>confdefs.h <<_ACEOF
16946 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16947 _ACEOF
16950 done
16952 LIBS="$ac_save_LIBS"
16954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16955 $as_echo_n "checking for __builtin_clz... " >&6; }
16956 if ${ac_cv_have___builtin_clz+:} false; then :
16957 $as_echo_n "(cached) " >&6
16958 else
16959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16960 /* end confdefs.h. */
16963 main ()
16965 return __builtin_clz(1)
16967 return 0;
16969 _ACEOF
16970 if ac_fn_c_try_link "$LINENO"; then :
16971 ac_cv_have___builtin_clz="yes"
16972 else
16973 ac_cv_have___builtin_clz="no"
16975 rm -f core conftest.err conftest.$ac_objext \
16976 conftest$ac_exeext conftest.$ac_ext
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16979 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16980 if test "$ac_cv_have___builtin_clz" = "yes"
16981 then
16983 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16988 case $host_cpu in
16989 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16990 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16991 if ${ac_cv_cpp_def___i386__+:} false; then :
16992 $as_echo_n "(cached) " >&6
16993 else
16994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16995 /* end confdefs.h. */
16996 #ifndef __i386__
16998 #endif
16999 _ACEOF
17000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17001 $EGREP "yes" >/dev/null 2>&1; then :
17002 ac_cv_cpp_def___i386__=yes
17003 else
17004 ac_cv_cpp_def___i386__=no
17006 rm -f conftest*
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17010 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17011 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17012 CFLAGS="$CFLAGS -D__i386__"
17013 LINTFLAGS="$LINTFLAGS -D__i386__"
17014 fi ;;
17015 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17016 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17017 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17018 $as_echo_n "(cached) " >&6
17019 else
17020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17021 /* end confdefs.h. */
17022 #ifndef __x86_64__
17024 #endif
17025 _ACEOF
17026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17027 $EGREP "yes" >/dev/null 2>&1; then :
17028 ac_cv_cpp_def___x86_64__=yes
17029 else
17030 ac_cv_cpp_def___x86_64__=no
17032 rm -f conftest*
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17036 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17037 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17038 CFLAGS="$CFLAGS -D__x86_64__"
17039 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17040 fi ;;
17041 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17042 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17043 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17044 $as_echo_n "(cached) " >&6
17045 else
17046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17047 /* end confdefs.h. */
17048 #ifndef __sparc64__
17050 #endif
17051 _ACEOF
17052 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17053 $EGREP "yes" >/dev/null 2>&1; then :
17054 ac_cv_cpp_def___sparc64__=yes
17055 else
17056 ac_cv_cpp_def___sparc64__=no
17058 rm -f conftest*
17061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17062 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17063 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17064 CFLAGS="$CFLAGS -D__sparc64__"
17065 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17066 fi ;;
17067 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17068 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17069 if ${ac_cv_cpp_def___sparc__+:} false; then :
17070 $as_echo_n "(cached) " >&6
17071 else
17072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17073 /* end confdefs.h. */
17074 #ifndef __sparc__
17076 #endif
17077 _ACEOF
17078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17079 $EGREP "yes" >/dev/null 2>&1; then :
17080 ac_cv_cpp_def___sparc__=yes
17081 else
17082 ac_cv_cpp_def___sparc__=no
17084 rm -f conftest*
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17088 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17089 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17090 CFLAGS="$CFLAGS -D__sparc__"
17091 LINTFLAGS="$LINTFLAGS -D__sparc__"
17092 fi ;;
17093 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17094 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17095 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17096 $as_echo_n "(cached) " >&6
17097 else
17098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17099 /* end confdefs.h. */
17100 #ifndef __powerpc64__
17102 #endif
17103 _ACEOF
17104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17105 $EGREP "yes" >/dev/null 2>&1; then :
17106 ac_cv_cpp_def___powerpc64__=yes
17107 else
17108 ac_cv_cpp_def___powerpc64__=no
17110 rm -f conftest*
17113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17114 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17115 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17116 CFLAGS="$CFLAGS -D__powerpc64__"
17117 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17118 fi ;;
17119 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17120 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17121 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17122 $as_echo_n "(cached) " >&6
17123 else
17124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17125 /* end confdefs.h. */
17126 #ifndef __powerpc__
17128 #endif
17129 _ACEOF
17130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17131 $EGREP "yes" >/dev/null 2>&1; then :
17132 ac_cv_cpp_def___powerpc__=yes
17133 else
17134 ac_cv_cpp_def___powerpc__=no
17136 rm -f conftest*
17139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17140 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17141 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17142 CFLAGS="$CFLAGS -D__powerpc__"
17143 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17144 fi ;;
17145 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17146 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17147 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17148 $as_echo_n "(cached) " >&6
17149 else
17150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17151 /* end confdefs.h. */
17152 #ifndef __aarch64__
17154 #endif
17155 _ACEOF
17156 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17157 $EGREP "yes" >/dev/null 2>&1; then :
17158 ac_cv_cpp_def___aarch64__=yes
17159 else
17160 ac_cv_cpp_def___aarch64__=no
17162 rm -f conftest*
17165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17166 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17167 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17168 CFLAGS="$CFLAGS -D__aarch64__"
17169 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17170 fi ;;
17171 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17172 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17173 if ${ac_cv_cpp_def___arm__+:} false; then :
17174 $as_echo_n "(cached) " >&6
17175 else
17176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17177 /* end confdefs.h. */
17178 #ifndef __arm__
17180 #endif
17181 _ACEOF
17182 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17183 $EGREP "yes" >/dev/null 2>&1; then :
17184 ac_cv_cpp_def___arm__=yes
17185 else
17186 ac_cv_cpp_def___arm__=no
17188 rm -f conftest*
17191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17192 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17193 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17194 CFLAGS="$CFLAGS -D__arm__"
17195 LINTFLAGS="$LINTFLAGS -D__arm__"
17196 fi ;;
17197 esac
17199 case $host_vendor in
17200 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17201 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17202 if ${ac_cv_cpp_def___sun__+:} false; then :
17203 $as_echo_n "(cached) " >&6
17204 else
17205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17206 /* end confdefs.h. */
17207 #ifndef __sun__
17209 #endif
17210 _ACEOF
17211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17212 $EGREP "yes" >/dev/null 2>&1; then :
17213 ac_cv_cpp_def___sun__=yes
17214 else
17215 ac_cv_cpp_def___sun__=no
17217 rm -f conftest*
17220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17221 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17222 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17223 CFLAGS="$CFLAGS -D__sun__"
17224 LINTFLAGS="$LINTFLAGS -D__sun__"
17225 fi ;;
17226 esac
17232 ac_config_commands="$ac_config_commands include/stamp-h"
17234 $as_echo_n "creating Makefile rules..." >&6
17236 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17237 SOCKET_LIBS = $SOCKET_LIBS
17238 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17239 IOKIT_LIBS = $IOKIT_LIBS
17240 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17241 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17242 CORESERVICES_LIBS = $CORESERVICES_LIBS
17243 APPKIT_LIBS = $APPKIT_LIBS
17244 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17245 SECURITY_LIBS = $SECURITY_LIBS
17246 COREAUDIO_LIBS = $COREAUDIO_LIBS
17247 OPENAL_LIBS = $OPENAL_LIBS
17248 OPENCL_LIBS = $OPENCL_LIBS
17249 QUICKTIME_LIBS = $QUICKTIME_LIBS
17250 CARBON_LIBS = $CARBON_LIBS
17251 PTHREAD_LIBS = $PTHREAD_LIBS
17252 X_CFLAGS = $X_CFLAGS
17253 X_PRE_LIBS = $X_PRE_LIBS
17254 X_LIBS = $X_LIBS
17255 X_EXTRA_LIBS = $X_EXTRA_LIBS
17256 PCAP_LIBS = $PCAP_LIBS
17257 XML2_CFLAGS = $XML2_CFLAGS
17258 XML2_LIBS = $XML2_LIBS
17259 XSLT_CFLAGS = $XSLT_CFLAGS
17260 XSLT_LIBS = $XSLT_LIBS
17261 DBUS_CFLAGS = $DBUS_CFLAGS
17262 DBUS_LIBS = $DBUS_LIBS
17263 HAL_CFLAGS = $HAL_CFLAGS
17264 HAL_LIBS = $HAL_LIBS
17265 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17266 GNUTLS_LIBS = $GNUTLS_LIBS
17267 SANE_CFLAGS = $SANE_CFLAGS
17268 SANE_LIBS = $SANE_LIBS
17269 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17270 GPHOTO2_LIBS = $GPHOTO2_LIBS
17271 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17272 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17273 RESOLV_LIBS = $RESOLV_LIBS
17274 LCMS2_CFLAGS = $LCMS2_CFLAGS
17275 LCMS2_LIBS = $LCMS2_LIBS
17276 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17277 FREETYPE_LIBS = $FREETYPE_LIBS
17278 Z_LIBS = $Z_LIBS
17279 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17280 PULSE_CFLAGS = $PULSE_CFLAGS
17281 PULSE_LIBS = $PULSE_LIBS
17282 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17283 GSTREAMER_LIBS = $GSTREAMER_LIBS
17284 ALSA_LIBS = $ALSA_LIBS
17285 OSS4_CFLAGS = $OSS4_CFLAGS
17286 CAPI20_CFLAGS = $CAPI20_CFLAGS
17287 CAPI20_LIBS = $CAPI20_LIBS
17288 CUPS_CFLAGS = $CUPS_CFLAGS
17289 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17290 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17291 JPEG_CFLAGS = $JPEG_CFLAGS
17292 JPEG_LIBS = $JPEG_LIBS
17293 PNG_CFLAGS = $PNG_CFLAGS
17294 PNG_LIBS = $PNG_LIBS
17295 TIFF_CFLAGS = $TIFF_CFLAGS
17296 TIFF_LIBS = $TIFF_LIBS
17297 MPG123_CFLAGS = $MPG123_CFLAGS
17298 MPG123_LIBS = $MPG123_LIBS
17299 KSTAT_LIBS = $KSTAT_LIBS
17300 PROCSTAT_LIBS = $PROCSTAT_LIBS
17301 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17302 DL_LIBS = $DL_LIBS
17303 POLL_LIBS = $POLL_LIBS
17304 RT_LIBS = $RT_LIBS
17305 LDAP_LIBS = $LDAP_LIBS
17310 wine_fn_append_rule "
17311 # Rules automatically generated by configure
17313 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17315 .INIT: Makefile
17316 .MAKEFILEDEPS:
17317 all: Makefile
17318 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17319 @./config.status Make.tmp Makefile"
17321 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17322 .gitignore: config.status
17323 @./config.status .gitignore"
17325 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17326 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17328 if test "x$enable_fonts" != xno; then
17329 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17330 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17331 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17332 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17333 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17334 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17336 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17337 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17338 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17339 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17340 ac_config_links="$ac_config_links wine:tools/winewrapper"
17341 wine_fn_config_symlink wine
17342 if test "x$enable_win64" != xno; then
17343 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17344 wine_fn_config_symlink wine64
17347 wine_fn_config_dll acledit enable_acledit
17348 wine_fn_config_dll aclui enable_aclui implib
17349 wine_fn_config_dll activeds enable_activeds implib
17350 wine_fn_config_dll actxprxy enable_actxprxy clean
17351 wine_fn_config_lib adsiid
17352 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17353 wine_fn_config_test dlls/advapi32/tests advapi32_test
17354 wine_fn_config_dll advpack enable_advpack implib
17355 wine_fn_config_test dlls/advpack/tests advpack_test
17356 wine_fn_config_dll amstream enable_amstream clean
17357 wine_fn_config_test dlls/amstream/tests amstream_test
17358 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17360 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17361 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17362 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17363 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17364 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17366 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17367 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17368 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17369 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17371 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17372 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17373 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17374 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17376 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17377 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17378 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17379 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17380 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17381 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17382 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17383 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17384 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17385 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17386 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17388 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17389 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17392 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17394 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17395 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17396 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17397 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17399 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17400 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17401 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17402 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17403 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17406 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17407 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17408 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17409 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17411 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17412 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17414 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17415 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17416 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17417 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17418 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17419 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17420 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17421 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17422 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17423 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17424 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17425 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17426 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17427 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17428 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17429 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17430 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17431 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17432 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17433 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17434 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17435 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17436 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17437 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17438 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17439 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17440 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17441 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17442 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17443 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17444 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17445 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17446 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17447 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17448 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17449 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17450 wine_fn_config_dll apphelp enable_apphelp
17451 wine_fn_config_test dlls/apphelp/tests apphelp_test
17452 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17453 wine_fn_config_dll atl enable_atl clean,implib
17454 wine_fn_config_test dlls/atl/tests atl_test
17455 wine_fn_config_dll atl100 enable_atl100 clean,implib
17456 wine_fn_config_test dlls/atl100/tests atl100_test
17457 wine_fn_config_dll atl110 enable_atl110 clean
17458 wine_fn_config_dll atl80 enable_atl80 clean,implib
17459 wine_fn_config_test dlls/atl80/tests atl80_test
17460 wine_fn_config_dll atl90 enable_atl90 clean
17461 wine_fn_config_dll authz enable_authz
17462 wine_fn_config_dll avicap32 enable_avicap32 implib
17463 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17464 wine_fn_config_test dlls/avifil32/tests avifil32_test
17465 wine_fn_config_dll avifile.dll16 enable_win16
17466 wine_fn_config_dll avrt enable_avrt implib
17467 wine_fn_config_dll bcrypt enable_bcrypt
17468 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17469 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17470 wine_fn_config_dll browseui enable_browseui clean,po
17471 wine_fn_config_test dlls/browseui/tests browseui_test
17472 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17473 wine_fn_config_dll cabinet enable_cabinet implib
17474 wine_fn_config_test dlls/cabinet/tests cabinet_test
17475 wine_fn_config_dll capi2032 enable_capi2032 implib
17476 wine_fn_config_dll cards enable_cards implib
17477 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17478 wine_fn_config_dll clusapi enable_clusapi implib
17479 wine_fn_config_dll combase enable_combase
17480 wine_fn_config_test dlls/combase/tests combase_test
17481 wine_fn_config_dll comcat enable_comcat
17482 wine_fn_config_test dlls/comcat/tests comcat_test
17483 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17484 wine_fn_config_test dlls/comctl32/tests comctl32_test
17485 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17486 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17487 wine_fn_config_dll comm.drv16 enable_win16
17488 wine_fn_config_dll commdlg.dll16 enable_win16
17489 wine_fn_config_dll compobj.dll16 enable_win16
17490 wine_fn_config_dll compstui enable_compstui implib
17491 wine_fn_config_dll comsvcs enable_comsvcs implib
17492 wine_fn_config_dll connect enable_connect
17493 wine_fn_config_dll credui enable_credui implib,po
17494 wine_fn_config_test dlls/credui/tests credui_test
17495 wine_fn_config_dll crtdll enable_crtdll implib
17496 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17497 wine_fn_config_test dlls/crypt32/tests crypt32_test
17498 wine_fn_config_dll cryptdlg enable_cryptdlg po
17499 wine_fn_config_dll cryptdll enable_cryptdll implib
17500 wine_fn_config_dll cryptext enable_cryptext
17501 wine_fn_config_dll cryptnet enable_cryptnet implib
17502 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17503 wine_fn_config_dll cryptui enable_cryptui implib,po
17504 wine_fn_config_test dlls/cryptui/tests cryptui_test
17505 wine_fn_config_dll ctapi32 enable_ctapi32
17506 wine_fn_config_dll ctl3d.dll16 enable_win16
17507 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17508 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17509 wine_fn_config_dll d2d1 enable_d2d1 implib
17510 wine_fn_config_test dlls/d2d1/tests d2d1_test
17511 wine_fn_config_dll d3d10 enable_d3d10 implib
17512 wine_fn_config_test dlls/d3d10/tests d3d10_test
17513 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17514 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17515 wine_fn_config_dll d3d10core enable_d3d10core implib
17516 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17517 wine_fn_config_dll d3d11 enable_d3d11 implib
17518 wine_fn_config_test dlls/d3d11/tests d3d11_test
17519 wine_fn_config_dll d3d8 enable_d3d8 implib
17520 wine_fn_config_test dlls/d3d8/tests d3d8_test
17521 wine_fn_config_dll d3d9 enable_d3d9 implib
17522 wine_fn_config_test dlls/d3d9/tests d3d9_test
17523 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17524 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17525 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17526 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17527 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17528 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17529 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17530 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17531 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17532 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17533 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17534 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17535 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17536 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17537 wine_fn_config_dll d3dim enable_d3dim implib
17538 wine_fn_config_dll d3drm enable_d3drm implib
17539 wine_fn_config_test dlls/d3drm/tests d3drm_test
17540 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17541 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17542 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17543 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17544 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17545 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17546 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17547 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17548 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17549 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17550 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17551 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17552 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17553 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17554 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17555 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17556 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17557 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17558 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17559 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17560 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17561 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17562 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17563 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17564 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17565 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17566 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17567 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17568 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17569 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17570 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17571 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17572 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17573 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17574 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17575 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17576 wine_fn_config_dll davclnt enable_davclnt
17577 wine_fn_config_dll dbgeng enable_dbgeng implib
17578 wine_fn_config_dll dbghelp enable_dbghelp implib
17579 wine_fn_config_dll dciman32 enable_dciman32 implib
17580 wine_fn_config_dll ddeml.dll16 enable_win16
17581 wine_fn_config_dll ddraw enable_ddraw clean,implib
17582 wine_fn_config_test dlls/ddraw/tests ddraw_test
17583 wine_fn_config_dll ddrawex enable_ddrawex clean
17584 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17585 wine_fn_config_dll devenum enable_devenum clean,po
17586 wine_fn_config_test dlls/devenum/tests devenum_test
17587 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17588 wine_fn_config_dll difxapi enable_difxapi
17589 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17590 wine_fn_config_test dlls/dinput/tests dinput_test
17591 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17592 wine_fn_config_test dlls/dinput8/tests dinput8_test
17593 wine_fn_config_dll dispdib.dll16 enable_win16
17594 wine_fn_config_dll dispex enable_dispex clean
17595 wine_fn_config_test dlls/dispex/tests dispex_test
17596 wine_fn_config_dll display.drv16 enable_win16
17597 wine_fn_config_dll dmband enable_dmband clean
17598 wine_fn_config_test dlls/dmband/tests dmband_test
17599 wine_fn_config_dll dmcompos enable_dmcompos clean
17600 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17601 wine_fn_config_dll dmime enable_dmime clean
17602 wine_fn_config_test dlls/dmime/tests dmime_test
17603 wine_fn_config_dll dmloader enable_dmloader clean
17604 wine_fn_config_test dlls/dmloader/tests dmloader_test
17605 wine_fn_config_dll dmscript enable_dmscript clean
17606 wine_fn_config_test dlls/dmscript/tests dmscript_test
17607 wine_fn_config_dll dmstyle enable_dmstyle clean
17608 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17609 wine_fn_config_dll dmsynth enable_dmsynth clean
17610 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17611 wine_fn_config_dll dmusic enable_dmusic clean
17612 wine_fn_config_test dlls/dmusic/tests dmusic_test
17613 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17614 wine_fn_config_dll dnsapi enable_dnsapi implib
17615 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17616 wine_fn_config_dll dplay enable_dplay implib
17617 wine_fn_config_dll dplayx enable_dplayx clean,implib
17618 wine_fn_config_test dlls/dplayx/tests dplayx_test
17619 wine_fn_config_dll dpnaddr enable_dpnaddr
17620 wine_fn_config_dll dpnet enable_dpnet clean,implib
17621 wine_fn_config_test dlls/dpnet/tests dpnet_test
17622 wine_fn_config_dll dpnhpast enable_dpnhpast
17623 wine_fn_config_dll dpnlobby enable_dpnlobby
17624 wine_fn_config_dll dpvoice enable_dpvoice clean
17625 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17626 wine_fn_config_dll dpwsockx enable_dpwsockx
17627 wine_fn_config_dll drmclien enable_drmclien
17628 wine_fn_config_dll dsound enable_dsound clean,implib
17629 wine_fn_config_test dlls/dsound/tests dsound_test
17630 wine_fn_config_dll dssenh enable_dssenh
17631 wine_fn_config_test dlls/dssenh/tests dssenh_test
17632 wine_fn_config_dll dswave enable_dswave clean
17633 wine_fn_config_test dlls/dswave/tests dswave_test
17634 wine_fn_config_dll dwmapi enable_dwmapi implib
17635 wine_fn_config_dll dwrite enable_dwrite implib
17636 wine_fn_config_test dlls/dwrite/tests dwrite_test
17637 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17638 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17639 wine_fn_config_lib dxerr8
17640 wine_fn_config_lib dxerr9
17641 wine_fn_config_dll dxgi enable_dxgi implib
17642 wine_fn_config_test dlls/dxgi/tests dxgi_test
17643 wine_fn_config_lib dxguid
17644 wine_fn_config_dll dxva2 enable_dxva2
17645 wine_fn_config_dll esent enable_esent
17646 wine_fn_config_dll evr enable_evr
17647 wine_fn_config_dll explorerframe enable_explorerframe clean
17648 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17649 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17650 wine_fn_config_dll faultrep enable_faultrep implib
17651 wine_fn_config_test dlls/faultrep/tests faultrep_test
17652 wine_fn_config_dll fltlib enable_fltlib
17653 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17654 wine_fn_config_dll fntcache enable_fntcache
17655 wine_fn_config_dll fontsub enable_fontsub
17656 wine_fn_config_dll fusion enable_fusion
17657 wine_fn_config_test dlls/fusion/tests fusion_test
17658 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17659 wine_fn_config_dll gameux enable_gameux clean
17660 wine_fn_config_test dlls/gameux/tests gameux_test
17661 wine_fn_config_dll gdi.exe16 enable_win16
17662 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17663 wine_fn_config_test dlls/gdi32/tests gdi32_test
17664 wine_fn_config_dll gdiplus enable_gdiplus implib
17665 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17666 wine_fn_config_dll glu32 enable_glu32 implib
17667 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17668 wine_fn_config_dll gpkcsp enable_gpkcsp
17669 wine_fn_config_dll hal enable_hal
17670 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17671 wine_fn_config_dll hid enable_hid implib
17672 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17673 wine_fn_config_dll hlink enable_hlink clean,implib
17674 wine_fn_config_test dlls/hlink/tests hlink_test
17675 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17676 wine_fn_config_dll httpapi enable_httpapi
17677 wine_fn_config_dll iccvid enable_iccvid po
17678 wine_fn_config_dll icmp enable_icmp
17679 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17680 wine_fn_config_test dlls/ieframe/tests ieframe_test
17681 wine_fn_config_dll ifsmgr.vxd enable_win16
17682 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17683 wine_fn_config_dll imagehlp enable_imagehlp implib
17684 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17685 wine_fn_config_dll imm.dll16 enable_win16
17686 wine_fn_config_dll imm32 enable_imm32 implib
17687 wine_fn_config_test dlls/imm32/tests imm32_test
17688 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17689 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17690 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17691 wine_fn_config_dll inetmib1 enable_inetmib1
17692 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17693 wine_fn_config_dll infosoft enable_infosoft clean
17694 wine_fn_config_test dlls/infosoft/tests infosoft_test
17695 wine_fn_config_dll initpki enable_initpki
17696 wine_fn_config_dll inkobj enable_inkobj
17697 wine_fn_config_dll inseng enable_inseng clean
17698 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17699 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17700 wine_fn_config_dll itircl enable_itircl
17701 wine_fn_config_dll itss enable_itss clean
17702 wine_fn_config_test dlls/itss/tests itss_test
17703 wine_fn_config_dll joy.cpl enable_joy_cpl po
17704 wine_fn_config_dll jscript enable_jscript clean,po
17705 wine_fn_config_test dlls/jscript/tests jscript_test
17706 wine_fn_config_dll jsproxy enable_jsproxy implib
17707 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17708 wine_fn_config_test dlls/kernel32/tests kernel32_test
17709 wine_fn_config_dll keyboard.drv16 enable_win16
17710 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17711 wine_fn_config_dll ksuser enable_ksuser
17712 wine_fn_config_dll ktmw32 enable_ktmw32
17713 wine_fn_config_dll loadperf enable_loadperf implib
17714 wine_fn_config_dll localspl enable_localspl po
17715 wine_fn_config_test dlls/localspl/tests localspl_test
17716 wine_fn_config_dll localui enable_localui po
17717 wine_fn_config_test dlls/localui/tests localui_test
17718 wine_fn_config_dll lz32 enable_lz32 implib
17719 wine_fn_config_test dlls/lz32/tests lz32_test
17720 wine_fn_config_dll lzexpand.dll16 enable_win16
17721 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17722 wine_fn_config_test dlls/mapi32/tests mapi32_test
17723 wine_fn_config_dll mapistub enable_mapistub
17724 wine_fn_config_dll mciavi32 enable_mciavi32
17725 wine_fn_config_dll mcicda enable_mcicda
17726 wine_fn_config_dll mciqtz32 enable_mciqtz32
17727 wine_fn_config_dll mciseq enable_mciseq
17728 wine_fn_config_dll mciwave enable_mciwave
17729 wine_fn_config_dll mf enable_mf
17730 wine_fn_config_dll mfplat enable_mfplat
17731 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17732 wine_fn_config_dll mgmtapi enable_mgmtapi
17733 wine_fn_config_dll midimap enable_midimap
17734 wine_fn_config_dll mlang enable_mlang clean,implib
17735 wine_fn_config_test dlls/mlang/tests mlang_test
17736 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17737 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17738 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17739 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17740 wine_fn_config_dll mmdevldr.vxd enable_win16
17741 wine_fn_config_dll mmsystem.dll16 enable_win16
17742 wine_fn_config_dll monodebg.vxd enable_win16
17743 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17744 wine_fn_config_dll mouse.drv16 enable_win16
17745 wine_fn_config_dll mpr enable_mpr implib,po
17746 wine_fn_config_test dlls/mpr/tests mpr_test
17747 wine_fn_config_dll mprapi enable_mprapi implib
17748 wine_fn_config_dll msacm.dll16 enable_win16
17749 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17750 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17751 wine_fn_config_test dlls/msacm32/tests msacm32_test
17752 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17753 wine_fn_config_dll msasn1 enable_msasn1 implib
17754 wine_fn_config_dll mscat32 enable_mscat32
17755 wine_fn_config_dll mscms enable_mscms implib
17756 wine_fn_config_test dlls/mscms/tests mscms_test
17757 wine_fn_config_dll mscoree enable_mscoree clean
17758 wine_fn_config_test dlls/mscoree/tests mscoree_test
17759 wine_fn_config_dll msctf enable_msctf clean
17760 wine_fn_config_test dlls/msctf/tests msctf_test
17761 wine_fn_config_dll msctfp enable_msctfp clean
17762 wine_fn_config_dll msdaps enable_msdaps clean
17763 wine_fn_config_dll msdelta enable_msdelta
17764 wine_fn_config_dll msdmo enable_msdmo implib
17765 wine_fn_config_test dlls/msdmo/tests msdmo_test
17766 wine_fn_config_dll msftedit enable_msftedit
17767 wine_fn_config_dll msg711.acm enable_msg711_acm
17768 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17769 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17770 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17771 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17772 wine_fn_config_dll msi enable_msi clean,implib,po
17773 wine_fn_config_test dlls/msi/tests msi_test
17774 wine_fn_config_dll msident enable_msident clean
17775 wine_fn_config_dll msimg32 enable_msimg32 implib
17776 wine_fn_config_dll msimsg enable_msimsg
17777 wine_fn_config_dll msimtf enable_msimtf clean
17778 wine_fn_config_dll msisip enable_msisip
17779 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17780 wine_fn_config_dll msls31 enable_msls31
17781 wine_fn_config_dll msnet32 enable_msnet32
17782 wine_fn_config_dll mspatcha enable_mspatcha implib
17783 wine_fn_config_dll msrle32 enable_msrle32 po
17784 wine_fn_config_test dlls/msrle32/tests msrle32_test
17785 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17786 wine_fn_config_dll mssign32 enable_mssign32
17787 wine_fn_config_dll mssip32 enable_mssip32
17788 wine_fn_config_dll mstask enable_mstask clean
17789 wine_fn_config_test dlls/mstask/tests mstask_test
17790 wine_fn_config_dll msvcirt enable_msvcirt
17791 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17792 wine_fn_config_dll msvcm80 enable_msvcm80
17793 wine_fn_config_dll msvcm90 enable_msvcm90
17794 wine_fn_config_dll msvcp100 enable_msvcp100
17795 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17796 wine_fn_config_dll msvcp110 enable_msvcp110
17797 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
17798 wine_fn_config_dll msvcp120 enable_msvcp120
17799 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17800 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17801 wine_fn_config_dll msvcp60 enable_msvcp60
17802 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17803 wine_fn_config_dll msvcp70 enable_msvcp70
17804 wine_fn_config_dll msvcp71 enable_msvcp71
17805 wine_fn_config_dll msvcp80 enable_msvcp80
17806 wine_fn_config_dll msvcp90 enable_msvcp90
17807 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17808 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17809 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17810 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17811 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17812 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17813 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17814 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17815 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17816 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17817 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17818 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17819 wine_fn_config_dll msvcrt enable_msvcrt implib
17820 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17821 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17822 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17823 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17824 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17825 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17826 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17827 wine_fn_config_dll msvidc32 enable_msvidc32 po
17828 wine_fn_config_dll msvideo.dll16 enable_win16
17829 wine_fn_config_dll mswsock enable_mswsock implib
17830 wine_fn_config_dll msxml enable_msxml clean
17831 wine_fn_config_dll msxml2 enable_msxml2 clean
17832 wine_fn_config_dll msxml3 enable_msxml3 clean
17833 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17834 wine_fn_config_dll msxml4 enable_msxml4 clean
17835 wine_fn_config_dll msxml6 enable_msxml6 clean
17836 wine_fn_config_dll nddeapi enable_nddeapi implib
17837 wine_fn_config_dll ndis.sys enable_ndis_sys
17838 wine_fn_config_dll netapi32 enable_netapi32 implib
17839 wine_fn_config_test dlls/netapi32/tests netapi32_test
17840 wine_fn_config_dll netcfgx enable_netcfgx clean
17841 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17842 wine_fn_config_dll netprofm enable_netprofm clean
17843 wine_fn_config_test dlls/netprofm/tests netprofm_test
17844 wine_fn_config_dll newdev enable_newdev implib
17845 wine_fn_config_dll normaliz enable_normaliz implib
17846 wine_fn_config_dll npmshtml enable_npmshtml
17847 wine_fn_config_dll npptools enable_npptools
17848 wine_fn_config_dll ntdll enable_ntdll implib
17849 wine_fn_config_test dlls/ntdll/tests ntdll_test
17850 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17851 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17852 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17853 wine_fn_config_dll ntprint enable_ntprint
17854 wine_fn_config_test dlls/ntprint/tests ntprint_test
17855 wine_fn_config_dll objsel enable_objsel clean
17856 wine_fn_config_dll odbc32 enable_odbc32 implib
17857 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17858 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17859 wine_fn_config_dll odbccu32 enable_odbccu32
17860 wine_fn_config_dll ole2.dll16 enable_win16
17861 wine_fn_config_dll ole2conv.dll16 enable_win16
17862 wine_fn_config_dll ole2disp.dll16 enable_win16
17863 wine_fn_config_dll ole2nls.dll16 enable_win16
17864 wine_fn_config_dll ole2prox.dll16 enable_win16
17865 wine_fn_config_dll ole2thk.dll16 enable_win16
17866 wine_fn_config_dll ole32 enable_ole32 clean,implib
17867 wine_fn_config_test dlls/ole32/tests ole32_test
17868 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17869 wine_fn_config_test dlls/oleacc/tests oleacc_test
17870 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17871 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17872 wine_fn_config_dll olecli.dll16 enable_win16
17873 wine_fn_config_dll olecli32 enable_olecli32 implib
17874 wine_fn_config_dll oledb32 enable_oledb32 clean
17875 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17876 wine_fn_config_dll oledlg enable_oledlg implib,po
17877 wine_fn_config_test dlls/oledlg/tests oledlg_test
17878 wine_fn_config_dll olepro32 enable_olepro32 implib
17879 wine_fn_config_dll olesvr.dll16 enable_win16
17880 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17881 wine_fn_config_dll olethk32 enable_olethk32
17882 wine_fn_config_dll openal32 enable_openal32
17883 wine_fn_config_dll opencl enable_opencl
17884 wine_fn_config_dll opengl32 enable_opengl32 implib
17885 wine_fn_config_test dlls/opengl32/tests opengl32_test
17886 wine_fn_config_dll packager enable_packager clean
17887 wine_fn_config_test dlls/packager/tests packager_test
17888 wine_fn_config_dll pdh enable_pdh implib
17889 wine_fn_config_test dlls/pdh/tests pdh_test
17890 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17891 wine_fn_config_dll pidgen enable_pidgen
17892 wine_fn_config_dll powrprof enable_powrprof implib
17893 wine_fn_config_dll printui enable_printui
17894 wine_fn_config_dll prntvpt enable_prntvpt
17895 wine_fn_config_dll propsys enable_propsys clean,implib
17896 wine_fn_config_test dlls/propsys/tests propsys_test
17897 wine_fn_config_dll psapi enable_psapi implib
17898 wine_fn_config_test dlls/psapi/tests psapi_test
17899 wine_fn_config_dll pstorec enable_pstorec clean
17900 wine_fn_config_dll qcap enable_qcap
17901 wine_fn_config_test dlls/qcap/tests qcap_test
17902 wine_fn_config_dll qedit enable_qedit clean
17903 wine_fn_config_test dlls/qedit/tests qedit_test
17904 wine_fn_config_dll qmgr enable_qmgr clean
17905 wine_fn_config_test dlls/qmgr/tests qmgr_test
17906 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17907 wine_fn_config_dll quartz enable_quartz clean,implib
17908 wine_fn_config_test dlls/quartz/tests quartz_test clean
17909 wine_fn_config_dll query enable_query
17910 wine_fn_config_dll rasapi16.dll16 enable_win16
17911 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17912 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17913 wine_fn_config_dll rasdlg enable_rasdlg implib
17914 wine_fn_config_dll regapi enable_regapi
17915 wine_fn_config_dll resutils enable_resutils implib
17916 wine_fn_config_dll riched20 enable_riched20 clean,implib
17917 wine_fn_config_test dlls/riched20/tests riched20_test
17918 wine_fn_config_dll riched32 enable_riched32
17919 wine_fn_config_test dlls/riched32/tests riched32_test
17920 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17921 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17922 wine_fn_config_dll rsabase enable_rsabase
17923 wine_fn_config_dll rsaenh enable_rsaenh implib
17924 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17925 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17926 wine_fn_config_dll rtutils enable_rtutils implib
17927 wine_fn_config_dll samlib enable_samlib
17928 wine_fn_config_dll sane.ds enable_sane_ds po
17929 wine_fn_config_dll scarddlg enable_scarddlg
17930 wine_fn_config_dll sccbase enable_sccbase
17931 wine_fn_config_dll schannel enable_schannel
17932 wine_fn_config_test dlls/schannel/tests schannel_test
17933 wine_fn_config_dll schedsvc enable_schedsvc clean
17934 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17935 wine_fn_config_dll scrrun enable_scrrun clean
17936 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17937 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17938 wine_fn_config_dll secur32 enable_secur32 implib
17939 wine_fn_config_test dlls/secur32/tests secur32_test
17940 wine_fn_config_dll security enable_security
17941 wine_fn_config_dll sensapi enable_sensapi implib
17942 wine_fn_config_dll serialui enable_serialui implib,po
17943 wine_fn_config_test dlls/serialui/tests serialui_test
17944 wine_fn_config_dll setupapi enable_setupapi implib,po
17945 wine_fn_config_test dlls/setupapi/tests setupapi_test
17946 wine_fn_config_dll setupx.dll16 enable_win16
17947 wine_fn_config_dll sfc enable_sfc implib
17948 wine_fn_config_dll sfc_os enable_sfc_os implib
17949 wine_fn_config_dll shdoclc enable_shdoclc po
17950 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17951 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17952 wine_fn_config_dll shell.dll16 enable_win16
17953 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17954 wine_fn_config_test dlls/shell32/tests shell32_test
17955 wine_fn_config_dll shfolder enable_shfolder implib
17956 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17957 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17958 wine_fn_config_dll slbcsp enable_slbcsp
17959 wine_fn_config_dll slc enable_slc implib
17960 wine_fn_config_test dlls/slc/tests slc_test
17961 wine_fn_config_dll snmpapi enable_snmpapi implib
17962 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17963 wine_fn_config_dll softpub enable_softpub
17964 wine_fn_config_dll sound.drv16 enable_win16
17965 wine_fn_config_dll spoolss enable_spoolss implib
17966 wine_fn_config_test dlls/spoolss/tests spoolss_test
17967 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17968 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17969 wine_fn_config_dll sti enable_sti clean,implib
17970 wine_fn_config_test dlls/sti/tests sti_test
17971 wine_fn_config_dll storage.dll16 enable_win16
17972 wine_fn_config_dll stress.dll16 enable_win16
17973 wine_fn_config_lib strmbase
17974 wine_fn_config_lib strmiids
17975 wine_fn_config_dll svrapi enable_svrapi
17976 wine_fn_config_dll sxs enable_sxs implib
17977 wine_fn_config_test dlls/sxs/tests sxs_test
17978 wine_fn_config_dll system.drv16 enable_win16
17979 wine_fn_config_dll t2embed enable_t2embed
17980 wine_fn_config_dll tapi32 enable_tapi32 implib
17981 wine_fn_config_dll taskschd enable_taskschd clean
17982 wine_fn_config_test dlls/taskschd/tests taskschd_test
17983 wine_fn_config_dll toolhelp.dll16 enable_win16
17984 wine_fn_config_dll traffic enable_traffic
17985 wine_fn_config_dll twain.dll16 enable_win16
17986 wine_fn_config_dll twain_32 enable_twain_32
17987 wine_fn_config_test dlls/twain_32/tests twain_32_test
17988 wine_fn_config_dll typelib.dll16 enable_win16
17989 wine_fn_config_dll ucrtbase enable_ucrtbase
17990 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
17991 wine_fn_config_dll unicows enable_unicows implib
17992 wine_fn_config_dll updspapi enable_updspapi
17993 wine_fn_config_dll url enable_url implib
17994 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17995 wine_fn_config_test dlls/urlmon/tests urlmon_test
17996 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17997 wine_fn_config_dll user.exe16 enable_win16
17998 wine_fn_config_dll user32 enable_user32 clean,implib,po
17999 wine_fn_config_test dlls/user32/tests user32_test
18000 wine_fn_config_dll userenv enable_userenv implib
18001 wine_fn_config_test dlls/userenv/tests userenv_test
18002 wine_fn_config_dll usp10 enable_usp10 implib
18003 wine_fn_config_test dlls/usp10/tests usp10_test
18004 wine_fn_config_lib uuid
18005 wine_fn_config_dll uxtheme enable_uxtheme implib
18006 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18007 wine_fn_config_dll vbscript enable_vbscript clean
18008 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18009 wine_fn_config_dll vcomp enable_vcomp
18010 wine_fn_config_test dlls/vcomp/tests vcomp_test
18011 wine_fn_config_dll vcomp100 enable_vcomp100
18012 wine_fn_config_dll vcomp110 enable_vcomp110
18013 wine_fn_config_dll vcomp120 enable_vcomp120
18014 wine_fn_config_dll vcomp90 enable_vcomp90
18015 wine_fn_config_dll vcruntime140 enable_vcruntime140
18016 wine_fn_config_dll vdhcp.vxd enable_win16
18017 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18018 wine_fn_config_dll ver.dll16 enable_win16
18019 wine_fn_config_dll version enable_version implib
18020 wine_fn_config_test dlls/version/tests version_test
18021 wine_fn_config_dll vmm.vxd enable_win16
18022 wine_fn_config_dll vnbt.vxd enable_win16
18023 wine_fn_config_dll vnetbios.vxd enable_win16
18024 wine_fn_config_dll vssapi enable_vssapi
18025 wine_fn_config_dll vtdapi.vxd enable_win16
18026 wine_fn_config_dll vwin32.vxd enable_win16
18027 wine_fn_config_dll w32skrnl enable_win16
18028 wine_fn_config_dll w32sys.dll16 enable_win16
18029 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18030 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18031 wine_fn_config_dll wbemprox enable_wbemprox clean
18032 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18033 wine_fn_config_dll webservices enable_webservices implib
18034 wine_fn_config_test dlls/webservices/tests webservices_test
18035 wine_fn_config_dll wer enable_wer implib
18036 wine_fn_config_test dlls/wer/tests wer_test
18037 wine_fn_config_dll wevtapi enable_wevtapi
18038 wine_fn_config_dll wiaservc enable_wiaservc clean
18039 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18040 wine_fn_config_dll wimgapi enable_wimgapi
18041 wine_fn_config_dll win32s16.dll16 enable_win16
18042 wine_fn_config_dll win87em.dll16 enable_win16
18043 wine_fn_config_dll winaspi.dll16 enable_win16
18044 wine_fn_config_dll windebug.dll16 enable_win16
18045 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18046 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18047 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18048 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18049 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18050 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18051 wine_fn_config_lib winecrt0
18052 wine_fn_config_dll wined3d enable_wined3d implib
18053 wine_fn_config_dll winegstreamer enable_winegstreamer
18054 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18055 wine_fn_config_dll winemac.drv enable_winemac_drv
18056 wine_fn_config_dll winemapi enable_winemapi
18057 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18058 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18059 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
18060 wine_fn_config_dll wineps16.drv16 enable_win16
18061 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18062 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18063 wine_fn_config_dll winex11.drv enable_winex11_drv
18064 wine_fn_config_dll wing.dll16 enable_win16
18065 wine_fn_config_dll wing32 enable_wing32
18066 wine_fn_config_dll winhttp enable_winhttp clean,implib
18067 wine_fn_config_test dlls/winhttp/tests winhttp_test
18068 wine_fn_config_dll wininet enable_wininet implib,po
18069 wine_fn_config_test dlls/wininet/tests wininet_test
18070 wine_fn_config_dll winmm enable_winmm implib,po
18071 wine_fn_config_test dlls/winmm/tests winmm_test
18072 wine_fn_config_dll winnls.dll16 enable_win16
18073 wine_fn_config_dll winnls32 enable_winnls32 implib
18074 wine_fn_config_dll winscard enable_winscard implib
18075 wine_fn_config_dll winsock.dll16 enable_win16
18076 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
18077 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18078 wine_fn_config_dll winsta enable_winsta
18079 wine_fn_config_dll wintab.dll16 enable_win16
18080 wine_fn_config_dll wintab32 enable_wintab32 implib
18081 wine_fn_config_test dlls/wintab32/tests wintab32_test
18082 wine_fn_config_dll wintrust enable_wintrust implib
18083 wine_fn_config_test dlls/wintrust/tests wintrust_test
18084 wine_fn_config_dll wlanapi enable_wlanapi
18085 wine_fn_config_dll wldap32 enable_wldap32 implib,po
18086 wine_fn_config_test dlls/wldap32/tests wldap32_test
18087 wine_fn_config_dll wmi enable_wmi
18088 wine_fn_config_dll wmiutils enable_wmiutils clean
18089 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18090 wine_fn_config_dll wmp enable_wmp clean
18091 wine_fn_config_test dlls/wmp/tests wmp_test
18092 wine_fn_config_dll wmvcore enable_wmvcore
18093 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18094 wine_fn_config_dll wow32 enable_win16 implib
18095 wine_fn_config_dll wpcap enable_wpcap
18096 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18097 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18098 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18099 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18100 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18101 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18102 wine_fn_config_dll wsock32 enable_wsock32 implib
18103 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18104 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18105 wine_fn_config_dll wuapi enable_wuapi clean
18106 wine_fn_config_dll wuaueng enable_wuaueng
18107 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18108 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18109 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18110 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18111 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18112 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18113 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18114 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18115 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18116 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18117 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18118 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18119 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18120 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18121 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18122 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18123 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18124 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18125 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18126 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18127 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18128 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18129 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18130 wine_fn_config_dll xinput1_1 enable_xinput1_1
18131 wine_fn_config_dll xinput1_2 enable_xinput1_2
18132 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18133 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18134 wine_fn_config_dll xinput1_4 enable_xinput1_4
18135 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18136 wine_fn_config_dll xmllite enable_xmllite implib
18137 wine_fn_config_test dlls/xmllite/tests xmllite_test
18138 wine_fn_config_dll xolehlp enable_xolehlp
18139 wine_fn_config_dll xpsprint enable_xpsprint
18140 wine_fn_config_dll xpssvcs enable_xpssvcs
18141 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18142 wine_fn_config_makefile include enable_include clean,install-dev
18143 wine_fn_config_makefile libs/port enable_libs_port
18144 wine_fn_config_makefile libs/wine enable_libs_wine clean,config,install-dev,install-lib
18145 wine_fn_config_makefile libs/wpp enable_libs_wpp
18146 wine_fn_config_makefile loader enable_loader clean,config,install-lib
18147 wine_fn_config_program arp enable_arp install
18148 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18149 wine_fn_config_program attrib enable_attrib install,po
18150 wine_fn_config_program cabarc enable_cabarc install
18151 wine_fn_config_program cacls enable_cacls install
18152 wine_fn_config_program clock enable_clock install,po
18153 wine_fn_config_program cmd enable_cmd install,po
18154 wine_fn_config_test programs/cmd/tests cmd.exe_test
18155 wine_fn_config_program conhost enable_conhost install
18156 wine_fn_config_program control enable_control install
18157 wine_fn_config_program cscript enable_cscript clean,install
18158 wine_fn_config_program dpnsvr enable_dpnsvr install
18159 wine_fn_config_program dxdiag enable_dxdiag install,po
18160 wine_fn_config_program eject enable_eject install
18161 wine_fn_config_program expand enable_expand install
18162 wine_fn_config_program explorer enable_explorer install,po
18163 wine_fn_config_program extrac32 enable_extrac32 install
18164 wine_fn_config_program findstr enable_findstr install
18165 wine_fn_config_program hh enable_hh install
18166 wine_fn_config_program hostname enable_hostname install,po
18167 wine_fn_config_program icinfo enable_icinfo install
18168 wine_fn_config_program iexplore enable_iexplore install
18169 wine_fn_config_program ipconfig enable_ipconfig install,po
18170 wine_fn_config_program lodctr enable_lodctr install
18171 wine_fn_config_program mofcomp enable_mofcomp install
18172 wine_fn_config_program mshta enable_mshta install
18173 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18174 wine_fn_config_program net enable_net install,po
18175 wine_fn_config_program netsh enable_netsh install
18176 wine_fn_config_program netstat enable_netstat install,po
18177 wine_fn_config_program ngen enable_ngen install
18178 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
18179 wine_fn_config_program oleview enable_oleview install,po
18180 wine_fn_config_program ping enable_ping install
18181 wine_fn_config_program plugplay enable_plugplay install
18182 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18183 wine_fn_config_program progman enable_progman install,po
18184 wine_fn_config_program reg enable_reg install,po
18185 wine_fn_config_test programs/reg/tests reg.exe_test
18186 wine_fn_config_program regasm enable_regasm install
18187 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
18188 wine_fn_config_test programs/regedit/tests regedit.exe_test
18189 wine_fn_config_program regsvcs enable_regsvcs install
18190 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
18191 wine_fn_config_program rpcss enable_rpcss clean,install
18192 wine_fn_config_program rundll.exe16 enable_win16 install
18193 wine_fn_config_program rundll32 enable_rundll32 install
18194 wine_fn_config_program sc enable_sc install
18195 wine_fn_config_program schtasks enable_schtasks install
18196 wine_fn_config_program sdbinst enable_sdbinst install
18197 wine_fn_config_program secedit enable_secedit install
18198 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18199 wine_fn_config_program services enable_services clean,install
18200 wine_fn_config_test programs/services/tests services.exe_test
18201 wine_fn_config_program spoolsv enable_spoolsv install
18202 wine_fn_config_program start enable_start install,po
18203 wine_fn_config_program svchost enable_svchost install
18204 wine_fn_config_program systeminfo enable_systeminfo install
18205 wine_fn_config_program taskkill enable_taskkill install,po
18206 wine_fn_config_program tasklist enable_tasklist install
18207 wine_fn_config_program taskmgr enable_taskmgr install,po
18208 wine_fn_config_program termsv enable_termsv install
18209 wine_fn_config_program uninstaller enable_uninstaller install,po
18210 wine_fn_config_program unlodctr enable_unlodctr install
18211 wine_fn_config_program view enable_view install,po
18212 wine_fn_config_program wevtutil enable_wevtutil install
18213 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
18214 wine_fn_config_program winebrowser enable_winebrowser install
18215 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
18216 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
18217 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
18218 wine_fn_config_program winedevice enable_winedevice install
18219 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
18220 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18221 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
18222 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18223 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18224 wine_fn_config_program winetest enable_winetest clean,config
18225 wine_fn_config_program winevdm enable_win16 install
18226 wine_fn_config_program winhelp.exe16 enable_win16 install
18227 wine_fn_config_program winhlp32 enable_winhlp32 install,po
18228 wine_fn_config_program winoldap.mod16 enable_win16 install
18229 wine_fn_config_program winver enable_winver install
18230 wine_fn_config_program wmic enable_wmic install,po
18231 wine_fn_config_program wmplayer enable_wmplayer install
18232 wine_fn_config_program wordpad enable_wordpad install,po
18233 wine_fn_config_program write enable_write install,po
18234 wine_fn_config_program wscript enable_wscript clean,install
18235 wine_fn_config_test programs/wscript/tests wscript.exe_test
18236 wine_fn_config_program wusa enable_wusa install
18237 wine_fn_config_program xcopy enable_xcopy install,po
18238 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18239 wine_fn_config_makefile server enable_server clean,install-lib
18240 wine_fn_config_tool tools clean
18241 wine_fn_config_tool tools/sfnt2fon clean
18242 wine_fn_config_tool tools/widl clean,install-dev
18243 wine_fn_config_tool tools/winebuild clean,install-dev
18244 wine_fn_config_tool tools/winedump clean,install-dev
18245 wine_fn_config_tool tools/winegcc clean,install-dev
18246 wine_fn_config_tool tools/winemaker clean,install-dev
18247 wine_fn_config_tool tools/wmc clean,install-dev
18248 wine_fn_config_tool tools/wrc clean,install-dev
18250 LINGUAS="\
18251 ar \
18252 bg \
18253 ca \
18254 cs \
18255 da \
18256 de \
18257 el \
18258 en \
18259 en_US \
18260 eo \
18261 es \
18262 fa \
18263 fi \
18264 fr \
18265 he \
18266 hi \
18267 hr \
18268 hu \
18269 it \
18270 ja \
18271 ko \
18272 lt \
18273 ml \
18274 nb_NO \
18275 nl \
18276 or \
18277 pa \
18278 pl \
18279 pt_BR \
18280 pt_PT \
18281 rm \
18282 ro \
18283 ru \
18284 sk \
18285 sl \
18286 sr_RS@cyrillic \
18287 sr_RS@latin \
18288 sv \
18289 te \
18290 th \
18291 tr \
18292 uk \
18293 wa \
18294 zh_CN \
18295 zh_TW"
18300 wine_fn_ignore_file ".gitignore"
18301 wine_fn_ignore_file "Makefile"
18302 wine_fn_ignore_file "TAGS"
18303 wine_fn_ignore_file "tags"
18304 wine_fn_ignore_file "autom4te.cache"
18305 wine_fn_ignore_file "config.cache"
18306 wine_fn_ignore_file "config.log"
18307 wine_fn_ignore_file "config.status"
18308 wine_fn_ignore_file "configure.lineno"
18309 wine_fn_ignore_file "include/config.h"
18310 wine_fn_ignore_file "include/stamp-h"
18311 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18313 if test "x$enable_tools" != xno
18314 then
18315 wine_fn_ignore_file "tools/makedep$ac_exeext"
18316 ac_config_commands="$ac_config_commands tools/makedep"
18320 ac_config_commands="$ac_config_commands Makefile"
18323 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18327 if test "x$enable_maintainer_mode" = xyes
18328 then
18329 wine_fn_append_rule "configure: configure.ac aclocal.m4
18330 autoconf --warnings=all
18331 include/config.h.in: include/stamp-h.in
18332 include/stamp-h.in: configure.ac aclocal.m4
18333 autoheader --warnings=all
18334 @echo timestamp > \$@"
18337 if test "x$with_gettextpo" = xyes
18338 then
18339 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18340 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18341 \$(LINGUAS:%=po/%.po): po/wine.pot
18342 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18343 po/wine.pot: \$(ALL_POT_FILES)
18344 msgcat -o \$@ \$(ALL_POT_FILES)"
18347 if test "$MSGFMT" != false
18348 then
18349 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18350 clean::
18351 \$(RM) \$(LINGUAS:%=po/%.mo)"
18353 posrc="po"
18354 test "$srcdir" = . || posrc="$srcdir/po"
18355 for i in $LINGUAS
18357 wine_fn_ignore_file "po/$i.mo"
18358 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18359 \$(MSGFMT) -o \$@ $posrc/$i.po"
18360 done
18361 else
18362 LINGUAS=
18365 if test "x$enable_tools" != xno
18366 then
18367 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18368 @./config.status tools/makedep
18369 Makefile: tools/makedep$ac_exeext
18370 distclean:: clean
18371 \$(RM) tools/makedep$ac_exeext"
18372 else
18373 wine_fn_append_rule "\$(MAKEDEP):
18374 @echo \"You need to run make in $TOOLSDIR first\" && false"
18377 if test -n "$with_wine64"
18378 then
18379 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18380 fonts server tools:
18381 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18382 $with_wine64/loader/wine:
18383 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18384 $with_wine64/loader/wine-preloader:
18385 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18386 clean::
18387 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18388 else
18389 as_fn_append LOADER_RULES "
18390 install install-lib:: wine.inf
18391 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18392 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18394 uninstall::
18395 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18399 if test "$srcdir" = .
18400 then
18401 ac_config_commands="$ac_config_commands .gitignore"
18405 $as_echo " done" >&6
18406 cat >confcache <<\_ACEOF
18407 # This file is a shell script that caches the results of configure
18408 # tests run on this system so they can be shared between configure
18409 # scripts and configure runs, see configure's option --config-cache.
18410 # It is not useful on other systems. If it contains results you don't
18411 # want to keep, you may remove or edit it.
18413 # config.status only pays attention to the cache file if you give it
18414 # the --recheck option to rerun configure.
18416 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18417 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18418 # following values.
18420 _ACEOF
18422 # The following way of writing the cache mishandles newlines in values,
18423 # but we know of no workaround that is simple, portable, and efficient.
18424 # So, we kill variables containing newlines.
18425 # Ultrix sh set writes to stderr and can't be redirected directly,
18426 # and sets the high bit in the cache file unless we assign to the vars.
18428 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18429 eval ac_val=\$$ac_var
18430 case $ac_val in #(
18431 *${as_nl}*)
18432 case $ac_var in #(
18433 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18434 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18435 esac
18436 case $ac_var in #(
18437 _ | IFS | as_nl) ;; #(
18438 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18439 *) { eval $ac_var=; unset $ac_var;} ;;
18440 esac ;;
18441 esac
18442 done
18444 (set) 2>&1 |
18445 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18446 *${as_nl}ac_space=\ *)
18447 # `set' does not quote correctly, so add quotes: double-quote
18448 # substitution turns \\\\ into \\, and sed turns \\ into \.
18449 sed -n \
18450 "s/'/'\\\\''/g;
18451 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18452 ;; #(
18454 # `set' quotes correctly as required by POSIX, so do not add quotes.
18455 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18457 esac |
18458 sort
18460 sed '
18461 /^ac_cv_env_/b end
18462 t clear
18463 :clear
18464 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18465 t end
18466 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18467 :end' >>confcache
18468 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18469 if test -w "$cache_file"; then
18470 if test "x$cache_file" != "x/dev/null"; then
18471 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18472 $as_echo "$as_me: updating cache $cache_file" >&6;}
18473 if test ! -f "$cache_file" || test -h "$cache_file"; then
18474 cat confcache >"$cache_file"
18475 else
18476 case $cache_file in #(
18477 */* | ?:*)
18478 mv -f confcache "$cache_file"$$ &&
18479 mv -f "$cache_file"$$ "$cache_file" ;; #(
18481 mv -f confcache "$cache_file" ;;
18482 esac
18485 else
18486 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18487 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18490 rm -f confcache
18492 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18493 # Let make expand exec_prefix.
18494 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18496 DEFS=-DHAVE_CONFIG_H
18498 ac_libobjs=
18499 ac_ltlibobjs=
18501 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18502 # 1. Remove the extension, and $U if already installed.
18503 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18504 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18505 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18506 # will be set to the directory where LIBOBJS objects are built.
18507 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18508 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18509 done
18510 LIBOBJS=$ac_libobjs
18512 LTLIBOBJS=$ac_ltlibobjs
18516 : "${CONFIG_STATUS=./config.status}"
18517 ac_write_fail=0
18518 ac_clean_files_save=$ac_clean_files
18519 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18520 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18521 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18522 as_write_fail=0
18523 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18524 #! $SHELL
18525 # Generated by $as_me.
18526 # Run this file to recreate the current configuration.
18527 # Compiler output produced by configure, useful for debugging
18528 # configure, is in config.log if it exists.
18530 debug=false
18531 ac_cs_recheck=false
18532 ac_cs_silent=false
18534 SHELL=\${CONFIG_SHELL-$SHELL}
18535 export SHELL
18536 _ASEOF
18537 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18538 ## -------------------- ##
18539 ## M4sh Initialization. ##
18540 ## -------------------- ##
18542 # Be more Bourne compatible
18543 DUALCASE=1; export DUALCASE # for MKS sh
18544 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18545 emulate sh
18546 NULLCMD=:
18547 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18548 # is contrary to our usage. Disable this feature.
18549 alias -g '${1+"$@"}'='"$@"'
18550 setopt NO_GLOB_SUBST
18551 else
18552 case `(set -o) 2>/dev/null` in #(
18553 *posix*) :
18554 set -o posix ;; #(
18555 *) :
18557 esac
18561 as_nl='
18563 export as_nl
18564 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18565 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18566 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18568 # Prefer a ksh shell builtin over an external printf program on Solaris,
18569 # but without wasting forks for bash or zsh.
18570 if test -z "$BASH_VERSION$ZSH_VERSION" \
18571 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18572 as_echo='print -r --'
18573 as_echo_n='print -rn --'
18574 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18575 as_echo='printf %s\n'
18576 as_echo_n='printf %s'
18577 else
18578 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18579 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18580 as_echo_n='/usr/ucb/echo -n'
18581 else
18582 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18583 as_echo_n_body='eval
18584 arg=$1;
18585 case $arg in #(
18586 *"$as_nl"*)
18587 expr "X$arg" : "X\\(.*\\)$as_nl";
18588 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18589 esac;
18590 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18592 export as_echo_n_body
18593 as_echo_n='sh -c $as_echo_n_body as_echo'
18595 export as_echo_body
18596 as_echo='sh -c $as_echo_body as_echo'
18599 # The user is always right.
18600 if test "${PATH_SEPARATOR+set}" != set; then
18601 PATH_SEPARATOR=:
18602 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18603 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18604 PATH_SEPARATOR=';'
18609 # IFS
18610 # We need space, tab and new line, in precisely that order. Quoting is
18611 # there to prevent editors from complaining about space-tab.
18612 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18613 # splitting by setting IFS to empty value.)
18614 IFS=" "" $as_nl"
18616 # Find who we are. Look in the path if we contain no directory separator.
18617 as_myself=
18618 case $0 in #((
18619 *[\\/]* ) as_myself=$0 ;;
18620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18621 for as_dir in $PATH
18623 IFS=$as_save_IFS
18624 test -z "$as_dir" && as_dir=.
18625 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18626 done
18627 IFS=$as_save_IFS
18630 esac
18631 # We did not find ourselves, most probably we were run as `sh COMMAND'
18632 # in which case we are not to be found in the path.
18633 if test "x$as_myself" = x; then
18634 as_myself=$0
18636 if test ! -f "$as_myself"; then
18637 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18638 exit 1
18641 # Unset variables that we do not need and which cause bugs (e.g. in
18642 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18643 # suppresses any "Segmentation fault" message there. '((' could
18644 # trigger a bug in pdksh 5.2.14.
18645 for as_var in BASH_ENV ENV MAIL MAILPATH
18646 do eval test x\${$as_var+set} = xset \
18647 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18648 done
18649 PS1='$ '
18650 PS2='> '
18651 PS4='+ '
18653 # NLS nuisances.
18654 LC_ALL=C
18655 export LC_ALL
18656 LANGUAGE=C
18657 export LANGUAGE
18659 # CDPATH.
18660 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18663 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18664 # ----------------------------------------
18665 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18666 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18667 # script with STATUS, using 1 if that was 0.
18668 as_fn_error ()
18670 as_status=$1; test $as_status -eq 0 && as_status=1
18671 if test "$4"; then
18672 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18673 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18675 $as_echo "$as_me: error: $2" >&2
18676 as_fn_exit $as_status
18677 } # as_fn_error
18680 # as_fn_set_status STATUS
18681 # -----------------------
18682 # Set $? to STATUS, without forking.
18683 as_fn_set_status ()
18685 return $1
18686 } # as_fn_set_status
18688 # as_fn_exit STATUS
18689 # -----------------
18690 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18691 as_fn_exit ()
18693 set +e
18694 as_fn_set_status $1
18695 exit $1
18696 } # as_fn_exit
18698 # as_fn_unset VAR
18699 # ---------------
18700 # Portably unset VAR.
18701 as_fn_unset ()
18703 { eval $1=; unset $1;}
18705 as_unset=as_fn_unset
18706 # as_fn_append VAR VALUE
18707 # ----------------------
18708 # Append the text in VALUE to the end of the definition contained in VAR. Take
18709 # advantage of any shell optimizations that allow amortized linear growth over
18710 # repeated appends, instead of the typical quadratic growth present in naive
18711 # implementations.
18712 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18713 eval 'as_fn_append ()
18715 eval $1+=\$2
18717 else
18718 as_fn_append ()
18720 eval $1=\$$1\$2
18722 fi # as_fn_append
18724 # as_fn_arith ARG...
18725 # ------------------
18726 # Perform arithmetic evaluation on the ARGs, and store the result in the
18727 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18728 # must be portable across $(()) and expr.
18729 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18730 eval 'as_fn_arith ()
18732 as_val=$(( $* ))
18734 else
18735 as_fn_arith ()
18737 as_val=`expr "$@" || test $? -eq 1`
18739 fi # as_fn_arith
18742 if expr a : '\(a\)' >/dev/null 2>&1 &&
18743 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18744 as_expr=expr
18745 else
18746 as_expr=false
18749 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18750 as_basename=basename
18751 else
18752 as_basename=false
18755 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18756 as_dirname=dirname
18757 else
18758 as_dirname=false
18761 as_me=`$as_basename -- "$0" ||
18762 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18763 X"$0" : 'X\(//\)$' \| \
18764 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18765 $as_echo X/"$0" |
18766 sed '/^.*\/\([^/][^/]*\)\/*$/{
18767 s//\1/
18770 /^X\/\(\/\/\)$/{
18771 s//\1/
18774 /^X\/\(\/\).*/{
18775 s//\1/
18778 s/.*/./; q'`
18780 # Avoid depending upon Character Ranges.
18781 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18782 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18783 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18784 as_cr_digits='0123456789'
18785 as_cr_alnum=$as_cr_Letters$as_cr_digits
18787 ECHO_C= ECHO_N= ECHO_T=
18788 case `echo -n x` in #(((((
18789 -n*)
18790 case `echo 'xy\c'` in
18791 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18792 xy) ECHO_C='\c';;
18793 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18794 ECHO_T=' ';;
18795 esac;;
18797 ECHO_N='-n';;
18798 esac
18800 rm -f conf$$ conf$$.exe conf$$.file
18801 if test -d conf$$.dir; then
18802 rm -f conf$$.dir/conf$$.file
18803 else
18804 rm -f conf$$.dir
18805 mkdir conf$$.dir 2>/dev/null
18807 if (echo >conf$$.file) 2>/dev/null; then
18808 if ln -s conf$$.file conf$$ 2>/dev/null; then
18809 as_ln_s='ln -s'
18810 # ... but there are two gotchas:
18811 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18812 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18813 # In both cases, we have to default to `cp -pR'.
18814 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18815 as_ln_s='cp -pR'
18816 elif ln conf$$.file conf$$ 2>/dev/null; then
18817 as_ln_s=ln
18818 else
18819 as_ln_s='cp -pR'
18821 else
18822 as_ln_s='cp -pR'
18824 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18825 rmdir conf$$.dir 2>/dev/null
18828 # as_fn_mkdir_p
18829 # -------------
18830 # Create "$as_dir" as a directory, including parents if necessary.
18831 as_fn_mkdir_p ()
18834 case $as_dir in #(
18835 -*) as_dir=./$as_dir;;
18836 esac
18837 test -d "$as_dir" || eval $as_mkdir_p || {
18838 as_dirs=
18839 while :; do
18840 case $as_dir in #(
18841 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18842 *) as_qdir=$as_dir;;
18843 esac
18844 as_dirs="'$as_qdir' $as_dirs"
18845 as_dir=`$as_dirname -- "$as_dir" ||
18846 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18847 X"$as_dir" : 'X\(//\)[^/]' \| \
18848 X"$as_dir" : 'X\(//\)$' \| \
18849 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18850 $as_echo X"$as_dir" |
18851 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18852 s//\1/
18855 /^X\(\/\/\)[^/].*/{
18856 s//\1/
18859 /^X\(\/\/\)$/{
18860 s//\1/
18863 /^X\(\/\).*/{
18864 s//\1/
18867 s/.*/./; q'`
18868 test -d "$as_dir" && break
18869 done
18870 test -z "$as_dirs" || eval "mkdir $as_dirs"
18871 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18874 } # as_fn_mkdir_p
18875 if mkdir -p . 2>/dev/null; then
18876 as_mkdir_p='mkdir -p "$as_dir"'
18877 else
18878 test -d ./-p && rmdir ./-p
18879 as_mkdir_p=false
18883 # as_fn_executable_p FILE
18884 # -----------------------
18885 # Test if FILE is an executable regular file.
18886 as_fn_executable_p ()
18888 test -f "$1" && test -x "$1"
18889 } # as_fn_executable_p
18890 as_test_x='test -x'
18891 as_executable_p=as_fn_executable_p
18893 # Sed expression to map a string onto a valid CPP name.
18894 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18896 # Sed expression to map a string onto a valid variable name.
18897 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18900 exec 6>&1
18901 ## ----------------------------------- ##
18902 ## Main body of $CONFIG_STATUS script. ##
18903 ## ----------------------------------- ##
18904 _ASEOF
18905 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18907 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18908 # Save the log message, to keep $0 and so on meaningful, and to
18909 # report actual input values of CONFIG_FILES etc. instead of their
18910 # values after options handling.
18911 ac_log="
18912 This file was extended by Wine $as_me 1.7.54, which was
18913 generated by GNU Autoconf 2.69. Invocation command line was
18915 CONFIG_FILES = $CONFIG_FILES
18916 CONFIG_HEADERS = $CONFIG_HEADERS
18917 CONFIG_LINKS = $CONFIG_LINKS
18918 CONFIG_COMMANDS = $CONFIG_COMMANDS
18919 $ $0 $@
18921 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18924 _ACEOF
18926 case $ac_config_files in *"
18927 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18928 esac
18930 case $ac_config_headers in *"
18931 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18932 esac
18935 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18936 # Files that config.status was made for.
18937 config_files="$ac_config_files"
18938 config_headers="$ac_config_headers"
18939 config_links="$ac_config_links"
18940 config_commands="$ac_config_commands"
18942 _ACEOF
18944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18945 ac_cs_usage="\
18946 \`$as_me' instantiates files and other configuration actions
18947 from templates according to the current configuration. Unless the files
18948 and actions are specified as TAGs, all are instantiated by default.
18950 Usage: $0 [OPTION]... [TAG]...
18952 -h, --help print this help, then exit
18953 -V, --version print version number and configuration settings, then exit
18954 --config print configuration, then exit
18955 -q, --quiet, --silent
18956 do not print progress messages
18957 -d, --debug don't remove temporary files
18958 --recheck update $as_me by reconfiguring in the same conditions
18959 --file=FILE[:TEMPLATE]
18960 instantiate the configuration file FILE
18961 --header=FILE[:TEMPLATE]
18962 instantiate the configuration header FILE
18964 Configuration files:
18965 $config_files
18967 Configuration headers:
18968 $config_headers
18970 Configuration links:
18971 $config_links
18973 Configuration commands:
18974 $config_commands
18976 Report bugs to <wine-devel@winehq.org>.
18977 Wine home page: <http://www.winehq.org>."
18979 _ACEOF
18980 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18981 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18982 ac_cs_version="\\
18983 Wine config.status 1.7.54
18984 configured by $0, generated by GNU Autoconf 2.69,
18985 with options \\"\$ac_cs_config\\"
18987 Copyright (C) 2012 Free Software Foundation, Inc.
18988 This config.status script is free software; the Free Software Foundation
18989 gives unlimited permission to copy, distribute and modify it."
18991 ac_pwd='$ac_pwd'
18992 srcdir='$srcdir'
18993 test -n "\$AWK" || AWK=awk
18994 _ACEOF
18996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18997 # The default lists apply if the user does not specify any file.
18998 ac_need_defaults=:
18999 while test $# != 0
19001 case $1 in
19002 --*=?*)
19003 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19004 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19005 ac_shift=:
19007 --*=)
19008 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19009 ac_optarg=
19010 ac_shift=:
19013 ac_option=$1
19014 ac_optarg=$2
19015 ac_shift=shift
19017 esac
19019 case $ac_option in
19020 # Handling of the options.
19021 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19022 ac_cs_recheck=: ;;
19023 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19024 $as_echo "$ac_cs_version"; exit ;;
19025 --config | --confi | --conf | --con | --co | --c )
19026 $as_echo "$ac_cs_config"; exit ;;
19027 --debug | --debu | --deb | --de | --d | -d )
19028 debug=: ;;
19029 --file | --fil | --fi | --f )
19030 $ac_shift
19031 case $ac_optarg in
19032 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19033 '') as_fn_error $? "missing file argument" ;;
19034 esac
19035 as_fn_append CONFIG_FILES " '$ac_optarg'"
19036 ac_need_defaults=false;;
19037 --header | --heade | --head | --hea )
19038 $ac_shift
19039 case $ac_optarg in
19040 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19041 esac
19042 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19043 ac_need_defaults=false;;
19044 --he | --h)
19045 # Conflict between --help and --header
19046 as_fn_error $? "ambiguous option: \`$1'
19047 Try \`$0 --help' for more information.";;
19048 --help | --hel | -h )
19049 $as_echo "$ac_cs_usage"; exit ;;
19050 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19051 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19052 ac_cs_silent=: ;;
19054 # This is an error.
19055 -*) as_fn_error $? "unrecognized option: \`$1'
19056 Try \`$0 --help' for more information." ;;
19058 *) as_fn_append ac_config_targets " $1"
19059 ac_need_defaults=false ;;
19061 esac
19062 shift
19063 done
19065 ac_configure_extra_args=
19067 if $ac_cs_silent; then
19068 exec 6>/dev/null
19069 ac_configure_extra_args="$ac_configure_extra_args --silent"
19072 _ACEOF
19073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19074 if \$ac_cs_recheck; then
19075 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19076 shift
19077 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19078 CONFIG_SHELL='$SHELL'
19079 export CONFIG_SHELL
19080 exec "\$@"
19083 _ACEOF
19084 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19085 exec 5>>config.log
19087 echo
19088 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19089 ## Running $as_me. ##
19090 _ASBOX
19091 $as_echo "$ac_log"
19092 } >&5
19094 _ACEOF
19095 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19097 # INIT-COMMANDS
19099 wine_fn_output_makedep ()
19101 as_dir=tools; as_fn_mkdir_p
19102 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19104 wine_fn_output_makefile ()
19106 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19107 `cat $wine_rules_file`
19108 _WINE_EOF
19109 as_fn_error $? "could not create Makefile" "$LINENO" 5
19111 wine_fn_output_gitignore ()
19113 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19114 $GITIGNORE
19115 _WINE_EOF
19116 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19119 _ACEOF
19121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19123 # Handling of arguments.
19124 for ac_config_target in $ac_config_targets
19126 case $ac_config_target in
19127 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19128 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19129 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19130 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19131 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19132 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19133 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19134 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19135 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19136 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19137 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19138 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19139 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19140 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19141 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
19143 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19144 esac
19145 done
19148 # If the user did not use the arguments to specify the items to instantiate,
19149 # then the envvar interface is used. Set only those that are not.
19150 # We use the long form for the default assignment because of an extremely
19151 # bizarre bug on SunOS 4.1.3.
19152 if $ac_need_defaults; then
19153 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19154 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19155 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19156 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19159 # Have a temporary directory for convenience. Make it in the build tree
19160 # simply because there is no reason against having it here, and in addition,
19161 # creating and moving files from /tmp can sometimes cause problems.
19162 # Hook for its removal unless debugging.
19163 # Note that there is a small window in which the directory will not be cleaned:
19164 # after its creation but before its name has been assigned to `$tmp'.
19165 $debug ||
19167 tmp= ac_tmp=
19168 trap 'exit_status=$?
19169 : "${ac_tmp:=$tmp}"
19170 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19172 trap 'as_fn_exit 1' 1 2 13 15
19174 # Create a (secure) tmp directory for tmp files.
19177 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19178 test -d "$tmp"
19179 } ||
19181 tmp=./conf$$-$RANDOM
19182 (umask 077 && mkdir "$tmp")
19183 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19184 ac_tmp=$tmp
19186 # Set up the scripts for CONFIG_FILES section.
19187 # No need to generate them if there are no CONFIG_FILES.
19188 # This happens for instance with `./config.status config.h'.
19189 if test -n "$CONFIG_FILES"; then
19192 ac_cr=`echo X | tr X '\015'`
19193 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19194 # But we know of no other shell where ac_cr would be empty at this
19195 # point, so we can use a bashism as a fallback.
19196 if test "x$ac_cr" = x; then
19197 eval ac_cr=\$\'\\r\'
19199 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19200 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19201 ac_cs_awk_cr='\\r'
19202 else
19203 ac_cs_awk_cr=$ac_cr
19206 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19207 _ACEOF
19211 echo "cat >conf$$subs.awk <<_ACEOF" &&
19212 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19213 echo "_ACEOF"
19214 } >conf$$subs.sh ||
19215 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19216 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19217 ac_delim='%!_!# '
19218 for ac_last_try in false false false false false :; do
19219 . ./conf$$subs.sh ||
19220 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19222 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19223 if test $ac_delim_n = $ac_delim_num; then
19224 break
19225 elif $ac_last_try; then
19226 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19227 else
19228 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19230 done
19231 rm -f conf$$subs.sh
19233 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19234 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19235 _ACEOF
19236 sed -n '
19238 s/^/S["/; s/!.*/"]=/
19241 s/^[^!]*!//
19242 :repl
19243 t repl
19244 s/'"$ac_delim"'$//
19245 t delim
19248 s/\(.\{148\}\)..*/\1/
19249 t more1
19250 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19253 b repl
19254 :more1
19255 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19258 s/.\{148\}//
19259 t nl
19260 :delim
19262 s/\(.\{148\}\)..*/\1/
19263 t more2
19264 s/["\\]/\\&/g; s/^/"/; s/$/"/
19267 :more2
19268 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19271 s/.\{148\}//
19272 t delim
19273 ' <conf$$subs.awk | sed '
19274 /^[^""]/{
19276 s/\n//
19278 ' >>$CONFIG_STATUS || ac_write_fail=1
19279 rm -f conf$$subs.awk
19280 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19281 _ACAWK
19282 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19283 for (key in S) S_is_set[key] = 1
19284 FS = "\a"
19288 line = $ 0
19289 nfields = split(line, field, "@")
19290 substed = 0
19291 len = length(field[1])
19292 for (i = 2; i < nfields; i++) {
19293 key = field[i]
19294 keylen = length(key)
19295 if (S_is_set[key]) {
19296 value = S[key]
19297 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19298 len += length(value) + length(field[++i])
19299 substed = 1
19300 } else
19301 len += 1 + keylen
19304 print line
19307 _ACAWK
19308 _ACEOF
19309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19310 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19311 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19312 else
19314 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19315 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19316 _ACEOF
19318 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19319 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19320 # trailing colons and then remove the whole line if VPATH becomes empty
19321 # (actually we leave an empty line to preserve line numbers).
19322 if test "x$srcdir" = x.; then
19323 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19325 s///
19326 s/^/:/
19327 s/[ ]*$/:/
19328 s/:\$(srcdir):/:/g
19329 s/:\${srcdir}:/:/g
19330 s/:@srcdir@:/:/g
19331 s/^:*//
19332 s/:*$//
19334 s/\(=[ ]*\).*/\1/
19336 s/\n//
19337 s/^[^=]*=[ ]*$//
19341 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19342 fi # test -n "$CONFIG_FILES"
19344 # Set up the scripts for CONFIG_HEADERS section.
19345 # No need to generate them if there are no CONFIG_HEADERS.
19346 # This happens for instance with `./config.status Makefile'.
19347 if test -n "$CONFIG_HEADERS"; then
19348 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19349 BEGIN {
19350 _ACEOF
19352 # Transform confdefs.h into an awk script `defines.awk', embedded as
19353 # here-document in config.status, that substitutes the proper values into
19354 # config.h.in to produce config.h.
19356 # Create a delimiter string that does not exist in confdefs.h, to ease
19357 # handling of long lines.
19358 ac_delim='%!_!# '
19359 for ac_last_try in false false :; do
19360 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19361 if test -z "$ac_tt"; then
19362 break
19363 elif $ac_last_try; then
19364 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19365 else
19366 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19368 done
19370 # For the awk script, D is an array of macro values keyed by name,
19371 # likewise P contains macro parameters if any. Preserve backslash
19372 # newline sequences.
19374 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19375 sed -n '
19376 s/.\{148\}/&'"$ac_delim"'/g
19377 t rset
19378 :rset
19379 s/^[ ]*#[ ]*define[ ][ ]*/ /
19380 t def
19382 :def
19383 s/\\$//
19384 t bsnl
19385 s/["\\]/\\&/g
19386 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19387 D["\1"]=" \3"/p
19388 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19390 :bsnl
19391 s/["\\]/\\&/g
19392 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19393 D["\1"]=" \3\\\\\\n"\\/p
19394 t cont
19395 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19396 t cont
19398 :cont
19400 s/.\{148\}/&'"$ac_delim"'/g
19401 t clear
19402 :clear
19403 s/\\$//
19404 t bsnlc
19405 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19407 :bsnlc
19408 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19409 b cont
19410 ' <confdefs.h | sed '
19411 s/'"$ac_delim"'/"\\\
19412 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19414 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19415 for (key in D) D_is_set[key] = 1
19416 FS = "\a"
19418 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19419 line = \$ 0
19420 split(line, arg, " ")
19421 if (arg[1] == "#") {
19422 defundef = arg[2]
19423 mac1 = arg[3]
19424 } else {
19425 defundef = substr(arg[1], 2)
19426 mac1 = arg[2]
19428 split(mac1, mac2, "(") #)
19429 macro = mac2[1]
19430 prefix = substr(line, 1, index(line, defundef) - 1)
19431 if (D_is_set[macro]) {
19432 # Preserve the white space surrounding the "#".
19433 print prefix "define", macro P[macro] D[macro]
19434 next
19435 } else {
19436 # Replace #undef with comments. This is necessary, for example,
19437 # in the case of _POSIX_SOURCE, which is predefined and required
19438 # on some systems where configure will not decide to define it.
19439 if (defundef == "undef") {
19440 print "/*", prefix defundef, macro, "*/"
19441 next
19445 { print }
19446 _ACAWK
19447 _ACEOF
19448 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19449 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19450 fi # test -n "$CONFIG_HEADERS"
19453 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19454 shift
19455 for ac_tag
19457 case $ac_tag in
19458 :[FHLC]) ac_mode=$ac_tag; continue;;
19459 esac
19460 case $ac_mode$ac_tag in
19461 :[FHL]*:*);;
19462 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19463 :[FH]-) ac_tag=-:-;;
19464 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19465 esac
19466 ac_save_IFS=$IFS
19467 IFS=:
19468 set x $ac_tag
19469 IFS=$ac_save_IFS
19470 shift
19471 ac_file=$1
19472 shift
19474 case $ac_mode in
19475 :L) ac_source=$1;;
19476 :[FH])
19477 ac_file_inputs=
19478 for ac_f
19480 case $ac_f in
19481 -) ac_f="$ac_tmp/stdin";;
19482 *) # Look for the file first in the build tree, then in the source tree
19483 # (if the path is not absolute). The absolute path cannot be DOS-style,
19484 # because $ac_f cannot contain `:'.
19485 test -f "$ac_f" ||
19486 case $ac_f in
19487 [\\/$]*) false;;
19488 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19489 esac ||
19490 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19491 esac
19492 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19493 as_fn_append ac_file_inputs " '$ac_f'"
19494 done
19496 # Let's still pretend it is `configure' which instantiates (i.e., don't
19497 # use $as_me), people would be surprised to read:
19498 # /* config.h. Generated by config.status. */
19499 configure_input='Generated from '`
19500 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19501 `' by configure.'
19502 if test x"$ac_file" != x-; then
19503 configure_input="$ac_file. $configure_input"
19504 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19505 $as_echo "$as_me: creating $ac_file" >&6;}
19507 # Neutralize special characters interpreted by sed in replacement strings.
19508 case $configure_input in #(
19509 *\&* | *\|* | *\\* )
19510 ac_sed_conf_input=`$as_echo "$configure_input" |
19511 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19512 *) ac_sed_conf_input=$configure_input;;
19513 esac
19515 case $ac_tag in
19516 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19517 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19518 esac
19520 esac
19522 ac_dir=`$as_dirname -- "$ac_file" ||
19523 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19524 X"$ac_file" : 'X\(//\)[^/]' \| \
19525 X"$ac_file" : 'X\(//\)$' \| \
19526 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19527 $as_echo X"$ac_file" |
19528 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19529 s//\1/
19532 /^X\(\/\/\)[^/].*/{
19533 s//\1/
19536 /^X\(\/\/\)$/{
19537 s//\1/
19540 /^X\(\/\).*/{
19541 s//\1/
19544 s/.*/./; q'`
19545 as_dir="$ac_dir"; as_fn_mkdir_p
19546 ac_builddir=.
19548 case "$ac_dir" in
19549 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19551 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19552 # A ".." for each directory in $ac_dir_suffix.
19553 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19554 case $ac_top_builddir_sub in
19555 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19556 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19557 esac ;;
19558 esac
19559 ac_abs_top_builddir=$ac_pwd
19560 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19561 # for backward compatibility:
19562 ac_top_builddir=$ac_top_build_prefix
19564 case $srcdir in
19565 .) # We are building in place.
19566 ac_srcdir=.
19567 ac_top_srcdir=$ac_top_builddir_sub
19568 ac_abs_top_srcdir=$ac_pwd ;;
19569 [\\/]* | ?:[\\/]* ) # Absolute name.
19570 ac_srcdir=$srcdir$ac_dir_suffix;
19571 ac_top_srcdir=$srcdir
19572 ac_abs_top_srcdir=$srcdir ;;
19573 *) # Relative name.
19574 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19575 ac_top_srcdir=$ac_top_build_prefix$srcdir
19576 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19577 esac
19578 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19581 case $ac_mode in
19584 # CONFIG_FILE
19587 _ACEOF
19589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19590 # If the template does not know about datarootdir, expand it.
19591 # FIXME: This hack should be removed a few years after 2.60.
19592 ac_datarootdir_hack=; ac_datarootdir_seen=
19593 ac_sed_dataroot='
19594 /datarootdir/ {
19598 /@datadir@/p
19599 /@docdir@/p
19600 /@infodir@/p
19601 /@localedir@/p
19602 /@mandir@/p'
19603 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19604 *datarootdir*) ac_datarootdir_seen=yes;;
19605 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19607 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19608 _ACEOF
19609 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19610 ac_datarootdir_hack='
19611 s&@datadir@&$datadir&g
19612 s&@docdir@&$docdir&g
19613 s&@infodir@&$infodir&g
19614 s&@localedir@&$localedir&g
19615 s&@mandir@&$mandir&g
19616 s&\\\${datarootdir}&$datarootdir&g' ;;
19617 esac
19618 _ACEOF
19620 # Neutralize VPATH when `$srcdir' = `.'.
19621 # Shell code in configure.ac might set extrasub.
19622 # FIXME: do we really want to maintain this feature?
19623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19624 ac_sed_extra="$ac_vpsub
19625 $extrasub
19626 _ACEOF
19627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19629 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19630 s|@configure_input@|$ac_sed_conf_input|;t t
19631 s&@top_builddir@&$ac_top_builddir_sub&;t t
19632 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19633 s&@srcdir@&$ac_srcdir&;t t
19634 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19635 s&@top_srcdir@&$ac_top_srcdir&;t t
19636 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19637 s&@builddir@&$ac_builddir&;t t
19638 s&@abs_builddir@&$ac_abs_builddir&;t t
19639 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19640 $ac_datarootdir_hack
19642 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19643 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19645 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19646 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19647 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19648 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19650 which seems to be undefined. Please make sure it is defined" >&5
19651 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19652 which seems to be undefined. Please make sure it is defined" >&2;}
19654 rm -f "$ac_tmp/stdin"
19655 case $ac_file in
19656 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19657 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19658 esac \
19659 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19663 # CONFIG_HEADER
19665 if test x"$ac_file" != x-; then
19667 $as_echo "/* $configure_input */" \
19668 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19669 } >"$ac_tmp/config.h" \
19670 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19671 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19672 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19673 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19674 else
19675 rm -f "$ac_file"
19676 mv "$ac_tmp/config.h" "$ac_file" \
19677 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19679 else
19680 $as_echo "/* $configure_input */" \
19681 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19682 || as_fn_error $? "could not create -" "$LINENO" 5
19687 # CONFIG_LINK
19690 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19692 else
19693 # Prefer the file from the source tree if names are identical.
19694 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19695 ac_source=$srcdir/$ac_source
19698 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19699 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19701 if test ! -r "$ac_source"; then
19702 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19704 rm -f "$ac_file"
19706 # Try a relative symlink, then a hard link, then a copy.
19707 case $ac_source in
19708 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19709 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19710 esac
19711 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19712 ln "$ac_source" "$ac_file" 2>/dev/null ||
19713 cp -p "$ac_source" "$ac_file" ||
19714 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19717 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19718 $as_echo "$as_me: executing $ac_file commands" >&6;}
19720 esac
19723 case $ac_file$ac_mode in
19724 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19725 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19726 "Makefile":C) wine_fn_output_makefile Makefile ;;
19727 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19729 esac
19730 done # for ac_tag
19733 as_fn_exit 0
19734 _ACEOF
19735 ac_clean_files=$ac_clean_files_save
19737 test $ac_write_fail = 0 ||
19738 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19741 # configure is writing to config.log, and then calls config.status.
19742 # config.status does its own redirection, appending to config.log.
19743 # Unfortunately, on DOS this fails, as config.log is still kept open
19744 # by configure, so config.status won't be able to write to it; its
19745 # output is simply discarded. So we exec the FD to /dev/null,
19746 # effectively closing config.log, so it can be properly (re)opened and
19747 # appended to by config.status. When coming back to configure, we
19748 # need to make the FD available again.
19749 if test "$no_create" != yes; then
19750 ac_cs_success=:
19751 ac_config_status_args=
19752 test "$silent" = yes &&
19753 ac_config_status_args="$ac_config_status_args --quiet"
19754 exec 5>/dev/null
19755 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19756 exec 5>>config.log
19757 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19758 # would make configure fail if this is the last instruction.
19759 $ac_cs_success || as_fn_exit 1
19761 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19763 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19767 if test "$no_create" = "yes"
19768 then
19769 exit 0
19772 ac_save_IFS="$IFS"
19773 if test "x$wine_notices" != x; then
19774 echo >&6
19775 IFS="|"
19776 for msg in $wine_notices; do
19777 IFS="$ac_save_IFS"
19778 if ${msg:+false} :; then :
19780 else
19781 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19782 $as_echo "$as_me: $msg" >&6;}
19784 done
19786 IFS="|"
19787 for msg in $wine_warnings; do
19788 IFS="$ac_save_IFS"
19789 if ${msg:+false} :; then :
19791 else
19792 echo >&2
19793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19794 $as_echo "$as_me: WARNING: $msg" >&2;}
19796 done
19797 IFS="$ac_save_IFS"
19799 $as_echo "
19800 $as_me: Finished. Do '${ac_make}' to compile Wine.
19801 " >&6