api-ms-win-crt-private-l1-1-0: Add stub dll.
[wine/multimedia.git] / configure
bloba76ce15a4e0fde37c807bec33f32d2e4f9ba5de8
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.50.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev/null; then :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
219 for as_base in sh bash ksh sh5; do
220 # Try only shells that exist, to save several forks.
221 as_shell=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 CONFIG_SHELL=$as_shell as_have_required=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235 CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
262 if test x$as_have_required = xno; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
331 as_dirs="'$as_qdir' $as_dirs"
332 as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
415 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
469 as_lineno_2=$LINENO as_lineno_2a=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
488 chmod +x "$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
525 as_ln_s='ln -s'
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.7.50'
584 PACKAGE_STRING='Wine 1.7.50'
585 PACKAGE_BUGREPORT='wine-devel@winehq.org'
586 PACKAGE_URL='http://www.winehq.org'
588 ac_unique_file="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 LINGUAS
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 BUILTINFLAG
636 EXTRACFLAGS
637 PROCSTAT_LIBS
638 KSTAT_LIBS
639 MPG123_LIBS
640 MPG123_CFLAGS
641 TIFF_LIBS
642 TIFF_CFLAGS
643 PNG_LIBS
644 PNG_CFLAGS
645 JPEG_LIBS
646 JPEG_CFLAGS
647 FONTCONFIG_LIBS
648 FONTCONFIG_CFLAGS
649 CUPS_CFLAGS
650 CAPI20_LIBS
651 CAPI20_CFLAGS
652 OSS4_CFLAGS
653 ALSA_LIBS
654 GSTREAMER_LIBS
655 GSTREAMER_CFLAGS
656 GETTEXTPO_LIBS
657 Z_LIBS
658 FREETYPE_LIBS
659 FREETYPE_CFLAGS
660 LCMS2_LIBS
661 LCMS2_CFLAGS
662 RESOLV_LIBS
663 GPHOTO2_PORT_LIBS
664 GPHOTO2_PORT_CFLAGS
665 GPHOTO2_LIBS
666 GPHOTO2_CFLAGS
667 SANE_LIBS
668 SANE_CFLAGS
669 GNUTLS_LIBS
670 GNUTLS_CFLAGS
671 HAL_LIBS
672 HAL_CFLAGS
673 DBUS_LIBS
674 DBUS_CFLAGS
675 XSLT_LIBS
676 XSLT_CFLAGS
677 XML2_LIBS
678 XML2_CFLAGS
679 LIBPCAP
680 X_EXTRA_LIBS
681 X_LIBS
682 X_PRE_LIBS
683 X_CFLAGS
684 XMKMF
685 PTHREAD_LIBS
686 CROSSCC
687 CROSSTARGET
688 PRELINK
689 CARBON_LIBS
690 QUICKTIME_LIBS
691 OPENCL_LIBS
692 OPENAL_LIBS
693 COREAUDIO_LIBS
694 SECURITY_LIBS
695 DISKARBITRATION_LIBS
696 APPKIT_LIBS
697 CORESERVICES_LIBS
698 APPLICATIONSERVICES_LIBS
699 FORCEFEEDBACK_LIBS
700 IOKIT_LIBS
701 COREFOUNDATION_LIBS
702 LIBWINE_RULES
703 SOCKET_LIBS
704 DLLTOOL
705 LOADER_RULES
706 ALL_TEST_RESOURCES
707 READELF
708 OTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 DLLFLAGS
713 DLLPREFIX
714 dlldir
716 OPENGL_LIBS
717 ICOTOOL
718 CONVERT
719 RSVG
720 FONTFORGE
721 PKG_CONFIG
722 MSGFMT
723 LDCONFIG
724 EGREP
725 GREP
726 LN_S
727 RANLIB
728 ARFLAGS
729 STRIP
730 ac_ct_AR
732 BISON
733 FLEX
734 TOOLSDIR
735 TARGETFLAGS
737 CPPBIN
738 ac_ct_CXX
739 CXXFLAGS
741 OBJEXT
742 EXEEXT
743 ac_ct_CC
744 CPPFLAGS
745 LDFLAGS
746 CFLAGS
748 SET_MAKE
749 host_os
750 host_vendor
751 host_cpu
752 host
753 build_os
754 build_vendor
755 build_cpu
756 build
757 target_alias
758 host_alias
759 build_alias
760 LIBS
761 ECHO_T
762 ECHO_N
763 ECHO_C
764 DEFS
765 mandir
766 localedir
767 libdir
768 psdir
769 pdfdir
770 dvidir
771 htmldir
772 infodir
773 docdir
774 oldincludedir
775 includedir
776 localstatedir
777 sharedstatedir
778 sysconfdir
779 datadir
780 datarootdir
781 libexecdir
782 sbindir
783 bindir
784 program_transform_name
785 prefix
786 exec_prefix
787 PACKAGE_URL
788 PACKAGE_BUGREPORT
789 PACKAGE_STRING
790 PACKAGE_VERSION
791 PACKAGE_TARNAME
792 PACKAGE_NAME
793 PATH_SEPARATOR
794 SHELL'
795 ac_subst_files=''
796 ac_user_opts='
797 enable_option_checking
798 enable_win16
799 enable_win64
800 enable_tests
801 enable_maintainer_mode
802 with_alsa
803 with_capi
804 with_cms
805 with_coreaudio
806 with_cups
807 with_curses
808 with_dbus
809 with_fontconfig
810 with_freetype
811 with_gettext
812 with_gettextpo
813 with_gphoto
814 with_glu
815 with_gnutls
816 with_gsm
817 with_gstreamer
818 with_hal
819 with_jpeg
820 with_ldap
821 with_mpg123
822 with_netapi
823 with_openal
824 with_opencl
825 with_opengl
826 with_osmesa
827 with_oss
828 with_pcap
829 with_png
830 with_pthread
831 with_sane
832 with_tiff
833 with_v4l
834 with_xcomposite
835 with_xcursor
836 with_xinerama
837 with_xinput
838 with_xinput2
839 with_xml
840 with_xrandr
841 with_xrender
842 with_xshape
843 with_xshm
844 with_xslt
845 with_xxf86vm
846 with_zlib
847 with_wine_tools
848 with_wine64
849 enable_largefile
850 with_x
851 enable_acledit
852 enable_aclui
853 enable_activeds
854 enable_actxprxy
855 enable_advapi32
856 enable_advpack
857 enable_amstream
858 enable_api_ms_win_core_com_l1_1_0
859 enable_api_ms_win_core_console_l1_1_0
860 enable_api_ms_win_core_datetime_l1_1_0
861 enable_api_ms_win_core_datetime_l1_1_1
862 enable_api_ms_win_core_debug_l1_1_0
863 enable_api_ms_win_core_debug_l1_1_1
864 enable_api_ms_win_core_errorhandling_l1_1_0
865 enable_api_ms_win_core_errorhandling_l1_1_1
866 enable_api_ms_win_core_errorhandling_l1_1_2
867 enable_api_ms_win_core_fibers_l1_1_0
868 enable_api_ms_win_core_fibers_l1_1_1
869 enable_api_ms_win_core_file_l1_1_0
870 enable_api_ms_win_core_file_l1_2_0
871 enable_api_ms_win_core_file_l2_1_0
872 enable_api_ms_win_core_file_l2_1_1
873 enable_api_ms_win_core_handle_l1_1_0
874 enable_api_ms_win_core_heap_l1_1_0
875 enable_api_ms_win_core_heap_l1_2_0
876 enable_api_ms_win_core_heap_obsolete_l1_1_0
877 enable_api_ms_win_core_interlocked_l1_1_0
878 enable_api_ms_win_core_interlocked_l1_2_0
879 enable_api_ms_win_core_io_l1_1_1
880 enable_api_ms_win_core_kernel32_legacy_l1_1_0
881 enable_api_ms_win_core_libraryloader_l1_1_0
882 enable_api_ms_win_core_libraryloader_l1_1_1
883 enable_api_ms_win_core_localization_l1_2_0
884 enable_api_ms_win_core_localization_l1_2_1
885 enable_api_ms_win_core_localization_obsolete_l1_1_0
886 enable_api_ms_win_core_localregistry_l1_1_0
887 enable_api_ms_win_core_memory_l1_1_0
888 enable_api_ms_win_core_memory_l1_1_1
889 enable_api_ms_win_core_misc_l1_1_0
890 enable_api_ms_win_core_namedpipe_l1_1_0
891 enable_api_ms_win_core_namedpipe_l1_2_0
892 enable_api_ms_win_core_processenvironment_l1_1_0
893 enable_api_ms_win_core_processenvironment_l1_2_0
894 enable_api_ms_win_core_processthreads_l1_1_0
895 enable_api_ms_win_core_processthreads_l1_1_1
896 enable_api_ms_win_core_processthreads_l1_1_2
897 enable_api_ms_win_core_profile_l1_1_0
898 enable_api_ms_win_core_psapi_l1_1_0
899 enable_api_ms_win_core_registry_l1_1_0
900 enable_api_ms_win_core_rtlsupport_l1_1_0
901 enable_api_ms_win_core_rtlsupport_l1_2_0
902 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
903 enable_api_ms_win_core_string_l1_1_0
904 enable_api_ms_win_core_synch_l1_1_0
905 enable_api_ms_win_core_synch_l1_2_0
906 enable_api_ms_win_core_sysinfo_l1_1_0
907 enable_api_ms_win_core_sysinfo_l1_2_0
908 enable_api_ms_win_core_sysinfo_l1_2_1
909 enable_api_ms_win_core_threadpool_legacy_l1_1_0
910 enable_api_ms_win_core_timezone_l1_1_0
911 enable_api_ms_win_core_url_l1_1_0
912 enable_api_ms_win_core_util_l1_1_0
913 enable_api_ms_win_core_winrt_error_l1_1_0
914 enable_api_ms_win_core_winrt_error_l1_1_1
915 enable_api_ms_win_core_winrt_l1_1_0
916 enable_api_ms_win_core_winrt_string_l1_1_0
917 enable_api_ms_win_core_xstate_l2_1_0
918 enable_api_ms_win_crt_conio_l1_1_0
919 enable_api_ms_win_crt_convert_l1_1_0
920 enable_api_ms_win_crt_environment_l1_1_0
921 enable_api_ms_win_crt_filesystem_l1_1_0
922 enable_api_ms_win_crt_heap_l1_1_0
923 enable_api_ms_win_crt_locale_l1_1_0
924 enable_api_ms_win_crt_math_l1_1_0
925 enable_api_ms_win_crt_multibyte_l1_1_0
926 enable_api_ms_win_crt_private_l1_1_0
927 enable_api_ms_win_downlevel_advapi32_l1_1_0
928 enable_api_ms_win_downlevel_advapi32_l2_1_0
929 enable_api_ms_win_downlevel_normaliz_l1_1_0
930 enable_api_ms_win_downlevel_ole32_l1_1_0
931 enable_api_ms_win_downlevel_shell32_l1_1_0
932 enable_api_ms_win_downlevel_shlwapi_l1_1_0
933 enable_api_ms_win_downlevel_shlwapi_l2_1_0
934 enable_api_ms_win_downlevel_user32_l1_1_0
935 enable_api_ms_win_downlevel_version_l1_1_0
936 enable_api_ms_win_eventing_provider_l1_1_0
937 enable_api_ms_win_ntuser_dc_access_l1_1_0
938 enable_api_ms_win_security_base_l1_1_0
939 enable_api_ms_win_security_base_l1_2_0
940 enable_api_ms_win_security_sddl_l1_1_0
941 enable_api_ms_win_service_core_l1_1_1
942 enable_api_ms_win_service_management_l1_1_0
943 enable_api_ms_win_service_winsvc_l1_2_0
944 enable_apphelp
945 enable_appwiz_cpl
946 enable_atl
947 enable_atl100
948 enable_atl110
949 enable_atl80
950 enable_atl90
951 enable_authz
952 enable_avicap32
953 enable_avifil32
954 enable_avrt
955 enable_bcrypt
956 enable_browseui
957 enable_cabinet
958 enable_capi2032
959 enable_cards
960 enable_cfgmgr32
961 enable_clusapi
962 enable_combase
963 enable_comcat
964 enable_comctl32
965 enable_comdlg32
966 enable_compstui
967 enable_comsvcs
968 enable_connect
969 enable_credui
970 enable_crtdll
971 enable_crypt32
972 enable_cryptdlg
973 enable_cryptdll
974 enable_cryptext
975 enable_cryptnet
976 enable_cryptui
977 enable_ctapi32
978 enable_ctl3d32
979 enable_d2d1
980 enable_d3d10
981 enable_d3d10_1
982 enable_d3d10core
983 enable_d3d11
984 enable_d3d8
985 enable_d3d9
986 enable_d3dcompiler_33
987 enable_d3dcompiler_34
988 enable_d3dcompiler_35
989 enable_d3dcompiler_36
990 enable_d3dcompiler_37
991 enable_d3dcompiler_38
992 enable_d3dcompiler_39
993 enable_d3dcompiler_40
994 enable_d3dcompiler_41
995 enable_d3dcompiler_42
996 enable_d3dcompiler_43
997 enable_d3dcompiler_46
998 enable_d3dcompiler_47
999 enable_d3dim
1000 enable_d3drm
1001 enable_d3dx10_33
1002 enable_d3dx10_34
1003 enable_d3dx10_35
1004 enable_d3dx10_36
1005 enable_d3dx10_37
1006 enable_d3dx10_38
1007 enable_d3dx10_39
1008 enable_d3dx10_40
1009 enable_d3dx10_41
1010 enable_d3dx10_42
1011 enable_d3dx10_43
1012 enable_d3dx11_42
1013 enable_d3dx11_43
1014 enable_d3dx9_24
1015 enable_d3dx9_25
1016 enable_d3dx9_26
1017 enable_d3dx9_27
1018 enable_d3dx9_28
1019 enable_d3dx9_29
1020 enable_d3dx9_30
1021 enable_d3dx9_31
1022 enable_d3dx9_32
1023 enable_d3dx9_33
1024 enable_d3dx9_34
1025 enable_d3dx9_35
1026 enable_d3dx9_36
1027 enable_d3dx9_37
1028 enable_d3dx9_38
1029 enable_d3dx9_39
1030 enable_d3dx9_40
1031 enable_d3dx9_41
1032 enable_d3dx9_42
1033 enable_d3dx9_43
1034 enable_d3dxof
1035 enable_davclnt
1036 enable_dbgeng
1037 enable_dbghelp
1038 enable_dciman32
1039 enable_ddraw
1040 enable_ddrawex
1041 enable_devenum
1042 enable_dhcpcsvc
1043 enable_difxapi
1044 enable_dinput
1045 enable_dinput8
1046 enable_dispex
1047 enable_dmband
1048 enable_dmcompos
1049 enable_dmime
1050 enable_dmloader
1051 enable_dmscript
1052 enable_dmstyle
1053 enable_dmsynth
1054 enable_dmusic
1055 enable_dmusic32
1056 enable_dnsapi
1057 enable_dplay
1058 enable_dplayx
1059 enable_dpnaddr
1060 enable_dpnet
1061 enable_dpnhpast
1062 enable_dpnlobby
1063 enable_dpvoice
1064 enable_dpwsockx
1065 enable_drmclien
1066 enable_dsound
1067 enable_dssenh
1068 enable_dswave
1069 enable_dwmapi
1070 enable_dwrite
1071 enable_dxdiagn
1072 enable_dxgi
1073 enable_dxva2
1074 enable_evr
1075 enable_explorerframe
1076 enable_ext_ms_win_gdi_devcaps_l1_1_0
1077 enable_faultrep
1078 enable_fltlib
1079 enable_fntcache
1080 enable_fontsub
1081 enable_fusion
1082 enable_fwpuclnt
1083 enable_gameux
1084 enable_gdi32
1085 enable_gdiplus
1086 enable_glu32
1087 enable_gphoto2_ds
1088 enable_gpkcsp
1089 enable_hal
1090 enable_hhctrl_ocx
1091 enable_hid
1092 enable_hidclass_sys
1093 enable_hlink
1094 enable_hnetcfg
1095 enable_httpapi
1096 enable_iccvid
1097 enable_icmp
1098 enable_ieframe
1099 enable_imaadp32_acm
1100 enable_imagehlp
1101 enable_imm32
1102 enable_inetcomm
1103 enable_inetcpl_cpl
1104 enable_inetmib1
1105 enable_infosoft
1106 enable_initpki
1107 enable_inkobj
1108 enable_inseng
1109 enable_iphlpapi
1110 enable_itircl
1111 enable_itss
1112 enable_joy_cpl
1113 enable_jscript
1114 enable_jsproxy
1115 enable_kernel32
1116 enable_ksuser
1117 enable_ktmw32
1118 enable_loadperf
1119 enable_localspl
1120 enable_localui
1121 enable_lz32
1122 enable_mapi32
1123 enable_mapistub
1124 enable_mciavi32
1125 enable_mcicda
1126 enable_mciqtz32
1127 enable_mciseq
1128 enable_mciwave
1129 enable_mf
1130 enable_mfplat
1131 enable_mfreadwrite
1132 enable_mgmtapi
1133 enable_midimap
1134 enable_mlang
1135 enable_mmcndmgr
1136 enable_mmdevapi
1137 enable_mountmgr_sys
1138 enable_mpr
1139 enable_mprapi
1140 enable_msacm32_drv
1141 enable_msacm32
1142 enable_msadp32_acm
1143 enable_msasn1
1144 enable_mscat32
1145 enable_mscms
1146 enable_mscoree
1147 enable_msctf
1148 enable_msctfp
1149 enable_msdaps
1150 enable_msdmo
1151 enable_msftedit
1152 enable_msg711_acm
1153 enable_msgsm32_acm
1154 enable_mshtml_tlb
1155 enable_mshtml
1156 enable_msi
1157 enable_msident
1158 enable_msimg32
1159 enable_msimsg
1160 enable_msimtf
1161 enable_msisip
1162 enable_msisys_ocx
1163 enable_msls31
1164 enable_msnet32
1165 enable_mspatcha
1166 enable_msrle32
1167 enable_msscript_ocx
1168 enable_mssign32
1169 enable_mssip32
1170 enable_mstask
1171 enable_msvcirt
1172 enable_msvcm80
1173 enable_msvcm90
1174 enable_msvcp100
1175 enable_msvcp110
1176 enable_msvcp120
1177 enable_msvcp120_app
1178 enable_msvcp60
1179 enable_msvcp70
1180 enable_msvcp71
1181 enable_msvcp80
1182 enable_msvcp90
1183 enable_msvcr100
1184 enable_msvcr110
1185 enable_msvcr120
1186 enable_msvcr120_app
1187 enable_msvcr70
1188 enable_msvcr71
1189 enable_msvcr80
1190 enable_msvcr90
1191 enable_msvcrt
1192 enable_msvcrt20
1193 enable_msvcrt40
1194 enable_msvcrtd
1195 enable_msvfw32
1196 enable_msvidc32
1197 enable_mswsock
1198 enable_msxml
1199 enable_msxml2
1200 enable_msxml3
1201 enable_msxml4
1202 enable_msxml6
1203 enable_nddeapi
1204 enable_ndis_sys
1205 enable_netapi32
1206 enable_netcfgx
1207 enable_netprofm
1208 enable_newdev
1209 enable_normaliz
1210 enable_npmshtml
1211 enable_npptools
1212 enable_ntdll
1213 enable_ntdsapi
1214 enable_ntoskrnl_exe
1215 enable_ntprint
1216 enable_objsel
1217 enable_odbc32
1218 enable_odbccp32
1219 enable_odbccu32
1220 enable_ole32
1221 enable_oleacc
1222 enable_oleaut32
1223 enable_olecli32
1224 enable_oledb32
1225 enable_oledlg
1226 enable_olepro32
1227 enable_olesvr32
1228 enable_olethk32
1229 enable_openal32
1230 enable_opencl
1231 enable_opengl32
1232 enable_packager
1233 enable_pdh
1234 enable_photometadatahandler
1235 enable_pidgen
1236 enable_powrprof
1237 enable_printui
1238 enable_prntvpt
1239 enable_propsys
1240 enable_psapi
1241 enable_pstorec
1242 enable_qcap
1243 enable_qedit
1244 enable_qmgr
1245 enable_qmgrprxy
1246 enable_quartz
1247 enable_query
1248 enable_rasapi32
1249 enable_rasdlg
1250 enable_regapi
1251 enable_resutils
1252 enable_riched20
1253 enable_riched32
1254 enable_rpcrt4
1255 enable_rsabase
1256 enable_rsaenh
1257 enable_rstrtmgr
1258 enable_rtutils
1259 enable_samlib
1260 enable_sane_ds
1261 enable_scarddlg
1262 enable_sccbase
1263 enable_schannel
1264 enable_schedsvc
1265 enable_scrrun
1266 enable_scsiport_sys
1267 enable_secur32
1268 enable_security
1269 enable_sensapi
1270 enable_serialui
1271 enable_setupapi
1272 enable_sfc
1273 enable_sfc_os
1274 enable_shdoclc
1275 enable_shdocvw
1276 enable_shell32
1277 enable_shfolder
1278 enable_shlwapi
1279 enable_slbcsp
1280 enable_slc
1281 enable_snmpapi
1282 enable_softpub
1283 enable_spoolss
1284 enable_stdole2_tlb
1285 enable_stdole32_tlb
1286 enable_sti
1287 enable_svrapi
1288 enable_sxs
1289 enable_t2embed
1290 enable_tapi32
1291 enable_taskschd
1292 enable_traffic
1293 enable_twain_32
1294 enable_ucrtbase
1295 enable_unicows
1296 enable_updspapi
1297 enable_url
1298 enable_urlmon
1299 enable_usbd_sys
1300 enable_user32
1301 enable_userenv
1302 enable_usp10
1303 enable_uxtheme
1304 enable_vbscript
1305 enable_vcomp
1306 enable_vcomp100
1307 enable_vcomp110
1308 enable_vcomp90
1309 enable_vdmdbg
1310 enable_version
1311 enable_vssapi
1312 enable_wbemdisp
1313 enable_wbemprox
1314 enable_webservices
1315 enable_wer
1316 enable_wevtapi
1317 enable_wiaservc
1318 enable_windowscodecs
1319 enable_windowscodecsext
1320 enable_winealsa_drv
1321 enable_winecoreaudio_drv
1322 enable_wined3d
1323 enable_winegstreamer
1324 enable_winejoystick_drv
1325 enable_winemac_drv
1326 enable_winemapi
1327 enable_winemp3_acm
1328 enable_wineoss_drv
1329 enable_wineps_drv
1330 enable_wineqtdecoder
1331 enable_winex11_drv
1332 enable_wing32
1333 enable_winhttp
1334 enable_wininet
1335 enable_winmm
1336 enable_winnls32
1337 enable_winscard
1338 enable_winspool_drv
1339 enable_winsta
1340 enable_wintab32
1341 enable_wintrust
1342 enable_wlanapi
1343 enable_wldap32
1344 enable_wmi
1345 enable_wmiutils
1346 enable_wmp
1347 enable_wmvcore
1348 enable_wnaspi32
1349 enable_wpcap
1350 enable_ws2_32
1351 enable_wshom_ocx
1352 enable_wsnmp32
1353 enable_wsock32
1354 enable_wtsapi32
1355 enable_wuapi
1356 enable_wuaueng
1357 enable_x3daudio1_1
1358 enable_x3daudio1_2
1359 enable_x3daudio1_3
1360 enable_x3daudio1_4
1361 enable_x3daudio1_5
1362 enable_x3daudio1_6
1363 enable_x3daudio1_7
1364 enable_xapofx1_1
1365 enable_xapofx1_3
1366 enable_xapofx1_4
1367 enable_xapofx1_5
1368 enable_xaudio2_7
1369 enable_xaudio2_8
1370 enable_xinput1_1
1371 enable_xinput1_2
1372 enable_xinput1_3
1373 enable_xinput1_4
1374 enable_xinput9_1_0
1375 enable_xmllite
1376 enable_xolehlp
1377 enable_xpsprint
1378 enable_xpssvcs
1379 enable_documentation
1380 enable_fonts
1381 enable_include
1382 enable_libs_port
1383 enable_libs_wine
1384 enable_libs_wpp
1385 enable_loader
1386 enable_arp
1387 enable_aspnet_regiis
1388 enable_attrib
1389 enable_cabarc
1390 enable_cacls
1391 enable_clock
1392 enable_cmd
1393 enable_conhost
1394 enable_control
1395 enable_cscript
1396 enable_dpnsvr
1397 enable_dxdiag
1398 enable_eject
1399 enable_expand
1400 enable_explorer
1401 enable_extrac32
1402 enable_findstr
1403 enable_hh
1404 enable_hostname
1405 enable_icinfo
1406 enable_iexplore
1407 enable_ipconfig
1408 enable_lodctr
1409 enable_mofcomp
1410 enable_mshta
1411 enable_msiexec
1412 enable_net
1413 enable_netsh
1414 enable_netstat
1415 enable_ngen
1416 enable_notepad
1417 enable_oleview
1418 enable_ping
1419 enable_plugplay
1420 enable_presentationfontcache
1421 enable_progman
1422 enable_reg
1423 enable_regasm
1424 enable_regedit
1425 enable_regsvcs
1426 enable_regsvr32
1427 enable_rpcss
1428 enable_rundll32
1429 enable_sc
1430 enable_schtasks
1431 enable_sdbinst
1432 enable_secedit
1433 enable_servicemodelreg
1434 enable_services
1435 enable_spoolsv
1436 enable_start
1437 enable_svchost
1438 enable_systeminfo
1439 enable_taskkill
1440 enable_tasklist
1441 enable_taskmgr
1442 enable_termsv
1443 enable_uninstaller
1444 enable_unlodctr
1445 enable_view
1446 enable_wevtutil
1447 enable_wineboot
1448 enable_winebrowser
1449 enable_winecfg
1450 enable_wineconsole
1451 enable_winedbg
1452 enable_winedevice
1453 enable_winefile
1454 enable_winemenubuilder
1455 enable_winemine
1456 enable_winemsibuilder
1457 enable_winepath
1458 enable_winetest
1459 enable_winhlp32
1460 enable_winver
1461 enable_wmic
1462 enable_wordpad
1463 enable_write
1464 enable_wscript
1465 enable_wusa
1466 enable_xcopy
1467 enable_server
1468 enable_tools
1470 ac_precious_vars='build_alias
1471 host_alias
1472 target_alias
1474 CFLAGS
1475 LDFLAGS
1476 LIBS
1477 CPPFLAGS
1479 CXXFLAGS
1482 XMKMF
1483 XML2_CFLAGS
1484 XML2_LIBS
1485 XSLT_CFLAGS
1486 XSLT_LIBS
1487 DBUS_CFLAGS
1488 DBUS_LIBS
1489 HAL_CFLAGS
1490 HAL_LIBS
1491 GNUTLS_CFLAGS
1492 GNUTLS_LIBS
1493 SANE_CFLAGS
1494 SANE_LIBS
1495 GPHOTO2_CFLAGS
1496 GPHOTO2_LIBS
1497 GPHOTO2_PORT_CFLAGS
1498 GPHOTO2_PORT_LIBS
1499 LCMS2_CFLAGS
1500 LCMS2_LIBS
1501 FREETYPE_CFLAGS
1502 FREETYPE_LIBS
1503 GSTREAMER_CFLAGS
1504 GSTREAMER_LIBS
1505 CAPI20_CFLAGS
1506 CAPI20_LIBS
1507 FONTCONFIG_CFLAGS
1508 FONTCONFIG_LIBS
1509 JPEG_CFLAGS
1510 JPEG_LIBS
1511 PNG_CFLAGS
1512 PNG_LIBS
1513 TIFF_CFLAGS
1514 TIFF_LIBS
1515 MPG123_CFLAGS
1516 MPG123_LIBS'
1519 # Initialize some variables set by options.
1520 ac_init_help=
1521 ac_init_version=false
1522 ac_unrecognized_opts=
1523 ac_unrecognized_sep=
1524 # The variables have the same names as the options, with
1525 # dashes changed to underlines.
1526 cache_file=/dev/null
1527 exec_prefix=NONE
1528 no_create=
1529 no_recursion=
1530 prefix=NONE
1531 program_prefix=NONE
1532 program_suffix=NONE
1533 program_transform_name=s,x,x,
1534 silent=
1535 site=
1536 srcdir=
1537 verbose=
1538 x_includes=NONE
1539 x_libraries=NONE
1541 # Installation directory options.
1542 # These are left unexpanded so users can "make install exec_prefix=/foo"
1543 # and all the variables that are supposed to be based on exec_prefix
1544 # by default will actually change.
1545 # Use braces instead of parens because sh, perl, etc. also accept them.
1546 # (The list follows the same order as the GNU Coding Standards.)
1547 bindir='${exec_prefix}/bin'
1548 sbindir='${exec_prefix}/sbin'
1549 libexecdir='${exec_prefix}/libexec'
1550 datarootdir='${prefix}/share'
1551 datadir='${datarootdir}'
1552 sysconfdir='${prefix}/etc'
1553 sharedstatedir='${prefix}/com'
1554 localstatedir='${prefix}/var'
1555 includedir='${prefix}/include'
1556 oldincludedir='/usr/include'
1557 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1558 infodir='${datarootdir}/info'
1559 htmldir='${docdir}'
1560 dvidir='${docdir}'
1561 pdfdir='${docdir}'
1562 psdir='${docdir}'
1563 libdir='${exec_prefix}/lib'
1564 localedir='${datarootdir}/locale'
1565 mandir='${datarootdir}/man'
1567 ac_prev=
1568 ac_dashdash=
1569 for ac_option
1571 # If the previous option needs an argument, assign it.
1572 if test -n "$ac_prev"; then
1573 eval $ac_prev=\$ac_option
1574 ac_prev=
1575 continue
1578 case $ac_option in
1579 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1580 *=) ac_optarg= ;;
1581 *) ac_optarg=yes ;;
1582 esac
1584 # Accept the important Cygnus configure options, so we can diagnose typos.
1586 case $ac_dashdash$ac_option in
1588 ac_dashdash=yes ;;
1590 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1591 ac_prev=bindir ;;
1592 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1593 bindir=$ac_optarg ;;
1595 -build | --build | --buil | --bui | --bu)
1596 ac_prev=build_alias ;;
1597 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1598 build_alias=$ac_optarg ;;
1600 -cache-file | --cache-file | --cache-fil | --cache-fi \
1601 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1602 ac_prev=cache_file ;;
1603 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1604 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1605 cache_file=$ac_optarg ;;
1607 --config-cache | -C)
1608 cache_file=config.cache ;;
1610 -datadir | --datadir | --datadi | --datad)
1611 ac_prev=datadir ;;
1612 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1613 datadir=$ac_optarg ;;
1615 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1616 | --dataroo | --dataro | --datar)
1617 ac_prev=datarootdir ;;
1618 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1619 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1620 datarootdir=$ac_optarg ;;
1622 -disable-* | --disable-*)
1623 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1624 # Reject names that are not valid shell variable names.
1625 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1626 as_fn_error $? "invalid feature name: $ac_useropt"
1627 ac_useropt_orig=$ac_useropt
1628 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1629 case $ac_user_opts in
1631 "enable_$ac_useropt"
1632 "*) ;;
1633 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1634 ac_unrecognized_sep=', ';;
1635 esac
1636 eval enable_$ac_useropt=no ;;
1638 -docdir | --docdir | --docdi | --doc | --do)
1639 ac_prev=docdir ;;
1640 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1641 docdir=$ac_optarg ;;
1643 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1644 ac_prev=dvidir ;;
1645 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1646 dvidir=$ac_optarg ;;
1648 -enable-* | --enable-*)
1649 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1650 # Reject names that are not valid shell variable names.
1651 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1652 as_fn_error $? "invalid feature name: $ac_useropt"
1653 ac_useropt_orig=$ac_useropt
1654 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1655 case $ac_user_opts in
1657 "enable_$ac_useropt"
1658 "*) ;;
1659 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1660 ac_unrecognized_sep=', ';;
1661 esac
1662 eval enable_$ac_useropt=\$ac_optarg ;;
1664 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1665 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1666 | --exec | --exe | --ex)
1667 ac_prev=exec_prefix ;;
1668 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1669 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1670 | --exec=* | --exe=* | --ex=*)
1671 exec_prefix=$ac_optarg ;;
1673 -gas | --gas | --ga | --g)
1674 # Obsolete; use --with-gas.
1675 with_gas=yes ;;
1677 -help | --help | --hel | --he | -h)
1678 ac_init_help=long ;;
1679 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1680 ac_init_help=recursive ;;
1681 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1682 ac_init_help=short ;;
1684 -host | --host | --hos | --ho)
1685 ac_prev=host_alias ;;
1686 -host=* | --host=* | --hos=* | --ho=*)
1687 host_alias=$ac_optarg ;;
1689 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1690 ac_prev=htmldir ;;
1691 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1692 | --ht=*)
1693 htmldir=$ac_optarg ;;
1695 -includedir | --includedir | --includedi | --included | --include \
1696 | --includ | --inclu | --incl | --inc)
1697 ac_prev=includedir ;;
1698 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1699 | --includ=* | --inclu=* | --incl=* | --inc=*)
1700 includedir=$ac_optarg ;;
1702 -infodir | --infodir | --infodi | --infod | --info | --inf)
1703 ac_prev=infodir ;;
1704 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1705 infodir=$ac_optarg ;;
1707 -libdir | --libdir | --libdi | --libd)
1708 ac_prev=libdir ;;
1709 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1710 libdir=$ac_optarg ;;
1712 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1713 | --libexe | --libex | --libe)
1714 ac_prev=libexecdir ;;
1715 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1716 | --libexe=* | --libex=* | --libe=*)
1717 libexecdir=$ac_optarg ;;
1719 -localedir | --localedir | --localedi | --localed | --locale)
1720 ac_prev=localedir ;;
1721 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1722 localedir=$ac_optarg ;;
1724 -localstatedir | --localstatedir | --localstatedi | --localstated \
1725 | --localstate | --localstat | --localsta | --localst | --locals)
1726 ac_prev=localstatedir ;;
1727 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1728 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1729 localstatedir=$ac_optarg ;;
1731 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1732 ac_prev=mandir ;;
1733 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1734 mandir=$ac_optarg ;;
1736 -nfp | --nfp | --nf)
1737 # Obsolete; use --without-fp.
1738 with_fp=no ;;
1740 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1741 | --no-cr | --no-c | -n)
1742 no_create=yes ;;
1744 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1745 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1746 no_recursion=yes ;;
1748 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1749 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1750 | --oldin | --oldi | --old | --ol | --o)
1751 ac_prev=oldincludedir ;;
1752 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1753 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1754 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1755 oldincludedir=$ac_optarg ;;
1757 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1758 ac_prev=prefix ;;
1759 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1760 prefix=$ac_optarg ;;
1762 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1763 | --program-pre | --program-pr | --program-p)
1764 ac_prev=program_prefix ;;
1765 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1766 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1767 program_prefix=$ac_optarg ;;
1769 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1770 | --program-suf | --program-su | --program-s)
1771 ac_prev=program_suffix ;;
1772 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1773 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1774 program_suffix=$ac_optarg ;;
1776 -program-transform-name | --program-transform-name \
1777 | --program-transform-nam | --program-transform-na \
1778 | --program-transform-n | --program-transform- \
1779 | --program-transform | --program-transfor \
1780 | --program-transfo | --program-transf \
1781 | --program-trans | --program-tran \
1782 | --progr-tra | --program-tr | --program-t)
1783 ac_prev=program_transform_name ;;
1784 -program-transform-name=* | --program-transform-name=* \
1785 | --program-transform-nam=* | --program-transform-na=* \
1786 | --program-transform-n=* | --program-transform-=* \
1787 | --program-transform=* | --program-transfor=* \
1788 | --program-transfo=* | --program-transf=* \
1789 | --program-trans=* | --program-tran=* \
1790 | --progr-tra=* | --program-tr=* | --program-t=*)
1791 program_transform_name=$ac_optarg ;;
1793 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1794 ac_prev=pdfdir ;;
1795 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1796 pdfdir=$ac_optarg ;;
1798 -psdir | --psdir | --psdi | --psd | --ps)
1799 ac_prev=psdir ;;
1800 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1801 psdir=$ac_optarg ;;
1803 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1804 | -silent | --silent | --silen | --sile | --sil)
1805 silent=yes ;;
1807 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1808 ac_prev=sbindir ;;
1809 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1810 | --sbi=* | --sb=*)
1811 sbindir=$ac_optarg ;;
1813 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1814 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1815 | --sharedst | --shareds | --shared | --share | --shar \
1816 | --sha | --sh)
1817 ac_prev=sharedstatedir ;;
1818 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1819 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1820 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1821 | --sha=* | --sh=*)
1822 sharedstatedir=$ac_optarg ;;
1824 -site | --site | --sit)
1825 ac_prev=site ;;
1826 -site=* | --site=* | --sit=*)
1827 site=$ac_optarg ;;
1829 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1830 ac_prev=srcdir ;;
1831 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1832 srcdir=$ac_optarg ;;
1834 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1835 | --syscon | --sysco | --sysc | --sys | --sy)
1836 ac_prev=sysconfdir ;;
1837 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1838 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1839 sysconfdir=$ac_optarg ;;
1841 -target | --target | --targe | --targ | --tar | --ta | --t)
1842 ac_prev=target_alias ;;
1843 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1844 target_alias=$ac_optarg ;;
1846 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1847 verbose=yes ;;
1849 -version | --version | --versio | --versi | --vers | -V)
1850 ac_init_version=: ;;
1852 -with-* | --with-*)
1853 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1854 # Reject names that are not valid shell variable names.
1855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1856 as_fn_error $? "invalid package name: $ac_useropt"
1857 ac_useropt_orig=$ac_useropt
1858 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1859 case $ac_user_opts in
1861 "with_$ac_useropt"
1862 "*) ;;
1863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1864 ac_unrecognized_sep=', ';;
1865 esac
1866 eval with_$ac_useropt=\$ac_optarg ;;
1868 -without-* | --without-*)
1869 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1870 # Reject names that are not valid shell variable names.
1871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1872 as_fn_error $? "invalid package name: $ac_useropt"
1873 ac_useropt_orig=$ac_useropt
1874 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1875 case $ac_user_opts in
1877 "with_$ac_useropt"
1878 "*) ;;
1879 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1880 ac_unrecognized_sep=', ';;
1881 esac
1882 eval with_$ac_useropt=no ;;
1884 --x)
1885 # Obsolete; use --with-x.
1886 with_x=yes ;;
1888 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1889 | --x-incl | --x-inc | --x-in | --x-i)
1890 ac_prev=x_includes ;;
1891 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1892 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1893 x_includes=$ac_optarg ;;
1895 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1896 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1897 ac_prev=x_libraries ;;
1898 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1899 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1900 x_libraries=$ac_optarg ;;
1902 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1903 Try \`$0 --help' for more information"
1906 *=*)
1907 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1908 # Reject names that are not valid shell variable names.
1909 case $ac_envvar in #(
1910 '' | [0-9]* | *[!_$as_cr_alnum]* )
1911 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1912 esac
1913 eval $ac_envvar=\$ac_optarg
1914 export $ac_envvar ;;
1917 # FIXME: should be removed in autoconf 3.0.
1918 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1919 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1920 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1921 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1924 esac
1925 done
1927 if test -n "$ac_prev"; then
1928 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1929 as_fn_error $? "missing argument to $ac_option"
1932 if test -n "$ac_unrecognized_opts"; then
1933 case $enable_option_checking in
1934 no) ;;
1935 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1936 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1937 esac
1940 # Check all directory arguments for consistency.
1941 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1942 datadir sysconfdir sharedstatedir localstatedir includedir \
1943 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1944 libdir localedir mandir
1946 eval ac_val=\$$ac_var
1947 # Remove trailing slashes.
1948 case $ac_val in
1949 */ )
1950 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1951 eval $ac_var=\$ac_val;;
1952 esac
1953 # Be sure to have absolute directory names.
1954 case $ac_val in
1955 [\\/$]* | ?:[\\/]* ) continue;;
1956 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1957 esac
1958 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1959 done
1961 # There might be people who depend on the old broken behavior: `$host'
1962 # used to hold the argument of --host etc.
1963 # FIXME: To remove some day.
1964 build=$build_alias
1965 host=$host_alias
1966 target=$target_alias
1968 # FIXME: To remove some day.
1969 if test "x$host_alias" != x; then
1970 if test "x$build_alias" = x; then
1971 cross_compiling=maybe
1972 elif test "x$build_alias" != "x$host_alias"; then
1973 cross_compiling=yes
1977 ac_tool_prefix=
1978 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1980 test "$silent" = yes && exec 6>/dev/null
1983 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1984 ac_ls_di=`ls -di .` &&
1985 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1986 as_fn_error $? "working directory cannot be determined"
1987 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1988 as_fn_error $? "pwd does not report name of working directory"
1991 # Find the source files, if location was not specified.
1992 if test -z "$srcdir"; then
1993 ac_srcdir_defaulted=yes
1994 # Try the directory containing this script, then the parent directory.
1995 ac_confdir=`$as_dirname -- "$as_myself" ||
1996 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1997 X"$as_myself" : 'X\(//\)[^/]' \| \
1998 X"$as_myself" : 'X\(//\)$' \| \
1999 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2000 $as_echo X"$as_myself" |
2001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2002 s//\1/
2005 /^X\(\/\/\)[^/].*/{
2006 s//\1/
2009 /^X\(\/\/\)$/{
2010 s//\1/
2013 /^X\(\/\).*/{
2014 s//\1/
2017 s/.*/./; q'`
2018 srcdir=$ac_confdir
2019 if test ! -r "$srcdir/$ac_unique_file"; then
2020 srcdir=..
2022 else
2023 ac_srcdir_defaulted=no
2025 if test ! -r "$srcdir/$ac_unique_file"; then
2026 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2027 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2029 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2030 ac_abs_confdir=`(
2031 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2032 pwd)`
2033 # When building in place, set srcdir=.
2034 if test "$ac_abs_confdir" = "$ac_pwd"; then
2035 srcdir=.
2037 # Remove unnecessary trailing slashes from srcdir.
2038 # Double slashes in file names in object file debugging info
2039 # mess up M-x gdb in Emacs.
2040 case $srcdir in
2041 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2042 esac
2043 for ac_var in $ac_precious_vars; do
2044 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2045 eval ac_env_${ac_var}_value=\$${ac_var}
2046 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2047 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2048 done
2051 # Report the --help message.
2053 if test "$ac_init_help" = "long"; then
2054 # Omit some internal or obsolete options to make the list less imposing.
2055 # This message is too long to be a string in the A/UX 3.1 sh.
2056 cat <<_ACEOF
2057 \`configure' configures Wine 1.7.50 to adapt to many kinds of systems.
2059 Usage: $0 [OPTION]... [VAR=VALUE]...
2061 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2062 VAR=VALUE. See below for descriptions of some of the useful variables.
2064 Defaults for the options are specified in brackets.
2066 Configuration:
2067 -h, --help display this help and exit
2068 --help=short display options specific to this package
2069 --help=recursive display the short help of all the included packages
2070 -V, --version display version information and exit
2071 -q, --quiet, --silent do not print \`checking ...' messages
2072 --cache-file=FILE cache test results in FILE [disabled]
2073 -C, --config-cache alias for \`--cache-file=config.cache'
2074 -n, --no-create do not create output files
2075 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2077 Installation directories:
2078 --prefix=PREFIX install architecture-independent files in PREFIX
2079 [$ac_default_prefix]
2080 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2081 [PREFIX]
2083 By default, \`make install' will install all the files in
2084 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2085 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2086 for instance \`--prefix=\$HOME'.
2088 For better control, use the options below.
2090 Fine tuning of the installation directories:
2091 --bindir=DIR user executables [EPREFIX/bin]
2092 --sbindir=DIR system admin executables [EPREFIX/sbin]
2093 --libexecdir=DIR program executables [EPREFIX/libexec]
2094 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2095 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2096 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2097 --libdir=DIR object code libraries [EPREFIX/lib]
2098 --includedir=DIR C header files [PREFIX/include]
2099 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2100 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2101 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2102 --infodir=DIR info documentation [DATAROOTDIR/info]
2103 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2104 --mandir=DIR man documentation [DATAROOTDIR/man]
2105 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2106 --htmldir=DIR html documentation [DOCDIR]
2107 --dvidir=DIR dvi documentation [DOCDIR]
2108 --pdfdir=DIR pdf documentation [DOCDIR]
2109 --psdir=DIR ps documentation [DOCDIR]
2110 _ACEOF
2112 cat <<\_ACEOF
2114 X features:
2115 --x-includes=DIR X include files are in DIR
2116 --x-libraries=DIR X library files are in DIR
2118 System types:
2119 --build=BUILD configure for building on BUILD [guessed]
2120 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2121 _ACEOF
2124 if test -n "$ac_init_help"; then
2125 case $ac_init_help in
2126 short | recursive ) echo "Configuration of Wine 1.7.50:";;
2127 esac
2128 cat <<\_ACEOF
2130 Optional Features:
2131 --disable-option-checking ignore unrecognized --enable/--with options
2132 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2133 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2134 --disable-win16 do not include Win16 support
2135 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2136 binaries)
2137 --disable-tests do not build the regression tests
2138 --enable-maintainer-mode
2139 enable maintainer-specific build rules
2140 --disable-largefile omit support for large files
2142 Optional Packages:
2143 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2144 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2145 --without-alsa do not use the Alsa sound support
2146 --without-capi do not use CAPI (ISDN support)
2147 --without-cms do not use CMS (color management support)
2148 --without-coreaudio do not use the CoreAudio sound support
2149 --without-cups do not use CUPS
2150 --without-curses do not use (n)curses
2151 --without-dbus do not use DBus (dynamic device support)
2152 --without-fontconfig do not use fontconfig
2153 --without-freetype do not use the FreeType library
2154 --without-gettext do not use gettext
2155 --with-gettextpo use the GetTextPO library to rebuild po files
2156 --without-gphoto do not use gphoto (Digital Camera support)
2157 --without-glu do not use the GLU library
2158 --without-gnutls do not use GnuTLS (schannel support)
2159 --without-gsm do not use libgsm (GSM 06.10 codec support)
2160 --without-gstreamer do not use GStreamer (codecs support)
2161 --without-hal do not use HAL (dynamic device support)
2162 --without-jpeg do not use JPEG
2163 --without-ldap do not use LDAP
2164 --without-mpg123 do not use the mpg123 library
2165 --without-netapi do not use the Samba NetAPI library
2166 --without-openal do not use OpenAL
2167 --without-opencl do not use OpenCL
2168 --without-opengl do not use OpenGL
2169 --without-osmesa do not use the OSMesa library
2170 --without-oss do not use the OSS sound support
2171 --without-pcap do not use the Packet Capture library
2172 --without-png do not use PNG
2173 --without-pthread do not use the pthread library
2174 --without-sane do not use SANE (scanner support)
2175 --without-tiff do not use TIFF
2176 --without-v4l do not use v4l1 (v4l support)
2177 --without-xcomposite do not use the Xcomposite extension
2178 --without-xcursor do not use the Xcursor extension
2179 --without-xinerama do not use Xinerama (multi-monitor support)
2180 --without-xinput do not use the Xinput extension
2181 --without-xinput2 do not use the Xinput 2 extension
2182 --without-xml do not use XML
2183 --without-xrandr do not use Xrandr (resolution changes)
2184 --without-xrender do not use the Xrender extension
2185 --without-xshape do not use the Xshape extension
2186 --without-xshm do not use XShm (shared memory extension)
2187 --without-xslt do not use XSLT
2188 --without-xxf86vm do not use XFree video mode extension
2189 --without-zlib do not use Zlib (data compression)
2190 --with-wine-tools=DIR use Wine tools from directory DIR
2191 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2192 --with-x use the X Window System
2194 Some influential environment variables:
2195 CC C compiler command
2196 CFLAGS C compiler flags
2197 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2198 nonstandard directory <lib dir>
2199 LIBS libraries to pass to the linker, e.g. -l<library>
2200 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2201 you have headers in a nonstandard directory <include dir>
2202 CXX C++ compiler command
2203 CXXFLAGS C++ compiler flags
2204 CPP C preprocessor
2205 XMKMF Path to xmkmf, Makefile generator for X Window System
2206 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2207 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2208 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2209 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2210 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2211 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2212 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2213 HAL_LIBS Linker flags for hal, overriding pkg-config
2214 GNUTLS_CFLAGS
2215 C compiler flags for gnutls, overriding pkg-config
2216 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2217 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2218 SANE_LIBS Linker flags for libsane, overriding pkg-config
2219 GPHOTO2_CFLAGS
2220 C compiler flags for libgphoto2, overriding pkg-config
2221 GPHOTO2_LIBS
2222 Linker flags for libgphoto2, overriding pkg-config
2223 GPHOTO2_PORT_CFLAGS
2224 C compiler flags for libgphoto2_port, overriding pkg-config
2225 GPHOTO2_PORT_LIBS
2226 Linker flags for libgphoto2_port, overriding pkg-config
2227 LCMS2_CFLAGS
2228 C compiler flags for lcms2, overriding pkg-config
2229 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2230 FREETYPE_CFLAGS
2231 C compiler flags for freetype2, overriding pkg-config
2232 FREETYPE_LIBS
2233 Linker flags for freetype2, overriding pkg-config
2234 GSTREAMER_CFLAGS
2235 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2236 GSTREAMER_LIBS
2237 Linker flags for gstreamer-app-0.10, overriding pkg-config
2238 CAPI20_CFLAGS
2239 C compiler flags for capi20, overriding pkg-config
2240 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2241 FONTCONFIG_CFLAGS
2242 C compiler flags for fontconfig, overriding pkg-config
2243 FONTCONFIG_LIBS
2244 Linker flags for fontconfig, overriding pkg-config
2245 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2246 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2247 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2248 PNG_LIBS Linker flags for libpng, overriding pkg-config
2249 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2250 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2251 MPG123_CFLAGS
2252 C compiler flags for libmpg123, overriding pkg-config
2253 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2255 Use these variables to override the choices made by `configure' or to help
2256 it to find libraries and programs with nonstandard names/locations.
2258 Report bugs to <wine-devel@winehq.org>.
2259 Wine home page: <http://www.winehq.org>.
2260 _ACEOF
2261 ac_status=$?
2264 if test "$ac_init_help" = "recursive"; then
2265 # If there are subdirs, report their specific --help.
2266 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2267 test -d "$ac_dir" ||
2268 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2269 continue
2270 ac_builddir=.
2272 case "$ac_dir" in
2273 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2275 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2276 # A ".." for each directory in $ac_dir_suffix.
2277 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2278 case $ac_top_builddir_sub in
2279 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2280 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2281 esac ;;
2282 esac
2283 ac_abs_top_builddir=$ac_pwd
2284 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2285 # for backward compatibility:
2286 ac_top_builddir=$ac_top_build_prefix
2288 case $srcdir in
2289 .) # We are building in place.
2290 ac_srcdir=.
2291 ac_top_srcdir=$ac_top_builddir_sub
2292 ac_abs_top_srcdir=$ac_pwd ;;
2293 [\\/]* | ?:[\\/]* ) # Absolute name.
2294 ac_srcdir=$srcdir$ac_dir_suffix;
2295 ac_top_srcdir=$srcdir
2296 ac_abs_top_srcdir=$srcdir ;;
2297 *) # Relative name.
2298 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2299 ac_top_srcdir=$ac_top_build_prefix$srcdir
2300 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2301 esac
2302 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2304 cd "$ac_dir" || { ac_status=$?; continue; }
2305 # Check for guested configure.
2306 if test -f "$ac_srcdir/configure.gnu"; then
2307 echo &&
2308 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2309 elif test -f "$ac_srcdir/configure"; then
2310 echo &&
2311 $SHELL "$ac_srcdir/configure" --help=recursive
2312 else
2313 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2314 fi || ac_status=$?
2315 cd "$ac_pwd" || { ac_status=$?; break; }
2316 done
2319 test -n "$ac_init_help" && exit $ac_status
2320 if $ac_init_version; then
2321 cat <<\_ACEOF
2322 Wine configure 1.7.50
2323 generated by GNU Autoconf 2.69
2325 Copyright (C) 2012 Free Software Foundation, Inc.
2326 This configure script is free software; the Free Software Foundation
2327 gives unlimited permission to copy, distribute and modify it.
2328 _ACEOF
2329 exit
2332 ## ------------------------ ##
2333 ## Autoconf initialization. ##
2334 ## ------------------------ ##
2336 # ac_fn_c_try_compile LINENO
2337 # --------------------------
2338 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2339 ac_fn_c_try_compile ()
2341 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2342 rm -f conftest.$ac_objext
2343 if { { ac_try="$ac_compile"
2344 case "(($ac_try" in
2345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2346 *) ac_try_echo=$ac_try;;
2347 esac
2348 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2349 $as_echo "$ac_try_echo"; } >&5
2350 (eval "$ac_compile") 2>conftest.err
2351 ac_status=$?
2352 if test -s conftest.err; then
2353 grep -v '^ *+' conftest.err >conftest.er1
2354 cat conftest.er1 >&5
2355 mv -f conftest.er1 conftest.err
2357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2358 test $ac_status = 0; } && {
2359 test -z "$ac_c_werror_flag" ||
2360 test ! -s conftest.err
2361 } && test -s conftest.$ac_objext; then :
2362 ac_retval=0
2363 else
2364 $as_echo "$as_me: failed program was:" >&5
2365 sed 's/^/| /' conftest.$ac_ext >&5
2367 ac_retval=1
2369 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2370 as_fn_set_status $ac_retval
2372 } # ac_fn_c_try_compile
2374 # ac_fn_cxx_try_compile LINENO
2375 # ----------------------------
2376 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2377 ac_fn_cxx_try_compile ()
2379 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2380 rm -f conftest.$ac_objext
2381 if { { ac_try="$ac_compile"
2382 case "(($ac_try" in
2383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2384 *) ac_try_echo=$ac_try;;
2385 esac
2386 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2387 $as_echo "$ac_try_echo"; } >&5
2388 (eval "$ac_compile") 2>conftest.err
2389 ac_status=$?
2390 if test -s conftest.err; then
2391 grep -v '^ *+' conftest.err >conftest.er1
2392 cat conftest.er1 >&5
2393 mv -f conftest.er1 conftest.err
2395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2396 test $ac_status = 0; } && {
2397 test -z "$ac_cxx_werror_flag" ||
2398 test ! -s conftest.err
2399 } && test -s conftest.$ac_objext; then :
2400 ac_retval=0
2401 else
2402 $as_echo "$as_me: failed program was:" >&5
2403 sed 's/^/| /' conftest.$ac_ext >&5
2405 ac_retval=1
2407 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2408 as_fn_set_status $ac_retval
2410 } # ac_fn_cxx_try_compile
2412 # ac_fn_c_try_link LINENO
2413 # -----------------------
2414 # Try to link conftest.$ac_ext, and return whether this succeeded.
2415 ac_fn_c_try_link ()
2417 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2418 rm -f conftest.$ac_objext conftest$ac_exeext
2419 if { { ac_try="$ac_link"
2420 case "(($ac_try" in
2421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2422 *) ac_try_echo=$ac_try;;
2423 esac
2424 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2425 $as_echo "$ac_try_echo"; } >&5
2426 (eval "$ac_link") 2>conftest.err
2427 ac_status=$?
2428 if test -s conftest.err; then
2429 grep -v '^ *+' conftest.err >conftest.er1
2430 cat conftest.er1 >&5
2431 mv -f conftest.er1 conftest.err
2433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2434 test $ac_status = 0; } && {
2435 test -z "$ac_c_werror_flag" ||
2436 test ! -s conftest.err
2437 } && test -s conftest$ac_exeext && {
2438 test "$cross_compiling" = yes ||
2439 test -x conftest$ac_exeext
2440 }; then :
2441 ac_retval=0
2442 else
2443 $as_echo "$as_me: failed program was:" >&5
2444 sed 's/^/| /' conftest.$ac_ext >&5
2446 ac_retval=1
2448 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2449 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2450 # interfere with the next link command; also delete a directory that is
2451 # left behind by Apple's compiler. We do this before executing the actions.
2452 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2453 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2454 as_fn_set_status $ac_retval
2456 } # ac_fn_c_try_link
2458 # ac_fn_c_try_cpp LINENO
2459 # ----------------------
2460 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2461 ac_fn_c_try_cpp ()
2463 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2464 if { { ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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; } > conftest.i && {
2480 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2481 test ! -s conftest.err
2482 }; then :
2483 ac_retval=0
2484 else
2485 $as_echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.$ac_ext >&5
2488 ac_retval=1
2490 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2491 as_fn_set_status $ac_retval
2493 } # ac_fn_c_try_cpp
2495 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2496 # -------------------------------------------------------
2497 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2498 # the include files in INCLUDES and setting the cache variable VAR
2499 # accordingly.
2500 ac_fn_c_check_header_mongrel ()
2502 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2503 if eval \${$3+:} false; then :
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2505 $as_echo_n "checking for $2... " >&6; }
2506 if eval \${$3+:} false; then :
2507 $as_echo_n "(cached) " >&6
2509 eval ac_res=\$$3
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2511 $as_echo "$ac_res" >&6; }
2512 else
2513 # Is the header compilable?
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2515 $as_echo_n "checking $2 usability... " >&6; }
2516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2517 /* end confdefs.h. */
2519 #include <$2>
2520 _ACEOF
2521 if ac_fn_c_try_compile "$LINENO"; then :
2522 ac_header_compiler=yes
2523 else
2524 ac_header_compiler=no
2526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2528 $as_echo "$ac_header_compiler" >&6; }
2530 # Is the header present?
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2532 $as_echo_n "checking $2 presence... " >&6; }
2533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2534 /* end confdefs.h. */
2535 #include <$2>
2536 _ACEOF
2537 if ac_fn_c_try_cpp "$LINENO"; then :
2538 ac_header_preproc=yes
2539 else
2540 ac_header_preproc=no
2542 rm -f conftest.err conftest.i conftest.$ac_ext
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2544 $as_echo "$ac_header_preproc" >&6; }
2546 # So? What about this header?
2547 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2548 yes:no: )
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2550 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2552 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2554 no:yes:* )
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2556 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2558 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2560 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2562 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2564 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2565 ( $as_echo "## ------------------------------------ ##
2566 ## Report this to wine-devel@winehq.org ##
2567 ## ------------------------------------ ##"
2568 ) | sed "s/^/$as_me: WARNING: /" >&2
2570 esac
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2572 $as_echo_n "checking for $2... " >&6; }
2573 if eval \${$3+:} false; then :
2574 $as_echo_n "(cached) " >&6
2575 else
2576 eval "$3=\$ac_header_compiler"
2578 eval ac_res=\$$3
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2580 $as_echo "$ac_res" >&6; }
2582 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2584 } # ac_fn_c_check_header_mongrel
2586 # ac_fn_c_try_run LINENO
2587 # ----------------------
2588 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2589 # that executables *can* be run.
2590 ac_fn_c_try_run ()
2592 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2593 if { { ac_try="$ac_link"
2594 case "(($ac_try" in
2595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2596 *) ac_try_echo=$ac_try;;
2597 esac
2598 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2599 $as_echo "$ac_try_echo"; } >&5
2600 (eval "$ac_link") 2>&5
2601 ac_status=$?
2602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2603 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2604 { { case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2609 $as_echo "$ac_try_echo"; } >&5
2610 (eval "$ac_try") 2>&5
2611 ac_status=$?
2612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2613 test $ac_status = 0; }; }; then :
2614 ac_retval=0
2615 else
2616 $as_echo "$as_me: program exited with status $ac_status" >&5
2617 $as_echo "$as_me: failed program was:" >&5
2618 sed 's/^/| /' conftest.$ac_ext >&5
2620 ac_retval=$ac_status
2622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2624 as_fn_set_status $ac_retval
2626 } # ac_fn_c_try_run
2628 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2629 # -------------------------------------------------------
2630 # Tests whether HEADER exists and can be compiled using the include files in
2631 # INCLUDES, setting the cache variable VAR accordingly.
2632 ac_fn_c_check_header_compile ()
2634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2636 $as_echo_n "checking for $2... " >&6; }
2637 if eval \${$3+:} false; then :
2638 $as_echo_n "(cached) " >&6
2639 else
2640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2641 /* end confdefs.h. */
2643 #include <$2>
2644 _ACEOF
2645 if ac_fn_c_try_compile "$LINENO"; then :
2646 eval "$3=yes"
2647 else
2648 eval "$3=no"
2650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2652 eval ac_res=\$$3
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2654 $as_echo "$ac_res" >&6; }
2655 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2657 } # ac_fn_c_check_header_compile
2659 # ac_fn_c_check_func LINENO FUNC VAR
2660 # ----------------------------------
2661 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2662 ac_fn_c_check_func ()
2664 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2666 $as_echo_n "checking for $2... " >&6; }
2667 if eval \${$3+:} false; then :
2668 $as_echo_n "(cached) " >&6
2669 else
2670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2671 /* end confdefs.h. */
2672 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2673 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2674 #define $2 innocuous_$2
2676 /* System header to define __stub macros and hopefully few prototypes,
2677 which can conflict with char $2 (); below.
2678 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2679 <limits.h> exists even on freestanding compilers. */
2681 #ifdef __STDC__
2682 # include <limits.h>
2683 #else
2684 # include <assert.h>
2685 #endif
2687 #undef $2
2689 /* Override any GCC internal prototype to avoid an error.
2690 Use char because int might match the return type of a GCC
2691 builtin and then its argument prototype would still apply. */
2692 #ifdef __cplusplus
2693 extern "C"
2694 #endif
2695 char $2 ();
2696 /* The GNU C library defines this for functions which it implements
2697 to always fail with ENOSYS. Some functions are actually named
2698 something starting with __ and the normal name is an alias. */
2699 #if defined __stub_$2 || defined __stub___$2
2700 choke me
2701 #endif
2704 main ()
2706 return $2 ();
2708 return 0;
2710 _ACEOF
2711 if ac_fn_c_try_link "$LINENO"; then :
2712 eval "$3=yes"
2713 else
2714 eval "$3=no"
2716 rm -f core conftest.err conftest.$ac_objext \
2717 conftest$ac_exeext conftest.$ac_ext
2719 eval ac_res=\$$3
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2721 $as_echo "$ac_res" >&6; }
2722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2724 } # ac_fn_c_check_func
2726 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2727 # ----------------------------------------------------
2728 # Tries to find if the field MEMBER exists in type AGGR, after including
2729 # INCLUDES, setting cache variable VAR accordingly.
2730 ac_fn_c_check_member ()
2732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2734 $as_echo_n "checking for $2.$3... " >&6; }
2735 if eval \${$4+:} false; then :
2736 $as_echo_n "(cached) " >&6
2737 else
2738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2739 /* end confdefs.h. */
2742 main ()
2744 static $2 ac_aggr;
2745 if (ac_aggr.$3)
2746 return 0;
2748 return 0;
2750 _ACEOF
2751 if ac_fn_c_try_compile "$LINENO"; then :
2752 eval "$4=yes"
2753 else
2754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2755 /* end confdefs.h. */
2758 main ()
2760 static $2 ac_aggr;
2761 if (sizeof ac_aggr.$3)
2762 return 0;
2764 return 0;
2766 _ACEOF
2767 if ac_fn_c_try_compile "$LINENO"; then :
2768 eval "$4=yes"
2769 else
2770 eval "$4=no"
2772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2776 eval ac_res=\$$4
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2778 $as_echo "$ac_res" >&6; }
2779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2781 } # ac_fn_c_check_member
2783 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2784 # -------------------------------------------
2785 # Tests whether TYPE exists after having included INCLUDES, setting cache
2786 # variable VAR accordingly.
2787 ac_fn_c_check_type ()
2789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2791 $as_echo_n "checking for $2... " >&6; }
2792 if eval \${$3+:} false; then :
2793 $as_echo_n "(cached) " >&6
2794 else
2795 eval "$3=no"
2796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2800 main ()
2802 if (sizeof ($2))
2803 return 0;
2805 return 0;
2807 _ACEOF
2808 if ac_fn_c_try_compile "$LINENO"; then :
2809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2810 /* end confdefs.h. */
2813 main ()
2815 if (sizeof (($2)))
2816 return 0;
2818 return 0;
2820 _ACEOF
2821 if ac_fn_c_try_compile "$LINENO"; then :
2823 else
2824 eval "$3=yes"
2826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2830 eval ac_res=\$$3
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2832 $as_echo "$ac_res" >&6; }
2833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2835 } # ac_fn_c_check_type
2836 cat >config.log <<_ACEOF
2837 This file contains any messages produced by compilers while
2838 running configure, to aid debugging if configure makes a mistake.
2840 It was created by Wine $as_me 1.7.50, which was
2841 generated by GNU Autoconf 2.69. Invocation command line was
2843 $ $0 $@
2845 _ACEOF
2846 exec 5>>config.log
2848 cat <<_ASUNAME
2849 ## --------- ##
2850 ## Platform. ##
2851 ## --------- ##
2853 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2854 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2855 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2856 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2857 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2859 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2860 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2862 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2863 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2864 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2865 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2866 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2867 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2868 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2870 _ASUNAME
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2875 IFS=$as_save_IFS
2876 test -z "$as_dir" && as_dir=.
2877 $as_echo "PATH: $as_dir"
2878 done
2879 IFS=$as_save_IFS
2881 } >&5
2883 cat >&5 <<_ACEOF
2886 ## ----------- ##
2887 ## Core tests. ##
2888 ## ----------- ##
2890 _ACEOF
2893 # Keep a trace of the command line.
2894 # Strip out --no-create and --no-recursion so they do not pile up.
2895 # Strip out --silent because we don't want to record it for future runs.
2896 # Also quote any args containing shell meta-characters.
2897 # Make two passes to allow for proper duplicate-argument suppression.
2898 ac_configure_args=
2899 ac_configure_args0=
2900 ac_configure_args1=
2901 ac_must_keep_next=false
2902 for ac_pass in 1 2
2904 for ac_arg
2906 case $ac_arg in
2907 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2908 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2909 | -silent | --silent | --silen | --sile | --sil)
2910 continue ;;
2911 *\'*)
2912 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2913 esac
2914 case $ac_pass in
2915 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2917 as_fn_append ac_configure_args1 " '$ac_arg'"
2918 if test $ac_must_keep_next = true; then
2919 ac_must_keep_next=false # Got value, back to normal.
2920 else
2921 case $ac_arg in
2922 *=* | --config-cache | -C | -disable-* | --disable-* \
2923 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2924 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2925 | -with-* | --with-* | -without-* | --without-* | --x)
2926 case "$ac_configure_args0 " in
2927 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2928 esac
2930 -* ) ac_must_keep_next=true ;;
2931 esac
2933 as_fn_append ac_configure_args " '$ac_arg'"
2935 esac
2936 done
2937 done
2938 { ac_configure_args0=; unset ac_configure_args0;}
2939 { ac_configure_args1=; unset ac_configure_args1;}
2941 # When interrupted or exit'd, cleanup temporary files, and complete
2942 # config.log. We remove comments because anyway the quotes in there
2943 # would cause problems or look ugly.
2944 # WARNING: Use '\'' to represent an apostrophe within the trap.
2945 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2946 trap 'exit_status=$?
2947 # Save into config.log some information that might help in debugging.
2949 echo
2951 $as_echo "## ---------------- ##
2952 ## Cache variables. ##
2953 ## ---------------- ##"
2954 echo
2955 # The following way of writing the cache mishandles newlines in values,
2957 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2958 eval ac_val=\$$ac_var
2959 case $ac_val in #(
2960 *${as_nl}*)
2961 case $ac_var in #(
2962 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2963 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2964 esac
2965 case $ac_var in #(
2966 _ | IFS | as_nl) ;; #(
2967 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2968 *) { eval $ac_var=; unset $ac_var;} ;;
2969 esac ;;
2970 esac
2971 done
2972 (set) 2>&1 |
2973 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2974 *${as_nl}ac_space=\ *)
2975 sed -n \
2976 "s/'\''/'\''\\\\'\'''\''/g;
2977 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2978 ;; #(
2980 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2982 esac |
2983 sort
2985 echo
2987 $as_echo "## ----------------- ##
2988 ## Output variables. ##
2989 ## ----------------- ##"
2990 echo
2991 for ac_var in $ac_subst_vars
2993 eval ac_val=\$$ac_var
2994 case $ac_val in
2995 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2996 esac
2997 $as_echo "$ac_var='\''$ac_val'\''"
2998 done | sort
2999 echo
3001 if test -n "$ac_subst_files"; then
3002 $as_echo "## ------------------- ##
3003 ## File substitutions. ##
3004 ## ------------------- ##"
3005 echo
3006 for ac_var in $ac_subst_files
3008 eval ac_val=\$$ac_var
3009 case $ac_val in
3010 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3011 esac
3012 $as_echo "$ac_var='\''$ac_val'\''"
3013 done | sort
3014 echo
3017 if test -s confdefs.h; then
3018 $as_echo "## ----------- ##
3019 ## confdefs.h. ##
3020 ## ----------- ##"
3021 echo
3022 cat confdefs.h
3023 echo
3025 test "$ac_signal" != 0 &&
3026 $as_echo "$as_me: caught signal $ac_signal"
3027 $as_echo "$as_me: exit $exit_status"
3028 } >&5
3029 rm -f core *.core core.conftest.* &&
3030 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3031 exit $exit_status
3033 for ac_signal in 1 2 13 15; do
3034 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3035 done
3036 ac_signal=0
3038 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3039 rm -f -r conftest* confdefs.h
3041 $as_echo "/* confdefs.h */" > confdefs.h
3043 # Predefined preprocessor variables.
3045 cat >>confdefs.h <<_ACEOF
3046 #define PACKAGE_NAME "$PACKAGE_NAME"
3047 _ACEOF
3049 cat >>confdefs.h <<_ACEOF
3050 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3051 _ACEOF
3053 cat >>confdefs.h <<_ACEOF
3054 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3055 _ACEOF
3057 cat >>confdefs.h <<_ACEOF
3058 #define PACKAGE_STRING "$PACKAGE_STRING"
3059 _ACEOF
3061 cat >>confdefs.h <<_ACEOF
3062 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3063 _ACEOF
3065 cat >>confdefs.h <<_ACEOF
3066 #define PACKAGE_URL "$PACKAGE_URL"
3067 _ACEOF
3070 # Let the site file select an alternate cache file if it wants to.
3071 # Prefer an explicitly selected file to automatically selected ones.
3072 ac_site_file1=NONE
3073 ac_site_file2=NONE
3074 if test -n "$CONFIG_SITE"; then
3075 # We do not want a PATH search for config.site.
3076 case $CONFIG_SITE in #((
3077 -*) ac_site_file1=./$CONFIG_SITE;;
3078 */*) ac_site_file1=$CONFIG_SITE;;
3079 *) ac_site_file1=./$CONFIG_SITE;;
3080 esac
3081 elif test "x$prefix" != xNONE; then
3082 ac_site_file1=$prefix/share/config.site
3083 ac_site_file2=$prefix/etc/config.site
3084 else
3085 ac_site_file1=$ac_default_prefix/share/config.site
3086 ac_site_file2=$ac_default_prefix/etc/config.site
3088 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3090 test "x$ac_site_file" = xNONE && continue
3091 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3093 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3094 sed 's/^/| /' "$ac_site_file" >&5
3095 . "$ac_site_file" \
3096 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3098 as_fn_error $? "failed to load site script $ac_site_file
3099 See \`config.log' for more details" "$LINENO" 5; }
3101 done
3103 if test -r "$cache_file"; then
3104 # Some versions of bash will fail to source /dev/null (special files
3105 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3106 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3108 $as_echo "$as_me: loading cache $cache_file" >&6;}
3109 case $cache_file in
3110 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3111 *) . "./$cache_file";;
3112 esac
3114 else
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3116 $as_echo "$as_me: creating cache $cache_file" >&6;}
3117 >$cache_file
3120 # Check that the precious variables saved in the cache have kept the same
3121 # value.
3122 ac_cache_corrupted=false
3123 for ac_var in $ac_precious_vars; do
3124 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3125 eval ac_new_set=\$ac_env_${ac_var}_set
3126 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3127 eval ac_new_val=\$ac_env_${ac_var}_value
3128 case $ac_old_set,$ac_new_set in
3129 set,)
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3131 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3132 ac_cache_corrupted=: ;;
3133 ,set)
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3135 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3136 ac_cache_corrupted=: ;;
3137 ,);;
3139 if test "x$ac_old_val" != "x$ac_new_val"; then
3140 # differences in whitespace do not lead to failure.
3141 ac_old_val_w=`echo x $ac_old_val`
3142 ac_new_val_w=`echo x $ac_new_val`
3143 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3145 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3146 ac_cache_corrupted=:
3147 else
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3149 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3150 eval $ac_var=\$ac_old_val
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3153 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3155 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3156 fi;;
3157 esac
3158 # Pass precious variables to config.status.
3159 if test "$ac_new_set" = set; then
3160 case $ac_new_val in
3161 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3162 *) ac_arg=$ac_var=$ac_new_val ;;
3163 esac
3164 case " $ac_configure_args " in
3165 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3166 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3167 esac
3169 done
3170 if $ac_cache_corrupted; then
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3174 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3175 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3177 ## -------------------- ##
3178 ## Main body of script. ##
3179 ## -------------------- ##
3181 ac_ext=c
3182 ac_cpp='$CPP $CPPFLAGS'
3183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189 ac_config_headers="$ac_config_headers include/config.h"
3191 ac_aux_dir=
3192 for ac_dir in tools "$srcdir"/tools; do
3193 if test -f "$ac_dir/install-sh"; then
3194 ac_aux_dir=$ac_dir
3195 ac_install_sh="$ac_aux_dir/install-sh -c"
3196 break
3197 elif test -f "$ac_dir/install.sh"; then
3198 ac_aux_dir=$ac_dir
3199 ac_install_sh="$ac_aux_dir/install.sh -c"
3200 break
3201 elif test -f "$ac_dir/shtool"; then
3202 ac_aux_dir=$ac_dir
3203 ac_install_sh="$ac_aux_dir/shtool install -c"
3204 break
3206 done
3207 if test -z "$ac_aux_dir"; then
3208 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3211 # These three variables are undocumented and unsupported,
3212 # and are intended to be withdrawn in a future Autoconf release.
3213 # They can cause serious problems if a builder's source tree is in a directory
3214 # whose full name contains unusual characters.
3215 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3216 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3217 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3221 libwine_version="1.0"
3225 # Check whether --enable-win16 was given.
3226 if test "${enable_win16+set}" = set; then :
3227 enableval=$enable_win16;
3230 # Check whether --enable-win64 was given.
3231 if test "${enable_win64+set}" = set; then :
3232 enableval=$enable_win64;
3235 # Check whether --enable-tests was given.
3236 if test "${enable_tests+set}" = set; then :
3237 enableval=$enable_tests;
3240 # Check whether --enable-maintainer-mode was given.
3241 if test "${enable_maintainer_mode+set}" = set; then :
3242 enableval=$enable_maintainer_mode;
3247 # Check whether --with-alsa was given.
3248 if test "${with_alsa+set}" = set; then :
3249 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3253 # Check whether --with-capi was given.
3254 if test "${with_capi+set}" = set; then :
3255 withval=$with_capi;
3259 # Check whether --with-cms was given.
3260 if test "${with_cms+set}" = set; then :
3261 withval=$with_cms;
3265 # Check whether --with-coreaudio was given.
3266 if test "${with_coreaudio+set}" = set; then :
3267 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3271 # Check whether --with-cups was given.
3272 if test "${with_cups+set}" = set; then :
3273 withval=$with_cups;
3277 # Check whether --with-curses was given.
3278 if test "${with_curses+set}" = set; then :
3279 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3283 # Check whether --with-dbus was given.
3284 if test "${with_dbus+set}" = set; then :
3285 withval=$with_dbus;
3289 # Check whether --with-fontconfig was given.
3290 if test "${with_fontconfig+set}" = set; then :
3291 withval=$with_fontconfig;
3295 # Check whether --with-freetype was given.
3296 if test "${with_freetype+set}" = set; then :
3297 withval=$with_freetype;
3301 # Check whether --with-gettext was given.
3302 if test "${with_gettext+set}" = set; then :
3303 withval=$with_gettext;
3307 # Check whether --with-gettextpo was given.
3308 if test "${with_gettextpo+set}" = set; then :
3309 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3313 # Check whether --with-gphoto was given.
3314 if test "${with_gphoto+set}" = set; then :
3315 withval=$with_gphoto;
3319 # Check whether --with-glu was given.
3320 if test "${with_glu+set}" = set; then :
3321 withval=$with_glu;
3325 # Check whether --with-gnutls was given.
3326 if test "${with_gnutls+set}" = set; then :
3327 withval=$with_gnutls;
3331 # Check whether --with-gsm was given.
3332 if test "${with_gsm+set}" = set; then :
3333 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3337 # Check whether --with-gstreamer was given.
3338 if test "${with_gstreamer+set}" = set; then :
3339 withval=$with_gstreamer;
3343 # Check whether --with-hal was given.
3344 if test "${with_hal+set}" = set; then :
3345 withval=$with_hal;
3349 # Check whether --with-jpeg was given.
3350 if test "${with_jpeg+set}" = set; then :
3351 withval=$with_jpeg;
3355 # Check whether --with-ldap was given.
3356 if test "${with_ldap+set}" = set; then :
3357 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3361 # Check whether --with-mpg123 was given.
3362 if test "${with_mpg123+set}" = set; then :
3363 withval=$with_mpg123;
3367 # Check whether --with-netapi was given.
3368 if test "${with_netapi+set}" = set; then :
3369 withval=$with_netapi;
3373 # Check whether --with-openal was given.
3374 if test "${with_openal+set}" = set; then :
3375 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3379 # Check whether --with-opencl was given.
3380 if test "${with_opencl+set}" = set; then :
3381 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3385 # Check whether --with-opengl was given.
3386 if test "${with_opengl+set}" = set; then :
3387 withval=$with_opengl;
3391 # Check whether --with-osmesa was given.
3392 if test "${with_osmesa+set}" = set; then :
3393 withval=$with_osmesa;
3397 # Check whether --with-oss was given.
3398 if test "${with_oss+set}" = set; then :
3399 withval=$with_oss;
3403 # Check whether --with-pcap was given.
3404 if test "${with_pcap+set}" = set; then :
3405 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3409 # Check whether --with-png was given.
3410 if test "${with_png+set}" = set; then :
3411 withval=$with_png;
3415 # Check whether --with-pthread was given.
3416 if test "${with_pthread+set}" = set; then :
3417 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3421 # Check whether --with-sane was given.
3422 if test "${with_sane+set}" = set; then :
3423 withval=$with_sane;
3427 # Check whether --with-tiff was given.
3428 if test "${with_tiff+set}" = set; then :
3429 withval=$with_tiff;
3433 # Check whether --with-v4l was given.
3434 if test "${with_v4l+set}" = set; then :
3435 withval=$with_v4l;
3439 # Check whether --with-xcomposite was given.
3440 if test "${with_xcomposite+set}" = set; then :
3441 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3445 # Check whether --with-xcursor was given.
3446 if test "${with_xcursor+set}" = set; then :
3447 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3451 # Check whether --with-xinerama was given.
3452 if test "${with_xinerama+set}" = set; then :
3453 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3457 # Check whether --with-xinput was given.
3458 if test "${with_xinput+set}" = set; then :
3459 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3463 # Check whether --with-xinput2 was given.
3464 if test "${with_xinput2+set}" = set; then :
3465 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3469 # Check whether --with-xml was given.
3470 if test "${with_xml+set}" = set; then :
3471 withval=$with_xml;
3475 # Check whether --with-xrandr was given.
3476 if test "${with_xrandr+set}" = set; then :
3477 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3481 # Check whether --with-xrender was given.
3482 if test "${with_xrender+set}" = set; then :
3483 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3487 # Check whether --with-xshape was given.
3488 if test "${with_xshape+set}" = set; then :
3489 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3493 # Check whether --with-xshm was given.
3494 if test "${with_xshm+set}" = set; then :
3495 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3499 # Check whether --with-xslt was given.
3500 if test "${with_xslt+set}" = set; then :
3501 withval=$with_xslt;
3505 # Check whether --with-xxf86vm was given.
3506 if test "${with_xxf86vm+set}" = set; then :
3507 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
3511 # Check whether --with-zlib was given.
3512 if test "${with_zlib+set}" = set; then :
3513 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3518 # Check whether --with-wine-tools was given.
3519 if test "${with_wine_tools+set}" = set; then :
3520 withval=$with_wine_tools;
3524 # Check whether --with-wine64 was given.
3525 if test "${with_wine64+set}" = set; then :
3526 withval=$with_wine64;
3530 # Make sure we can run config.sub.
3531 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3532 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3535 $as_echo_n "checking build system type... " >&6; }
3536 if ${ac_cv_build+:} false; then :
3537 $as_echo_n "(cached) " >&6
3538 else
3539 ac_build_alias=$build_alias
3540 test "x$ac_build_alias" = x &&
3541 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3542 test "x$ac_build_alias" = x &&
3543 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3544 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3545 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3549 $as_echo "$ac_cv_build" >&6; }
3550 case $ac_cv_build in
3551 *-*-*) ;;
3552 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3553 esac
3554 build=$ac_cv_build
3555 ac_save_IFS=$IFS; IFS='-'
3556 set x $ac_cv_build
3557 shift
3558 build_cpu=$1
3559 build_vendor=$2
3560 shift; shift
3561 # Remember, the first character of IFS is used to create $*,
3562 # except with old shells:
3563 build_os=$*
3564 IFS=$ac_save_IFS
3565 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3569 $as_echo_n "checking host system type... " >&6; }
3570 if ${ac_cv_host+:} false; then :
3571 $as_echo_n "(cached) " >&6
3572 else
3573 if test "x$host_alias" = x; then
3574 ac_cv_host=$ac_cv_build
3575 else
3576 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3577 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3582 $as_echo "$ac_cv_host" >&6; }
3583 case $ac_cv_host in
3584 *-*-*) ;;
3585 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3586 esac
3587 host=$ac_cv_host
3588 ac_save_IFS=$IFS; IFS='-'
3589 set x $ac_cv_host
3590 shift
3591 host_cpu=$1
3592 host_vendor=$2
3593 shift; shift
3594 # Remember, the first character of IFS is used to create $*,
3595 # except with old shells:
3596 host_os=$*
3597 IFS=$ac_save_IFS
3598 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3602 case "$srcdir" in
3603 .) ;;
3604 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3605 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3606 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3607 fi ;;
3608 esac
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3612 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3613 set x ${MAKE-make}
3614 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3615 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3616 $as_echo_n "(cached) " >&6
3617 else
3618 cat >conftest.make <<\_ACEOF
3619 SHELL = /bin/sh
3620 all:
3621 @echo '@@@%%%=$(MAKE)=@@@%%%'
3622 _ACEOF
3623 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3624 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3625 *@@@%%%=?*=@@@%%%*)
3626 eval ac_cv_prog_make_${ac_make}_set=yes;;
3628 eval ac_cv_prog_make_${ac_make}_set=no;;
3629 esac
3630 rm -f conftest.make
3632 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3634 $as_echo "yes" >&6; }
3635 SET_MAKE=
3636 else
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3638 $as_echo "no" >&6; }
3639 SET_MAKE="MAKE=${MAKE-make}"
3642 ac_ext=c
3643 ac_cpp='$CPP $CPPFLAGS'
3644 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3645 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3646 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3647 if test -n "$ac_tool_prefix"; then
3648 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3649 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3651 $as_echo_n "checking for $ac_word... " >&6; }
3652 if ${ac_cv_prog_CC+:} false; then :
3653 $as_echo_n "(cached) " >&6
3654 else
3655 if test -n "$CC"; then
3656 ac_cv_prog_CC="$CC" # Let the user override the test.
3657 else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659 for as_dir in $PATH
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_exec_ext in '' $ac_executable_extensions; do
3664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3665 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3667 break 2
3669 done
3670 done
3671 IFS=$as_save_IFS
3675 CC=$ac_cv_prog_CC
3676 if test -n "$CC"; then
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3678 $as_echo "$CC" >&6; }
3679 else
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3681 $as_echo "no" >&6; }
3686 if test -z "$ac_cv_prog_CC"; then
3687 ac_ct_CC=$CC
3688 # Extract the first word of "gcc", so it can be a program name with args.
3689 set dummy gcc; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; }
3692 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3693 $as_echo_n "(cached) " >&6
3694 else
3695 if test -n "$ac_ct_CC"; then
3696 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3705 ac_cv_prog_ac_ct_CC="gcc"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3709 done
3710 done
3711 IFS=$as_save_IFS
3715 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3716 if test -n "$ac_ct_CC"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3718 $as_echo "$ac_ct_CC" >&6; }
3719 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; }
3724 if test "x$ac_ct_CC" = x; then
3725 CC=""
3726 else
3727 case $cross_compiling:$ac_tool_warned in
3728 yes:)
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3730 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3731 ac_tool_warned=yes ;;
3732 esac
3733 CC=$ac_ct_CC
3735 else
3736 CC="$ac_cv_prog_CC"
3739 if test -z "$CC"; then
3740 if test -n "$ac_tool_prefix"; then
3741 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3742 set dummy ${ac_tool_prefix}cc; ac_word=$2
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3744 $as_echo_n "checking for $ac_word... " >&6; }
3745 if ${ac_cv_prog_CC+:} false; then :
3746 $as_echo_n "(cached) " >&6
3747 else
3748 if test -n "$CC"; then
3749 ac_cv_prog_CC="$CC" # Let the user override the test.
3750 else
3751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3752 for as_dir in $PATH
3754 IFS=$as_save_IFS
3755 test -z "$as_dir" && as_dir=.
3756 for ac_exec_ext in '' $ac_executable_extensions; do
3757 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3758 ac_cv_prog_CC="${ac_tool_prefix}cc"
3759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3760 break 2
3762 done
3763 done
3764 IFS=$as_save_IFS
3768 CC=$ac_cv_prog_CC
3769 if test -n "$CC"; then
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3771 $as_echo "$CC" >&6; }
3772 else
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3774 $as_echo "no" >&6; }
3780 if test -z "$CC"; then
3781 # Extract the first word of "cc", so it can be a program name with args.
3782 set dummy cc; ac_word=$2
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3784 $as_echo_n "checking for $ac_word... " >&6; }
3785 if ${ac_cv_prog_CC+:} false; then :
3786 $as_echo_n "(cached) " >&6
3787 else
3788 if test -n "$CC"; then
3789 ac_cv_prog_CC="$CC" # Let the user override the test.
3790 else
3791 ac_prog_rejected=no
3792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3793 for as_dir in $PATH
3795 IFS=$as_save_IFS
3796 test -z "$as_dir" && as_dir=.
3797 for ac_exec_ext in '' $ac_executable_extensions; do
3798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3799 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3800 ac_prog_rejected=yes
3801 continue
3803 ac_cv_prog_CC="cc"
3804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3805 break 2
3807 done
3808 done
3809 IFS=$as_save_IFS
3811 if test $ac_prog_rejected = yes; then
3812 # We found a bogon in the path, so make sure we never use it.
3813 set dummy $ac_cv_prog_CC
3814 shift
3815 if test $# != 0; then
3816 # We chose a different compiler from the bogus one.
3817 # However, it has the same basename, so the bogon will be chosen
3818 # first if we set CC to just the basename; use the full file name.
3819 shift
3820 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3825 CC=$ac_cv_prog_CC
3826 if test -n "$CC"; then
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3828 $as_echo "$CC" >&6; }
3829 else
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3831 $as_echo "no" >&6; }
3836 if test -z "$CC"; then
3837 if test -n "$ac_tool_prefix"; then
3838 for ac_prog in cl.exe
3840 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3841 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3843 $as_echo_n "checking for $ac_word... " >&6; }
3844 if ${ac_cv_prog_CC+:} false; then :
3845 $as_echo_n "(cached) " >&6
3846 else
3847 if test -n "$CC"; then
3848 ac_cv_prog_CC="$CC" # Let the user override the test.
3849 else
3850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3851 for as_dir in $PATH
3853 IFS=$as_save_IFS
3854 test -z "$as_dir" && as_dir=.
3855 for ac_exec_ext in '' $ac_executable_extensions; do
3856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3857 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3859 break 2
3861 done
3862 done
3863 IFS=$as_save_IFS
3867 CC=$ac_cv_prog_CC
3868 if test -n "$CC"; then
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3870 $as_echo "$CC" >&6; }
3871 else
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3873 $as_echo "no" >&6; }
3877 test -n "$CC" && break
3878 done
3880 if test -z "$CC"; then
3881 ac_ct_CC=$CC
3882 for ac_prog in cl.exe
3884 # Extract the first word of "$ac_prog", so it can be a program name with args.
3885 set dummy $ac_prog; ac_word=$2
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3887 $as_echo_n "checking for $ac_word... " >&6; }
3888 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3889 $as_echo_n "(cached) " >&6
3890 else
3891 if test -n "$ac_ct_CC"; then
3892 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3893 else
3894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3895 for as_dir in $PATH
3897 IFS=$as_save_IFS
3898 test -z "$as_dir" && as_dir=.
3899 for ac_exec_ext in '' $ac_executable_extensions; do
3900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3901 ac_cv_prog_ac_ct_CC="$ac_prog"
3902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3903 break 2
3905 done
3906 done
3907 IFS=$as_save_IFS
3911 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3912 if test -n "$ac_ct_CC"; then
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3914 $as_echo "$ac_ct_CC" >&6; }
3915 else
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3917 $as_echo "no" >&6; }
3921 test -n "$ac_ct_CC" && break
3922 done
3924 if test "x$ac_ct_CC" = x; then
3925 CC=""
3926 else
3927 case $cross_compiling:$ac_tool_warned in
3928 yes:)
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3930 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3931 ac_tool_warned=yes ;;
3932 esac
3933 CC=$ac_ct_CC
3940 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3941 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3942 as_fn_error $? "no acceptable C compiler found in \$PATH
3943 See \`config.log' for more details" "$LINENO" 5; }
3945 # Provide some information about the compiler.
3946 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3947 set X $ac_compile
3948 ac_compiler=$2
3949 for ac_option in --version -v -V -qversion; do
3950 { { ac_try="$ac_compiler $ac_option >&5"
3951 case "(($ac_try" in
3952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3953 *) ac_try_echo=$ac_try;;
3954 esac
3955 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3956 $as_echo "$ac_try_echo"; } >&5
3957 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3958 ac_status=$?
3959 if test -s conftest.err; then
3960 sed '10a\
3961 ... rest of stderr output deleted ...
3962 10q' conftest.err >conftest.er1
3963 cat conftest.er1 >&5
3965 rm -f conftest.er1 conftest.err
3966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3967 test $ac_status = 0; }
3968 done
3970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3971 /* end confdefs.h. */
3974 main ()
3978 return 0;
3980 _ACEOF
3981 ac_clean_files_save=$ac_clean_files
3982 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3983 # Try to create an executable without -o first, disregard a.out.
3984 # It will help us diagnose broken compilers, and finding out an intuition
3985 # of exeext.
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3987 $as_echo_n "checking whether the C compiler works... " >&6; }
3988 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3990 # The possible output files:
3991 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3993 ac_rmfiles=
3994 for ac_file in $ac_files
3996 case $ac_file in
3997 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3998 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3999 esac
4000 done
4001 rm -f $ac_rmfiles
4003 if { { ac_try="$ac_link_default"
4004 case "(($ac_try" in
4005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4006 *) ac_try_echo=$ac_try;;
4007 esac
4008 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4009 $as_echo "$ac_try_echo"; } >&5
4010 (eval "$ac_link_default") 2>&5
4011 ac_status=$?
4012 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4013 test $ac_status = 0; }; then :
4014 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4015 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4016 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4017 # so that the user can short-circuit this test for compilers unknown to
4018 # Autoconf.
4019 for ac_file in $ac_files ''
4021 test -f "$ac_file" || continue
4022 case $ac_file in
4023 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4025 [ab].out )
4026 # We found the default executable, but exeext='' is most
4027 # certainly right.
4028 break;;
4029 *.* )
4030 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4031 then :; else
4032 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4034 # We set ac_cv_exeext here because the later test for it is not
4035 # safe: cross compilers may not add the suffix if given an `-o'
4036 # argument, so we may need to know it at that point already.
4037 # Even if this section looks crufty: it has the advantage of
4038 # actually working.
4039 break;;
4041 break;;
4042 esac
4043 done
4044 test "$ac_cv_exeext" = no && ac_cv_exeext=
4046 else
4047 ac_file=''
4049 if test -z "$ac_file"; then :
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4051 $as_echo "no" >&6; }
4052 $as_echo "$as_me: failed program was:" >&5
4053 sed 's/^/| /' conftest.$ac_ext >&5
4055 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4056 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4057 as_fn_error 77 "C compiler cannot create executables
4058 See \`config.log' for more details" "$LINENO" 5; }
4059 else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4064 $as_echo_n "checking for C compiler default output file name... " >&6; }
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4066 $as_echo "$ac_file" >&6; }
4067 ac_exeext=$ac_cv_exeext
4069 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4070 ac_clean_files=$ac_clean_files_save
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4072 $as_echo_n "checking for suffix of executables... " >&6; }
4073 if { { ac_try="$ac_link"
4074 case "(($ac_try" in
4075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4076 *) ac_try_echo=$ac_try;;
4077 esac
4078 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4079 $as_echo "$ac_try_echo"; } >&5
4080 (eval "$ac_link") 2>&5
4081 ac_status=$?
4082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4083 test $ac_status = 0; }; then :
4084 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4085 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4086 # work properly (i.e., refer to `conftest.exe'), while it won't with
4087 # `rm'.
4088 for ac_file in conftest.exe conftest conftest.*; do
4089 test -f "$ac_file" || continue
4090 case $ac_file in
4091 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4092 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4093 break;;
4094 * ) break;;
4095 esac
4096 done
4097 else
4098 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4099 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4100 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4101 See \`config.log' for more details" "$LINENO" 5; }
4103 rm -f conftest conftest$ac_cv_exeext
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4105 $as_echo "$ac_cv_exeext" >&6; }
4107 rm -f conftest.$ac_ext
4108 EXEEXT=$ac_cv_exeext
4109 ac_exeext=$EXEEXT
4110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4111 /* end confdefs.h. */
4112 #include <stdio.h>
4114 main ()
4116 FILE *f = fopen ("conftest.out", "w");
4117 return ferror (f) || fclose (f) != 0;
4120 return 0;
4122 _ACEOF
4123 ac_clean_files="$ac_clean_files conftest.out"
4124 # Check that the compiler produces executables we can run. If not, either
4125 # the compiler is broken, or we cross compile.
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4127 $as_echo_n "checking whether we are cross compiling... " >&6; }
4128 if test "$cross_compiling" != yes; then
4129 { { ac_try="$ac_link"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4135 $as_echo "$ac_try_echo"; } >&5
4136 (eval "$ac_link") 2>&5
4137 ac_status=$?
4138 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4139 test $ac_status = 0; }
4140 if { ac_try='./conftest$ac_cv_exeext'
4141 { { case "(($ac_try" in
4142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4143 *) ac_try_echo=$ac_try;;
4144 esac
4145 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4146 $as_echo "$ac_try_echo"; } >&5
4147 (eval "$ac_try") 2>&5
4148 ac_status=$?
4149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4150 test $ac_status = 0; }; }; then
4151 cross_compiling=no
4152 else
4153 if test "$cross_compiling" = maybe; then
4154 cross_compiling=yes
4155 else
4156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4157 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4158 as_fn_error $? "cannot run C compiled programs.
4159 If you meant to cross compile, use \`--host'.
4160 See \`config.log' for more details" "$LINENO" 5; }
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4165 $as_echo "$cross_compiling" >&6; }
4167 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4168 ac_clean_files=$ac_clean_files_save
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4170 $as_echo_n "checking for suffix of object files... " >&6; }
4171 if ${ac_cv_objext+:} false; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4175 /* end confdefs.h. */
4178 main ()
4182 return 0;
4184 _ACEOF
4185 rm -f conftest.o conftest.obj
4186 if { { ac_try="$ac_compile"
4187 case "(($ac_try" in
4188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4189 *) ac_try_echo=$ac_try;;
4190 esac
4191 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4192 $as_echo "$ac_try_echo"; } >&5
4193 (eval "$ac_compile") 2>&5
4194 ac_status=$?
4195 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4196 test $ac_status = 0; }; then :
4197 for ac_file in conftest.o conftest.obj conftest.*; do
4198 test -f "$ac_file" || continue;
4199 case $ac_file in
4200 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4201 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4202 break;;
4203 esac
4204 done
4205 else
4206 $as_echo "$as_me: failed program was:" >&5
4207 sed 's/^/| /' conftest.$ac_ext >&5
4209 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4210 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4211 as_fn_error $? "cannot compute suffix of object files: cannot compile
4212 See \`config.log' for more details" "$LINENO" 5; }
4214 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4217 $as_echo "$ac_cv_objext" >&6; }
4218 OBJEXT=$ac_cv_objext
4219 ac_objext=$OBJEXT
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4221 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4222 if ${ac_cv_c_compiler_gnu+:} false; then :
4223 $as_echo_n "(cached) " >&6
4224 else
4225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4226 /* end confdefs.h. */
4229 main ()
4231 #ifndef __GNUC__
4232 choke me
4233 #endif
4236 return 0;
4238 _ACEOF
4239 if ac_fn_c_try_compile "$LINENO"; then :
4240 ac_compiler_gnu=yes
4241 else
4242 ac_compiler_gnu=no
4244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4245 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4249 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4250 if test $ac_compiler_gnu = yes; then
4251 GCC=yes
4252 else
4253 GCC=
4255 ac_test_CFLAGS=${CFLAGS+set}
4256 ac_save_CFLAGS=$CFLAGS
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4258 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4259 if ${ac_cv_prog_cc_g+:} false; then :
4260 $as_echo_n "(cached) " >&6
4261 else
4262 ac_save_c_werror_flag=$ac_c_werror_flag
4263 ac_c_werror_flag=yes
4264 ac_cv_prog_cc_g=no
4265 CFLAGS="-g"
4266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4267 /* end confdefs.h. */
4270 main ()
4274 return 0;
4276 _ACEOF
4277 if ac_fn_c_try_compile "$LINENO"; then :
4278 ac_cv_prog_cc_g=yes
4279 else
4280 CFLAGS=""
4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4282 /* end confdefs.h. */
4285 main ()
4289 return 0;
4291 _ACEOF
4292 if ac_fn_c_try_compile "$LINENO"; then :
4294 else
4295 ac_c_werror_flag=$ac_save_c_werror_flag
4296 CFLAGS="-g"
4297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4298 /* end confdefs.h. */
4301 main ()
4305 return 0;
4307 _ACEOF
4308 if ac_fn_c_try_compile "$LINENO"; then :
4309 ac_cv_prog_cc_g=yes
4311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4316 ac_c_werror_flag=$ac_save_c_werror_flag
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4319 $as_echo "$ac_cv_prog_cc_g" >&6; }
4320 if test "$ac_test_CFLAGS" = set; then
4321 CFLAGS=$ac_save_CFLAGS
4322 elif test $ac_cv_prog_cc_g = yes; then
4323 if test "$GCC" = yes; then
4324 CFLAGS="-g -O2"
4325 else
4326 CFLAGS="-g"
4328 else
4329 if test "$GCC" = yes; then
4330 CFLAGS="-O2"
4331 else
4332 CFLAGS=
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4336 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4337 if ${ac_cv_prog_cc_c89+:} false; then :
4338 $as_echo_n "(cached) " >&6
4339 else
4340 ac_cv_prog_cc_c89=no
4341 ac_save_CC=$CC
4342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4343 /* end confdefs.h. */
4344 #include <stdarg.h>
4345 #include <stdio.h>
4346 struct stat;
4347 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4348 struct buf { int x; };
4349 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4350 static char *e (p, i)
4351 char **p;
4352 int i;
4354 return p[i];
4356 static char *f (char * (*g) (char **, int), char **p, ...)
4358 char *s;
4359 va_list v;
4360 va_start (v,p);
4361 s = g (p, va_arg (v,int));
4362 va_end (v);
4363 return s;
4366 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4367 function prototypes and stuff, but not '\xHH' hex character constants.
4368 These don't provoke an error unfortunately, instead are silently treated
4369 as 'x'. The following induces an error, until -std is added to get
4370 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4371 array size at least. It's necessary to write '\x00'==0 to get something
4372 that's true only with -std. */
4373 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4375 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4376 inside strings and character constants. */
4377 #define FOO(x) 'x'
4378 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4380 int test (int i, double x);
4381 struct s1 {int (*f) (int a);};
4382 struct s2 {int (*f) (double a);};
4383 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4384 int argc;
4385 char **argv;
4387 main ()
4389 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4391 return 0;
4393 _ACEOF
4394 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4395 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4397 CC="$ac_save_CC $ac_arg"
4398 if ac_fn_c_try_compile "$LINENO"; then :
4399 ac_cv_prog_cc_c89=$ac_arg
4401 rm -f core conftest.err conftest.$ac_objext
4402 test "x$ac_cv_prog_cc_c89" != "xno" && break
4403 done
4404 rm -f conftest.$ac_ext
4405 CC=$ac_save_CC
4408 # AC_CACHE_VAL
4409 case "x$ac_cv_prog_cc_c89" in
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4412 $as_echo "none needed" >&6; } ;;
4413 xno)
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4415 $as_echo "unsupported" >&6; } ;;
4417 CC="$CC $ac_cv_prog_cc_c89"
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4419 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4420 esac
4421 if test "x$ac_cv_prog_cc_c89" != xno; then :
4425 ac_ext=c
4426 ac_cpp='$CPP $CPPFLAGS'
4427 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4428 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4429 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4431 ac_ext=cpp
4432 ac_cpp='$CXXCPP $CPPFLAGS'
4433 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4434 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4435 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4436 if test -z "$CXX"; then
4437 if test -n "$CCC"; then
4438 CXX=$CCC
4439 else
4440 if test -n "$ac_tool_prefix"; then
4441 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4443 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4444 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4446 $as_echo_n "checking for $ac_word... " >&6; }
4447 if ${ac_cv_prog_CXX+:} false; then :
4448 $as_echo_n "(cached) " >&6
4449 else
4450 if test -n "$CXX"; then
4451 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4452 else
4453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4454 for as_dir in $PATH
4456 IFS=$as_save_IFS
4457 test -z "$as_dir" && as_dir=.
4458 for ac_exec_ext in '' $ac_executable_extensions; do
4459 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4460 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4462 break 2
4464 done
4465 done
4466 IFS=$as_save_IFS
4470 CXX=$ac_cv_prog_CXX
4471 if test -n "$CXX"; then
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4473 $as_echo "$CXX" >&6; }
4474 else
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4476 $as_echo "no" >&6; }
4480 test -n "$CXX" && break
4481 done
4483 if test -z "$CXX"; then
4484 ac_ct_CXX=$CXX
4485 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4487 # Extract the first word of "$ac_prog", so it can be a program name with args.
4488 set dummy $ac_prog; ac_word=$2
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4490 $as_echo_n "checking for $ac_word... " >&6; }
4491 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4492 $as_echo_n "(cached) " >&6
4493 else
4494 if test -n "$ac_ct_CXX"; then
4495 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4496 else
4497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4498 for as_dir in $PATH
4500 IFS=$as_save_IFS
4501 test -z "$as_dir" && as_dir=.
4502 for ac_exec_ext in '' $ac_executable_extensions; do
4503 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4504 ac_cv_prog_ac_ct_CXX="$ac_prog"
4505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4506 break 2
4508 done
4509 done
4510 IFS=$as_save_IFS
4514 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4515 if test -n "$ac_ct_CXX"; then
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4517 $as_echo "$ac_ct_CXX" >&6; }
4518 else
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4520 $as_echo "no" >&6; }
4524 test -n "$ac_ct_CXX" && break
4525 done
4527 if test "x$ac_ct_CXX" = x; then
4528 CXX="g++"
4529 else
4530 case $cross_compiling:$ac_tool_warned in
4531 yes:)
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4533 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4534 ac_tool_warned=yes ;;
4535 esac
4536 CXX=$ac_ct_CXX
4542 # Provide some information about the compiler.
4543 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4544 set X $ac_compile
4545 ac_compiler=$2
4546 for ac_option in --version -v -V -qversion; do
4547 { { ac_try="$ac_compiler $ac_option >&5"
4548 case "(($ac_try" in
4549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4550 *) ac_try_echo=$ac_try;;
4551 esac
4552 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4553 $as_echo "$ac_try_echo"; } >&5
4554 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4555 ac_status=$?
4556 if test -s conftest.err; then
4557 sed '10a\
4558 ... rest of stderr output deleted ...
4559 10q' conftest.err >conftest.er1
4560 cat conftest.er1 >&5
4562 rm -f conftest.er1 conftest.err
4563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4564 test $ac_status = 0; }
4565 done
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4568 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4569 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4570 $as_echo_n "(cached) " >&6
4571 else
4572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4573 /* end confdefs.h. */
4576 main ()
4578 #ifndef __GNUC__
4579 choke me
4580 #endif
4583 return 0;
4585 _ACEOF
4586 if ac_fn_cxx_try_compile "$LINENO"; then :
4587 ac_compiler_gnu=yes
4588 else
4589 ac_compiler_gnu=no
4591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4592 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4596 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4597 if test $ac_compiler_gnu = yes; then
4598 GXX=yes
4599 else
4600 GXX=
4602 ac_test_CXXFLAGS=${CXXFLAGS+set}
4603 ac_save_CXXFLAGS=$CXXFLAGS
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4605 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4606 if ${ac_cv_prog_cxx_g+:} false; then :
4607 $as_echo_n "(cached) " >&6
4608 else
4609 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4610 ac_cxx_werror_flag=yes
4611 ac_cv_prog_cxx_g=no
4612 CXXFLAGS="-g"
4613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4614 /* end confdefs.h. */
4617 main ()
4621 return 0;
4623 _ACEOF
4624 if ac_fn_cxx_try_compile "$LINENO"; then :
4625 ac_cv_prog_cxx_g=yes
4626 else
4627 CXXFLAGS=""
4628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4632 main ()
4636 return 0;
4638 _ACEOF
4639 if ac_fn_cxx_try_compile "$LINENO"; then :
4641 else
4642 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4643 CXXFLAGS="-g"
4644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4645 /* end confdefs.h. */
4648 main ()
4652 return 0;
4654 _ACEOF
4655 if ac_fn_cxx_try_compile "$LINENO"; then :
4656 ac_cv_prog_cxx_g=yes
4658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4663 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4666 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4667 if test "$ac_test_CXXFLAGS" = set; then
4668 CXXFLAGS=$ac_save_CXXFLAGS
4669 elif test $ac_cv_prog_cxx_g = yes; then
4670 if test "$GXX" = yes; then
4671 CXXFLAGS="-g -O2"
4672 else
4673 CXXFLAGS="-g"
4675 else
4676 if test "$GXX" = yes; then
4677 CXXFLAGS="-O2"
4678 else
4679 CXXFLAGS=
4682 ac_ext=c
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4688 if test -n "$ac_tool_prefix"; then
4689 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4690 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4692 $as_echo_n "checking for $ac_word... " >&6; }
4693 if ${ac_cv_prog_CPPBIN+:} false; then :
4694 $as_echo_n "(cached) " >&6
4695 else
4696 if test -n "$CPPBIN"; then
4697 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4698 else
4699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700 for as_dir in $PATH
4702 IFS=$as_save_IFS
4703 test -z "$as_dir" && as_dir=.
4704 for ac_exec_ext in '' $ac_executable_extensions; do
4705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4706 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4708 break 2
4710 done
4711 done
4712 IFS=$as_save_IFS
4716 CPPBIN=$ac_cv_prog_CPPBIN
4717 if test -n "$CPPBIN"; then
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4719 $as_echo "$CPPBIN" >&6; }
4720 else
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4722 $as_echo "no" >&6; }
4727 if test -z "$ac_cv_prog_CPPBIN"; then
4728 ac_ct_CPPBIN=$CPPBIN
4729 # Extract the first word of "cpp", so it can be a program name with args.
4730 set dummy cpp; ac_word=$2
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 if test -n "$ac_ct_CPPBIN"; then
4737 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4738 else
4739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740 for as_dir in $PATH
4742 IFS=$as_save_IFS
4743 test -z "$as_dir" && as_dir=.
4744 for ac_exec_ext in '' $ac_executable_extensions; do
4745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4746 ac_cv_prog_ac_ct_CPPBIN="cpp"
4747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4748 break 2
4750 done
4751 done
4752 IFS=$as_save_IFS
4756 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4757 if test -n "$ac_ct_CPPBIN"; then
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4759 $as_echo "$ac_ct_CPPBIN" >&6; }
4760 else
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4762 $as_echo "no" >&6; }
4765 if test "x$ac_ct_CPPBIN" = x; then
4766 CPPBIN="cpp"
4767 else
4768 case $cross_compiling:$ac_tool_warned in
4769 yes:)
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4772 ac_tool_warned=yes ;;
4773 esac
4774 CPPBIN=$ac_ct_CPPBIN
4776 else
4777 CPPBIN="$ac_cv_prog_CPPBIN"
4781 cat >>confdefs.h <<_ACEOF
4782 #define EXEEXT "$ac_exeext"
4783 _ACEOF
4785 if test -n "$ac_tool_prefix"; then
4786 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4787 set dummy ${ac_tool_prefix}ld; ac_word=$2
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4789 $as_echo_n "checking for $ac_word... " >&6; }
4790 if ${ac_cv_prog_LD+:} false; then :
4791 $as_echo_n "(cached) " >&6
4792 else
4793 if test -n "$LD"; then
4794 ac_cv_prog_LD="$LD" # Let the user override the test.
4795 else
4796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4797 for as_dir in $PATH
4799 IFS=$as_save_IFS
4800 test -z "$as_dir" && as_dir=.
4801 for ac_exec_ext in '' $ac_executable_extensions; do
4802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4803 ac_cv_prog_LD="${ac_tool_prefix}ld"
4804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4805 break 2
4807 done
4808 done
4809 IFS=$as_save_IFS
4813 LD=$ac_cv_prog_LD
4814 if test -n "$LD"; then
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4816 $as_echo "$LD" >&6; }
4817 else
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819 $as_echo "no" >&6; }
4824 if test -z "$ac_cv_prog_LD"; then
4825 ac_ct_LD=$LD
4826 # Extract the first word of "ld", so it can be a program name with args.
4827 set dummy ld; ac_word=$2
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4829 $as_echo_n "checking for $ac_word... " >&6; }
4830 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4831 $as_echo_n "(cached) " >&6
4832 else
4833 if test -n "$ac_ct_LD"; then
4834 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4835 else
4836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4837 for as_dir in $PATH
4839 IFS=$as_save_IFS
4840 test -z "$as_dir" && as_dir=.
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4843 ac_cv_prog_ac_ct_LD="ld"
4844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4845 break 2
4847 done
4848 done
4849 IFS=$as_save_IFS
4853 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4854 if test -n "$ac_ct_LD"; then
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4856 $as_echo "$ac_ct_LD" >&6; }
4857 else
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4859 $as_echo "no" >&6; }
4862 if test "x$ac_ct_LD" = x; then
4863 LD=""
4864 else
4865 case $cross_compiling:$ac_tool_warned in
4866 yes:)
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4869 ac_tool_warned=yes ;;
4870 esac
4871 LD=$ac_ct_LD
4873 else
4874 LD="$ac_cv_prog_LD"
4878 case $host in
4879 *-darwin*)
4880 if test "x$enable_win64" = "xyes"
4881 then
4882 CC="$CC -m64"
4883 CXX="$CXX -m64"
4884 host_cpu="x86_64"
4885 notice_platform="64-bit "
4886 TARGETFLAGS="-m64"
4888 else
4889 CC="$CC -m32"
4890 CXX="$CXX -m32"
4891 host_cpu="i386"
4892 notice_platform="32-bit "
4893 TARGETFLAGS="-m32"
4895 enable_win16=${enable_win16:-yes}
4897 with_fontconfig=${with_fontconfig:-no}
4899 x86_64*|amd64*)
4900 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4901 then
4902 CC="$CC -m32"
4903 CXX="$CXX -m32"
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4905 $as_echo_n "checking whether $CC works... " >&6; }
4907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4908 /* end confdefs.h. */
4911 main ()
4915 return 0;
4917 _ACEOF
4918 if ac_fn_c_try_link "$LINENO"; then :
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4920 $as_echo "yes" >&6; }
4921 else
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4924 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4926 rm -f core conftest.err conftest.$ac_objext \
4927 conftest$ac_exeext conftest.$ac_ext
4928 host_cpu="i386"
4929 notice_platform="32-bit "
4930 TARGETFLAGS="-m32"
4932 enable_win16=${enable_win16:-yes}
4933 else
4934 if test "x${GCC}" = "xyes"
4935 then
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4937 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4939 /* end confdefs.h. */
4940 #include <stdarg.h>
4942 main ()
4944 void func(__builtin_ms_va_list *args);
4946 return 0;
4948 _ACEOF
4949 if ac_fn_c_try_compile "$LINENO"; then :
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4951 $as_echo "yes" >&6; }
4952 else
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4954 $as_echo "no" >&6; }
4955 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4959 host_cpu="x86_64"
4960 TARGETFLAGS="-m64"
4964 arm*)
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4966 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4968 /* end confdefs.h. */
4969 int ac_test(int i) { return i; }
4971 main ()
4973 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4975 return 0;
4977 _ACEOF
4978 if ac_fn_c_try_link "$LINENO"; then :
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4980 $as_echo "yes" >&6; }
4981 else
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4983 $as_echo "no" >&6; }
4984 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4986 rm -f core conftest.err conftest.$ac_objext \
4987 conftest$ac_exeext conftest.$ac_ext
4988 CFLAGS="$CFLAGS -marm"
4989 TARGETFLAGS="-marm"
4992 *-mingw32*|*-cygwin*)
4993 enable_win16=${enable_win16:-no}
4994 CFLAGS="$CFLAGS -D_WIN32"
4996 i[3456789]86*)
4997 enable_win16=${enable_win16:-yes}
4999 esac
5001 enable_win16=${enable_win16:-no}
5002 enable_win64=${enable_win64:-no}
5004 enable_winetest=${enable_winetest:-$enable_tests}
5006 if test -n "$with_wine64"
5007 then
5008 if test "x$enable_win64" = "xyes"
5009 then
5010 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5011 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5013 enable_fonts=${enable_fonts:-no}
5014 enable_server=${enable_server:-no}
5015 elif test "x$enable_win64" = "xyes"
5016 then
5017 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5021 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5022 if ${wine_cv_toolsdir+:} false; then :
5023 $as_echo_n "(cached) " >&6
5024 else
5025 wine_cv_toolsdir="$with_wine_tools"
5026 if test -z "$with_wine_tools"; then
5027 if test "$cross_compiling" = "yes"; then
5028 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5029 elif test -n "$with_wine64"; then
5030 wine_cv_toolsdir="$with_wine64"
5033 if test -z "$wine_cv_toolsdir"; then
5034 wine_makedep=tools/makedep
5035 wine_cv_toolsdir="\$(top_builddir)"
5036 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5037 wine_makedep=$wine_cv_toolsdir/tools/makedep
5038 case "$wine_cv_toolsdir" in
5039 /*) ;;
5040 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5041 esac
5042 enable_tools=${enable_tools:-no}
5043 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5044 else
5045 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5049 $as_echo "$wine_cv_toolsdir" >&6; }
5050 TOOLSDIR=$wine_cv_toolsdir
5052 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5053 then
5054 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5058 for ac_prog in flex
5060 # Extract the first word of "$ac_prog", so it can be a program name with args.
5061 set dummy $ac_prog; ac_word=$2
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5063 $as_echo_n "checking for $ac_word... " >&6; }
5064 if ${ac_cv_prog_FLEX+:} false; then :
5065 $as_echo_n "(cached) " >&6
5066 else
5067 if test -n "$FLEX"; then
5068 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5069 else
5070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5071 for as_dir in $PATH
5073 IFS=$as_save_IFS
5074 test -z "$as_dir" && as_dir=.
5075 for ac_exec_ext in '' $ac_executable_extensions; do
5076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5077 ac_cv_prog_FLEX="$ac_prog"
5078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5079 break 2
5081 done
5082 done
5083 IFS=$as_save_IFS
5087 FLEX=$ac_cv_prog_FLEX
5088 if test -n "$FLEX"; then
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5090 $as_echo "$FLEX" >&6; }
5091 else
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5093 $as_echo "no" >&6; }
5097 test -n "$FLEX" && break
5098 done
5099 test -n "$FLEX" || FLEX="none"
5101 if test "$FLEX" = "none"
5102 then
5103 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5106 $as_echo_n "checking whether flex is recent enough... " >&6; }
5107 cat >conftest.l <<EOF
5108 %top{
5109 #include "prediluvian.h"
5113 if $FLEX -t conftest.l >/dev/null 2>&5
5114 then
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5116 $as_echo "yes" >&6; }
5117 else
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5119 $as_echo "no" >&6; }
5120 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5123 for ac_prog in bison
5125 # Extract the first word of "$ac_prog", so it can be a program name with args.
5126 set dummy $ac_prog; ac_word=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if ${ac_cv_prog_BISON+:} false; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 if test -n "$BISON"; then
5133 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5134 else
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136 for as_dir in $PATH
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5142 ac_cv_prog_BISON="$ac_prog"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5144 break 2
5146 done
5147 done
5148 IFS=$as_save_IFS
5152 BISON=$ac_cv_prog_BISON
5153 if test -n "$BISON"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5155 $as_echo "$BISON" >&6; }
5156 else
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5162 test -n "$BISON" && break
5163 done
5164 test -n "$BISON" || BISON="none"
5166 if test "$BISON" = "none"
5167 then
5168 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5171 if test -n "$ac_tool_prefix"; then
5172 for ac_prog in ar gar
5174 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5175 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5177 $as_echo_n "checking for $ac_word... " >&6; }
5178 if ${ac_cv_prog_AR+:} false; then :
5179 $as_echo_n "(cached) " >&6
5180 else
5181 if test -n "$AR"; then
5182 ac_cv_prog_AR="$AR" # Let the user override the test.
5183 else
5184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5185 for as_dir in $PATH
5187 IFS=$as_save_IFS
5188 test -z "$as_dir" && as_dir=.
5189 for ac_exec_ext in '' $ac_executable_extensions; do
5190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5191 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5193 break 2
5195 done
5196 done
5197 IFS=$as_save_IFS
5201 AR=$ac_cv_prog_AR
5202 if test -n "$AR"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5204 $as_echo "$AR" >&6; }
5205 else
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5207 $as_echo "no" >&6; }
5211 test -n "$AR" && break
5212 done
5214 if test -z "$AR"; then
5215 ac_ct_AR=$AR
5216 for ac_prog in ar gar
5218 # Extract the first word of "$ac_prog", so it can be a program name with args.
5219 set dummy $ac_prog; ac_word=$2
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5221 $as_echo_n "checking for $ac_word... " >&6; }
5222 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5223 $as_echo_n "(cached) " >&6
5224 else
5225 if test -n "$ac_ct_AR"; then
5226 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5227 else
5228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5229 for as_dir in $PATH
5231 IFS=$as_save_IFS
5232 test -z "$as_dir" && as_dir=.
5233 for ac_exec_ext in '' $ac_executable_extensions; do
5234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5235 ac_cv_prog_ac_ct_AR="$ac_prog"
5236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5237 break 2
5239 done
5240 done
5241 IFS=$as_save_IFS
5245 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5246 if test -n "$ac_ct_AR"; then
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5248 $as_echo "$ac_ct_AR" >&6; }
5249 else
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5251 $as_echo "no" >&6; }
5255 test -n "$ac_ct_AR" && break
5256 done
5258 if test "x$ac_ct_AR" = x; then
5259 AR="ar"
5260 else
5261 case $cross_compiling:$ac_tool_warned in
5262 yes:)
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5265 ac_tool_warned=yes ;;
5266 esac
5267 AR=$ac_ct_AR
5271 if test -n "$ac_tool_prefix"; then
5272 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5273 set dummy ${ac_tool_prefix}strip; ac_word=$2
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5275 $as_echo_n "checking for $ac_word... " >&6; }
5276 if ${ac_cv_prog_STRIP+:} false; then :
5277 $as_echo_n "(cached) " >&6
5278 else
5279 if test -n "$STRIP"; then
5280 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5281 else
5282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5283 for as_dir in $PATH
5285 IFS=$as_save_IFS
5286 test -z "$as_dir" && as_dir=.
5287 for ac_exec_ext in '' $ac_executable_extensions; do
5288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5289 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 break 2
5293 done
5294 done
5295 IFS=$as_save_IFS
5299 STRIP=$ac_cv_prog_STRIP
5300 if test -n "$STRIP"; then
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5302 $as_echo "$STRIP" >&6; }
5303 else
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5305 $as_echo "no" >&6; }
5310 if test -z "$ac_cv_prog_STRIP"; then
5311 ac_ct_STRIP=$STRIP
5312 # Extract the first word of "strip", so it can be a program name with args.
5313 set dummy strip; ac_word=$2
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5315 $as_echo_n "checking for $ac_word... " >&6; }
5316 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5317 $as_echo_n "(cached) " >&6
5318 else
5319 if test -n "$ac_ct_STRIP"; then
5320 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5321 else
5322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323 for as_dir in $PATH
5325 IFS=$as_save_IFS
5326 test -z "$as_dir" && as_dir=.
5327 for ac_exec_ext in '' $ac_executable_extensions; do
5328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5329 ac_cv_prog_ac_ct_STRIP="strip"
5330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 break 2
5333 done
5334 done
5335 IFS=$as_save_IFS
5339 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5340 if test -n "$ac_ct_STRIP"; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5342 $as_echo "$ac_ct_STRIP" >&6; }
5343 else
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5345 $as_echo "no" >&6; }
5348 if test "x$ac_ct_STRIP" = x; then
5349 STRIP="strip"
5350 else
5351 case $cross_compiling:$ac_tool_warned in
5352 yes:)
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5354 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5355 ac_tool_warned=yes ;;
5356 esac
5357 STRIP=$ac_ct_STRIP
5359 else
5360 STRIP="$ac_cv_prog_STRIP"
5363 ARFLAGS=rc
5365 if test -n "$ac_tool_prefix"; then
5366 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5367 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5369 $as_echo_n "checking for $ac_word... " >&6; }
5370 if ${ac_cv_prog_RANLIB+:} false; then :
5371 $as_echo_n "(cached) " >&6
5372 else
5373 if test -n "$RANLIB"; then
5374 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5375 else
5376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5377 for as_dir in $PATH
5379 IFS=$as_save_IFS
5380 test -z "$as_dir" && as_dir=.
5381 for ac_exec_ext in '' $ac_executable_extensions; do
5382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5383 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 break 2
5387 done
5388 done
5389 IFS=$as_save_IFS
5393 RANLIB=$ac_cv_prog_RANLIB
5394 if test -n "$RANLIB"; then
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5396 $as_echo "$RANLIB" >&6; }
5397 else
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5399 $as_echo "no" >&6; }
5404 if test -z "$ac_cv_prog_RANLIB"; then
5405 ac_ct_RANLIB=$RANLIB
5406 # Extract the first word of "ranlib", so it can be a program name with args.
5407 set dummy ranlib; ac_word=$2
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5409 $as_echo_n "checking for $ac_word... " >&6; }
5410 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5411 $as_echo_n "(cached) " >&6
5412 else
5413 if test -n "$ac_ct_RANLIB"; then
5414 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5415 else
5416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5417 for as_dir in $PATH
5419 IFS=$as_save_IFS
5420 test -z "$as_dir" && as_dir=.
5421 for ac_exec_ext in '' $ac_executable_extensions; do
5422 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5423 ac_cv_prog_ac_ct_RANLIB="ranlib"
5424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5425 break 2
5427 done
5428 done
5429 IFS=$as_save_IFS
5433 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5434 if test -n "$ac_ct_RANLIB"; then
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5436 $as_echo "$ac_ct_RANLIB" >&6; }
5437 else
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5439 $as_echo "no" >&6; }
5442 if test "x$ac_ct_RANLIB" = x; then
5443 RANLIB=":"
5444 else
5445 case $cross_compiling:$ac_tool_warned in
5446 yes:)
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5448 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5449 ac_tool_warned=yes ;;
5450 esac
5451 RANLIB=$ac_ct_RANLIB
5453 else
5454 RANLIB="$ac_cv_prog_RANLIB"
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5458 $as_echo_n "checking whether ln -s works... " >&6; }
5459 LN_S=$as_ln_s
5460 if test "$LN_S" = "ln -s"; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5462 $as_echo "yes" >&6; }
5463 else
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5465 $as_echo "no, using $LN_S" >&6; }
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5469 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5470 if ${ac_cv_path_GREP+:} false; then :
5471 $as_echo_n "(cached) " >&6
5472 else
5473 if test -z "$GREP"; then
5474 ac_path_GREP_found=false
5475 # Loop through the user's path and test for each of PROGNAME-LIST
5476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5477 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5479 IFS=$as_save_IFS
5480 test -z "$as_dir" && as_dir=.
5481 for ac_prog in grep ggrep; do
5482 for ac_exec_ext in '' $ac_executable_extensions; do
5483 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5484 as_fn_executable_p "$ac_path_GREP" || continue
5485 # Check for GNU ac_path_GREP and select it if it is found.
5486 # Check for GNU $ac_path_GREP
5487 case `"$ac_path_GREP" --version 2>&1` in
5488 *GNU*)
5489 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5491 ac_count=0
5492 $as_echo_n 0123456789 >"conftest.in"
5493 while :
5495 cat "conftest.in" "conftest.in" >"conftest.tmp"
5496 mv "conftest.tmp" "conftest.in"
5497 cp "conftest.in" "conftest.nl"
5498 $as_echo 'GREP' >> "conftest.nl"
5499 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5500 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5501 as_fn_arith $ac_count + 1 && ac_count=$as_val
5502 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5503 # Best one so far, save it but keep looking for a better one
5504 ac_cv_path_GREP="$ac_path_GREP"
5505 ac_path_GREP_max=$ac_count
5507 # 10*(2^10) chars as input seems more than enough
5508 test $ac_count -gt 10 && break
5509 done
5510 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5511 esac
5513 $ac_path_GREP_found && break 3
5514 done
5515 done
5516 done
5517 IFS=$as_save_IFS
5518 if test -z "$ac_cv_path_GREP"; then
5519 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5521 else
5522 ac_cv_path_GREP=$GREP
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5527 $as_echo "$ac_cv_path_GREP" >&6; }
5528 GREP="$ac_cv_path_GREP"
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5532 $as_echo_n "checking for egrep... " >&6; }
5533 if ${ac_cv_path_EGREP+:} false; then :
5534 $as_echo_n "(cached) " >&6
5535 else
5536 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5537 then ac_cv_path_EGREP="$GREP -E"
5538 else
5539 if test -z "$EGREP"; then
5540 ac_path_EGREP_found=false
5541 # Loop through the user's path and test for each of PROGNAME-LIST
5542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5543 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5545 IFS=$as_save_IFS
5546 test -z "$as_dir" && as_dir=.
5547 for ac_prog in egrep; do
5548 for ac_exec_ext in '' $ac_executable_extensions; do
5549 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5550 as_fn_executable_p "$ac_path_EGREP" || continue
5551 # Check for GNU ac_path_EGREP and select it if it is found.
5552 # Check for GNU $ac_path_EGREP
5553 case `"$ac_path_EGREP" --version 2>&1` in
5554 *GNU*)
5555 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5557 ac_count=0
5558 $as_echo_n 0123456789 >"conftest.in"
5559 while :
5561 cat "conftest.in" "conftest.in" >"conftest.tmp"
5562 mv "conftest.tmp" "conftest.in"
5563 cp "conftest.in" "conftest.nl"
5564 $as_echo 'EGREP' >> "conftest.nl"
5565 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5566 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5567 as_fn_arith $ac_count + 1 && ac_count=$as_val
5568 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5569 # Best one so far, save it but keep looking for a better one
5570 ac_cv_path_EGREP="$ac_path_EGREP"
5571 ac_path_EGREP_max=$ac_count
5573 # 10*(2^10) chars as input seems more than enough
5574 test $ac_count -gt 10 && break
5575 done
5576 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5577 esac
5579 $ac_path_EGREP_found && break 3
5580 done
5581 done
5582 done
5583 IFS=$as_save_IFS
5584 if test -z "$ac_cv_path_EGREP"; then
5585 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5587 else
5588 ac_cv_path_EGREP=$EGREP
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5594 $as_echo "$ac_cv_path_EGREP" >&6; }
5595 EGREP="$ac_cv_path_EGREP"
5598 # Extract the first word of "ldconfig", so it can be a program name with args.
5599 set dummy ldconfig; ac_word=$2
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if ${ac_cv_path_LDCONFIG+:} false; then :
5603 $as_echo_n "(cached) " >&6
5604 else
5605 case $LDCONFIG in
5606 [\\/]* | ?:[\\/]*)
5607 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611 for as_dir in /sbin /usr/sbin $PATH
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 for ac_exec_ext in '' $ac_executable_extensions; do
5616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5617 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5619 break 2
5621 done
5622 done
5623 IFS=$as_save_IFS
5625 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5627 esac
5629 LDCONFIG=$ac_cv_path_LDCONFIG
5630 if test -n "$LDCONFIG"; then
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5632 $as_echo "$LDCONFIG" >&6; }
5633 else
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5635 $as_echo "no" >&6; }
5639 for ac_prog in msgfmt
5641 # Extract the first word of "$ac_prog", so it can be a program name with args.
5642 set dummy $ac_prog; ac_word=$2
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5644 $as_echo_n "checking for $ac_word... " >&6; }
5645 if ${ac_cv_prog_MSGFMT+:} false; then :
5646 $as_echo_n "(cached) " >&6
5647 else
5648 if test -n "$MSGFMT"; then
5649 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5650 else
5651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5652 for as_dir in $PATH
5654 IFS=$as_save_IFS
5655 test -z "$as_dir" && as_dir=.
5656 for ac_exec_ext in '' $ac_executable_extensions; do
5657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5658 ac_cv_prog_MSGFMT="$ac_prog"
5659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5660 break 2
5662 done
5663 done
5664 IFS=$as_save_IFS
5668 MSGFMT=$ac_cv_prog_MSGFMT
5669 if test -n "$MSGFMT"; then
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5671 $as_echo "$MSGFMT" >&6; }
5672 else
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5674 $as_echo "no" >&6; }
5678 test -n "$MSGFMT" && break
5679 done
5680 test -n "$MSGFMT" || MSGFMT="false"
5682 if ${ac_tool_prefix+:} false; then :
5683 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5684 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5686 $as_echo_n "checking for $ac_word... " >&6; }
5687 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5688 $as_echo_n "(cached) " >&6
5689 else
5690 if test -n "$PKG_CONFIG"; then
5691 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5692 else
5693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5694 for as_dir in $PATH
5696 IFS=$as_save_IFS
5697 test -z "$as_dir" && as_dir=.
5698 for ac_exec_ext in '' $ac_executable_extensions; do
5699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5700 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5702 break 2
5704 done
5705 done
5706 IFS=$as_save_IFS
5710 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5711 if test -n "$PKG_CONFIG"; then
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5713 $as_echo "$PKG_CONFIG" >&6; }
5714 else
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5716 $as_echo "no" >&6; }
5721 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5722 if test "x$cross_compiling" = xyes; then :
5724 else
5725 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5726 # Extract the first word of "pkg-config", so it can be a program name with args.
5727 set dummy pkg-config; ac_word=$2
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5729 $as_echo_n "checking for $ac_word... " >&6; }
5730 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5731 $as_echo_n "(cached) " >&6
5732 else
5733 if test -n "$PKG_CONFIG"; then
5734 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5735 else
5736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5737 for as_dir in $PATH
5739 IFS=$as_save_IFS
5740 test -z "$as_dir" && as_dir=.
5741 for ac_exec_ext in '' $ac_executable_extensions; do
5742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5743 ac_cv_prog_PKG_CONFIG="pkg-config"
5744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5745 break 2
5747 done
5748 done
5749 IFS=$as_save_IFS
5753 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5754 if test -n "$PKG_CONFIG"; then
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5756 $as_echo "$PKG_CONFIG" >&6; }
5757 else
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5759 $as_echo "no" >&6; }
5764 else
5765 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5768 if test "x$enable_maintainer_mode" != "xyes"
5769 then
5770 FONTFORGE=""
5771 RSVG=""
5772 CONVERT=""
5773 ICOTOOL=""
5774 else
5775 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5776 for ac_prog in fontforge
5778 # Extract the first word of "$ac_prog", so it can be a program name with args.
5779 set dummy $ac_prog; ac_word=$2
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5781 $as_echo_n "checking for $ac_word... " >&6; }
5782 if ${ac_cv_prog_FONTFORGE+:} false; then :
5783 $as_echo_n "(cached) " >&6
5784 else
5785 if test -n "$FONTFORGE"; then
5786 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5787 else
5788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5789 for as_dir in $PATH
5791 IFS=$as_save_IFS
5792 test -z "$as_dir" && as_dir=.
5793 for ac_exec_ext in '' $ac_executable_extensions; do
5794 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5795 ac_cv_prog_FONTFORGE="$ac_prog"
5796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5797 break 2
5799 done
5800 done
5801 IFS=$as_save_IFS
5805 FONTFORGE=$ac_cv_prog_FONTFORGE
5806 if test -n "$FONTFORGE"; then
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5808 $as_echo "$FONTFORGE" >&6; }
5809 else
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5811 $as_echo "no" >&6; }
5815 test -n "$FONTFORGE" && break
5816 done
5817 test -n "$FONTFORGE" || FONTFORGE="false"
5819 for ac_prog in rsvg-convert rsvg
5821 # Extract the first word of "$ac_prog", so it can be a program name with args.
5822 set dummy $ac_prog; ac_word=$2
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5824 $as_echo_n "checking for $ac_word... " >&6; }
5825 if ${ac_cv_prog_RSVG+:} false; then :
5826 $as_echo_n "(cached) " >&6
5827 else
5828 if test -n "$RSVG"; then
5829 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5830 else
5831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5832 for as_dir in $PATH
5834 IFS=$as_save_IFS
5835 test -z "$as_dir" && as_dir=.
5836 for ac_exec_ext in '' $ac_executable_extensions; do
5837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5838 ac_cv_prog_RSVG="$ac_prog"
5839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 break 2
5842 done
5843 done
5844 IFS=$as_save_IFS
5848 RSVG=$ac_cv_prog_RSVG
5849 if test -n "$RSVG"; then
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5851 $as_echo "$RSVG" >&6; }
5852 else
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5854 $as_echo "no" >&6; }
5858 test -n "$RSVG" && break
5859 done
5860 test -n "$RSVG" || RSVG="false"
5862 for ac_prog in convert
5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865 set dummy $ac_prog; ac_word=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if ${ac_cv_prog_CONVERT+:} false; then :
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$CONVERT"; then
5872 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_CONVERT="$ac_prog"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5885 done
5886 done
5887 IFS=$as_save_IFS
5891 CONVERT=$ac_cv_prog_CONVERT
5892 if test -n "$CONVERT"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5894 $as_echo "$CONVERT" >&6; }
5895 else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5901 test -n "$CONVERT" && break
5902 done
5903 test -n "$CONVERT" || CONVERT="false"
5905 for ac_prog in icotool
5907 # Extract the first word of "$ac_prog", so it can be a program name with args.
5908 set dummy $ac_prog; ac_word=$2
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5910 $as_echo_n "checking for $ac_word... " >&6; }
5911 if ${ac_cv_prog_ICOTOOL+:} false; then :
5912 $as_echo_n "(cached) " >&6
5913 else
5914 if test -n "$ICOTOOL"; then
5915 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5916 else
5917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 for as_dir in $PATH
5920 IFS=$as_save_IFS
5921 test -z "$as_dir" && as_dir=.
5922 for ac_exec_ext in '' $ac_executable_extensions; do
5923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5924 ac_cv_prog_ICOTOOL="$ac_prog"
5925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5926 break 2
5928 done
5929 done
5930 IFS=$as_save_IFS
5934 ICOTOOL=$ac_cv_prog_ICOTOOL
5935 if test -n "$ICOTOOL"; then
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5937 $as_echo "$ICOTOOL" >&6; }
5938 else
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5940 $as_echo "no" >&6; }
5944 test -n "$ICOTOOL" && break
5945 done
5946 test -n "$ICOTOOL" || ICOTOOL="false"
5948 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5949 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5951 if test "$CONVERT" = false
5952 then
5953 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5954 else
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5956 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5957 convert_version=`convert --version | head -n1`
5958 if test "x$convert_version" != "x"
5959 then
5960 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5961 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5962 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5963 then
5964 CONVERT=false
5967 if test "$CONVERT" = false
5968 then
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5970 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5971 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5972 else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5974 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5978 if test "$ICOTOOL" = false
5979 then
5980 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5981 else
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5983 $as_echo_n "checking for recent enough icotool... " >&6; }
5984 icotool_version=`icotool --version | head -n1`
5985 if test "x$icotool_version" != "x"
5986 then
5987 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5988 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5989 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5990 then
5991 ICOTOOL=false
5992 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5995 if test "$ICOTOOL" = false
5996 then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5998 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5999 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6000 else
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6002 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6006 with_gettext=yes
6007 with_gettextpo=yes
6008 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6011 test "x$with_gettext" != xno || MSGFMT=false
6012 if test "$MSGFMT" != "false"
6013 then
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6015 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6016 cat >conftest.po <<EOF
6017 # comment
6018 msgctxt "ctxt"
6019 msgid "id"
6020 msgstr "str"
6022 if $MSGFMT -o /dev/null conftest.po 2>&5
6023 then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6025 $as_echo "yes" >&6; }
6026 else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028 $as_echo "no" >&6; }
6029 MSGFMT=false
6032 if test "$MSGFMT" = false; then :
6033 case "x$with_gettext" in
6034 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6035 xno) ;;
6036 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6037 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6038 esac
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6043 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6044 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6045 $as_echo_n "(cached) " >&6
6046 else
6047 ac_check_lib_save_LIBS=$LIBS
6048 LIBS="-li386 $LIBS"
6049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6050 /* end confdefs.h. */
6052 /* Override any GCC internal prototype to avoid an error.
6053 Use char because int might match the return type of a GCC
6054 builtin and then its argument prototype would still apply. */
6055 #ifdef __cplusplus
6056 extern "C"
6057 #endif
6058 char i386_set_ldt ();
6060 main ()
6062 return i386_set_ldt ();
6064 return 0;
6066 _ACEOF
6067 if ac_fn_c_try_link "$LINENO"; then :
6068 ac_cv_lib_i386_i386_set_ldt=yes
6069 else
6070 ac_cv_lib_i386_i386_set_ldt=no
6072 rm -f core conftest.err conftest.$ac_objext \
6073 conftest$ac_exeext conftest.$ac_ext
6074 LIBS=$ac_check_lib_save_LIBS
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6077 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6078 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6079 cat >>confdefs.h <<_ACEOF
6080 #define HAVE_LIBI386 1
6081 _ACEOF
6083 LIBS="-li386 $LIBS"
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6088 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6089 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6090 $as_echo_n "(cached) " >&6
6091 else
6092 ac_check_lib_save_LIBS=$LIBS
6093 LIBS="-lossaudio $LIBS"
6094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6095 /* end confdefs.h. */
6097 /* Override any GCC internal prototype to avoid an error.
6098 Use char because int might match the return type of a GCC
6099 builtin and then its argument prototype would still apply. */
6100 #ifdef __cplusplus
6101 extern "C"
6102 #endif
6103 char _oss_ioctl ();
6105 main ()
6107 return _oss_ioctl ();
6109 return 0;
6111 _ACEOF
6112 if ac_fn_c_try_link "$LINENO"; then :
6113 ac_cv_lib_ossaudio__oss_ioctl=yes
6114 else
6115 ac_cv_lib_ossaudio__oss_ioctl=no
6117 rm -f core conftest.err conftest.$ac_objext \
6118 conftest$ac_exeext conftest.$ac_ext
6119 LIBS=$ac_check_lib_save_LIBS
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6122 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6123 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6124 cat >>confdefs.h <<_ACEOF
6125 #define HAVE_LIBOSSAUDIO 1
6126 _ACEOF
6128 LIBS="-lossaudio $LIBS"
6133 OPENGL_LIBS=""
6137 # Check whether --enable-largefile was given.
6138 if test "${enable_largefile+set}" = set; then :
6139 enableval=$enable_largefile;
6142 if test "$enable_largefile" != no; then
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6145 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6146 if ${ac_cv_sys_largefile_CC+:} false; then :
6147 $as_echo_n "(cached) " >&6
6148 else
6149 ac_cv_sys_largefile_CC=no
6150 if test "$GCC" != yes; then
6151 ac_save_CC=$CC
6152 while :; do
6153 # IRIX 6.2 and later do not support large files by default,
6154 # so use the C compiler's -n32 option if that helps.
6155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6156 /* end confdefs.h. */
6157 #include <sys/types.h>
6158 /* Check that off_t can represent 2**63 - 1 correctly.
6159 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6160 since some C++ compilers masquerading as C compilers
6161 incorrectly reject 9223372036854775807. */
6162 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6163 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6164 && LARGE_OFF_T % 2147483647 == 1)
6165 ? 1 : -1];
6167 main ()
6171 return 0;
6173 _ACEOF
6174 if ac_fn_c_try_compile "$LINENO"; then :
6175 break
6177 rm -f core conftest.err conftest.$ac_objext
6178 CC="$CC -n32"
6179 if ac_fn_c_try_compile "$LINENO"; then :
6180 ac_cv_sys_largefile_CC=' -n32'; break
6182 rm -f core conftest.err conftest.$ac_objext
6183 break
6184 done
6185 CC=$ac_save_CC
6186 rm -f conftest.$ac_ext
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6190 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6191 if test "$ac_cv_sys_largefile_CC" != no; then
6192 CC=$CC$ac_cv_sys_largefile_CC
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6196 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6197 if ${ac_cv_sys_file_offset_bits+:} false; then :
6198 $as_echo_n "(cached) " >&6
6199 else
6200 while :; do
6201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6202 /* end confdefs.h. */
6203 #include <sys/types.h>
6204 /* Check that off_t can represent 2**63 - 1 correctly.
6205 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6206 since some C++ compilers masquerading as C compilers
6207 incorrectly reject 9223372036854775807. */
6208 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6209 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6210 && LARGE_OFF_T % 2147483647 == 1)
6211 ? 1 : -1];
6213 main ()
6217 return 0;
6219 _ACEOF
6220 if ac_fn_c_try_compile "$LINENO"; then :
6221 ac_cv_sys_file_offset_bits=no; break
6223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6225 /* end confdefs.h. */
6226 #define _FILE_OFFSET_BITS 64
6227 #include <sys/types.h>
6228 /* Check that off_t can represent 2**63 - 1 correctly.
6229 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6230 since some C++ compilers masquerading as C compilers
6231 incorrectly reject 9223372036854775807. */
6232 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6233 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6234 && LARGE_OFF_T % 2147483647 == 1)
6235 ? 1 : -1];
6237 main ()
6241 return 0;
6243 _ACEOF
6244 if ac_fn_c_try_compile "$LINENO"; then :
6245 ac_cv_sys_file_offset_bits=64; break
6247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6248 ac_cv_sys_file_offset_bits=unknown
6249 break
6250 done
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6253 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6254 case $ac_cv_sys_file_offset_bits in #(
6255 no | unknown) ;;
6257 cat >>confdefs.h <<_ACEOF
6258 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6259 _ACEOF
6261 esac
6262 rm -rf conftest*
6263 if test $ac_cv_sys_file_offset_bits = unknown; then
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6265 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6266 if ${ac_cv_sys_large_files+:} false; then :
6267 $as_echo_n "(cached) " >&6
6268 else
6269 while :; do
6270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6271 /* end confdefs.h. */
6272 #include <sys/types.h>
6273 /* Check that off_t can represent 2**63 - 1 correctly.
6274 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6275 since some C++ compilers masquerading as C compilers
6276 incorrectly reject 9223372036854775807. */
6277 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6278 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6279 && LARGE_OFF_T % 2147483647 == 1)
6280 ? 1 : -1];
6282 main ()
6286 return 0;
6288 _ACEOF
6289 if ac_fn_c_try_compile "$LINENO"; then :
6290 ac_cv_sys_large_files=no; break
6292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6294 /* end confdefs.h. */
6295 #define _LARGE_FILES 1
6296 #include <sys/types.h>
6297 /* Check that off_t can represent 2**63 - 1 correctly.
6298 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6299 since some C++ compilers masquerading as C compilers
6300 incorrectly reject 9223372036854775807. */
6301 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6302 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6303 && LARGE_OFF_T % 2147483647 == 1)
6304 ? 1 : -1];
6306 main ()
6310 return 0;
6312 _ACEOF
6313 if ac_fn_c_try_compile "$LINENO"; then :
6314 ac_cv_sys_large_files=1; break
6316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6317 ac_cv_sys_large_files=unknown
6318 break
6319 done
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6322 $as_echo "$ac_cv_sys_large_files" >&6; }
6323 case $ac_cv_sys_large_files in #(
6324 no | unknown) ;;
6326 cat >>confdefs.h <<_ACEOF
6327 #define _LARGE_FILES $ac_cv_sys_large_files
6328 _ACEOF
6330 esac
6331 rm -rf conftest*
6338 ac_ext=c
6339 ac_cpp='$CPP $CPPFLAGS'
6340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6344 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6345 # On Suns, sometimes $CPP names a directory.
6346 if test -n "$CPP" && test -d "$CPP"; then
6347 CPP=
6349 if test -z "$CPP"; then
6350 if ${ac_cv_prog_CPP+:} false; then :
6351 $as_echo_n "(cached) " >&6
6352 else
6353 # Double quotes because CPP needs to be expanded
6354 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6356 ac_preproc_ok=false
6357 for ac_c_preproc_warn_flag in '' yes
6359 # Use a header file that comes with gcc, so configuring glibc
6360 # with a fresh cross-compiler works.
6361 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6362 # <limits.h> exists even on freestanding compilers.
6363 # On the NeXT, cc -E runs the code through the compiler's parser,
6364 # not just through cpp. "Syntax error" is here to catch this case.
6365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6366 /* end confdefs.h. */
6367 #ifdef __STDC__
6368 # include <limits.h>
6369 #else
6370 # include <assert.h>
6371 #endif
6372 Syntax error
6373 _ACEOF
6374 if ac_fn_c_try_cpp "$LINENO"; then :
6376 else
6377 # Broken: fails on valid input.
6378 continue
6380 rm -f conftest.err conftest.i conftest.$ac_ext
6382 # OK, works on sane cases. Now check whether nonexistent headers
6383 # can be detected and how.
6384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6385 /* end confdefs.h. */
6386 #include <ac_nonexistent.h>
6387 _ACEOF
6388 if ac_fn_c_try_cpp "$LINENO"; then :
6389 # Broken: success on invalid input.
6390 continue
6391 else
6392 # Passes both tests.
6393 ac_preproc_ok=:
6394 break
6396 rm -f conftest.err conftest.i conftest.$ac_ext
6398 done
6399 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6400 rm -f conftest.i conftest.err conftest.$ac_ext
6401 if $ac_preproc_ok; then :
6402 break
6405 done
6406 ac_cv_prog_CPP=$CPP
6409 CPP=$ac_cv_prog_CPP
6410 else
6411 ac_cv_prog_CPP=$CPP
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6414 $as_echo "$CPP" >&6; }
6415 ac_preproc_ok=false
6416 for ac_c_preproc_warn_flag in '' yes
6418 # Use a header file that comes with gcc, so configuring glibc
6419 # with a fresh cross-compiler works.
6420 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6421 # <limits.h> exists even on freestanding compilers.
6422 # On the NeXT, cc -E runs the code through the compiler's parser,
6423 # not just through cpp. "Syntax error" is here to catch this case.
6424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6425 /* end confdefs.h. */
6426 #ifdef __STDC__
6427 # include <limits.h>
6428 #else
6429 # include <assert.h>
6430 #endif
6431 Syntax error
6432 _ACEOF
6433 if ac_fn_c_try_cpp "$LINENO"; then :
6435 else
6436 # Broken: fails on valid input.
6437 continue
6439 rm -f conftest.err conftest.i conftest.$ac_ext
6441 # OK, works on sane cases. Now check whether nonexistent headers
6442 # can be detected and how.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444 /* end confdefs.h. */
6445 #include <ac_nonexistent.h>
6446 _ACEOF
6447 if ac_fn_c_try_cpp "$LINENO"; then :
6448 # Broken: success on invalid input.
6449 continue
6450 else
6451 # Passes both tests.
6452 ac_preproc_ok=:
6453 break
6455 rm -f conftest.err conftest.i conftest.$ac_ext
6457 done
6458 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6459 rm -f conftest.i conftest.err conftest.$ac_ext
6460 if $ac_preproc_ok; then :
6462 else
6463 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6464 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6465 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6466 See \`config.log' for more details" "$LINENO" 5; }
6469 ac_ext=c
6470 ac_cpp='$CPP $CPPFLAGS'
6471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6477 $as_echo_n "checking for ANSI C header files... " >&6; }
6478 if ${ac_cv_header_stdc+:} false; then :
6479 $as_echo_n "(cached) " >&6
6480 else
6481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6482 /* end confdefs.h. */
6483 #include <stdlib.h>
6484 #include <stdarg.h>
6485 #include <string.h>
6486 #include <float.h>
6489 main ()
6493 return 0;
6495 _ACEOF
6496 if ac_fn_c_try_compile "$LINENO"; then :
6497 ac_cv_header_stdc=yes
6498 else
6499 ac_cv_header_stdc=no
6501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6503 if test $ac_cv_header_stdc = yes; then
6504 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6506 /* end confdefs.h. */
6507 #include <string.h>
6509 _ACEOF
6510 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6511 $EGREP "memchr" >/dev/null 2>&1; then :
6513 else
6514 ac_cv_header_stdc=no
6516 rm -f conftest*
6520 if test $ac_cv_header_stdc = yes; then
6521 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6523 /* end confdefs.h. */
6524 #include <stdlib.h>
6526 _ACEOF
6527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6528 $EGREP "free" >/dev/null 2>&1; then :
6530 else
6531 ac_cv_header_stdc=no
6533 rm -f conftest*
6537 if test $ac_cv_header_stdc = yes; then
6538 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6539 if test "$cross_compiling" = yes; then :
6541 else
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6544 #include <ctype.h>
6545 #include <stdlib.h>
6546 #if ((' ' & 0x0FF) == 0x020)
6547 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6548 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6549 #else
6550 # define ISLOWER(c) \
6551 (('a' <= (c) && (c) <= 'i') \
6552 || ('j' <= (c) && (c) <= 'r') \
6553 || ('s' <= (c) && (c) <= 'z'))
6554 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6555 #endif
6557 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6559 main ()
6561 int i;
6562 for (i = 0; i < 256; i++)
6563 if (XOR (islower (i), ISLOWER (i))
6564 || toupper (i) != TOUPPER (i))
6565 return 2;
6566 return 0;
6568 _ACEOF
6569 if ac_fn_c_try_run "$LINENO"; then :
6571 else
6572 ac_cv_header_stdc=no
6574 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6575 conftest.$ac_objext conftest.beam conftest.$ac_ext
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6581 $as_echo "$ac_cv_header_stdc" >&6; }
6582 if test $ac_cv_header_stdc = yes; then
6584 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6588 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6589 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6590 inttypes.h stdint.h unistd.h
6591 do :
6592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6593 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6595 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6596 cat >>confdefs.h <<_ACEOF
6597 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6598 _ACEOF
6602 done
6605 for ac_header in \
6606 AL/al.h \
6607 ApplicationServices/ApplicationServices.h \
6608 AudioToolbox/AudioConverter.h \
6609 AudioUnit/AudioUnit.h \
6610 AudioUnit/AudioComponent.h \
6611 CL/cl.h \
6612 Carbon/Carbon.h \
6613 CoreAudio/CoreAudio.h \
6614 CoreServices/CoreServices.h \
6615 DiskArbitration/DiskArbitration.h \
6616 IOKit/IOKitLib.h \
6617 IOKit/hid/IOHIDLib.h \
6618 OpenAL/al.h \
6619 OpenCL/opencl.h \
6620 QuickTime/ImageCompression.h \
6621 Security/Security.h \
6622 alias.h \
6623 alsa/asoundlib.h \
6624 arpa/inet.h \
6625 arpa/nameser.h \
6626 asm/types.h \
6627 asm/user.h \
6628 curses.h \
6629 direct.h \
6630 dirent.h \
6631 dlfcn.h \
6632 elf.h \
6633 float.h \
6634 fnmatch.h \
6635 getopt.h \
6636 gettext-po.h \
6637 grp.h \
6638 gsm.h \
6639 gsm/gsm.h \
6640 ieeefp.h \
6641 inet/mib2.h \
6642 io.h \
6643 kstat.h \
6644 lber.h \
6645 ldap.h \
6646 libproc.h \
6647 link.h \
6648 linux/cdrom.h \
6649 linux/compiler.h \
6650 linux/filter.h \
6651 linux/hdreg.h \
6652 linux/input.h \
6653 linux/ioctl.h \
6654 linux/joystick.h \
6655 linux/major.h \
6656 linux/param.h \
6657 linux/serial.h \
6658 linux/types.h \
6659 linux/ucdrom.h \
6660 lwp.h \
6661 mach-o/nlist.h \
6662 mach-o/loader.h \
6663 mach/mach.h \
6664 mach/machine.h \
6665 machine/cpu.h \
6666 machine/limits.h \
6667 machine/sysarch.h \
6668 mntent.h \
6669 ncurses.h \
6670 netdb.h \
6671 netinet/in.h \
6672 netinet/in_systm.h \
6673 netinet/tcp.h \
6674 netinet/tcp_fsm.h \
6675 pcap/pcap.h \
6676 poll.h \
6677 port.h \
6678 process.h \
6679 pthread.h \
6680 pwd.h \
6681 sched.h \
6682 scsi/scsi.h \
6683 scsi/scsi_ioctl.h \
6684 scsi/sg.h \
6685 stdbool.h \
6686 stdint.h \
6687 stropts.h \
6688 sys/asoundlib.h \
6689 sys/attr.h \
6690 sys/cdio.h \
6691 sys/elf32.h \
6692 sys/epoll.h \
6693 sys/event.h \
6694 sys/exec_elf.h \
6695 sys/filio.h \
6696 sys/inotify.h \
6697 sys/ioctl.h \
6698 sys/ipc.h \
6699 sys/limits.h \
6700 sys/link.h \
6701 sys/mman.h \
6702 sys/modem.h \
6703 sys/msg.h \
6704 sys/mtio.h \
6705 sys/param.h \
6706 sys/poll.h \
6707 sys/prctl.h \
6708 sys/protosw.h \
6709 sys/ptrace.h \
6710 sys/queue.h \
6711 sys/resource.h \
6712 sys/scsiio.h \
6713 sys/shm.h \
6714 sys/signal.h \
6715 sys/socket.h \
6716 sys/socketvar.h \
6717 sys/sockio.h \
6718 sys/statvfs.h \
6719 sys/strtio.h \
6720 sys/syscall.h \
6721 sys/tihdr.h \
6722 sys/time.h \
6723 sys/timeout.h \
6724 sys/times.h \
6725 sys/uio.h \
6726 sys/user.h \
6727 sys/utsname.h \
6728 sys/vm86.h \
6729 sys/vnode.h \
6730 sys/wait.h \
6731 syscall.h \
6732 termios.h \
6733 unistd.h \
6734 utime.h \
6735 valgrind/memcheck.h \
6736 valgrind/valgrind.h \
6737 zlib.h
6739 do :
6740 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6741 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6742 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6743 cat >>confdefs.h <<_ACEOF
6744 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6745 _ACEOF
6749 done
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6752 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6753 if ${ac_cv_header_stat_broken+:} false; then :
6754 $as_echo_n "(cached) " >&6
6755 else
6756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h. */
6758 #include <sys/types.h>
6759 #include <sys/stat.h>
6761 #if defined S_ISBLK && defined S_IFDIR
6762 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6763 #endif
6765 #if defined S_ISBLK && defined S_IFCHR
6766 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6767 #endif
6769 #if defined S_ISLNK && defined S_IFREG
6770 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6771 #endif
6773 #if defined S_ISSOCK && defined S_IFREG
6774 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6775 #endif
6777 _ACEOF
6778 if ac_fn_c_try_compile "$LINENO"; then :
6779 ac_cv_header_stat_broken=no
6780 else
6781 ac_cv_header_stat_broken=yes
6783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6786 $as_echo "$ac_cv_header_stat_broken" >&6; }
6787 if test $ac_cv_header_stat_broken = yes; then
6789 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6795 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6796 do :
6797 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6798 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6799 #ifdef HAVE_SYS_PARAM_H
6800 # include <sys/param.h>
6801 #endif
6803 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6804 cat >>confdefs.h <<_ACEOF
6805 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6806 _ACEOF
6810 done
6813 for ac_header in \
6814 netinet/ip.h \
6815 net/if.h \
6816 net/if_arp.h \
6817 net/if_dl.h \
6818 net/if_types.h \
6819 net/route.h \
6820 netinet/if_ether.h \
6821 netinet/if_inarp.h \
6822 netinet/in_pcb.h \
6823 netinet/ip_icmp.h \
6824 netinet/ip_var.h \
6825 netinet/udp.h \
6826 netipx/ipx.h \
6827 sys/un.h \
6829 do :
6830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6832 #ifdef HAVE_SYS_SOCKET_H
6833 # include <sys/socket.h>
6834 #endif
6835 #ifdef HAVE_SYS_SOCKETVAR_H
6836 # include <sys/socketvar.h>
6837 #endif
6838 #ifdef HAVE_NET_ROUTE_H
6839 # include <net/route.h>
6840 #endif
6841 #ifdef HAVE_NETINET_IN_H
6842 # include <netinet/in.h>
6843 #endif
6844 #ifdef HAVE_NETINET_IN_SYSTM_H
6845 # include <netinet/in_systm.h>
6846 #endif
6847 #ifdef HAVE_NET_IF_H
6848 # include <net/if.h>
6849 #endif
6850 #ifdef HAVE_NETINET_IP_H
6851 # include <netinet/ip.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 netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6865 do :
6866 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6867 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6868 #ifdef HAVE_ALIAS_H
6869 # include <alias.h>
6870 #endif
6871 #ifdef HAVE_SYS_SOCKET_H
6872 # include <sys/socket.h>
6873 #endif
6874 #ifdef HAVE_SYS_SOCKETVAR_H
6875 # include <sys/socketvar.h>
6876 #endif
6877 #ifdef HAVE_SYS_TIMEOUT_H
6878 # include <sys/timeout.h>
6879 #endif
6880 #ifdef HAVE_NETINET_IN_H
6881 # include <netinet/in.h>
6882 #endif
6883 #ifdef HAVE_NETINET_IN_SYSTM_H
6884 # include <netinet/in_systm.h>
6885 #endif
6886 #ifdef HAVE_NETINET_IP_H
6887 # include <netinet/ip.h>
6888 #endif
6889 #ifdef HAVE_NETINET_IP_VAR_H
6890 # include <netinet/ip_var.h>
6891 #endif
6892 #ifdef HAVE_NETINET_IP_ICMP_H
6893 # include <netinet/ip_icmp.h>
6894 #endif
6895 #ifdef HAVE_NETINET_UDP_H
6896 # include <netinet/udp.h>
6897 #endif
6898 #ifdef HAVE_NETINET_TCP_H
6899 # include <netinet/tcp.h>
6900 #endif
6901 #ifdef HAVE_NETINET_TCP_TIMER_H
6902 #include <netinet/tcp_timer.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 linux/ipx.h linux/irda.h linux/rtnetlink.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_ASM_TYPES_H
6920 # include <asm/types.h>
6921 #endif
6922 #ifdef HAVE_SYS_SOCKET_H
6923 # include <sys/socket.h>
6924 #endif
6925 #ifdef HAVE_LINUX_TYPES_H
6926 # include <linux/types.h>
6927 #endif
6929 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6930 cat >>confdefs.h <<_ACEOF
6931 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6932 _ACEOF
6936 done
6939 for ac_header in mach-o/dyld_images.h
6940 do :
6941 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6942 # include <stdbool.h>
6943 #endif
6944 #ifdef HAVE_STDINT_H
6945 # include <stdint.h>
6946 #endif
6948 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6949 cat >>confdefs.h <<_ACEOF
6950 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6951 _ACEOF
6955 done
6958 for ac_header in resolv.h
6959 do :
6960 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6961 #ifdef HAVE_SYS_SOCKET_H
6962 # include <sys/socket.h>
6963 #endif
6964 #ifdef HAVE_NETINET_IN_H
6965 # include <netinet/in.h>
6966 #endif
6967 #ifdef HAVE_ARPA_NAMESER_H
6968 # include <arpa/nameser.h>
6969 #endif
6971 if test "x$ac_cv_header_resolv_h" = xyes; then :
6972 cat >>confdefs.h <<_ACEOF
6973 #define HAVE_RESOLV_H 1
6974 _ACEOF
6978 done
6981 for ac_header in ifaddrs.h
6982 do :
6983 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6985 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6986 cat >>confdefs.h <<_ACEOF
6987 #define HAVE_IFADDRS_H 1
6988 _ACEOF
6992 done
6995 for ac_header in sys/ucontext.h
6996 do :
6997 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
6999 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7000 cat >>confdefs.h <<_ACEOF
7001 #define HAVE_SYS_UCONTEXT_H 1
7002 _ACEOF
7006 done
7009 for ac_header in sys/thr.h
7010 do :
7011 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7012 #ifdef HAVE_SYS_UCONTEXT_H
7013 #include <sys/ucontext.h>
7014 #endif
7016 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7017 cat >>confdefs.h <<_ACEOF
7018 #define HAVE_SYS_THR_H 1
7019 _ACEOF
7023 done
7026 for ac_header in pthread_np.h
7027 do :
7028 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7029 #include <pthread.h>
7030 #endif
7032 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7033 cat >>confdefs.h <<_ACEOF
7034 #define HAVE_PTHREAD_NP_H 1
7035 _ACEOF
7039 done
7042 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7043 do :
7044 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7046 #include <sys/time.h>
7047 #endif
7048 #include <sys/types.h>
7049 #ifdef HAVE_ASM_TYPES_H
7050 #include <asm/types.h>
7051 #endif
7053 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7054 cat >>confdefs.h <<_ACEOF
7055 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7056 _ACEOF
7060 done
7063 for ac_header in libprocstat.h
7064 do :
7065 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7066 #include <sys/param.h>
7067 #endif
7068 #ifdef HAVE_SYS_QUEUE_H
7069 #include <sys/queue.h>
7070 #endif
7071 #ifdef HAVE_SYS_SOCKET_H
7072 #include <sys/socket.h>
7073 #endif
7075 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7076 cat >>confdefs.h <<_ACEOF
7077 #define HAVE_LIBPROCSTAT_H 1
7078 _ACEOF
7082 done
7086 dlldir="\${libdir}/wine"
7088 DLLPREFIX=""
7090 DLLFLAGS="-D_REENTRANT"
7092 LDRPATH_INSTALL=""
7094 LDRPATH_LOCAL=""
7096 LIBEXT="so"
7097 DLLEXT=".so"
7098 IMPLIBEXT="def"
7099 STATIC_IMPLIBEXT="def.a"
7100 # Extract the first word of "ldd", so it can be a program name with args.
7101 set dummy ldd; ac_word=$2
7102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7103 $as_echo_n "checking for $ac_word... " >&6; }
7104 if ${ac_cv_path_LDD+:} false; then :
7105 $as_echo_n "(cached) " >&6
7106 else
7107 case $LDD in
7108 [\\/]* | ?:[\\/]*)
7109 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7113 as_dummy="/sbin:/usr/sbin:$PATH"
7114 for as_dir in $as_dummy
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7120 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7124 done
7125 done
7126 IFS=$as_save_IFS
7128 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7130 esac
7132 LDD=$ac_cv_path_LDD
7133 if test -n "$LDD"; then
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7135 $as_echo "$LDD" >&6; }
7136 else
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7138 $as_echo "no" >&6; }
7142 if test -n "$ac_tool_prefix"; then
7143 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7144 set dummy ${ac_tool_prefix}otool; ac_word=$2
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7146 $as_echo_n "checking for $ac_word... " >&6; }
7147 if ${ac_cv_prog_OTOOL+:} false; then :
7148 $as_echo_n "(cached) " >&6
7149 else
7150 if test -n "$OTOOL"; then
7151 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7152 else
7153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7154 for as_dir in $PATH
7156 IFS=$as_save_IFS
7157 test -z "$as_dir" && as_dir=.
7158 for ac_exec_ext in '' $ac_executable_extensions; do
7159 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7160 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7162 break 2
7164 done
7165 done
7166 IFS=$as_save_IFS
7170 OTOOL=$ac_cv_prog_OTOOL
7171 if test -n "$OTOOL"; then
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7173 $as_echo "$OTOOL" >&6; }
7174 else
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7176 $as_echo "no" >&6; }
7181 if test -z "$ac_cv_prog_OTOOL"; then
7182 ac_ct_OTOOL=$OTOOL
7183 # Extract the first word of "otool", so it can be a program name with args.
7184 set dummy otool; ac_word=$2
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7186 $as_echo_n "checking for $ac_word... " >&6; }
7187 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7188 $as_echo_n "(cached) " >&6
7189 else
7190 if test -n "$ac_ct_OTOOL"; then
7191 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7192 else
7193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7194 for as_dir in $PATH
7196 IFS=$as_save_IFS
7197 test -z "$as_dir" && as_dir=.
7198 for ac_exec_ext in '' $ac_executable_extensions; do
7199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7200 ac_cv_prog_ac_ct_OTOOL="otool"
7201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7202 break 2
7204 done
7205 done
7206 IFS=$as_save_IFS
7210 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7211 if test -n "$ac_ct_OTOOL"; then
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7213 $as_echo "$ac_ct_OTOOL" >&6; }
7214 else
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7216 $as_echo "no" >&6; }
7219 if test "x$ac_ct_OTOOL" = x; then
7220 OTOOL="otool"
7221 else
7222 case $cross_compiling:$ac_tool_warned in
7223 yes:)
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7225 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7226 ac_tool_warned=yes ;;
7227 esac
7228 OTOOL=$ac_ct_OTOOL
7230 else
7231 OTOOL="$ac_cv_prog_OTOOL"
7234 if test -n "$ac_tool_prefix"; then
7235 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7236 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7238 $as_echo_n "checking for $ac_word... " >&6; }
7239 if ${ac_cv_prog_READELF+:} false; then :
7240 $as_echo_n "(cached) " >&6
7241 else
7242 if test -n "$READELF"; then
7243 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7244 else
7245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7246 for as_dir in $PATH
7248 IFS=$as_save_IFS
7249 test -z "$as_dir" && as_dir=.
7250 for ac_exec_ext in '' $ac_executable_extensions; do
7251 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7252 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7254 break 2
7256 done
7257 done
7258 IFS=$as_save_IFS
7262 READELF=$ac_cv_prog_READELF
7263 if test -n "$READELF"; then
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7265 $as_echo "$READELF" >&6; }
7266 else
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7268 $as_echo "no" >&6; }
7273 if test -z "$ac_cv_prog_READELF"; then
7274 ac_ct_READELF=$READELF
7275 # Extract the first word of "readelf", so it can be a program name with args.
7276 set dummy readelf; ac_word=$2
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7278 $as_echo_n "checking for $ac_word... " >&6; }
7279 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7280 $as_echo_n "(cached) " >&6
7281 else
7282 if test -n "$ac_ct_READELF"; then
7283 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7284 else
7285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7286 for as_dir in $PATH
7288 IFS=$as_save_IFS
7289 test -z "$as_dir" && as_dir=.
7290 for ac_exec_ext in '' $ac_executable_extensions; do
7291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7292 ac_cv_prog_ac_ct_READELF="readelf"
7293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7294 break 2
7296 done
7297 done
7298 IFS=$as_save_IFS
7302 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7303 if test -n "$ac_ct_READELF"; then
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7305 $as_echo "$ac_ct_READELF" >&6; }
7306 else
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7308 $as_echo "no" >&6; }
7311 if test "x$ac_ct_READELF" = x; then
7312 READELF="true"
7313 else
7314 case $cross_compiling:$ac_tool_warned in
7315 yes:)
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7317 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7318 ac_tool_warned=yes ;;
7319 esac
7320 READELF=$ac_ct_READELF
7322 else
7323 READELF="$ac_cv_prog_READELF"
7326 wine_rules_file=conf$$rules.make
7327 rm -f $wine_rules_file
7328 ALL_POT_FILES=""
7329 GITIGNORE="# Automatically generated by configure; DO NOT EDIT!!"
7330 ALL_TEST_RESOURCES=""
7333 wine_fn_append_file ()
7335 as_fn_append $1 " \\$as_nl $2"
7338 wine_fn_ignore_file ()
7340 case "$1" in
7341 */*) as_fn_append GITIGNORE "$as_nl$1" ;;
7342 \**) as_fn_append GITIGNORE "$as_nl$1" ;;
7343 *) as_fn_append GITIGNORE "$as_nl/$1" ;;
7344 esac
7347 wine_fn_append_rule ()
7349 $as_echo "$1" >>$wine_rules_file
7352 wine_fn_has_flag ()
7354 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7357 wine_fn_depend_rules ()
7359 wine_fn_append_rule \
7360 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7361 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7362 depend: $ac_dir/depend
7363 .PHONY: $ac_dir/depend
7364 $ac_dir/depend: \$(MAKEDEP) dummy
7365 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7368 wine_fn_pot_rules ()
7370 test "x$with_gettextpo" = xyes || return
7372 if wine_fn_has_flag mc
7373 then
7374 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
7375 wine_fn_append_rule \
7376 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7377 @cd $ac_dir && \$(MAKE) msg.pot
7378 $ac_dir/msg.pot: tools/wmc include"
7380 if wine_fn_has_flag po
7381 then
7382 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
7383 wine_fn_append_rule \
7384 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7385 @cd $ac_dir && \$(MAKE) rsrc.pot
7386 $ac_dir/rsrc.pot: tools/wrc include"
7390 wine_fn_all_rules ()
7392 wine_fn_depend_rules
7393 wine_fn_append_rule \
7394 "all: $ac_dir
7395 .PHONY: $ac_dir
7396 $ac_dir: $ac_dir/Makefile dummy
7397 @cd $ac_dir && \$(MAKE)"
7400 wine_fn_install_rules ()
7402 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7404 wine_fn_append_rule \
7405 ".PHONY: $ac_dir/install $ac_dir/uninstall
7406 $ac_dir/install:: $ac_dir
7407 @cd $ac_dir && \$(MAKE) install
7408 $ac_dir/uninstall:: $ac_dir/Makefile
7409 @cd $ac_dir && \$(MAKE) uninstall
7410 install:: $ac_dir/install
7411 __uninstall__: $ac_dir/uninstall"
7413 if wine_fn_has_flag install-lib
7414 then
7415 wine_fn_append_rule \
7416 ".PHONY: $ac_dir/install-lib
7417 $ac_dir/install-lib:: $ac_dir
7418 @cd $ac_dir && \$(MAKE) install-lib
7419 install-lib:: $ac_dir/install-lib"
7422 if wine_fn_has_flag install-dev
7423 then
7424 wine_fn_append_rule \
7425 ".PHONY: $ac_dir/install-dev
7426 $ac_dir/install-dev:: $ac_dir
7427 @cd $ac_dir && \$(MAKE) install-dev
7428 install-dev:: $ac_dir/install-dev"
7432 wine_fn_clean_rules ()
7434 ac_clean=$@
7435 ac_extraclean="$ac_dir/Makefile"
7436 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7437 case $ac_dir in
7438 */tests) ac_extraclean="$ac_extraclean $ac_dir/testlist.c" ;;
7439 esac
7441 if wine_fn_has_flag clean
7442 then
7443 wine_fn_append_rule \
7444 "__clean__: $ac_dir/clean
7445 .PHONY: $ac_dir/clean
7446 $ac_dir/clean: $ac_dir/Makefile
7447 @cd $ac_dir && \$(MAKE) clean
7448 \$(RM) $ac_extraclean"
7449 else
7450 wine_fn_append_rule \
7451 "__clean__: $ac_dir/clean
7452 .PHONY: $ac_dir/clean
7453 $ac_dir/clean: dummy
7454 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7458 wine_fn_disabled_rules ()
7460 ac_clean=$@
7461 ac_extraclean="$ac_dir/Makefile"
7462 test "$srcdir" = . && ac_extraclean="$ac_extraclean $ac_dir/.gitignore"
7464 wine_fn_append_rule \
7465 "__clean__: $ac_dir/clean
7466 .PHONY: $ac_dir/clean
7467 $ac_dir/clean: dummy
7468 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7471 wine_fn_config_makefile ()
7473 ac_dir=$1
7474 ac_enable=$2
7475 ac_flags=$3
7477 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7478 wine_fn_disabled_rules; return
7480 wine_fn_all_rules
7481 wine_fn_install_rules
7482 wine_fn_clean_rules
7485 wine_fn_config_lib ()
7487 ac_name=$1
7488 ac_flags=$2
7489 ac_dir=dlls/$ac_name
7490 ac_deps="include"
7492 if test "x$enable_tools" = xno; then :
7494 else
7495 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7497 wine_fn_all_rules
7498 wine_fn_clean_rules
7500 wine_fn_append_rule \
7501 ".PHONY: $ac_dir/install $ac_dir/uninstall
7502 $ac_dir/install:: $ac_dir
7503 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7504 $ac_dir/uninstall::
7505 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7506 install install-dev:: $ac_dir/install
7507 __uninstall__: $ac_dir/uninstall
7508 __builddeps__: $ac_dir
7509 $ac_dir: $ac_deps"
7512 wine_fn_config_dll ()
7514 ac_name=$1
7515 ac_dir=dlls/$ac_name
7516 ac_enable=$2
7517 ac_flags=$3
7518 ac_implib=${4:-$ac_name}
7519 ac_file=$ac_dir/lib$ac_implib
7520 ac_dll=$ac_name
7521 ac_deps="include"
7522 ac_implibflags=""
7524 if test "x$enable_tools" = xno; then :
7526 else
7527 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7529 case $ac_name in
7530 *16) ac_implibflags=" -m16" ;;
7531 *.*) ;;
7532 *) ac_dll=$ac_dll.dll ;;
7533 esac
7535 ac_clean=
7536 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7537 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7538 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7539 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7541 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7542 if wine_fn_has_flag implib && test "$ac_enable" != enable_win16
7543 then
7544 wine_fn_depend_rules
7545 wine_fn_clean_rules $ac_clean
7546 else
7547 wine_fn_disabled_rules $ac_clean
7548 return
7550 else
7551 wine_fn_all_rules
7552 wine_fn_clean_rules $ac_clean
7553 wine_fn_append_rule \
7554 "$ac_dir: __builddeps__
7555 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7556 @cd $ac_dir && \$(MAKE) \$@
7557 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7558 install install-lib:: $ac_dir/install-lib
7559 __uninstall__: $ac_dir/uninstall"
7560 if test -n "$DLLEXT"
7561 then
7562 wine_fn_append_rule \
7563 "$ac_dir/install-lib:: $ac_dir
7564 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7565 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7566 $ac_dir/uninstall::
7567 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7568 else
7569 wine_fn_append_rule \
7570 "$ac_dir/install-lib:: $ac_dir
7571 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7572 $ac_dir/uninstall::
7573 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7576 wine_fn_pot_rules
7579 if wine_fn_has_flag staticimplib
7580 then
7581 wine_fn_append_rule \
7582 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7583 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7584 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7585 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7586 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7587 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7588 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7589 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7590 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7591 $ac_dir/uninstall::
7592 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7593 install install-dev:: $ac_dir/install-dev
7594 __uninstall__: $ac_dir/uninstall"
7596 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7597 then
7598 wine_fn_append_rule \
7599 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7600 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7601 $ac_dir/uninstall::
7602 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7605 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7606 then
7607 wine_fn_append_rule \
7608 "__builddeps__: $ac_file.cross.a
7609 $ac_file.cross.a: $ac_dir/Makefile dummy
7610 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7613 elif wine_fn_has_flag implib
7614 then
7615 wine_fn_append_rule \
7616 "__builddeps__: $ac_file.$IMPLIBEXT
7617 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7618 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7619 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7620 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7621 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7622 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7623 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7624 $ac_dir/uninstall::
7625 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7626 install install-dev:: $ac_dir/install-dev
7627 __uninstall__: $ac_dir/uninstall"
7628 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7629 then
7630 wine_fn_append_rule \
7631 "__builddeps__: $ac_file.cross.a
7632 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7633 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7636 if test "$ac_name" != "$ac_implib"
7637 then
7638 wine_fn_append_rule \
7639 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7640 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7641 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7642 clean::
7643 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7644 wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
7645 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7646 then
7647 wine_fn_append_rule \
7648 "__builddeps__: dlls/lib$ac_implib.cross.a
7649 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7650 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7651 clean::
7652 \$(RM) dlls/lib$ac_implib.cross.a"
7653 wine_fn_ignore_file "dlls/lib$ac_implib.cross.a"
7659 wine_fn_config_program ()
7661 ac_name=$1
7662 ac_dir=programs/$ac_name
7663 ac_enable=$2
7664 ac_flags=$3
7665 ac_program=$ac_name
7667 case $ac_name in
7668 *.*) ;;
7669 *) ac_program=$ac_program.exe ;;
7670 esac
7672 ac_clean=
7673 wine_fn_has_flag mc && ac_clean="$ac_clean $ac_dir/msg.pot"
7674 wine_fn_has_flag po && ac_clean="$ac_clean $ac_dir/rsrc.pot"
7675 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7676 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7678 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7679 wine_fn_disabled_rules $ac_clean; return
7682 wine_fn_all_rules
7683 wine_fn_clean_rules $ac_clean
7684 wine_fn_append_rule "$ac_dir: __builddeps__"
7685 wine_fn_pot_rules
7687 wine_fn_has_flag install || return
7688 wine_fn_append_rule \
7689 ".PHONY: $ac_dir/install $ac_dir/uninstall
7690 install install-lib:: $ac_dir/install
7691 __uninstall__: $ac_dir/uninstall"
7693 if test -n "$DLLEXT"
7694 then
7695 wine_fn_append_rule \
7696 "$ac_dir/install:: $ac_dir
7697 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7698 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7699 $ac_dir/uninstall::
7700 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7702 if test -z "$with_wine64" && wine_fn_has_flag installbin
7703 then
7704 wine_fn_append_rule \
7705 "$ac_dir/install:: __tooldeps__
7706 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7707 $ac_dir/uninstall::
7708 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7710 else
7711 wine_fn_append_rule \
7712 "$ac_dir/install:: $ac_dir
7713 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7714 $ac_dir/uninstall::
7715 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7718 if test -z "$with_wine64" && wine_fn_has_flag manpage
7719 then
7720 wine_fn_append_rule \
7721 "$ac_dir/install:: $ac_dir
7722 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7723 $ac_dir/uninstall::
7724 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7728 wine_fn_config_test ()
7730 ac_dir=$1
7731 ac_name=$2
7732 ac_flags=$3
7734 ac_clean=
7735 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7736 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7738 if test "x$enable_tests" = xno; then :
7739 wine_fn_disabled_rules $ac_clean; return
7742 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7743 wine_fn_all_rules
7744 wine_fn_clean_rules $ac_clean
7746 wine_fn_append_rule \
7747 "$ac_dir: programs/winetest/Makefile __builddeps__
7748 programs/winetest: $ac_dir
7749 check test: $ac_dir/test
7750 .PHONY: $ac_dir/test
7751 $ac_dir/test: dummy
7752 @cd $ac_dir && \$(MAKE) test
7753 testclean::
7754 \$(RM) $ac_dir/*.ok"
7756 if test -n "$CROSSTARGET"
7757 then
7758 wine_fn_append_rule \
7759 "crosstest: $ac_dir/crosstest
7760 .PHONY: $ac_dir/crosstest
7761 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7762 @cd $ac_dir && \$(MAKE) crosstest"
7766 wine_fn_config_tool ()
7768 ac_dir=$1
7769 ac_flags=$2
7770 if test "x$enable_tools" = xno; then :
7771 return
7774 wine_fn_all_rules
7775 wine_fn_install_rules
7776 wine_fn_clean_rules
7778 wine_fn_append_rule "__tooldeps__: $ac_dir"
7779 wine_fn_append_rule "$ac_dir: libs/port"
7780 case $ac_dir in
7781 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7782 esac
7785 wine_fn_config_symlink ()
7787 ac_linkdir=
7788 if test "x$1" = "x-d"
7789 then
7790 ac_linkdir=$2
7791 shift; shift
7793 ac_links=$@
7794 wine_fn_append_rule \
7795 "$ac_links:
7796 @./config.status \$@
7797 distclean::
7798 \$(RM) $ac_links"
7799 for f in $ac_links; do wine_fn_ignore_file $f; done
7800 test -n "$ac_linkdir" || return
7801 wine_fn_append_rule "$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7804 wine_binary="wine"
7805 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7806 loader_programs="$wine_binary wine-installed"
7807 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7809 LOADER_RULES="
7810 all: wine.inf
7812 install install-lib:: wine-installed
7813 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7815 uninstall::
7816 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7820 case $host_os in
7821 cygwin*|mingw32*)
7822 if test -n "$ac_tool_prefix"; then
7823 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7824 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7826 $as_echo_n "checking for $ac_word... " >&6; }
7827 if ${ac_cv_prog_DLLTOOL+:} false; then :
7828 $as_echo_n "(cached) " >&6
7829 else
7830 if test -n "$DLLTOOL"; then
7831 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7832 else
7833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7834 for as_dir in $PATH
7836 IFS=$as_save_IFS
7837 test -z "$as_dir" && as_dir=.
7838 for ac_exec_ext in '' $ac_executable_extensions; do
7839 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7840 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7842 break 2
7844 done
7845 done
7846 IFS=$as_save_IFS
7850 DLLTOOL=$ac_cv_prog_DLLTOOL
7851 if test -n "$DLLTOOL"; then
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7853 $as_echo "$DLLTOOL" >&6; }
7854 else
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7856 $as_echo "no" >&6; }
7861 if test -z "$ac_cv_prog_DLLTOOL"; then
7862 ac_ct_DLLTOOL=$DLLTOOL
7863 # Extract the first word of "dlltool", so it can be a program name with args.
7864 set dummy dlltool; ac_word=$2
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7866 $as_echo_n "checking for $ac_word... " >&6; }
7867 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7868 $as_echo_n "(cached) " >&6
7869 else
7870 if test -n "$ac_ct_DLLTOOL"; then
7871 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7872 else
7873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7874 for as_dir in $PATH
7876 IFS=$as_save_IFS
7877 test -z "$as_dir" && as_dir=.
7878 for ac_exec_ext in '' $ac_executable_extensions; do
7879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7880 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7882 break 2
7884 done
7885 done
7886 IFS=$as_save_IFS
7890 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7891 if test -n "$ac_ct_DLLTOOL"; then
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7893 $as_echo "$ac_ct_DLLTOOL" >&6; }
7894 else
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7896 $as_echo "no" >&6; }
7899 if test "x$ac_ct_DLLTOOL" = x; then
7900 DLLTOOL="false"
7901 else
7902 case $cross_compiling:$ac_tool_warned in
7903 yes:)
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7905 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7906 ac_tool_warned=yes ;;
7907 esac
7908 DLLTOOL=$ac_ct_DLLTOOL
7910 else
7911 DLLTOOL="$ac_cv_prog_DLLTOOL"
7914 LIBEXT="dll"
7915 DLLEXT=""
7916 IMPLIBEXT="a"
7917 STATIC_IMPLIBEXT="a"
7918 enable_iphlpapi=${enable_iphlpapi:-no}
7919 enable_kernel32=${enable_kernel32:-no}
7920 enable_msvcrt=${enable_msvcrt:-no}
7921 enable_ntdll=${enable_ntdll:-no}
7922 enable_ws2_32=${enable_ws2_32:-no}
7923 enable_loader=${enable_loader:-no}
7924 enable_server=${enable_server:-no}
7925 with_x=${with_x:-no}
7926 with_pthread=${with_pthread:-no}
7928 crtlibs=""
7929 case $host_os in
7930 mingw32*)
7931 crtlibs="-lmsvcrt"
7932 SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7934 esac
7936 libwine_targets="libwine.dll libwine.a"
7937 LIBWINE_RULES="
7938 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7940 all: libwine.dll libwine.a
7942 libwine.a: \$(srcdir)/wine.def
7943 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7945 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7946 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7948 install install-lib:: libwine.dll
7949 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7951 install install-dev:: libwine.a
7952 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7954 uninstall::
7955 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7960 darwin*|macosx*)
7961 for ac_header in libunwind.h
7962 do :
7963 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7964 if test "x$ac_cv_header_libunwind_h" = xyes; then :
7965 cat >>confdefs.h <<_ACEOF
7966 #define HAVE_LIBUNWIND_H 1
7967 _ACEOF
7971 done
7973 LIBEXT="dylib"
7974 DLLFLAGS="$DLLFLAGS -fPIC"
7975 LIBWINE_LDFLAGS="-multiply_defined suppress"
7976 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7977 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7978 COREFOUNDATION_LIBS="-framework CoreFoundation"
7980 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
7982 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
7984 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
7986 CORESERVICES_LIBS="-framework CoreServices"
7988 APPKIT_LIBS="-framework AppKit"
7990 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7992 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7993 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
7994 $as_echo_n "(cached) " >&6
7995 else
7996 ac_wine_try_cflags_saved=$CFLAGS
7997 CFLAGS="$CFLAGS -Wl,-no_pie"
7998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7999 /* end confdefs.h. */
8000 int main(int argc, char **argv) { return 0; }
8001 _ACEOF
8002 if ac_fn_c_try_link "$LINENO"; then :
8003 ac_cv_cflags__Wl__no_pie=yes
8004 else
8005 ac_cv_cflags__Wl__no_pie=no
8007 rm -f core conftest.err conftest.$ac_objext \
8008 conftest$ac_exeext conftest.$ac_ext
8009 CFLAGS=$ac_wine_try_cflags_saved
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8012 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8013 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8014 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8016 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8017 then
8018 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8021 if test "$ac_cv_header_Security_Security_h" = "yes"
8022 then
8023 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8025 ac_save_LIBS="$LIBS"
8026 LIBS="$LIBS $SECURITY_LIBS"
8027 for ac_func in SSLCopyPeerCertificates
8028 do :
8029 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8030 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8031 cat >>confdefs.h <<_ACEOF
8032 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8033 _ACEOF
8036 done
8038 LIBS="$ac_save_LIBS"
8039 with_gnutls=${with_gnutls:-no}
8041 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8042 then
8043 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8044 then
8045 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8047 else
8048 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8051 ac_save_LIBS="$LIBS"
8052 LIBS="$LIBS $COREAUDIO_LIBS"
8053 for ac_func in AUGraphAddNode
8054 do :
8055 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8056 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8057 cat >>confdefs.h <<_ACEOF
8058 #define HAVE_AUGRAPHADDNODE 1
8059 _ACEOF
8062 done
8064 LIBS="$ac_save_LIBS"
8066 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8067 then
8068 OPENAL_LIBS="-framework OpenAL"
8071 cat >>confdefs.h <<_ACEOF
8072 #define HAVE_OPENAL 1
8073 _ACEOF
8075 ac_cv_lib_openal=yes
8077 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8078 then
8079 OPENCL_LIBS="-framework OpenCL"
8081 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8083 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8084 then
8085 ac_save_LIBS="$LIBS"
8086 LIBS="$LIBS $IOKIT_LIBS"
8087 for ac_func in IOHIDManagerCreate
8088 do :
8089 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8090 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8091 cat >>confdefs.h <<_ACEOF
8092 #define HAVE_IOHIDMANAGERCREATE 1
8093 _ACEOF
8096 done
8098 LIBS="$ac_save_LIBS"
8100 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8101 then
8102 ac_save_LIBS="$LIBS"
8103 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8105 $as_echo_n "checking for the QuickTime framework... " >&6; }
8106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8107 /* end confdefs.h. */
8108 #include <QuickTime/ImageCompression.h>
8110 main ()
8112 CodecManagerVersion(NULL);
8114 return 0;
8116 _ACEOF
8117 if ac_fn_c_try_link "$LINENO"; then :
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8119 $as_echo "yes" >&6; }
8120 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8122 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8123 else
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8125 $as_echo "no" >&6; }
8126 ac_cv_header_QuickTime_ImageCompression_h=no
8128 rm -f core conftest.err conftest.$ac_objext \
8129 conftest$ac_exeext conftest.$ac_ext
8130 LIBS="$ac_save_LIBS"
8132 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8133 then
8134 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8136 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8137 then
8138 CARBON_LIBS="-framework Carbon"
8142 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8143 then
8144 ac_save_LIBS="$LIBS"
8145 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8146 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8147 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8148 enable_winemac_drv=${enable_winemac_drv:-yes}
8151 LIBS="$ac_save_LIBS"
8154 if test "x$enable_win16" = "xyes"
8155 then
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8157 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8158 if test "$cross_compiling" = yes; then :
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8160 $as_echo "cross-compiling, assuming yes" >&6; }
8161 else
8162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8163 /* end confdefs.h. */
8164 asm(".text\n"
8165 "bad:\tnop;nop\n"
8166 "good:\tnop;nop\n\t"
8167 ".globl _testfunc\n"
8168 "_testfunc:\tcallw good");
8169 extern void testfunc();
8171 main ()
8173 unsigned short *p = (unsigned short *)testfunc;
8174 return p[0] != 0xe866 || p[1] != 0xfffa
8176 return 0;
8178 _ACEOF
8179 if ac_fn_c_try_run "$LINENO"; then :
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8181 $as_echo "yes" >&6; }
8182 else
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8184 $as_echo "no" >&6; }
8185 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
8187 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8188 conftest.$ac_objext conftest.beam conftest.$ac_ext
8193 libwine_targets="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8194 LIBWINE_RULES="
8195 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8197 all: libwine.dylib
8199 libwine.$libwine_version.dylib: \$(OBJS)
8200 \$(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 \$@
8202 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8203 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8205 libwine.dylib: libwine.$libwine_soversion.dylib
8206 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8208 install install-lib:: libwine.$libwine_version.dylib
8209 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8210 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8212 install install-dev::
8213 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8215 uninstall::
8216 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8220 as_fn_append LOADER_RULES "
8221 $wine_binary: main.o wine_info.plist
8222 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8224 wine-installed: main.o wine_info.plist
8225 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8229 linux-android*)
8230 DLLFLAGS="$DLLFLAGS -fPIC"
8231 DLLPREFIX="lib"
8232 LDEXECFLAGS=""
8233 dlldir="\${libdir}"
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8235 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8236 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8237 $as_echo_n "(cached) " >&6
8238 else
8239 ac_wine_try_cflags_saved=$CFLAGS
8240 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8242 /* end confdefs.h. */
8243 int main(int argc, char **argv) { return 0; }
8244 _ACEOF
8245 if ac_fn_c_try_link "$LINENO"; then :
8246 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8247 else
8248 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8250 rm -f core conftest.err conftest.$ac_objext \
8251 conftest$ac_exeext conftest.$ac_ext
8252 CFLAGS=$ac_wine_try_cflags_saved
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8255 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8256 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8257 LDEXECFLAGS="-Wl,--export-dynamic"
8259 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8261 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8262 if eval \${$as_ac_var+:} false; then :
8263 $as_echo_n "(cached) " >&6
8264 else
8265 ac_wine_try_cflags_saved=$CFLAGS
8266 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8268 /* end confdefs.h. */
8269 int main(int argc, char **argv) { return 0; }
8270 _ACEOF
8271 if ac_fn_c_try_link "$LINENO"; then :
8272 eval "$as_ac_var=yes"
8273 else
8274 eval "$as_ac_var=no"
8276 rm -f core conftest.err conftest.$ac_objext \
8277 conftest$ac_exeext conftest.$ac_ext
8278 CFLAGS=$ac_wine_try_cflags_saved
8280 eval ac_res=\$$as_ac_var
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8282 $as_echo "$ac_res" >&6; }
8283 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8284 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8285 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8286 else
8287 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8289 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8290 if eval \${$as_ac_var+:} false; then :
8291 $as_echo_n "(cached) " >&6
8292 else
8293 ac_wine_try_cflags_saved=$CFLAGS
8294 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8296 /* end confdefs.h. */
8297 int main(int argc, char **argv) { return 0; }
8298 _ACEOF
8299 if ac_fn_c_try_link "$LINENO"; then :
8300 eval "$as_ac_var=yes"
8301 else
8302 eval "$as_ac_var=no"
8304 rm -f core conftest.err conftest.$ac_objext \
8305 conftest$ac_exeext conftest.$ac_ext
8306 CFLAGS=$ac_wine_try_cflags_saved
8308 eval ac_res=\$$as_ac_var
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8310 $as_echo "$ac_res" >&6; }
8311 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8312 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8313 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8318 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8319 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8320 $as_echo_n "(cached) " >&6
8321 else
8322 ac_wine_try_cflags_saved=$CFLAGS
8323 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8325 /* end confdefs.h. */
8326 int main(int argc, char **argv) { return 0; }
8327 _ACEOF
8328 if ac_fn_c_try_link "$LINENO"; then :
8329 ac_cv_cflags__Wl___enable_new_dtags=yes
8330 else
8331 ac_cv_cflags__Wl___enable_new_dtags=no
8333 rm -f core conftest.err conftest.$ac_objext \
8334 conftest$ac_exeext conftest.$ac_ext
8335 CFLAGS=$ac_wine_try_cflags_saved
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8338 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8339 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8340 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8343 case $host_cpu in
8344 *i[3456789]86* | x86_64)
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8346 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8347 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8348 $as_echo_n "(cached) " >&6
8349 else
8350 ac_wine_try_cflags_saved=$CFLAGS
8351 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8353 /* end confdefs.h. */
8354 int main(int argc, char **argv) { return 0; }
8355 _ACEOF
8356 if ac_fn_c_try_link "$LINENO"; then :
8357 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8358 else
8359 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8361 rm -f core conftest.err conftest.$ac_objext \
8362 conftest$ac_exeext conftest.$ac_ext
8363 CFLAGS=$ac_wine_try_cflags_saved
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8366 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8367 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8368 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8371 esac
8373 libwine_targets="libwine.so"
8374 LIBWINE_RULES="
8375 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8377 all: libwine.so
8379 libwine.so: \$(OBJS)
8380 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8382 install install-lib:: libwine.so
8383 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8385 uninstall::
8386 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8390 as_fn_append LOADER_RULES "
8391 $wine_binary: main.o
8392 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8394 wine-installed: main.o
8395 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8400 DLLFLAGS="$DLLFLAGS -fPIC"
8401 LDEXECFLAGS=""
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8403 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8404 if ${ac_cv_c_dll_gnuelf+:} false; then :
8405 $as_echo_n "(cached) " >&6
8406 else
8407 ac_wine_try_cflags_saved=$CFLAGS
8408 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8410 /* end confdefs.h. */
8411 void myfunc() {}
8412 _ACEOF
8413 if ac_fn_c_try_link "$LINENO"; then :
8414 ac_cv_c_dll_gnuelf="yes"
8415 else
8416 ac_cv_c_dll_gnuelf="no"
8418 rm -f core conftest.err conftest.$ac_objext \
8419 conftest$ac_exeext conftest.$ac_ext
8420 CFLAGS=$ac_wine_try_cflags_saved
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8423 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8424 if test "$ac_cv_c_dll_gnuelf" = "yes"
8425 then
8426 LDSHARED="\$(CC) -shared"
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8428 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8429 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8430 $as_echo_n "(cached) " >&6
8431 else
8432 ac_wine_try_cflags_saved=$CFLAGS
8433 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8435 /* end confdefs.h. */
8436 int main(int argc, char **argv) { return 0; }
8437 _ACEOF
8438 if ac_fn_c_try_link "$LINENO"; then :
8439 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8440 else
8441 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8443 rm -f core conftest.err conftest.$ac_objext \
8444 conftest$ac_exeext conftest.$ac_ext
8445 CFLAGS=$ac_wine_try_cflags_saved
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8448 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8449 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8450 LDSHARED="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8451 else
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8453 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8454 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8455 $as_echo_n "(cached) " >&6
8456 else
8457 ac_wine_try_cflags_saved=$CFLAGS
8458 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8460 /* end confdefs.h. */
8461 int main(int argc, char **argv) { return 0; }
8462 _ACEOF
8463 if ac_fn_c_try_link "$LINENO"; then :
8464 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8465 else
8466 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8468 rm -f core conftest.err conftest.$ac_objext \
8469 conftest$ac_exeext conftest.$ac_ext
8470 CFLAGS=$ac_wine_try_cflags_saved
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8473 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8474 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8475 LDSHARED="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8479 echo '{ global: *; };' >conftest.map
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8481 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8482 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8483 $as_echo_n "(cached) " >&6
8484 else
8485 ac_wine_try_cflags_saved=$CFLAGS
8486 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8488 /* end confdefs.h. */
8489 int main(int argc, char **argv) { return 0; }
8490 _ACEOF
8491 if ac_fn_c_try_link "$LINENO"; then :
8492 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8493 else
8494 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8496 rm -f core conftest.err conftest.$ac_objext \
8497 conftest$ac_exeext conftest.$ac_ext
8498 CFLAGS=$ac_wine_try_cflags_saved
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8501 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8502 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8503 LDSHARED="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8505 rm -f conftest.map
8507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8508 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8509 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8510 $as_echo_n "(cached) " >&6
8511 else
8512 ac_wine_try_cflags_saved=$CFLAGS
8513 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8515 /* end confdefs.h. */
8516 int main(int argc, char **argv) { return 0; }
8517 _ACEOF
8518 if ac_fn_c_try_link "$LINENO"; then :
8519 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8520 else
8521 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8523 rm -f core conftest.err conftest.$ac_objext \
8524 conftest$ac_exeext conftest.$ac_ext
8525 CFLAGS=$ac_wine_try_cflags_saved
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8528 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8529 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8530 LDEXECFLAGS="-Wl,--export-dynamic"
8533 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8535 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8536 if eval \${$as_ac_var+:} false; then :
8537 $as_echo_n "(cached) " >&6
8538 else
8539 ac_wine_try_cflags_saved=$CFLAGS
8540 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8542 /* end confdefs.h. */
8543 int main(int argc, char **argv) { return 0; }
8544 _ACEOF
8545 if ac_fn_c_try_link "$LINENO"; then :
8546 eval "$as_ac_var=yes"
8547 else
8548 eval "$as_ac_var=no"
8550 rm -f core conftest.err conftest.$ac_objext \
8551 conftest$ac_exeext conftest.$ac_ext
8552 CFLAGS=$ac_wine_try_cflags_saved
8554 eval ac_res=\$$as_ac_var
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8556 $as_echo "$ac_res" >&6; }
8557 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8558 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8559 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8560 else
8561 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8563 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8564 if eval \${$as_ac_var+:} false; then :
8565 $as_echo_n "(cached) " >&6
8566 else
8567 ac_wine_try_cflags_saved=$CFLAGS
8568 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8570 /* end confdefs.h. */
8571 int main(int argc, char **argv) { return 0; }
8572 _ACEOF
8573 if ac_fn_c_try_link "$LINENO"; then :
8574 eval "$as_ac_var=yes"
8575 else
8576 eval "$as_ac_var=no"
8578 rm -f core conftest.err conftest.$ac_objext \
8579 conftest$ac_exeext conftest.$ac_ext
8580 CFLAGS=$ac_wine_try_cflags_saved
8582 eval ac_res=\$$as_ac_var
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8584 $as_echo "$ac_res" >&6; }
8585 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8586 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8587 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8592 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8593 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8594 $as_echo_n "(cached) " >&6
8595 else
8596 ac_wine_try_cflags_saved=$CFLAGS
8597 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8599 /* end confdefs.h. */
8600 int main(int argc, char **argv) { return 0; }
8601 _ACEOF
8602 if ac_fn_c_try_link "$LINENO"; then :
8603 ac_cv_cflags__Wl___enable_new_dtags=yes
8604 else
8605 ac_cv_cflags__Wl___enable_new_dtags=no
8607 rm -f core conftest.err conftest.$ac_objext \
8608 conftest$ac_exeext conftest.$ac_ext
8609 CFLAGS=$ac_wine_try_cflags_saved
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8612 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8613 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8614 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8617 case $host_cpu in
8618 *i[3456789]86* | x86_64)
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8620 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8621 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false; then :
8622 $as_echo_n "(cached) " >&6
8623 else
8624 ac_wine_try_cflags_saved=$CFLAGS
8625 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8627 /* end confdefs.h. */
8628 int main(int argc, char **argv) { return 0; }
8629 _ACEOF
8630 if ac_fn_c_try_link "$LINENO"; then :
8631 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8632 else
8633 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8635 rm -f core conftest.err conftest.$ac_objext \
8636 conftest$ac_exeext conftest.$ac_ext
8637 CFLAGS=$ac_wine_try_cflags_saved
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8640 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8641 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes; then :
8642 case $host_os in
8643 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8644 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8645 esac
8648 # Extract the first word of "prelink", so it can be a program name with args.
8649 set dummy prelink; ac_word=$2
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8651 $as_echo_n "checking for $ac_word... " >&6; }
8652 if ${ac_cv_path_PRELINK+:} false; then :
8653 $as_echo_n "(cached) " >&6
8654 else
8655 case $PRELINK in
8656 [\\/]* | ?:[\\/]*)
8657 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8661 for as_dir in /sbin /usr/sbin $PATH
8663 IFS=$as_save_IFS
8664 test -z "$as_dir" && as_dir=.
8665 for ac_exec_ext in '' $ac_executable_extensions; do
8666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8667 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8669 break 2
8671 done
8672 done
8673 IFS=$as_save_IFS
8675 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8677 esac
8679 PRELINK=$ac_cv_path_PRELINK
8680 if test -n "$PRELINK"; then
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8682 $as_echo "$PRELINK" >&6; }
8683 else
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8685 $as_echo "no" >&6; }
8689 if test "x$PRELINK" = xfalse
8690 then
8691 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
8694 esac
8696 else
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8698 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8699 if ${ac_cv_c_dll_unixware+:} false; then :
8700 $as_echo_n "(cached) " >&6
8701 else
8702 ac_wine_try_cflags_saved=$CFLAGS
8703 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8705 /* end confdefs.h. */
8706 void myfunc() {}
8707 _ACEOF
8708 if ac_fn_c_try_link "$LINENO"; then :
8709 ac_cv_c_dll_unixware="yes"
8710 else
8711 ac_cv_c_dll_unixware="no"
8713 rm -f core conftest.err conftest.$ac_objext \
8714 conftest$ac_exeext conftest.$ac_ext
8715 CFLAGS=$ac_wine_try_cflags_saved
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8718 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8719 if test "$ac_cv_c_dll_unixware" = "yes"
8720 then
8721 LDSHARED="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8724 libwine_targets="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8725 LIBWINE_RULES="
8726 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8728 all: libwine.so
8730 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8731 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8733 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8734 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8736 libwine.so: libwine.so.$libwine_soversion
8737 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8739 install install-lib:: libwine.so.$libwine_version
8740 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8741 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8743 install install-dev::
8744 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8746 uninstall::
8747 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8751 as_fn_append LOADER_RULES "
8752 $wine_binary: main.o
8753 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8755 wine-installed: main.o
8756 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8759 esac
8761 as_fn_append LIBWINE_RULES "
8762 EXTRA_TARGETS = $libwine_targets
8765 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8766 enable_winemac_drv=${enable_winemac_drv:-no}
8768 CROSSTARGET=""
8770 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8771 then
8772 case "$host_cpu" in
8773 i[3456789]86*)
8774 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
8775 mingw32-gcc" ;;
8776 x86_64)
8777 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 " ;;
8779 ac_prefix_list="" ;;
8780 esac
8781 for ac_prog in $ac_prefix_list
8783 # Extract the first word of "$ac_prog", so it can be a program name with args.
8784 set dummy $ac_prog; ac_word=$2
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8786 $as_echo_n "checking for $ac_word... " >&6; }
8787 if ${ac_cv_prog_CROSSCC+:} false; then :
8788 $as_echo_n "(cached) " >&6
8789 else
8790 if test -n "$CROSSCC"; then
8791 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8792 else
8793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8794 for as_dir in $PATH
8796 IFS=$as_save_IFS
8797 test -z "$as_dir" && as_dir=.
8798 for ac_exec_ext in '' $ac_executable_extensions; do
8799 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8800 ac_cv_prog_CROSSCC="$ac_prog"
8801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8802 break 2
8804 done
8805 done
8806 IFS=$as_save_IFS
8810 CROSSCC=$ac_cv_prog_CROSSCC
8811 if test -n "$CROSSCC"; then
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8813 $as_echo "$CROSSCC" >&6; }
8814 else
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8816 $as_echo "no" >&6; }
8820 test -n "$CROSSCC" && break
8821 done
8822 test -n "$CROSSCC" || CROSSCC="false"
8824 if test "$CROSSCC" != "false"
8825 then
8826 ac_save_CC="$CC"
8827 CC="$CROSSCC"
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8829 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8831 /* end confdefs.h. */
8834 main ()
8838 return 0;
8840 _ACEOF
8841 if ac_fn_c_try_compile "$LINENO"; then :
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8843 $as_echo "yes" >&6; }
8844 set x $CROSSCC
8845 shift
8846 while test $# -ge 1
8848 case "$1" in
8849 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8850 esac
8851 shift
8852 done
8853 else
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8855 $as_echo "no" >&6; }
8857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8858 CC="$ac_save_CC"
8863 if test "$ac_cv_header_pthread_h" = "yes"
8864 then
8865 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8866 if test "x$ac_cv_func_pthread_create" = xyes; then :
8868 else
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8870 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8871 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8872 $as_echo_n "(cached) " >&6
8873 else
8874 ac_check_lib_save_LIBS=$LIBS
8875 LIBS="-lpthread $LIBS"
8876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8877 /* end confdefs.h. */
8879 /* Override any GCC internal prototype to avoid an error.
8880 Use char because int might match the return type of a GCC
8881 builtin and then its argument prototype would still apply. */
8882 #ifdef __cplusplus
8883 extern "C"
8884 #endif
8885 char pthread_create ();
8887 main ()
8889 return pthread_create ();
8891 return 0;
8893 _ACEOF
8894 if ac_fn_c_try_link "$LINENO"; then :
8895 ac_cv_lib_pthread_pthread_create=yes
8896 else
8897 ac_cv_lib_pthread_pthread_create=no
8899 rm -f core conftest.err conftest.$ac_objext \
8900 conftest$ac_exeext conftest.$ac_ext
8901 LIBS=$ac_check_lib_save_LIBS
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8904 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8905 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8906 PTHREAD_LIBS="-lpthread"
8913 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8914 case "x$with_pthread" in
8915 xno) ;;
8916 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8917 Wine cannot support threads without libpthread.
8918 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8919 esac
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8924 $as_echo_n "checking for X... " >&6; }
8927 # Check whether --with-x was given.
8928 if test "${with_x+set}" = set; then :
8929 withval=$with_x;
8932 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8933 if test "x$with_x" = xno; then
8934 # The user explicitly disabled X.
8935 have_x=disabled
8936 else
8937 case $x_includes,$x_libraries in #(
8938 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8939 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8940 $as_echo_n "(cached) " >&6
8941 else
8942 # One or both of the vars are not set, and there is no cached value.
8943 ac_x_includes=no ac_x_libraries=no
8944 rm -f -r conftest.dir
8945 if mkdir conftest.dir; then
8946 cd conftest.dir
8947 cat >Imakefile <<'_ACEOF'
8948 incroot:
8949 @echo incroot='${INCROOT}'
8950 usrlibdir:
8951 @echo usrlibdir='${USRLIBDIR}'
8952 libdir:
8953 @echo libdir='${LIBDIR}'
8954 _ACEOF
8955 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8956 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8957 for ac_var in incroot usrlibdir libdir; do
8958 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8959 done
8960 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8961 for ac_extension in a so sl dylib la dll; do
8962 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8963 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8964 ac_im_usrlibdir=$ac_im_libdir; break
8966 done
8967 # Screen out bogus values from the imake configuration. They are
8968 # bogus both because they are the default anyway, and because
8969 # using them would break gcc on systems where it needs fixed includes.
8970 case $ac_im_incroot in
8971 /usr/include) ac_x_includes= ;;
8972 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8973 esac
8974 case $ac_im_usrlibdir in
8975 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8976 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8977 esac
8979 cd ..
8980 rm -f -r conftest.dir
8983 # Standard set of common directories for X headers.
8984 # Check X11 before X11Rn because it is often a symlink to the current release.
8985 ac_x_header_dirs='
8986 /usr/X11/include
8987 /usr/X11R7/include
8988 /usr/X11R6/include
8989 /usr/X11R5/include
8990 /usr/X11R4/include
8992 /usr/include/X11
8993 /usr/include/X11R7
8994 /usr/include/X11R6
8995 /usr/include/X11R5
8996 /usr/include/X11R4
8998 /usr/local/X11/include
8999 /usr/local/X11R7/include
9000 /usr/local/X11R6/include
9001 /usr/local/X11R5/include
9002 /usr/local/X11R4/include
9004 /usr/local/include/X11
9005 /usr/local/include/X11R7
9006 /usr/local/include/X11R6
9007 /usr/local/include/X11R5
9008 /usr/local/include/X11R4
9010 /usr/X386/include
9011 /usr/x386/include
9012 /usr/XFree86/include/X11
9014 /usr/include
9015 /usr/local/include
9016 /usr/unsupported/include
9017 /usr/athena/include
9018 /usr/local/x11r5/include
9019 /usr/lpp/Xamples/include
9021 /usr/openwin/include
9022 /usr/openwin/share/include'
9024 if test "$ac_x_includes" = no; then
9025 # Guess where to find include files, by looking for Xlib.h.
9026 # First, try using that file with no special directory specified.
9027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9028 /* end confdefs.h. */
9029 #include <X11/Xlib.h>
9030 _ACEOF
9031 if ac_fn_c_try_cpp "$LINENO"; then :
9032 # We can compile using X headers with no special include directory.
9033 ac_x_includes=
9034 else
9035 for ac_dir in $ac_x_header_dirs; do
9036 if test -r "$ac_dir/X11/Xlib.h"; then
9037 ac_x_includes=$ac_dir
9038 break
9040 done
9042 rm -f conftest.err conftest.i conftest.$ac_ext
9043 fi # $ac_x_includes = no
9045 if test "$ac_x_libraries" = no; then
9046 # Check for the libraries.
9047 # See if we find them without any special options.
9048 # Don't add to $LIBS permanently.
9049 ac_save_LIBS=$LIBS
9050 LIBS="-lX11 $LIBS"
9051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h. */
9053 #include <X11/Xlib.h>
9055 main ()
9057 XrmInitialize ()
9059 return 0;
9061 _ACEOF
9062 if ac_fn_c_try_link "$LINENO"; then :
9063 LIBS=$ac_save_LIBS
9064 # We can link X programs with no special library path.
9065 ac_x_libraries=
9066 else
9067 LIBS=$ac_save_LIBS
9068 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9070 # Don't even attempt the hair of trying to link an X program!
9071 for ac_extension in a so sl dylib la dll; do
9072 if test -r "$ac_dir/libX11.$ac_extension"; then
9073 ac_x_libraries=$ac_dir
9074 break 2
9076 done
9077 done
9079 rm -f core conftest.err conftest.$ac_objext \
9080 conftest$ac_exeext conftest.$ac_ext
9081 fi # $ac_x_libraries = no
9083 case $ac_x_includes,$ac_x_libraries in #(
9084 no,* | *,no | *\'*)
9085 # Didn't find X, or a directory has "'" in its name.
9086 ac_cv_have_x="have_x=no";; #(
9088 # Record where we found X for the cache.
9089 ac_cv_have_x="have_x=yes\
9090 ac_x_includes='$ac_x_includes'\
9091 ac_x_libraries='$ac_x_libraries'"
9092 esac
9094 ;; #(
9095 *) have_x=yes;;
9096 esac
9097 eval "$ac_cv_have_x"
9098 fi # $with_x != no
9100 if test "$have_x" != yes; then
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9102 $as_echo "$have_x" >&6; }
9103 no_x=yes
9104 else
9105 # If each of the values was on the command line, it overrides each guess.
9106 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9107 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9108 # Update the cache value to reflect the command line values.
9109 ac_cv_have_x="have_x=yes\
9110 ac_x_includes='$x_includes'\
9111 ac_x_libraries='$x_libraries'"
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9113 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9116 if test "$no_x" = yes; then
9117 # Not all programs may use this symbol, but it does not hurt to define it.
9119 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9121 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9122 else
9123 if test -n "$x_includes"; then
9124 X_CFLAGS="$X_CFLAGS -I$x_includes"
9127 # It would also be nice to do this for all -L options, not just this one.
9128 if test -n "$x_libraries"; then
9129 X_LIBS="$X_LIBS -L$x_libraries"
9130 # For Solaris; some versions of Sun CC require a space after -R and
9131 # others require no space. Words are not sufficient . . . .
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9133 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9134 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9135 ac_xsave_c_werror_flag=$ac_c_werror_flag
9136 ac_c_werror_flag=yes
9137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9138 /* end confdefs.h. */
9141 main ()
9145 return 0;
9147 _ACEOF
9148 if ac_fn_c_try_link "$LINENO"; then :
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9150 $as_echo "no" >&6; }
9151 X_LIBS="$X_LIBS -R$x_libraries"
9152 else
9153 LIBS="$ac_xsave_LIBS -R $x_libraries"
9154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9155 /* end confdefs.h. */
9158 main ()
9162 return 0;
9164 _ACEOF
9165 if ac_fn_c_try_link "$LINENO"; then :
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9167 $as_echo "yes" >&6; }
9168 X_LIBS="$X_LIBS -R $x_libraries"
9169 else
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9171 $as_echo "neither works" >&6; }
9173 rm -f core conftest.err conftest.$ac_objext \
9174 conftest$ac_exeext conftest.$ac_ext
9176 rm -f core conftest.err conftest.$ac_objext \
9177 conftest$ac_exeext conftest.$ac_ext
9178 ac_c_werror_flag=$ac_xsave_c_werror_flag
9179 LIBS=$ac_xsave_LIBS
9182 # Check for system-dependent libraries X programs must link with.
9183 # Do this before checking for the system-independent R6 libraries
9184 # (-lICE), since we may need -lsocket or whatever for X linking.
9186 if test "$ISC" = yes; then
9187 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9188 else
9189 # Martyn Johnson says this is needed for Ultrix, if the X
9190 # libraries were built with DECnet support. And Karl Berry says
9191 # the Alpha needs dnet_stub (dnet does not exist).
9192 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9194 /* end confdefs.h. */
9196 /* Override any GCC internal prototype to avoid an error.
9197 Use char because int might match the return type of a GCC
9198 builtin and then its argument prototype would still apply. */
9199 #ifdef __cplusplus
9200 extern "C"
9201 #endif
9202 char XOpenDisplay ();
9204 main ()
9206 return XOpenDisplay ();
9208 return 0;
9210 _ACEOF
9211 if ac_fn_c_try_link "$LINENO"; then :
9213 else
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9215 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9216 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_lib_save_LIBS=$LIBS
9220 LIBS="-ldnet $LIBS"
9221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9222 /* end confdefs.h. */
9224 /* Override any GCC internal prototype to avoid an error.
9225 Use char because int might match the return type of a GCC
9226 builtin and then its argument prototype would still apply. */
9227 #ifdef __cplusplus
9228 extern "C"
9229 #endif
9230 char dnet_ntoa ();
9232 main ()
9234 return dnet_ntoa ();
9236 return 0;
9238 _ACEOF
9239 if ac_fn_c_try_link "$LINENO"; then :
9240 ac_cv_lib_dnet_dnet_ntoa=yes
9241 else
9242 ac_cv_lib_dnet_dnet_ntoa=no
9244 rm -f core conftest.err conftest.$ac_objext \
9245 conftest$ac_exeext conftest.$ac_ext
9246 LIBS=$ac_check_lib_save_LIBS
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9249 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9250 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9251 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9254 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9256 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9257 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9258 $as_echo_n "(cached) " >&6
9259 else
9260 ac_check_lib_save_LIBS=$LIBS
9261 LIBS="-ldnet_stub $LIBS"
9262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9263 /* end confdefs.h. */
9265 /* Override any GCC internal prototype to avoid an error.
9266 Use char because int might match the return type of a GCC
9267 builtin and then its argument prototype would still apply. */
9268 #ifdef __cplusplus
9269 extern "C"
9270 #endif
9271 char dnet_ntoa ();
9273 main ()
9275 return dnet_ntoa ();
9277 return 0;
9279 _ACEOF
9280 if ac_fn_c_try_link "$LINENO"; then :
9281 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9282 else
9283 ac_cv_lib_dnet_stub_dnet_ntoa=no
9285 rm -f core conftest.err conftest.$ac_objext \
9286 conftest$ac_exeext conftest.$ac_ext
9287 LIBS=$ac_check_lib_save_LIBS
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9290 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9291 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9292 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9297 rm -f core conftest.err conftest.$ac_objext \
9298 conftest$ac_exeext conftest.$ac_ext
9299 LIBS="$ac_xsave_LIBS"
9301 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9302 # to get the SysV transport functions.
9303 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9304 # needs -lnsl.
9305 # The nsl library prevents programs from opening the X display
9306 # on Irix 5.2, according to T.E. Dickey.
9307 # The functions gethostbyname, getservbyname, and inet_addr are
9308 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9309 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9310 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9314 if test $ac_cv_func_gethostbyname = no; then
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9316 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9317 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9318 $as_echo_n "(cached) " >&6
9319 else
9320 ac_check_lib_save_LIBS=$LIBS
9321 LIBS="-lnsl $LIBS"
9322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9323 /* end confdefs.h. */
9325 /* Override any GCC internal prototype to avoid an error.
9326 Use char because int might match the return type of a GCC
9327 builtin and then its argument prototype would still apply. */
9328 #ifdef __cplusplus
9329 extern "C"
9330 #endif
9331 char gethostbyname ();
9333 main ()
9335 return gethostbyname ();
9337 return 0;
9339 _ACEOF
9340 if ac_fn_c_try_link "$LINENO"; then :
9341 ac_cv_lib_nsl_gethostbyname=yes
9342 else
9343 ac_cv_lib_nsl_gethostbyname=no
9345 rm -f core conftest.err conftest.$ac_objext \
9346 conftest$ac_exeext conftest.$ac_ext
9347 LIBS=$ac_check_lib_save_LIBS
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9350 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9351 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9352 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9355 if test $ac_cv_lib_nsl_gethostbyname = no; then
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9357 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9358 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9359 $as_echo_n "(cached) " >&6
9360 else
9361 ac_check_lib_save_LIBS=$LIBS
9362 LIBS="-lbsd $LIBS"
9363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9364 /* end confdefs.h. */
9366 /* Override any GCC internal prototype to avoid an error.
9367 Use char because int might match the return type of a GCC
9368 builtin and then its argument prototype would still apply. */
9369 #ifdef __cplusplus
9370 extern "C"
9371 #endif
9372 char gethostbyname ();
9374 main ()
9376 return gethostbyname ();
9378 return 0;
9380 _ACEOF
9381 if ac_fn_c_try_link "$LINENO"; then :
9382 ac_cv_lib_bsd_gethostbyname=yes
9383 else
9384 ac_cv_lib_bsd_gethostbyname=no
9386 rm -f core conftest.err conftest.$ac_objext \
9387 conftest$ac_exeext conftest.$ac_ext
9388 LIBS=$ac_check_lib_save_LIBS
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9391 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9392 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9393 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9399 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9400 # socket/setsockopt and other routines are undefined under SCO ODT
9401 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9402 # on later versions), says Simon Leinen: it contains gethostby*
9403 # variants that don't use the name server (or something). -lsocket
9404 # must be given before -lnsl if both are needed. We assume that
9405 # if connect needs -lnsl, so does gethostbyname.
9406 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9407 if test "x$ac_cv_func_connect" = xyes; then :
9411 if test $ac_cv_func_connect = no; then
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9413 $as_echo_n "checking for connect in -lsocket... " >&6; }
9414 if ${ac_cv_lib_socket_connect+:} false; then :
9415 $as_echo_n "(cached) " >&6
9416 else
9417 ac_check_lib_save_LIBS=$LIBS
9418 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9420 /* end confdefs.h. */
9422 /* Override any GCC internal prototype to avoid an error.
9423 Use char because int might match the return type of a GCC
9424 builtin and then its argument prototype would still apply. */
9425 #ifdef __cplusplus
9426 extern "C"
9427 #endif
9428 char connect ();
9430 main ()
9432 return connect ();
9434 return 0;
9436 _ACEOF
9437 if ac_fn_c_try_link "$LINENO"; then :
9438 ac_cv_lib_socket_connect=yes
9439 else
9440 ac_cv_lib_socket_connect=no
9442 rm -f core conftest.err conftest.$ac_objext \
9443 conftest$ac_exeext conftest.$ac_ext
9444 LIBS=$ac_check_lib_save_LIBS
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9447 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9448 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9449 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9454 # Guillermo Gomez says -lposix is necessary on A/UX.
9455 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9456 if test "x$ac_cv_func_remove" = xyes; then :
9460 if test $ac_cv_func_remove = no; then
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9462 $as_echo_n "checking for remove in -lposix... " >&6; }
9463 if ${ac_cv_lib_posix_remove+:} false; then :
9464 $as_echo_n "(cached) " >&6
9465 else
9466 ac_check_lib_save_LIBS=$LIBS
9467 LIBS="-lposix $LIBS"
9468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9469 /* end confdefs.h. */
9471 /* Override any GCC internal prototype to avoid an error.
9472 Use char because int might match the return type of a GCC
9473 builtin and then its argument prototype would still apply. */
9474 #ifdef __cplusplus
9475 extern "C"
9476 #endif
9477 char remove ();
9479 main ()
9481 return remove ();
9483 return 0;
9485 _ACEOF
9486 if ac_fn_c_try_link "$LINENO"; then :
9487 ac_cv_lib_posix_remove=yes
9488 else
9489 ac_cv_lib_posix_remove=no
9491 rm -f core conftest.err conftest.$ac_objext \
9492 conftest$ac_exeext conftest.$ac_ext
9493 LIBS=$ac_check_lib_save_LIBS
9495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9496 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9497 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9498 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9503 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9504 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9505 if test "x$ac_cv_func_shmat" = xyes; then :
9509 if test $ac_cv_func_shmat = no; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9511 $as_echo_n "checking for shmat in -lipc... " >&6; }
9512 if ${ac_cv_lib_ipc_shmat+:} false; then :
9513 $as_echo_n "(cached) " >&6
9514 else
9515 ac_check_lib_save_LIBS=$LIBS
9516 LIBS="-lipc $LIBS"
9517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9518 /* end confdefs.h. */
9520 /* Override any GCC internal prototype to avoid an error.
9521 Use char because int might match the return type of a GCC
9522 builtin and then its argument prototype would still apply. */
9523 #ifdef __cplusplus
9524 extern "C"
9525 #endif
9526 char shmat ();
9528 main ()
9530 return shmat ();
9532 return 0;
9534 _ACEOF
9535 if ac_fn_c_try_link "$LINENO"; then :
9536 ac_cv_lib_ipc_shmat=yes
9537 else
9538 ac_cv_lib_ipc_shmat=no
9540 rm -f core conftest.err conftest.$ac_objext \
9541 conftest$ac_exeext conftest.$ac_ext
9542 LIBS=$ac_check_lib_save_LIBS
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9545 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9546 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9547 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9553 # Check for libraries that X11R6 Xt/Xaw programs need.
9554 ac_save_LDFLAGS=$LDFLAGS
9555 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9556 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9557 # check for ICE first), but we must link in the order -lSM -lICE or
9558 # we get undefined symbols. So assume we have SM if we have ICE.
9559 # These have to be linked with before -lX11, unlike the other
9560 # libraries we check for below, so use a different variable.
9561 # John Interrante, Karl Berry
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9563 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9564 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9565 $as_echo_n "(cached) " >&6
9566 else
9567 ac_check_lib_save_LIBS=$LIBS
9568 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9570 /* end confdefs.h. */
9572 /* Override any GCC internal prototype to avoid an error.
9573 Use char because int might match the return type of a GCC
9574 builtin and then its argument prototype would still apply. */
9575 #ifdef __cplusplus
9576 extern "C"
9577 #endif
9578 char IceConnectionNumber ();
9580 main ()
9582 return IceConnectionNumber ();
9584 return 0;
9586 _ACEOF
9587 if ac_fn_c_try_link "$LINENO"; then :
9588 ac_cv_lib_ICE_IceConnectionNumber=yes
9589 else
9590 ac_cv_lib_ICE_IceConnectionNumber=no
9592 rm -f core conftest.err conftest.$ac_objext \
9593 conftest$ac_exeext conftest.$ac_ext
9594 LIBS=$ac_check_lib_save_LIBS
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9597 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9598 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9599 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9602 LDFLAGS=$ac_save_LDFLAGS
9607 if test "$have_x" = "yes"
9608 then
9609 ac_save_CPPFLAGS="$CPPFLAGS"
9610 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9613 $as_echo_n "checking for -lX11... " >&6; }
9614 if ${ac_cv_lib_soname_X11+:} false; then :
9615 $as_echo_n "(cached) " >&6
9616 else
9617 ac_check_soname_save_LIBS=$LIBS
9618 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9620 /* end confdefs.h. */
9622 /* Override any GCC internal prototype to avoid an error.
9623 Use char because int might match the return type of a GCC
9624 builtin and then its argument prototype would still apply. */
9625 #ifdef __cplusplus
9626 extern "C"
9627 #endif
9628 char XCreateWindow ();
9630 main ()
9632 return XCreateWindow ();
9634 return 0;
9636 _ACEOF
9637 if ac_fn_c_try_link "$LINENO"; then :
9638 case "$LIBEXT" in
9639 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9640 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'` ;;
9641 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9642 if ${ac_cv_lib_soname_X11:+false} :; then :
9643 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9644 fi ;;
9645 esac
9647 rm -f core conftest.err conftest.$ac_objext \
9648 conftest$ac_exeext conftest.$ac_ext
9649 LIBS=$ac_check_soname_save_LIBS
9651 if ${ac_cv_lib_soname_X11:+false} :; then :
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9653 $as_echo "not found" >&6; }
9655 else
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9657 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9659 cat >>confdefs.h <<_ACEOF
9660 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9661 _ACEOF
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9666 $as_echo_n "checking for -lXext... " >&6; }
9667 if ${ac_cv_lib_soname_Xext+:} false; then :
9668 $as_echo_n "(cached) " >&6
9669 else
9670 ac_check_soname_save_LIBS=$LIBS
9671 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9673 /* end confdefs.h. */
9675 /* Override any GCC internal prototype to avoid an error.
9676 Use char because int might match the return type of a GCC
9677 builtin and then its argument prototype would still apply. */
9678 #ifdef __cplusplus
9679 extern "C"
9680 #endif
9681 char XextCreateExtension ();
9683 main ()
9685 return XextCreateExtension ();
9687 return 0;
9689 _ACEOF
9690 if ac_fn_c_try_link "$LINENO"; then :
9691 case "$LIBEXT" in
9692 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9693 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'` ;;
9694 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9695 if ${ac_cv_lib_soname_Xext:+false} :; then :
9696 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9697 fi ;;
9698 esac
9700 rm -f core conftest.err conftest.$ac_objext \
9701 conftest$ac_exeext conftest.$ac_ext
9702 LIBS=$ac_check_soname_save_LIBS
9704 if ${ac_cv_lib_soname_Xext:+false} :; then :
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9706 $as_echo "not found" >&6; }
9708 else
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9710 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9712 cat >>confdefs.h <<_ACEOF
9713 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9714 _ACEOF
9716 X_LIBS="$X_LIBS -lXext"
9718 X_LIBS="$X_LIBS -lX11"
9720 for ac_header in X11/Xlib.h \
9721 X11/XKBlib.h \
9722 X11/Xutil.h \
9723 X11/Xcursor/Xcursor.h \
9724 X11/extensions/shape.h \
9725 X11/extensions/XInput.h \
9726 X11/extensions/XInput2.h \
9727 X11/extensions/XShm.h \
9728 X11/extensions/Xcomposite.h \
9729 X11/extensions/Xinerama.h \
9730 X11/extensions/Xrandr.h \
9731 X11/extensions/Xrender.h \
9732 X11/extensions/xf86vmode.h \
9733 X11/extensions/xf86vmproto.h
9734 do :
9735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9736 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9737 # include <X11/Xlib.h>
9738 #endif
9739 #ifdef HAVE_X11_XUTIL_H
9740 # include <X11/Xutil.h>
9741 #endif
9743 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9744 cat >>confdefs.h <<_ACEOF
9745 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9746 _ACEOF
9750 done
9753 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9754 then
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9756 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9757 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9758 $as_echo_n "(cached) " >&6
9759 else
9760 ac_check_lib_save_LIBS=$LIBS
9761 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9763 /* end confdefs.h. */
9765 /* Override any GCC internal prototype to avoid an error.
9766 Use char because int might match the return type of a GCC
9767 builtin and then its argument prototype would still apply. */
9768 #ifdef __cplusplus
9769 extern "C"
9770 #endif
9771 char XkbQueryExtension ();
9773 main ()
9775 return XkbQueryExtension ();
9777 return 0;
9779 _ACEOF
9780 if ac_fn_c_try_link "$LINENO"; then :
9781 ac_cv_lib_X11_XkbQueryExtension=yes
9782 else
9783 ac_cv_lib_X11_XkbQueryExtension=no
9785 rm -f core conftest.err conftest.$ac_objext \
9786 conftest$ac_exeext conftest.$ac_ext
9787 LIBS=$ac_check_lib_save_LIBS
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9790 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9791 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9793 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9799 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9800 then
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9802 $as_echo_n "checking for -lXcursor... " >&6; }
9803 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9804 $as_echo_n "(cached) " >&6
9805 else
9806 ac_check_soname_save_LIBS=$LIBS
9807 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9809 /* end confdefs.h. */
9811 /* Override any GCC internal prototype to avoid an error.
9812 Use char because int might match the return type of a GCC
9813 builtin and then its argument prototype would still apply. */
9814 #ifdef __cplusplus
9815 extern "C"
9816 #endif
9817 char XcursorImageLoadCursor ();
9819 main ()
9821 return XcursorImageLoadCursor ();
9823 return 0;
9825 _ACEOF
9826 if ac_fn_c_try_link "$LINENO"; then :
9827 case "$LIBEXT" in
9828 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9829 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'` ;;
9830 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9831 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9832 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9833 fi ;;
9834 esac
9836 rm -f core conftest.err conftest.$ac_objext \
9837 conftest$ac_exeext conftest.$ac_ext
9838 LIBS=$ac_check_soname_save_LIBS
9840 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9842 $as_echo "not found" >&6; }
9844 else
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9846 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9848 cat >>confdefs.h <<_ACEOF
9849 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9850 _ACEOF
9855 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9856 case "x$with_xcursor" in
9857 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9858 xno) ;;
9859 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9860 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9861 esac
9864 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9865 then
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9867 $as_echo_n "checking for -lXi... " >&6; }
9868 if ${ac_cv_lib_soname_Xi+:} false; then :
9869 $as_echo_n "(cached) " >&6
9870 else
9871 ac_check_soname_save_LIBS=$LIBS
9872 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h. */
9876 /* Override any GCC internal prototype to avoid an error.
9877 Use char because int might match the return type of a GCC
9878 builtin and then its argument prototype would still apply. */
9879 #ifdef __cplusplus
9880 extern "C"
9881 #endif
9882 char XOpenDevice ();
9884 main ()
9886 return XOpenDevice ();
9888 return 0;
9890 _ACEOF
9891 if ac_fn_c_try_link "$LINENO"; then :
9892 case "$LIBEXT" in
9893 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9894 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'` ;;
9895 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9896 if ${ac_cv_lib_soname_Xi:+false} :; then :
9897 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9898 fi ;;
9899 esac
9901 rm -f core conftest.err conftest.$ac_objext \
9902 conftest$ac_exeext conftest.$ac_ext
9903 LIBS=$ac_check_soname_save_LIBS
9905 if ${ac_cv_lib_soname_Xi:+false} :; then :
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9907 $as_echo "not found" >&6; }
9909 else
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9911 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9913 cat >>confdefs.h <<_ACEOF
9914 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9915 _ACEOF
9920 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9921 case "x$with_xinput" in
9922 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9923 xno) ;;
9924 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9925 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9926 esac
9929 if test "x$ac_cv_lib_soname_Xi" != x
9930 then
9931 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9932 case "x$with_xinput2" in
9933 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9934 xno) ;;
9935 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
9936 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9937 esac
9941 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9942 then
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9944 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9945 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
9946 $as_echo_n "(cached) " >&6
9947 else
9948 ac_check_lib_save_LIBS=$LIBS
9949 LIBS="-lXext $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 XShmQueryExtension ();
9961 main ()
9963 return XShmQueryExtension ();
9965 return 0;
9967 _ACEOF
9968 if ac_fn_c_try_link "$LINENO"; then :
9969 ac_cv_lib_Xext_XShmQueryExtension=yes
9970 else
9971 ac_cv_lib_Xext_XShmQueryExtension=no
9973 rm -f core conftest.err conftest.$ac_objext \
9974 conftest$ac_exeext conftest.$ac_ext
9975 LIBS=$ac_check_lib_save_LIBS
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9978 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9979 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
9981 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9986 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9987 case "x$with_xshm" in
9988 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9989 xno) ;;
9990 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9991 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9992 esac
9995 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9996 then
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9998 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9999 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10000 $as_echo_n "(cached) " >&6
10001 else
10002 ac_check_lib_save_LIBS=$LIBS
10003 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10005 /* end confdefs.h. */
10007 /* Override any GCC internal prototype to avoid an error.
10008 Use char because int might match the return type of a GCC
10009 builtin and then its argument prototype would still apply. */
10010 #ifdef __cplusplus
10011 extern "C"
10012 #endif
10013 char XShapeQueryExtension ();
10015 main ()
10017 return XShapeQueryExtension ();
10019 return 0;
10021 _ACEOF
10022 if ac_fn_c_try_link "$LINENO"; then :
10023 ac_cv_lib_Xext_XShapeQueryExtension=yes
10024 else
10025 ac_cv_lib_Xext_XShapeQueryExtension=no
10027 rm -f core conftest.err conftest.$ac_objext \
10028 conftest$ac_exeext conftest.$ac_ext
10029 LIBS=$ac_check_lib_save_LIBS
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10032 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10033 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10035 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10040 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10041 case "x$with_xshape" in
10042 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10043 xno) ;;
10044 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10045 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10046 esac
10049 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10050 then
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10052 $as_echo_n "checking for -lXxf86vm... " >&6; }
10053 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10054 $as_echo_n "(cached) " >&6
10055 else
10056 ac_check_soname_save_LIBS=$LIBS
10057 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10059 /* end confdefs.h. */
10061 /* Override any GCC internal prototype to avoid an error.
10062 Use char because int might match the return type of a GCC
10063 builtin and then its argument prototype would still apply. */
10064 #ifdef __cplusplus
10065 extern "C"
10066 #endif
10067 char XF86VidModeQueryExtension ();
10069 main ()
10071 return XF86VidModeQueryExtension ();
10073 return 0;
10075 _ACEOF
10076 if ac_fn_c_try_link "$LINENO"; then :
10077 case "$LIBEXT" in
10078 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10079 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'` ;;
10080 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10081 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10082 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10083 fi ;;
10084 esac
10086 rm -f core conftest.err conftest.$ac_objext \
10087 conftest$ac_exeext conftest.$ac_ext
10088 LIBS=$ac_check_soname_save_LIBS
10090 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10092 $as_echo "not found" >&6; }
10094 else
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10096 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10098 cat >>confdefs.h <<_ACEOF
10099 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10100 _ACEOF
10105 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10106 case "x$with_xxf86vm" in
10107 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10108 xno) ;;
10109 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10110 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10111 esac
10114 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10115 then
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10117 $as_echo_n "checking for -lXrender... " >&6; }
10118 if ${ac_cv_lib_soname_Xrender+:} false; then :
10119 $as_echo_n "(cached) " >&6
10120 else
10121 ac_check_soname_save_LIBS=$LIBS
10122 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10124 /* end confdefs.h. */
10126 /* Override any GCC internal prototype to avoid an error.
10127 Use char because int might match the return type of a GCC
10128 builtin and then its argument prototype would still apply. */
10129 #ifdef __cplusplus
10130 extern "C"
10131 #endif
10132 char XRenderQueryExtension ();
10134 main ()
10136 return XRenderQueryExtension ();
10138 return 0;
10140 _ACEOF
10141 if ac_fn_c_try_link "$LINENO"; then :
10142 case "$LIBEXT" in
10143 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10144 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'` ;;
10145 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10146 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10147 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10148 fi ;;
10149 esac
10151 rm -f core conftest.err conftest.$ac_objext \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_soname_save_LIBS
10155 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10157 $as_echo "not found" >&6; }
10159 else
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10161 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10163 cat >>confdefs.h <<_ACEOF
10164 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10165 _ACEOF
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10168 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10169 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10170 $as_echo_n "(cached) " >&6
10171 else
10172 ac_check_lib_save_LIBS=$LIBS
10173 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10175 /* end confdefs.h. */
10177 /* Override any GCC internal prototype to avoid an error.
10178 Use char because int might match the return type of a GCC
10179 builtin and then its argument prototype would still apply. */
10180 #ifdef __cplusplus
10181 extern "C"
10182 #endif
10183 char XRenderSetPictureTransform ();
10185 main ()
10187 return XRenderSetPictureTransform ();
10189 return 0;
10191 _ACEOF
10192 if ac_fn_c_try_link "$LINENO"; then :
10193 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10194 else
10195 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10197 rm -f core conftest.err conftest.$ac_objext \
10198 conftest$ac_exeext conftest.$ac_ext
10199 LIBS=$ac_check_lib_save_LIBS
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10202 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10203 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10205 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10210 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10211 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10212 $as_echo_n "(cached) " >&6
10213 else
10214 ac_check_lib_save_LIBS=$LIBS
10215 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10217 /* end confdefs.h. */
10219 /* Override any GCC internal prototype to avoid an error.
10220 Use char because int might match the return type of a GCC
10221 builtin and then its argument prototype would still apply. */
10222 #ifdef __cplusplus
10223 extern "C"
10224 #endif
10225 char XRenderCreateLinearGradient ();
10227 main ()
10229 return XRenderCreateLinearGradient ();
10231 return 0;
10233 _ACEOF
10234 if ac_fn_c_try_link "$LINENO"; then :
10235 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10236 else
10237 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10239 rm -f core conftest.err conftest.$ac_objext \
10240 conftest$ac_exeext conftest.$ac_ext
10241 LIBS=$ac_check_lib_save_LIBS
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10244 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10245 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10247 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10254 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10255 case "x$with_xrender" in
10256 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10257 xno) ;;
10258 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10259 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10260 esac
10263 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10264 then
10265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10266 /* end confdefs.h. */
10267 #include <X11/Xlib.h>
10268 #include <X11/extensions/Xrandr.h>
10270 main ()
10272 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10274 return 0;
10276 _ACEOF
10277 if ac_fn_c_try_compile "$LINENO"; then :
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10279 $as_echo_n "checking for -lXrandr... " >&6; }
10280 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10281 $as_echo_n "(cached) " >&6
10282 else
10283 ac_check_soname_save_LIBS=$LIBS
10284 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10286 /* end confdefs.h. */
10288 /* Override any GCC internal prototype to avoid an error.
10289 Use char because int might match the return type of a GCC
10290 builtin and then its argument prototype would still apply. */
10291 #ifdef __cplusplus
10292 extern "C"
10293 #endif
10294 char XRRQueryExtension ();
10296 main ()
10298 return XRRQueryExtension ();
10300 return 0;
10302 _ACEOF
10303 if ac_fn_c_try_link "$LINENO"; then :
10304 case "$LIBEXT" in
10305 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10306 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'` ;;
10307 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10308 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10309 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10310 fi ;;
10311 esac
10313 rm -f core conftest.err conftest.$ac_objext \
10314 conftest$ac_exeext conftest.$ac_ext
10315 LIBS=$ac_check_soname_save_LIBS
10317 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10319 $as_echo "not found" >&6; }
10321 else
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10323 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10325 cat >>confdefs.h <<_ACEOF
10326 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10327 _ACEOF
10329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10330 /* end confdefs.h. */
10331 #include <X11/Xlib.h>
10332 #include <X11/extensions/Xrandr.h>
10334 main ()
10336 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10338 return 0;
10340 _ACEOF
10341 if ac_fn_c_try_compile "$LINENO"; then :
10343 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10351 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10352 case "x$with_xrandr" in
10353 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10354 xno) ;;
10355 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10356 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10357 esac
10360 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10361 then
10362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10363 /* end confdefs.h. */
10364 #include <X11/Xlib.h>
10365 #include <X11/extensions/Xinerama.h>
10367 main ()
10369 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10371 return 0;
10373 _ACEOF
10374 if ac_fn_c_try_compile "$LINENO"; then :
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10376 $as_echo_n "checking for -lXinerama... " >&6; }
10377 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10378 $as_echo_n "(cached) " >&6
10379 else
10380 ac_check_soname_save_LIBS=$LIBS
10381 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10383 /* end confdefs.h. */
10385 /* Override any GCC internal prototype to avoid an error.
10386 Use char because int might match the return type of a GCC
10387 builtin and then its argument prototype would still apply. */
10388 #ifdef __cplusplus
10389 extern "C"
10390 #endif
10391 char XineramaQueryScreens ();
10393 main ()
10395 return XineramaQueryScreens ();
10397 return 0;
10399 _ACEOF
10400 if ac_fn_c_try_link "$LINENO"; then :
10401 case "$LIBEXT" in
10402 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10403 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'` ;;
10404 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10405 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10406 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10407 fi ;;
10408 esac
10410 rm -f core conftest.err conftest.$ac_objext \
10411 conftest$ac_exeext conftest.$ac_ext
10412 LIBS=$ac_check_soname_save_LIBS
10414 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10416 $as_echo "not found" >&6; }
10418 else
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10420 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10422 cat >>confdefs.h <<_ACEOF
10423 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10424 _ACEOF
10429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10431 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10432 case "x$with_xinerama" in
10433 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10434 xno) ;;
10435 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10436 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10437 esac
10440 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10443 $as_echo_n "checking for -lXcomposite... " >&6; }
10444 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_soname_save_LIBS=$LIBS
10448 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char XCompositeRedirectWindow ();
10460 main ()
10462 return XCompositeRedirectWindow ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 case "$LIBEXT" in
10469 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10470 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'` ;;
10471 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10472 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10473 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10474 fi ;;
10475 esac
10477 rm -f core conftest.err conftest.$ac_objext \
10478 conftest$ac_exeext conftest.$ac_ext
10479 LIBS=$ac_check_soname_save_LIBS
10481 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10483 $as_echo "not found" >&6; }
10485 else
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10487 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10489 cat >>confdefs.h <<_ACEOF
10490 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10491 _ACEOF
10496 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10497 case "x$with_xcomposite" in
10498 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10499 xno) ;;
10500 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10501 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10502 esac
10505 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10506 #include <X11/Xlib.h>
10507 #endif
10509 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10511 cat >>confdefs.h <<_ACEOF
10512 #define HAVE_XICCALLBACK_CALLBACK 1
10513 _ACEOF
10517 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10518 #include <X11/Xlib.h>
10519 #endif
10521 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10523 cat >>confdefs.h <<_ACEOF
10524 #define HAVE_XEVENT_XCOOKIE 1
10525 _ACEOF
10532 opengl_msg=""
10533 if test "x$with_opengl" != "xno"
10534 then
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10536 $as_echo_n "checking for -lGL... " >&6; }
10537 if ${ac_cv_lib_soname_GL+:} false; then :
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_check_soname_save_LIBS=$LIBS
10541 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10543 /* end confdefs.h. */
10545 /* Override any GCC internal prototype to avoid an error.
10546 Use char because int might match the return type of a GCC
10547 builtin and then its argument prototype would still apply. */
10548 #ifdef __cplusplus
10549 extern "C"
10550 #endif
10551 char glXCreateContext ();
10553 main ()
10555 return glXCreateContext ();
10557 return 0;
10559 _ACEOF
10560 if ac_fn_c_try_link "$LINENO"; then :
10561 case "$LIBEXT" in
10562 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10563 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'` ;;
10564 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10565 if ${ac_cv_lib_soname_GL:+false} :; then :
10566 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10567 fi ;;
10568 esac
10570 rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572 LIBS=$ac_check_soname_save_LIBS
10574 if ${ac_cv_lib_soname_GL:+false} :; then :
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10576 $as_echo "not found" >&6; }
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10578 $as_echo_n "checking for -lGL... " >&6; }
10579 if ${ac_cv_lib_soname_GL+:} false; then :
10580 $as_echo_n "(cached) " >&6
10581 else
10582 ac_check_soname_save_LIBS=$LIBS
10583 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"
10584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10585 /* end confdefs.h. */
10587 /* Override any GCC internal prototype to avoid an error.
10588 Use char because int might match the return type of a GCC
10589 builtin and then its argument prototype would still apply. */
10590 #ifdef __cplusplus
10591 extern "C"
10592 #endif
10593 char glXCreateContext ();
10595 main ()
10597 return glXCreateContext ();
10599 return 0;
10601 _ACEOF
10602 if ac_fn_c_try_link "$LINENO"; then :
10603 case "$LIBEXT" in
10604 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10605 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'` ;;
10606 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10607 if ${ac_cv_lib_soname_GL:+false} :; then :
10608 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10609 fi ;;
10610 esac
10612 rm -f core conftest.err conftest.$ac_objext \
10613 conftest$ac_exeext conftest.$ac_ext
10614 LIBS=$ac_check_soname_save_LIBS
10616 if ${ac_cv_lib_soname_GL:+false} :; then :
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10618 $as_echo "not found" >&6; }
10619 if test -f /usr/X11R6/lib/libGL.a
10620 then
10621 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10622 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10623 else
10624 opengl_msg="No OpenGL library found on this system."
10626 else
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10628 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10630 cat >>confdefs.h <<_ACEOF
10631 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10632 _ACEOF
10634 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"
10636 else
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10638 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10640 cat >>confdefs.h <<_ACEOF
10641 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10642 _ACEOF
10644 OPENGL_LIBS="-lGL"
10646 if test "x$with_glu" != "xno"
10647 then
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10649 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10650 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10651 $as_echo_n "(cached) " >&6
10652 else
10653 ac_check_lib_save_LIBS=$LIBS
10654 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10656 /* end confdefs.h. */
10658 /* Override any GCC internal prototype to avoid an error.
10659 Use char because int might match the return type of a GCC
10660 builtin and then its argument prototype would still apply. */
10661 #ifdef __cplusplus
10662 extern "C"
10663 #endif
10664 char gluLookAt ();
10666 main ()
10668 return gluLookAt ();
10670 return 0;
10672 _ACEOF
10673 if ac_fn_c_try_link "$LINENO"; then :
10674 ac_cv_lib_GLU_gluLookAt=yes
10675 else
10676 ac_cv_lib_GLU_gluLookAt=no
10678 rm -f core conftest.err conftest.$ac_objext \
10679 conftest$ac_exeext conftest.$ac_ext
10680 LIBS=$ac_check_lib_save_LIBS
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10683 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10684 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10688 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10689 case "x$with_glu" in
10690 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10691 xno) ;;
10692 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10693 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10694 esac
10698 if test "x$with_osmesa" != "xno"
10699 then
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10701 $as_echo_n "checking for -lOSMesa... " >&6; }
10702 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10703 $as_echo_n "(cached) " >&6
10704 else
10705 ac_check_soname_save_LIBS=$LIBS
10706 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char glAccum ();
10718 main ()
10720 return glAccum ();
10722 return 0;
10724 _ACEOF
10725 if ac_fn_c_try_link "$LINENO"; then :
10726 case "$LIBEXT" in
10727 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10728 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'` ;;
10729 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10730 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10731 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10732 fi ;;
10733 esac
10735 rm -f core conftest.err conftest.$ac_objext \
10736 conftest$ac_exeext conftest.$ac_ext
10737 LIBS=$ac_check_soname_save_LIBS
10739 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10741 $as_echo "not found" >&6; }
10743 else
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10745 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10747 cat >>confdefs.h <<_ACEOF
10748 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10749 _ACEOF
10753 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10754 case "x$with_osmesa" in
10755 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10756 xno) ;;
10757 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10758 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10759 esac
10763 if test -n "$opengl_msg"; then :
10764 case "x$with_opengl" in
10765 x) as_fn_append wine_warnings "|$opengl_msg
10766 OpenGL and Direct3D won't be supported." ;;
10767 xno) ;;
10768 *) as_fn_error $? "$opengl_msg
10769 OpenGL and Direct3D won't be supported.
10770 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10771 esac
10774 CPPFLAGS="$ac_save_CPPFLAGS"
10775 else
10776 X_CFLAGS=""
10777 X_LIBS=""
10778 enable_winex11_drv=${enable_winex11_drv:-no}
10780 if test "x$X_LIBS" = "x"; then :
10781 case "x$with_x" in
10782 xno) ;;
10783 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10784 without X support, which probably isn't what you want. You will need
10785 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10786 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10787 esac
10790 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10792 if test "$ac_cv_header_CL_cl_h" = "yes"
10793 then
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10795 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10796 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10797 $as_echo_n "(cached) " >&6
10798 else
10799 ac_check_lib_save_LIBS=$LIBS
10800 LIBS="-lOpenCL $LIBS"
10801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10807 #ifdef __cplusplus
10808 extern "C"
10809 #endif
10810 char clGetPlatformInfo ();
10812 main ()
10814 return clGetPlatformInfo ();
10816 return 0;
10818 _ACEOF
10819 if ac_fn_c_try_link "$LINENO"; then :
10820 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10821 else
10822 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10824 rm -f core conftest.err conftest.$ac_objext \
10825 conftest$ac_exeext conftest.$ac_ext
10826 LIBS=$ac_check_lib_save_LIBS
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10829 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10830 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10831 OPENCL_LIBS="-lOpenCL"
10836 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10837 case "x$with_opencl" in
10838 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10839 xno) ;;
10840 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10841 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10842 esac
10844 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
10846 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10847 then
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10849 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10850 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10851 $as_echo_n "(cached) " >&6
10852 else
10853 ac_check_lib_save_LIBS=$LIBS
10854 LIBS="-lpcap $LIBS"
10855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10856 /* end confdefs.h. */
10858 /* Override any GCC internal prototype to avoid an error.
10859 Use char because int might match the return type of a GCC
10860 builtin and then its argument prototype would still apply. */
10861 #ifdef __cplusplus
10862 extern "C"
10863 #endif
10864 char pcap_create ();
10866 main ()
10868 return pcap_create ();
10870 return 0;
10872 _ACEOF
10873 if ac_fn_c_try_link "$LINENO"; then :
10874 ac_cv_lib_pcap_pcap_create=yes
10875 else
10876 ac_cv_lib_pcap_pcap_create=no
10878 rm -f core conftest.err conftest.$ac_objext \
10879 conftest$ac_exeext conftest.$ac_ext
10880 LIBS=$ac_check_lib_save_LIBS
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10883 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10884 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10885 LIBPCAP="-lpcap"
10890 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10891 case "x$with_pcap" in
10892 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10893 xno) ;;
10894 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10895 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10896 esac
10898 test "x$ac_cv_lib_pcap_pcap_create" != xyes && enable_wpcap=${enable_wpcap:-no}
10901 if test "x$with_xml" != "xno"
10902 then
10903 if ${XML2_CFLAGS:+false} :; then :
10904 if ${PKG_CONFIG+:} false; then :
10905 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10908 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10909 if ${XML2_LIBS:+false} :; then :
10910 if ${PKG_CONFIG+:} false; then :
10911 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10914 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10915 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
10916 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10917 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10918 ac_save_CPPFLAGS=$CPPFLAGS
10919 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
10920 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
10921 do :
10922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10923 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10924 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10925 cat >>confdefs.h <<_ACEOF
10926 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10927 _ACEOF
10931 done
10933 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"
10934 then
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10936 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10937 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
10938 $as_echo_n "(cached) " >&6
10939 else
10940 ac_check_lib_save_LIBS=$LIBS
10941 LIBS="-lxml2 $XML2_LIBS $LIBS"
10942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10943 /* end confdefs.h. */
10945 /* Override any GCC internal prototype to avoid an error.
10946 Use char because int might match the return type of a GCC
10947 builtin and then its argument prototype would still apply. */
10948 #ifdef __cplusplus
10949 extern "C"
10950 #endif
10951 char xmlParseMemory ();
10953 main ()
10955 return xmlParseMemory ();
10957 return 0;
10959 _ACEOF
10960 if ac_fn_c_try_link "$LINENO"; then :
10961 ac_cv_lib_xml2_xmlParseMemory=yes
10962 else
10963 ac_cv_lib_xml2_xmlParseMemory=no
10965 rm -f core conftest.err conftest.$ac_objext \
10966 conftest$ac_exeext conftest.$ac_ext
10967 LIBS=$ac_check_lib_save_LIBS
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10970 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10971 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
10973 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10975 else
10976 XML2_LIBS=""
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10980 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10981 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
10982 $as_echo_n "(cached) " >&6
10983 else
10984 ac_check_lib_save_LIBS=$LIBS
10985 LIBS="-lxml2 $XML2_LIBS $LIBS"
10986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10987 /* end confdefs.h. */
10989 /* Override any GCC internal prototype to avoid an error.
10990 Use char because int might match the return type of a GCC
10991 builtin and then its argument prototype would still apply. */
10992 #ifdef __cplusplus
10993 extern "C"
10994 #endif
10995 char xmlReadMemory ();
10997 main ()
10999 return xmlReadMemory ();
11001 return 0;
11003 _ACEOF
11004 if ac_fn_c_try_link "$LINENO"; then :
11005 ac_cv_lib_xml2_xmlReadMemory=yes
11006 else
11007 ac_cv_lib_xml2_xmlReadMemory=no
11009 rm -f core conftest.err conftest.$ac_objext \
11010 conftest$ac_exeext conftest.$ac_ext
11011 LIBS=$ac_check_lib_save_LIBS
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11014 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11015 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11017 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11022 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11023 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11024 $as_echo_n "(cached) " >&6
11025 else
11026 ac_check_lib_save_LIBS=$LIBS
11027 LIBS="-lxml2 $XML2_LIBS $LIBS"
11028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11029 /* end confdefs.h. */
11031 /* Override any GCC internal prototype to avoid an error.
11032 Use char because int might match the return type of a GCC
11033 builtin and then its argument prototype would still apply. */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char xmlNewDocPI ();
11039 main ()
11041 return xmlNewDocPI ();
11043 return 0;
11045 _ACEOF
11046 if ac_fn_c_try_link "$LINENO"; then :
11047 ac_cv_lib_xml2_xmlNewDocPI=yes
11048 else
11049 ac_cv_lib_xml2_xmlNewDocPI=no
11051 rm -f core conftest.err conftest.$ac_objext \
11052 conftest$ac_exeext conftest.$ac_ext
11053 LIBS=$ac_check_lib_save_LIBS
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11056 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11057 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11059 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11064 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11065 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11066 $as_echo_n "(cached) " >&6
11067 else
11068 ac_check_lib_save_LIBS=$LIBS
11069 LIBS="-lxml2 $XML2_LIBS $LIBS"
11070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071 /* end confdefs.h. */
11073 /* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char xmlSchemaSetParserStructuredErrors ();
11081 main ()
11083 return xmlSchemaSetParserStructuredErrors ();
11085 return 0;
11087 _ACEOF
11088 if ac_fn_c_try_link "$LINENO"; then :
11089 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11090 else
11091 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11093 rm -f core conftest.err conftest.$ac_objext \
11094 conftest$ac_exeext conftest.$ac_ext
11095 LIBS=$ac_check_lib_save_LIBS
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11098 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11099 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11101 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11106 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11107 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11108 $as_echo_n "(cached) " >&6
11109 else
11110 ac_check_lib_save_LIBS=$LIBS
11111 LIBS="-lxml2 $XML2_LIBS $LIBS"
11112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11113 /* end confdefs.h. */
11115 /* Override any GCC internal prototype to avoid an error.
11116 Use char because int might match the return type of a GCC
11117 builtin and then its argument prototype would still apply. */
11118 #ifdef __cplusplus
11119 extern "C"
11120 #endif
11121 char xmlSchemaSetValidStructuredErrors ();
11123 main ()
11125 return xmlSchemaSetValidStructuredErrors ();
11127 return 0;
11129 _ACEOF
11130 if ac_fn_c_try_link "$LINENO"; then :
11131 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11132 else
11133 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11135 rm -f core conftest.err conftest.$ac_objext \
11136 conftest$ac_exeext conftest.$ac_ext
11137 LIBS=$ac_check_lib_save_LIBS
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11140 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11141 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11143 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11148 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11149 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11150 $as_echo_n "(cached) " >&6
11151 else
11152 ac_check_lib_save_LIBS=$LIBS
11153 LIBS="-lxml2 $XML2_LIBS $LIBS"
11154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11155 /* end confdefs.h. */
11157 /* Override any GCC internal prototype to avoid an error.
11158 Use char because int might match the return type of a GCC
11159 builtin and then its argument prototype would still apply. */
11160 #ifdef __cplusplus
11161 extern "C"
11162 #endif
11163 char xmlFirstElementChild ();
11165 main ()
11167 return xmlFirstElementChild ();
11169 return 0;
11171 _ACEOF
11172 if ac_fn_c_try_link "$LINENO"; then :
11173 ac_cv_lib_xml2_xmlFirstElementChild=yes
11174 else
11175 ac_cv_lib_xml2_xmlFirstElementChild=no
11177 rm -f core conftest.err conftest.$ac_objext \
11178 conftest$ac_exeext conftest.$ac_ext
11179 LIBS=$ac_check_lib_save_LIBS
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11182 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11183 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11185 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11189 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11191 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11193 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11197 else
11198 XML2_CFLAGS=""
11199 XML2_LIBS=""
11201 CPPFLAGS=$ac_save_CPPFLAGS
11202 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11203 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11206 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11207 case "x$with_xml" in
11208 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11209 xno) ;;
11210 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11211 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11212 esac
11215 if test "x$with_xslt" != "xno"
11216 then
11217 if ${XSLT_CFLAGS:+false} :; then :
11218 if ${PKG_CONFIG+:} false; then :
11219 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11222 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11223 if ${XSLT_LIBS:+false} :; then :
11224 if ${PKG_CONFIG+:} false; then :
11225 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11228 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11229 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11230 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11231 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11232 ac_save_CPPFLAGS=$CPPFLAGS
11233 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11234 for ac_header in libxslt/pattern.h libxslt/transform.h
11235 do :
11236 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11237 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11238 # include <libxslt/pattern.h>
11239 #endif
11241 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11242 cat >>confdefs.h <<_ACEOF
11243 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11244 _ACEOF
11248 done
11250 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11251 then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11253 $as_echo_n "checking for -lxslt... " >&6; }
11254 if ${ac_cv_lib_soname_xslt+:} false; then :
11255 $as_echo_n "(cached) " >&6
11256 else
11257 ac_check_soname_save_LIBS=$LIBS
11258 LIBS="-lxslt $XSLT_LIBS $LIBS"
11259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11265 #ifdef __cplusplus
11266 extern "C"
11267 #endif
11268 char xsltCompilePattern ();
11270 main ()
11272 return xsltCompilePattern ();
11274 return 0;
11276 _ACEOF
11277 if ac_fn_c_try_link "$LINENO"; then :
11278 case "$LIBEXT" in
11279 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11280 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'` ;;
11281 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11282 if ${ac_cv_lib_soname_xslt:+false} :; then :
11283 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11284 fi ;;
11285 esac
11287 rm -f core conftest.err conftest.$ac_objext \
11288 conftest$ac_exeext conftest.$ac_ext
11289 LIBS=$ac_check_soname_save_LIBS
11291 if ${ac_cv_lib_soname_xslt:+false} :; then :
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11293 $as_echo "not found" >&6; }
11295 else
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11297 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11299 cat >>confdefs.h <<_ACEOF
11300 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11301 _ACEOF
11305 else
11306 XSLT_CFLAGS=""
11308 CPPFLAGS=$ac_save_CPPFLAGS
11309 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11310 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11313 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11314 case "x$with_xslt" in
11315 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11316 xno) ;;
11317 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11318 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11319 esac
11322 if test "x$with_dbus" != "xno"
11323 then
11324 if ${DBUS_CFLAGS:+false} :; then :
11325 if ${PKG_CONFIG+:} false; then :
11326 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11330 if ${DBUS_LIBS:+false} :; then :
11331 if ${PKG_CONFIG+:} false; then :
11332 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11337 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11338 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11339 ac_save_CPPFLAGS=$CPPFLAGS
11340 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11341 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11342 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11344 $as_echo_n "checking for -ldbus-1... " >&6; }
11345 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11346 $as_echo_n "(cached) " >&6
11347 else
11348 ac_check_soname_save_LIBS=$LIBS
11349 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11353 /* Override any GCC internal prototype to avoid an error.
11354 Use char because int might match the return type of a GCC
11355 builtin and then its argument prototype would still apply. */
11356 #ifdef __cplusplus
11357 extern "C"
11358 #endif
11359 char dbus_connection_close ();
11361 main ()
11363 return dbus_connection_close ();
11365 return 0;
11367 _ACEOF
11368 if ac_fn_c_try_link "$LINENO"; then :
11369 case "$LIBEXT" in
11370 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11371 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'` ;;
11372 *) 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'`
11373 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11374 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11375 fi ;;
11376 esac
11378 rm -f core conftest.err conftest.$ac_objext \
11379 conftest$ac_exeext conftest.$ac_ext
11380 LIBS=$ac_check_soname_save_LIBS
11382 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11384 $as_echo "not found" >&6; }
11385 DBUS_CFLAGS=""
11386 else
11387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11388 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11390 cat >>confdefs.h <<_ACEOF
11391 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11392 _ACEOF
11396 else
11397 DBUS_CFLAGS=""
11401 CPPFLAGS=$ac_save_CPPFLAGS
11402 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11403 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11406 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11407 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11408 case "x$with_dbus" in
11409 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11410 xno) ;;
11411 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11412 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11413 esac
11416 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11417 then
11418 if ${HAL_CFLAGS:+false} :; then :
11419 if ${PKG_CONFIG+:} false; then :
11420 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11424 if ${HAL_LIBS:+false} :; then :
11425 if ${PKG_CONFIG+:} false; then :
11426 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11430 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11431 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11432 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11433 ac_save_CPPFLAGS=$CPPFLAGS
11434 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11435 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11436 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11438 $as_echo_n "checking for -lhal... " >&6; }
11439 if ${ac_cv_lib_soname_hal+:} false; then :
11440 $as_echo_n "(cached) " >&6
11441 else
11442 ac_check_soname_save_LIBS=$LIBS
11443 LIBS="-lhal $HAL_LIBS $LIBS"
11444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11445 /* end confdefs.h. */
11447 /* Override any GCC internal prototype to avoid an error.
11448 Use char because int might match the return type of a GCC
11449 builtin and then its argument prototype would still apply. */
11450 #ifdef __cplusplus
11451 extern "C"
11452 #endif
11453 char libhal_ctx_new ();
11455 main ()
11457 return libhal_ctx_new ();
11459 return 0;
11461 _ACEOF
11462 if ac_fn_c_try_link "$LINENO"; then :
11463 case "$LIBEXT" in
11464 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11465 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'` ;;
11466 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11467 if ${ac_cv_lib_soname_hal:+false} :; then :
11468 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11469 fi ;;
11470 esac
11472 rm -f core conftest.err conftest.$ac_objext \
11473 conftest$ac_exeext conftest.$ac_ext
11474 LIBS=$ac_check_soname_save_LIBS
11476 if ${ac_cv_lib_soname_hal:+false} :; then :
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11478 $as_echo "not found" >&6; }
11479 HAL_CFLAGS=""
11480 else
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11482 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11484 cat >>confdefs.h <<_ACEOF
11485 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11486 _ACEOF
11490 else
11491 HAL_CFLAGS=""
11495 CPPFLAGS=$ac_save_CPPFLAGS
11496 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11497 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11499 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11500 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11501 case "x$with_hal" in
11502 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11503 xno) ;;
11504 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11505 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11506 esac
11510 if test "x$with_gnutls" != "xno"
11511 then
11512 if ${GNUTLS_CFLAGS:+false} :; then :
11513 if ${PKG_CONFIG+:} false; then :
11514 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11518 if ${GNUTLS_LIBS:+false} :; then :
11519 if ${PKG_CONFIG+:} false; then :
11520 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11525 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11526 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11527 ac_save_CPPFLAGS=$CPPFLAGS
11528 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11529 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11530 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11532 /* end confdefs.h. */
11533 #include <gnutls/gnutls.h>
11534 #include <gnutls/crypto.h>
11536 main ()
11538 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11540 return 0;
11542 _ACEOF
11543 if ac_fn_c_try_compile "$LINENO"; then :
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11545 $as_echo_n "checking for -lgnutls... " >&6; }
11546 if ${ac_cv_lib_soname_gnutls+:} false; then :
11547 $as_echo_n "(cached) " >&6
11548 else
11549 ac_check_soname_save_LIBS=$LIBS
11550 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h. */
11554 /* Override any GCC internal prototype to avoid an error.
11555 Use char because int might match the return type of a GCC
11556 builtin and then its argument prototype would still apply. */
11557 #ifdef __cplusplus
11558 extern "C"
11559 #endif
11560 char gnutls_global_init ();
11562 main ()
11564 return gnutls_global_init ();
11566 return 0;
11568 _ACEOF
11569 if ac_fn_c_try_link "$LINENO"; then :
11570 case "$LIBEXT" in
11571 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11572 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'` ;;
11573 *) 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'`
11574 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11575 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'`
11576 fi ;;
11577 esac
11579 rm -f core conftest.err conftest.$ac_objext \
11580 conftest$ac_exeext conftest.$ac_ext
11581 LIBS=$ac_check_soname_save_LIBS
11583 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11585 $as_echo "not found" >&6; }
11586 GNUTLS_CFLAGS=""
11587 else
11588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11589 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11591 cat >>confdefs.h <<_ACEOF
11592 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11593 _ACEOF
11598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11599 else
11600 GNUTLS_CFLAGS=""
11604 CPPFLAGS=$ac_save_CPPFLAGS
11605 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11606 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11609 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11610 case "x$with_gnutls" in
11611 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11612 xno) ;;
11613 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11614 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11615 esac
11618 CURSES_LIBS=""
11619 if test "$ac_cv_header_ncurses_h" = "yes"
11620 then
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11622 $as_echo_n "checking for -lncurses... " >&6; }
11623 if ${ac_cv_lib_soname_ncurses+:} false; then :
11624 $as_echo_n "(cached) " >&6
11625 else
11626 ac_check_soname_save_LIBS=$LIBS
11627 LIBS="-lncurses $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 waddch ();
11639 main ()
11641 return waddch ();
11643 return 0;
11645 _ACEOF
11646 if ac_fn_c_try_link "$LINENO"; then :
11647 case "$LIBEXT" in
11648 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11649 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'` ;;
11650 *) 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'`
11651 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11652 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{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_ncurses:+false} :; then :
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11662 $as_echo "not found" >&6; }
11664 else
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11666 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11668 cat >>confdefs.h <<_ACEOF
11669 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11670 _ACEOF
11672 CURSES_LIBS="-lncurses"
11674 elif test "$ac_cv_header_curses_h" = "yes"
11675 then
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11677 $as_echo_n "checking for -lcurses... " >&6; }
11678 if ${ac_cv_lib_soname_curses+:} false; then :
11679 $as_echo_n "(cached) " >&6
11680 else
11681 ac_check_soname_save_LIBS=$LIBS
11682 LIBS="-lcurses $LIBS"
11683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11684 /* end confdefs.h. */
11686 /* Override any GCC internal prototype to avoid an error.
11687 Use char because int might match the return type of a GCC
11688 builtin and then its argument prototype would still apply. */
11689 #ifdef __cplusplus
11690 extern "C"
11691 #endif
11692 char waddch ();
11694 main ()
11696 return waddch ();
11698 return 0;
11700 _ACEOF
11701 if ac_fn_c_try_link "$LINENO"; then :
11702 case "$LIBEXT" in
11703 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11704 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'` ;;
11705 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11706 if ${ac_cv_lib_soname_curses:+false} :; then :
11707 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11708 fi ;;
11709 esac
11711 rm -f core conftest.err conftest.$ac_objext \
11712 conftest$ac_exeext conftest.$ac_ext
11713 LIBS=$ac_check_soname_save_LIBS
11715 if ${ac_cv_lib_soname_curses:+false} :; then :
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11717 $as_echo "not found" >&6; }
11719 else
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11721 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11723 cat >>confdefs.h <<_ACEOF
11724 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11725 _ACEOF
11727 CURSES_LIBS="-lcurses"
11730 ac_save_LIBS="$LIBS"
11731 LIBS="$LIBS $CURSES_LIBS"
11732 for ac_func in mousemask
11733 do :
11734 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11735 if test "x$ac_cv_func_mousemask" = xyes; then :
11736 cat >>confdefs.h <<_ACEOF
11737 #define HAVE_MOUSEMASK 1
11738 _ACEOF
11741 done
11743 LIBS="$ac_save_LIBS"
11744 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11745 case "x$with_curses" in
11746 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11747 xno) ;;
11748 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11749 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11750 esac
11753 if test "x$with_sane" != "xno"
11754 then
11755 if ${SANE_CFLAGS:+false} :; then :
11756 if ${PKG_CONFIG+:} false; then :
11757 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11760 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11761 if ${SANE_LIBS:+false} :; then :
11762 if ${PKG_CONFIG+:} false; then :
11763 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11766 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11768 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11769 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11770 ac_save_CPPFLAGS=$CPPFLAGS
11771 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11772 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11773 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11775 $as_echo_n "checking for -lsane... " >&6; }
11776 if ${ac_cv_lib_soname_sane+:} false; then :
11777 $as_echo_n "(cached) " >&6
11778 else
11779 ac_check_soname_save_LIBS=$LIBS
11780 LIBS="-lsane $SANE_LIBS $LIBS"
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11784 /* Override any GCC internal prototype to avoid an error.
11785 Use char because int might match the return type of a GCC
11786 builtin and then its argument prototype would still apply. */
11787 #ifdef __cplusplus
11788 extern "C"
11789 #endif
11790 char sane_init ();
11792 main ()
11794 return sane_init ();
11796 return 0;
11798 _ACEOF
11799 if ac_fn_c_try_link "$LINENO"; then :
11800 case "$LIBEXT" in
11801 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11802 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'` ;;
11803 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11804 if ${ac_cv_lib_soname_sane:+false} :; then :
11805 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11806 fi ;;
11807 esac
11809 rm -f core conftest.err conftest.$ac_objext \
11810 conftest$ac_exeext conftest.$ac_ext
11811 LIBS=$ac_check_soname_save_LIBS
11813 if ${ac_cv_lib_soname_sane:+false} :; then :
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11815 $as_echo "not found" >&6; }
11816 SANE_CFLAGS=""
11817 else
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11819 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11821 cat >>confdefs.h <<_ACEOF
11822 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11823 _ACEOF
11827 else
11828 SANE_CFLAGS=""
11832 CPPFLAGS=$ac_save_CPPFLAGS
11833 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11834 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11837 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11838 case "x$with_sane" in
11839 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11840 xno) ;;
11841 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11842 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11843 esac
11846 if test "x$with_v4l" != "xno"
11847 then
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11849 $as_echo_n "checking for -lv4l1... " >&6; }
11850 if ${ac_cv_lib_soname_v4l1+:} false; then :
11851 $as_echo_n "(cached) " >&6
11852 else
11853 ac_check_soname_save_LIBS=$LIBS
11854 LIBS="-lv4l1 $LIBS"
11855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11856 /* end confdefs.h. */
11858 /* Override any GCC internal prototype to avoid an error.
11859 Use char because int might match the return type of a GCC
11860 builtin and then its argument prototype would still apply. */
11861 #ifdef __cplusplus
11862 extern "C"
11863 #endif
11864 char v4l1_open ();
11866 main ()
11868 return v4l1_open ();
11870 return 0;
11872 _ACEOF
11873 if ac_fn_c_try_link "$LINENO"; then :
11874 case "$LIBEXT" in
11875 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11876 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'` ;;
11877 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11878 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11879 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11880 fi ;;
11881 esac
11883 rm -f core conftest.err conftest.$ac_objext \
11884 conftest$ac_exeext conftest.$ac_ext
11885 LIBS=$ac_check_soname_save_LIBS
11887 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11889 $as_echo "not found" >&6; }
11891 else
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11893 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11895 cat >>confdefs.h <<_ACEOF
11896 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11897 _ACEOF
11902 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11903 case "x$with_v4l" in
11904 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
11905 xno) ;;
11906 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
11907 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11908 esac
11911 if test "x$with_gphoto" != "xno"
11912 then
11913 if ${GPHOTO2_CFLAGS:+false} :; then :
11914 if ${PKG_CONFIG+:} false; then :
11915 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11918 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11919 if ${GPHOTO2_LIBS:+false} :; then :
11920 if ${PKG_CONFIG+:} false; then :
11921 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11924 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11925 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
11926 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11927 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11928 ac_save_CPPFLAGS=$CPPFLAGS
11929 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
11930 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11931 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11933 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11934 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
11935 $as_echo_n "(cached) " >&6
11936 else
11937 ac_check_lib_save_LIBS=$LIBS
11938 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11940 /* end confdefs.h. */
11942 /* Override any GCC internal prototype to avoid an error.
11943 Use char because int might match the return type of a GCC
11944 builtin and then its argument prototype would still apply. */
11945 #ifdef __cplusplus
11946 extern "C"
11947 #endif
11948 char gp_camera_new ();
11950 main ()
11952 return gp_camera_new ();
11954 return 0;
11956 _ACEOF
11957 if ac_fn_c_try_link "$LINENO"; then :
11958 ac_cv_lib_gphoto2_gp_camera_new=yes
11959 else
11960 ac_cv_lib_gphoto2_gp_camera_new=no
11962 rm -f core conftest.err conftest.$ac_objext \
11963 conftest$ac_exeext conftest.$ac_ext
11964 LIBS=$ac_check_lib_save_LIBS
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11967 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11968 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
11970 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11972 else
11973 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11976 else
11977 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
11981 CPPFLAGS=$ac_save_CPPFLAGS
11982 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11983 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11985 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11986 if ${PKG_CONFIG+:} false; then :
11987 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11990 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11991 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11992 if ${PKG_CONFIG+:} false; then :
11993 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11996 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11997 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11998 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11999 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12000 ac_save_CPPFLAGS=$CPPFLAGS
12001 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12002 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12003 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12005 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12006 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12007 $as_echo_n "(cached) " >&6
12008 else
12009 ac_check_lib_save_LIBS=$LIBS
12010 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12012 /* end confdefs.h. */
12014 /* Override any GCC internal prototype to avoid an error.
12015 Use char because int might match the return type of a GCC
12016 builtin and then its argument prototype would still apply. */
12017 #ifdef __cplusplus
12018 extern "C"
12019 #endif
12020 char gp_port_info_list_new ();
12022 main ()
12024 return gp_port_info_list_new ();
12026 return 0;
12028 _ACEOF
12029 if ac_fn_c_try_link "$LINENO"; then :
12030 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12031 else
12032 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12034 rm -f core conftest.err conftest.$ac_objext \
12035 conftest$ac_exeext conftest.$ac_ext
12036 LIBS=$ac_check_lib_save_LIBS
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12039 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12040 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12042 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12044 else
12045 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12048 else
12049 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12053 CPPFLAGS=$ac_save_CPPFLAGS
12054 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12055 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12058 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12059 case "x$with_gphoto" in
12060 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12061 xno) ;;
12062 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12063 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12064 esac
12066 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12067 case "x$with_gphoto" in
12068 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12069 xno) ;;
12070 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12071 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12072 esac
12076 if test "$ac_cv_header_resolv_h" = "yes"
12077 then
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12079 $as_echo_n "checking for resolver library... " >&6; }
12080 if ${ac_cv_have_resolv+:} false; then :
12081 $as_echo_n "(cached) " >&6
12082 else
12083 ac_save_LIBS="$LIBS"
12084 for lib in '' -lresolv
12086 LIBS="$lib $ac_save_LIBS"
12087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12088 /* end confdefs.h. */
12089 #ifdef HAVE_NETINET_IN_H
12090 #include <netinet/in.h>
12091 #endif
12092 #include <resolv.h>
12094 main ()
12096 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12098 return 0;
12100 _ACEOF
12101 if ac_fn_c_try_link "$LINENO"; then :
12102 ac_cv_have_resolv=${lib:-"none required"}
12103 else
12104 ac_cv_have_resolv="not found"
12106 rm -f core conftest.err conftest.$ac_objext \
12107 conftest$ac_exeext conftest.$ac_ext
12108 test "x$ac_cv_have_resolv" = "xnot found" || break
12109 done
12110 LIBS="$ac_save_LIBS"
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12113 $as_echo "$ac_cv_have_resolv" >&6; }
12115 case "$ac_cv_have_resolv" in
12116 "not found") ;;
12117 "none required")
12119 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12122 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12124 RESOLV_LIBS=$ac_cv_have_resolv
12126 esac
12129 if test "x$with_cms" != "xno"
12130 then
12131 if ${LCMS2_CFLAGS:+false} :; then :
12132 if ${PKG_CONFIG+:} false; then :
12133 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12137 if ${LCMS2_LIBS:+false} :; then :
12138 if ${PKG_CONFIG+:} false; then :
12139 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12143 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12144 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12145 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12146 ac_save_CPPFLAGS=$CPPFLAGS
12147 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12148 for ac_header in lcms2.h
12149 do :
12150 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12151 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12152 cat >>confdefs.h <<_ACEOF
12153 #define HAVE_LCMS2_H 1
12154 _ACEOF
12158 done
12160 if test "$ac_cv_header_lcms2_h" = "yes"
12161 then
12162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12163 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12164 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12165 $as_echo_n "(cached) " >&6
12166 else
12167 ac_check_lib_save_LIBS=$LIBS
12168 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12170 /* end confdefs.h. */
12172 /* Override any GCC internal prototype to avoid an error.
12173 Use char because int might match the return type of a GCC
12174 builtin and then its argument prototype would still apply. */
12175 #ifdef __cplusplus
12176 extern "C"
12177 #endif
12178 char cmsOpenProfileFromFile ();
12180 main ()
12182 return cmsOpenProfileFromFile ();
12184 return 0;
12186 _ACEOF
12187 if ac_fn_c_try_link "$LINENO"; then :
12188 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12189 else
12190 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12192 rm -f core conftest.err conftest.$ac_objext \
12193 conftest$ac_exeext conftest.$ac_ext
12194 LIBS=$ac_check_lib_save_LIBS
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12197 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12198 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12200 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12202 else
12203 LCMS2_LIBS=""
12206 else
12207 LCMS2_CFLAGS=""
12208 LCMS2_LIBS=""
12210 CPPFLAGS=$ac_save_CPPFLAGS
12211 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12212 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12215 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12216 case "x$with_cms" in
12217 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12218 xno) ;;
12219 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12220 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12221 esac
12224 if test "x$with_freetype" != "xno"
12225 then
12226 if ${FREETYPE_CFLAGS:+false} :; then :
12227 if ${PKG_CONFIG+:} false; then :
12228 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12231 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12232 if ${FREETYPE_LIBS:+false} :; then :
12233 if ${PKG_CONFIG+:} false; then :
12234 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12237 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12238 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12239 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12240 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12241 ac_save_CPPFLAGS=$CPPFLAGS
12242 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12243 for ac_header in ft2build.h
12244 do :
12245 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12246 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12247 cat >>confdefs.h <<_ACEOF
12248 #define HAVE_FT2BUILD_H 1
12249 _ACEOF
12253 done
12255 if test "$ac_cv_header_ft2build_h" = "yes"
12256 then
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12258 $as_echo_n "checking for -lfreetype... " >&6; }
12259 if ${ac_cv_lib_soname_freetype+:} false; then :
12260 $as_echo_n "(cached) " >&6
12261 else
12262 ac_check_soname_save_LIBS=$LIBS
12263 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12265 /* end confdefs.h. */
12267 /* Override any GCC internal prototype to avoid an error.
12268 Use char because int might match the return type of a GCC
12269 builtin and then its argument prototype would still apply. */
12270 #ifdef __cplusplus
12271 extern "C"
12272 #endif
12273 char FT_Init_FreeType ();
12275 main ()
12277 return FT_Init_FreeType ();
12279 return 0;
12281 _ACEOF
12282 if ac_fn_c_try_link "$LINENO"; then :
12283 case "$LIBEXT" in
12284 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12285 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'` ;;
12286 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12287 if ${ac_cv_lib_soname_freetype:+false} :; then :
12288 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12289 fi ;;
12290 esac
12292 rm -f core conftest.err conftest.$ac_objext \
12293 conftest$ac_exeext conftest.$ac_ext
12294 LIBS=$ac_check_soname_save_LIBS
12296 if ${ac_cv_lib_soname_freetype:+false} :; then :
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12298 $as_echo "not found" >&6; }
12299 FREETYPE_LIBS=""
12300 else
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12302 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12304 cat >>confdefs.h <<_ACEOF
12305 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12306 _ACEOF
12309 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12311 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12312 #include FT_MODULE_H
12314 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12316 cat >>confdefs.h <<_ACEOF
12317 #define HAVE_FT_TRUETYPEENGINETYPE 1
12318 _ACEOF
12324 else
12325 FREETYPE_CFLAGS=""
12326 FREETYPE_LIBS=""
12328 CPPFLAGS=$ac_save_CPPFLAGS
12329 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12330 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12333 if test "x$ac_cv_lib_soname_freetype" = x; then :
12334 case "x$with_freetype" in
12335 xno) ;;
12336 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12337 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12338 esac
12340 test "x$ac_cv_lib_soname_freetype" = x && enable_fonts=${enable_fonts:-no}
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12343 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12344 if ${ac_cv_c_ppdev+:} false; then :
12345 $as_echo_n "(cached) " >&6
12346 else
12347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12348 /* end confdefs.h. */
12349 #ifdef HAVE_SYS_IOCTL_H
12350 # include <sys/ioctl.h>
12351 #endif
12352 #include <linux/ppdev.h>
12354 main ()
12356 ioctl (1,PPCLAIM,0)
12358 return 0;
12360 _ACEOF
12361 if ac_fn_c_try_compile "$LINENO"; then :
12362 ac_cv_c_ppdev="yes"
12363 else
12364 ac_cv_c_ppdev="no"
12366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12369 $as_echo "$ac_cv_c_ppdev" >&6; }
12370 if test "$ac_cv_c_ppdev" = "yes"
12371 then
12373 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12377 ac_wine_check_funcs_save_LIBS="$LIBS"
12378 LIBS="$LIBS $PTHREAD_LIBS"
12379 for ac_func in \
12380 pthread_attr_get_np \
12381 pthread_getattr_np \
12382 pthread_getthreadid_np \
12383 pthread_get_stackaddr_np \
12384 pthread_get_stacksize_np
12385 do :
12386 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12387 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12388 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12389 cat >>confdefs.h <<_ACEOF
12390 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12391 _ACEOF
12394 done
12396 LIBS="$ac_wine_check_funcs_save_LIBS"
12398 if test "$ac_cv_header_zlib_h" = "yes"
12399 then
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12401 $as_echo_n "checking for inflate in -lz... " >&6; }
12402 if ${ac_cv_lib_z_inflate+:} false; then :
12403 $as_echo_n "(cached) " >&6
12404 else
12405 ac_check_lib_save_LIBS=$LIBS
12406 LIBS="-lz $LIBS"
12407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12408 /* end confdefs.h. */
12410 /* Override any GCC internal prototype to avoid an error.
12411 Use char because int might match the return type of a GCC
12412 builtin and then its argument prototype would still apply. */
12413 #ifdef __cplusplus
12414 extern "C"
12415 #endif
12416 char inflate ();
12418 main ()
12420 return inflate ();
12422 return 0;
12424 _ACEOF
12425 if ac_fn_c_try_link "$LINENO"; then :
12426 ac_cv_lib_z_inflate=yes
12427 else
12428 ac_cv_lib_z_inflate=no
12430 rm -f core conftest.err conftest.$ac_objext \
12431 conftest$ac_exeext conftest.$ac_ext
12432 LIBS=$ac_check_lib_save_LIBS
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12435 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12436 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12438 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12440 Z_LIBS="-lz"
12445 if test "x$Z_LIBS" = "x"; then :
12446 case "x$with_zlib" in
12447 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12448 xno) ;;
12449 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12450 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12451 esac
12454 if test "x$enable_tools" != xno
12455 then
12456 if test "$ac_cv_header_gettext_po_h" = "yes"
12457 then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12459 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12460 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12461 $as_echo_n "(cached) " >&6
12462 else
12463 ac_check_lib_save_LIBS=$LIBS
12464 LIBS="-lgettextpo $LIBS"
12465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12466 /* end confdefs.h. */
12468 /* Override any GCC internal prototype to avoid an error.
12469 Use char because int might match the return type of a GCC
12470 builtin and then its argument prototype would still apply. */
12471 #ifdef __cplusplus
12472 extern "C"
12473 #endif
12474 char po_message_msgctxt ();
12476 main ()
12478 return po_message_msgctxt ();
12480 return 0;
12482 _ACEOF
12483 if ac_fn_c_try_link "$LINENO"; then :
12484 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12485 else
12486 ac_cv_lib_gettextpo_po_message_msgctxt=no
12488 rm -f core conftest.err conftest.$ac_objext \
12489 conftest$ac_exeext conftest.$ac_ext
12490 LIBS=$ac_check_lib_save_LIBS
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12493 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12494 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12496 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12498 GETTEXTPO_LIBS="-lgettextpo"
12503 test "x$with_gettextpo" != xyes || if test "x$GETTEXTPO_LIBS" = "x"; then :
12504 case "x$with_gettextpo" in
12505 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12506 xno) ;;
12507 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12508 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12509 esac
12513 if test "x$with_gstreamer" != "xno"
12514 then
12515 if ${GSTREAMER_CFLAGS:+false} :; then :
12516 if ${PKG_CONFIG+:} false; then :
12517 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12521 if ${GSTREAMER_LIBS:+false} :; then :
12522 if ${PKG_CONFIG+:} false; then :
12523 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12528 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12529 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12530 ac_save_CPPFLAGS=$CPPFLAGS
12531 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12532 ac_gst_incl=""
12533 for i in $GSTREAMER_CFLAGS
12535 case "$i" in
12536 -I*) ac_gst_incl="$ac_gst_incl $i";;
12537 esac
12538 done
12539 GSTREAMER_CFLAGS=$ac_gst_incl
12540 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12541 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12542 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
12543 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12544 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12546 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12548 /* end confdefs.h. */
12549 #include <gst/app/gstappsink.h>
12551 main ()
12553 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12555 return 0;
12557 _ACEOF
12558 if ac_fn_c_try_compile "$LINENO"; then :
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12560 $as_echo "yes" >&6; }
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12562 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12563 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
12564 $as_echo_n "(cached) " >&6
12565 else
12566 ac_check_lib_save_LIBS=$LIBS
12567 LIBS="-lgstreamer-0.10 $LIBS"
12568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12569 /* end confdefs.h. */
12571 /* Override any GCC internal prototype to avoid an error.
12572 Use char because int might match the return type of a GCC
12573 builtin and then its argument prototype would still apply. */
12574 #ifdef __cplusplus
12575 extern "C"
12576 #endif
12577 char gst_pad_get_caps_reffed ();
12579 main ()
12581 return gst_pad_get_caps_reffed ();
12583 return 0;
12585 _ACEOF
12586 if ac_fn_c_try_link "$LINENO"; then :
12587 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
12588 else
12589 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
12591 rm -f core conftest.err conftest.$ac_objext \
12592 conftest$ac_exeext conftest.$ac_ext
12593 LIBS=$ac_check_lib_save_LIBS
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12596 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12597 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12599 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12600 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
12601 $as_echo_n "(cached) " >&6
12602 else
12603 ac_check_lib_save_LIBS=$LIBS
12604 LIBS="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12606 /* end confdefs.h. */
12608 /* Override any GCC internal prototype to avoid an error.
12609 Use char because int might match the return type of a GCC
12610 builtin and then its argument prototype would still apply. */
12611 #ifdef __cplusplus
12612 extern "C"
12613 #endif
12614 char gst_app_buffer_new ();
12616 main ()
12618 return gst_app_buffer_new ();
12620 return 0;
12622 _ACEOF
12623 if ac_fn_c_try_link "$LINENO"; then :
12624 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
12625 else
12626 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
12628 rm -f core conftest.err conftest.$ac_objext \
12629 conftest$ac_exeext conftest.$ac_ext
12630 LIBS=$ac_check_lib_save_LIBS
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12633 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12634 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
12640 else
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12642 $as_echo "no" >&6; }
12644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12648 else
12649 GSTREAMER_CFLAGS=""
12653 CPPFLAGS=$ac_save_CPPFLAGS
12654 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12655 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12658 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
12659 case "x$with_gstreamer" in
12660 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12661 xno) ;;
12662 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12663 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12664 esac
12666 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12668 ALSA_LIBS=""
12670 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12671 then
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12673 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12674 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12675 $as_echo_n "(cached) " >&6
12676 else
12677 ac_check_lib_save_LIBS=$LIBS
12678 LIBS="-lasound $LIBS"
12679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12682 /* Override any GCC internal prototype to avoid an error.
12683 Use char because int might match the return type of a GCC
12684 builtin and then its argument prototype would still apply. */
12685 #ifdef __cplusplus
12686 extern "C"
12687 #endif
12688 char snd_pcm_hw_params_get_access_mask ();
12690 main ()
12692 return snd_pcm_hw_params_get_access_mask ();
12694 return 0;
12696 _ACEOF
12697 if ac_fn_c_try_link "$LINENO"; then :
12698 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12699 else
12700 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12702 rm -f core conftest.err conftest.$ac_objext \
12703 conftest$ac_exeext conftest.$ac_ext
12704 LIBS=$ac_check_lib_save_LIBS
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12707 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12708 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12711 #ifdef HAVE_ALSA_ASOUNDLIB_H
12712 #include <alsa/asoundlib.h>
12713 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12714 #include <sys/asoundlib.h>
12715 #endif
12717 main ()
12719 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12721 return 0;
12723 _ACEOF
12724 if ac_fn_c_try_compile "$LINENO"; then :
12725 ALSA_LIBS="-lasound"
12727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12732 if test "x$with_oss" != xno
12733 then
12734 ac_save_CPPFLAGS="$CPPFLAGS"
12735 if test -f /etc/oss.conf
12736 then
12737 . /etc/oss.conf
12739 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12740 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12741 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12742 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12743 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12745 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12747 cat >>confdefs.h <<_ACEOF
12748 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12749 _ACEOF
12751 OSS4_CFLAGS="$ac_oss_incl"
12758 CPPFLAGS="$ac_save_CPPFLAGS"
12759 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12760 then
12761 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12765 if test "x$with_capi" != "xno"
12766 then
12767 if ${CAPI20_CFLAGS:+false} :; then :
12768 if ${PKG_CONFIG+:} false; then :
12769 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12773 if ${CAPI20_LIBS:+false} :; then :
12774 if ${PKG_CONFIG+:} false; then :
12775 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
12780 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12781 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12782 ac_save_CPPFLAGS=$CPPFLAGS
12783 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
12784 for ac_header in capi20.h linux/capi.h
12785 do :
12786 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12787 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12789 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12790 cat >>confdefs.h <<_ACEOF
12791 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12792 _ACEOF
12796 done
12798 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12799 then
12800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12801 $as_echo_n "checking for -lcapi20... " >&6; }
12802 if ${ac_cv_lib_soname_capi20+:} false; then :
12803 $as_echo_n "(cached) " >&6
12804 else
12805 ac_check_soname_save_LIBS=$LIBS
12806 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
12807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12808 /* end confdefs.h. */
12810 /* Override any GCC internal prototype to avoid an error.
12811 Use char because int might match the return type of a GCC
12812 builtin and then its argument prototype would still apply. */
12813 #ifdef __cplusplus
12814 extern "C"
12815 #endif
12816 char capi20_register ();
12818 main ()
12820 return capi20_register ();
12822 return 0;
12824 _ACEOF
12825 if ac_fn_c_try_link "$LINENO"; then :
12826 case "$LIBEXT" in
12827 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12828 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'` ;;
12829 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12830 if ${ac_cv_lib_soname_capi20:+false} :; then :
12831 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12832 fi ;;
12833 esac
12835 rm -f core conftest.err conftest.$ac_objext \
12836 conftest$ac_exeext conftest.$ac_ext
12837 LIBS=$ac_check_soname_save_LIBS
12839 if ${ac_cv_lib_soname_capi20:+false} :; then :
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12841 $as_echo "not found" >&6; }
12843 else
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12845 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12847 cat >>confdefs.h <<_ACEOF
12848 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12849 _ACEOF
12854 CPPFLAGS=$ac_save_CPPFLAGS
12855 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12856 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12859 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12860 case "x$with_capi" in
12861 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12862 xno) ;;
12863 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12864 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12865 esac
12868 CUPS_CFLAGS=""
12870 if test "x$with_cups" != "xno"
12871 then
12872 ac_save_CPPFLAGS="$CPPFLAGS"
12873 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
12874 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
12875 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
12876 for ac_header in cups/cups.h
12877 do :
12878 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12879 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
12880 cat >>confdefs.h <<_ACEOF
12881 #define HAVE_CUPS_CUPS_H 1
12882 _ACEOF
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12884 $as_echo_n "checking for -lcups... " >&6; }
12885 if ${ac_cv_lib_soname_cups+:} false; then :
12886 $as_echo_n "(cached) " >&6
12887 else
12888 ac_check_soname_save_LIBS=$LIBS
12889 LIBS="-lcups $ac_cups_libs $LIBS"
12890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12891 /* end confdefs.h. */
12893 /* Override any GCC internal prototype to avoid an error.
12894 Use char because int might match the return type of a GCC
12895 builtin and then its argument prototype would still apply. */
12896 #ifdef __cplusplus
12897 extern "C"
12898 #endif
12899 char cupsGetDefault ();
12901 main ()
12903 return cupsGetDefault ();
12905 return 0;
12907 _ACEOF
12908 if ac_fn_c_try_link "$LINENO"; then :
12909 case "$LIBEXT" in
12910 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12911 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'` ;;
12912 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12913 if ${ac_cv_lib_soname_cups:+false} :; then :
12914 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12915 fi ;;
12916 esac
12918 rm -f core conftest.err conftest.$ac_objext \
12919 conftest$ac_exeext conftest.$ac_ext
12920 LIBS=$ac_check_soname_save_LIBS
12922 if ${ac_cv_lib_soname_cups:+false} :; then :
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12924 $as_echo "not found" >&6; }
12926 else
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12928 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12930 cat >>confdefs.h <<_ACEOF
12931 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12932 _ACEOF
12934 CUPS_CFLAGS="$ac_cups_cflags"
12938 done
12940 CPPFLAGS="$ac_save_CPPFLAGS"
12942 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12943 case "x$with_cups" in
12944 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12945 xno) ;;
12946 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
12947 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12948 esac
12951 if test "x$with_fontconfig" != "xno"
12952 then
12953 if ${FONTCONFIG_CFLAGS:+false} :; then :
12954 if ${PKG_CONFIG+:} false; then :
12955 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12958 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12959 if ${FONTCONFIG_LIBS:+false} :; then :
12960 if ${PKG_CONFIG+:} false; then :
12961 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12964 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
12966 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12967 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12968 ac_save_CPPFLAGS=$CPPFLAGS
12969 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
12970 for ac_header in fontconfig/fontconfig.h
12971 do :
12972 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12973 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
12974 cat >>confdefs.h <<_ACEOF
12975 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12976 _ACEOF
12980 done
12982 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12983 then
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12985 $as_echo_n "checking for -lfontconfig... " >&6; }
12986 if ${ac_cv_lib_soname_fontconfig+:} false; then :
12987 $as_echo_n "(cached) " >&6
12988 else
12989 ac_check_soname_save_LIBS=$LIBS
12990 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12992 /* end confdefs.h. */
12994 /* Override any GCC internal prototype to avoid an error.
12995 Use char because int might match the return type of a GCC
12996 builtin and then its argument prototype would still apply. */
12997 #ifdef __cplusplus
12998 extern "C"
12999 #endif
13000 char FcInit ();
13002 main ()
13004 return FcInit ();
13006 return 0;
13008 _ACEOF
13009 if ac_fn_c_try_link "$LINENO"; then :
13010 case "$LIBEXT" in
13011 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13012 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'` ;;
13013 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13014 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13015 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13016 fi ;;
13017 esac
13019 rm -f core conftest.err conftest.$ac_objext \
13020 conftest$ac_exeext conftest.$ac_ext
13021 LIBS=$ac_check_soname_save_LIBS
13023 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13025 $as_echo "not found" >&6; }
13026 FONTCONFIG_CFLAGS=""
13027 else
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13029 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13031 cat >>confdefs.h <<_ACEOF
13032 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13033 _ACEOF
13037 else
13038 FONTCONFIG_CFLAGS=""
13040 CPPFLAGS=$ac_save_CPPFLAGS
13041 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13042 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13045 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13046 case "x$with_fontconfig" in
13047 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13048 xno) ;;
13049 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13050 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13051 esac
13054 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13055 then
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13057 $as_echo_n "checking for -lgsm... " >&6; }
13058 if ${ac_cv_lib_soname_gsm+:} false; then :
13059 $as_echo_n "(cached) " >&6
13060 else
13061 ac_check_soname_save_LIBS=$LIBS
13062 LIBS="-lgsm $LIBS"
13063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13064 /* end confdefs.h. */
13066 /* Override any GCC internal prototype to avoid an error.
13067 Use char because int might match the return type of a GCC
13068 builtin and then its argument prototype would still apply. */
13069 #ifdef __cplusplus
13070 extern "C"
13071 #endif
13072 char gsm_create ();
13074 main ()
13076 return gsm_create ();
13078 return 0;
13080 _ACEOF
13081 if ac_fn_c_try_link "$LINENO"; then :
13082 case "$LIBEXT" in
13083 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13084 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'` ;;
13085 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13086 if ${ac_cv_lib_soname_gsm:+false} :; then :
13087 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13088 fi ;;
13089 esac
13091 rm -f core conftest.err conftest.$ac_objext \
13092 conftest$ac_exeext conftest.$ac_ext
13093 LIBS=$ac_check_soname_save_LIBS
13095 if ${ac_cv_lib_soname_gsm:+false} :; then :
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13097 $as_echo "not found" >&6; }
13099 else
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13101 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13103 cat >>confdefs.h <<_ACEOF
13104 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13105 _ACEOF
13110 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13111 case "x$with_gsm" in
13112 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13113 xno) ;;
13114 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13115 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13116 esac
13119 if test "x$with_jpeg" != "xno"
13120 then
13121 if ${JPEG_CFLAGS:+false} :; then :
13122 if ${PKG_CONFIG+:} false; then :
13123 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13127 if ${JPEG_LIBS:+false} :; then :
13128 if ${PKG_CONFIG+:} false; then :
13129 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13134 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13135 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13136 ac_save_CPPFLAGS=$CPPFLAGS
13137 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13138 for ac_header in jpeglib.h
13139 do :
13140 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13141 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13142 cat >>confdefs.h <<_ACEOF
13143 #define HAVE_JPEGLIB_H 1
13144 _ACEOF
13148 done
13150 if test "$ac_cv_header_jpeglib_h" = "yes"
13151 then
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13153 $as_echo_n "checking for -ljpeg... " >&6; }
13154 if ${ac_cv_lib_soname_jpeg+:} false; then :
13155 $as_echo_n "(cached) " >&6
13156 else
13157 ac_check_soname_save_LIBS=$LIBS
13158 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13160 /* end confdefs.h. */
13162 /* Override any GCC internal prototype to avoid an error.
13163 Use char because int might match the return type of a GCC
13164 builtin and then its argument prototype would still apply. */
13165 #ifdef __cplusplus
13166 extern "C"
13167 #endif
13168 char jpeg_start_decompress ();
13170 main ()
13172 return jpeg_start_decompress ();
13174 return 0;
13176 _ACEOF
13177 if ac_fn_c_try_link "$LINENO"; then :
13178 case "$LIBEXT" in
13179 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13180 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'` ;;
13181 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13182 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13183 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13184 fi ;;
13185 esac
13187 rm -f core conftest.err conftest.$ac_objext \
13188 conftest$ac_exeext conftest.$ac_ext
13189 LIBS=$ac_check_soname_save_LIBS
13191 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13193 $as_echo "not found" >&6; }
13194 JPEG_CFLAGS=""
13195 else
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13197 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13199 cat >>confdefs.h <<_ACEOF
13200 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13201 _ACEOF
13205 else
13206 JPEG_CFLAGS=""
13208 CPPFLAGS=$ac_save_CPPFLAGS
13209 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13210 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13213 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13214 case "x$with_jpeg" in
13215 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13216 xno) ;;
13217 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13218 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13219 esac
13222 if test "x$with_png" != "xno"
13223 then
13224 if ${PNG_CFLAGS:+false} :; then :
13225 if ${PKG_CONFIG+:} false; then :
13226 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13229 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13230 if ${PNG_LIBS:+false} :; then :
13231 if ${PKG_CONFIG+:} false; then :
13232 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13235 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13237 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13238 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13239 ac_save_CPPFLAGS=$CPPFLAGS
13240 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13241 for ac_header in png.h
13242 do :
13243 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13244 if test "x$ac_cv_header_png_h" = xyes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_PNG_H 1
13247 _ACEOF
13251 done
13253 if test "$ac_cv_header_png_h" = "yes"
13254 then
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13256 $as_echo_n "checking for -lpng... " >&6; }
13257 if ${ac_cv_lib_soname_png+:} false; then :
13258 $as_echo_n "(cached) " >&6
13259 else
13260 ac_check_soname_save_LIBS=$LIBS
13261 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13263 /* end confdefs.h. */
13265 /* Override any GCC internal prototype to avoid an error.
13266 Use char because int might match the return type of a GCC
13267 builtin and then its argument prototype would still apply. */
13268 #ifdef __cplusplus
13269 extern "C"
13270 #endif
13271 char png_create_read_struct ();
13273 main ()
13275 return png_create_read_struct ();
13277 return 0;
13279 _ACEOF
13280 if ac_fn_c_try_link "$LINENO"; then :
13281 case "$LIBEXT" in
13282 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13283 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'` ;;
13284 *) 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'`
13285 if ${ac_cv_lib_soname_png:+false} :; then :
13286 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13287 fi ;;
13288 esac
13290 rm -f core conftest.err conftest.$ac_objext \
13291 conftest$ac_exeext conftest.$ac_ext
13292 LIBS=$ac_check_soname_save_LIBS
13294 if ${ac_cv_lib_soname_png:+false} :; then :
13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13296 $as_echo "not found" >&6; }
13297 PNG_CFLAGS=""
13298 else
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13300 $as_echo "$ac_cv_lib_soname_png" >&6; }
13302 cat >>confdefs.h <<_ACEOF
13303 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13304 _ACEOF
13306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13307 /* end confdefs.h. */
13308 #include <png.h>
13310 main ()
13312 typeof(png_set_expand_gray_1_2_4_to_8) *p
13314 return 0;
13316 _ACEOF
13317 if ac_fn_c_try_compile "$LINENO"; then :
13319 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13324 else
13325 PNG_CFLAGS=""
13327 CPPFLAGS=$ac_save_CPPFLAGS
13328 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13329 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13332 if test "x$ac_cv_lib_soname_png" = "x"; then :
13333 case "x$with_png" in
13334 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13335 xno) ;;
13336 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13337 This is an error since --with-png was requested." "$LINENO" 5 ;;
13338 esac
13341 if test "x$with_tiff" != "xno"
13342 then
13343 if ${TIFF_CFLAGS:+false} :; then :
13344 if ${PKG_CONFIG+:} false; then :
13345 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13349 if ${TIFF_LIBS:+false} :; then :
13350 if ${PKG_CONFIG+:} false; then :
13351 TIFF_LIBS=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13356 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13357 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13358 ac_save_CPPFLAGS=$CPPFLAGS
13359 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13360 for ac_header in tiffio.h
13361 do :
13362 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13363 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13364 cat >>confdefs.h <<_ACEOF
13365 #define HAVE_TIFFIO_H 1
13366 _ACEOF
13370 done
13372 if test "$ac_cv_header_tiffio_h" = "yes"
13373 then
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13375 $as_echo_n "checking for -ltiff... " >&6; }
13376 if ${ac_cv_lib_soname_tiff+:} false; then :
13377 $as_echo_n "(cached) " >&6
13378 else
13379 ac_check_soname_save_LIBS=$LIBS
13380 LIBS="-ltiff $TIFF_LIBS $LIBS"
13381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13382 /* end confdefs.h. */
13384 /* Override any GCC internal prototype to avoid an error.
13385 Use char because int might match the return type of a GCC
13386 builtin and then its argument prototype would still apply. */
13387 #ifdef __cplusplus
13388 extern "C"
13389 #endif
13390 char TIFFClientOpen ();
13392 main ()
13394 return TIFFClientOpen ();
13396 return 0;
13398 _ACEOF
13399 if ac_fn_c_try_link "$LINENO"; then :
13400 case "$LIBEXT" in
13401 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13402 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'` ;;
13403 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13404 if ${ac_cv_lib_soname_tiff:+false} :; then :
13405 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13406 fi ;;
13407 esac
13409 rm -f core conftest.err conftest.$ac_objext \
13410 conftest$ac_exeext conftest.$ac_ext
13411 LIBS=$ac_check_soname_save_LIBS
13413 if ${ac_cv_lib_soname_tiff:+false} :; then :
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13415 $as_echo "not found" >&6; }
13417 else
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13419 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13421 cat >>confdefs.h <<_ACEOF
13422 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13423 _ACEOF
13428 CPPFLAGS=$ac_save_CPPFLAGS
13429 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13430 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13433 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13434 case "x$with_tiff" in
13435 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13436 xno) ;;
13437 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13438 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13439 esac
13442 if test "x$with_mpg123" != "xno"
13443 then
13444 if ${MPG123_CFLAGS:+false} :; then :
13445 if ${PKG_CONFIG+:} false; then :
13446 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13450 if ${MPG123_LIBS:+false} :; then :
13451 if ${PKG_CONFIG+:} false; then :
13452 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13456 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13457 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13458 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13459 ac_save_CPPFLAGS=$CPPFLAGS
13460 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13461 for ac_header in mpg123.h
13462 do :
13463 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13464 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13465 cat >>confdefs.h <<_ACEOF
13466 #define HAVE_MPG123_H 1
13467 _ACEOF
13471 done
13473 if test "$ac_cv_header_mpg123_h" = "yes"
13474 then
13475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13476 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13477 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13478 $as_echo_n "(cached) " >&6
13479 else
13480 ac_check_lib_save_LIBS=$LIBS
13481 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13483 /* end confdefs.h. */
13485 /* Override any GCC internal prototype to avoid an error.
13486 Use char because int might match the return type of a GCC
13487 builtin and then its argument prototype would still apply. */
13488 #ifdef __cplusplus
13489 extern "C"
13490 #endif
13491 char mpg123_feed ();
13493 main ()
13495 return mpg123_feed ();
13497 return 0;
13499 _ACEOF
13500 if ac_fn_c_try_link "$LINENO"; then :
13501 ac_cv_lib_mpg123_mpg123_feed=yes
13502 else
13503 ac_cv_lib_mpg123_mpg123_feed=no
13505 rm -f core conftest.err conftest.$ac_objext \
13506 conftest$ac_exeext conftest.$ac_ext
13507 LIBS=$ac_check_lib_save_LIBS
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13510 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13511 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13513 else
13514 MPG123_LIBS=""
13517 else
13518 MPG123_CFLAGS=""
13519 MPG123_LIBS=""
13521 CPPFLAGS=$ac_save_CPPFLAGS
13522 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13523 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13526 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13527 case "x$with_mpg123" in
13528 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13529 xno) ;;
13530 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13531 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13532 esac
13534 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}
13536 if test "$ac_cv_header_AL_al_h" = "yes"
13537 then
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13539 $as_echo_n "checking for -lopenal... " >&6; }
13540 if ${ac_cv_lib_soname_openal+:} false; then :
13541 $as_echo_n "(cached) " >&6
13542 else
13543 ac_check_soname_save_LIBS=$LIBS
13544 LIBS="-lopenal $LIBS"
13545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13546 /* end confdefs.h. */
13548 /* Override any GCC internal prototype to avoid an error.
13549 Use char because int might match the return type of a GCC
13550 builtin and then its argument prototype would still apply. */
13551 #ifdef __cplusplus
13552 extern "C"
13553 #endif
13554 char alGetSource3i ();
13556 main ()
13558 return alGetSource3i ();
13560 return 0;
13562 _ACEOF
13563 if ac_fn_c_try_link "$LINENO"; then :
13564 case "$LIBEXT" in
13565 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13566 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'` ;;
13567 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13568 if ${ac_cv_lib_soname_openal:+false} :; then :
13569 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13570 fi ;;
13571 esac
13573 rm -f core conftest.err conftest.$ac_objext \
13574 conftest$ac_exeext conftest.$ac_ext
13575 LIBS=$ac_check_soname_save_LIBS
13577 if ${ac_cv_lib_soname_openal:+false} :; then :
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13579 $as_echo "not found" >&6; }
13581 else
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13583 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13585 cat >>confdefs.h <<_ACEOF
13586 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13587 _ACEOF
13589 OPENAL_LIBS="-lopenal"
13591 ac_cv_lib_openal=yes
13593 cat >>confdefs.h <<_ACEOF
13594 #define HAVE_OPENAL 1
13595 _ACEOF
13599 if test "x$ac_cv_lib_openal" != xyes; then :
13600 case "x$with_openal" in
13601 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13602 xno) ;;
13603 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13604 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13605 esac
13607 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
13609 if test "$ac_cv_header_kstat_h" = "yes"
13610 then
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13612 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13613 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13614 $as_echo_n "(cached) " >&6
13615 else
13616 ac_check_lib_save_LIBS=$LIBS
13617 LIBS="-lkstat $LIBS"
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619 /* end confdefs.h. */
13621 /* Override any GCC internal prototype to avoid an error.
13622 Use char because int might match the return type of a GCC
13623 builtin and then its argument prototype would still apply. */
13624 #ifdef __cplusplus
13625 extern "C"
13626 #endif
13627 char kstat_open ();
13629 main ()
13631 return kstat_open ();
13633 return 0;
13635 _ACEOF
13636 if ac_fn_c_try_link "$LINENO"; then :
13637 ac_cv_lib_kstat_kstat_open=yes
13638 else
13639 ac_cv_lib_kstat_kstat_open=no
13641 rm -f core conftest.err conftest.$ac_objext \
13642 conftest$ac_exeext conftest.$ac_ext
13643 LIBS=$ac_check_lib_save_LIBS
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13646 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13647 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13649 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13651 KSTAT_LIBS="-lkstat"
13657 if test "$ac_cv_header_libprocstat_h" = "yes"
13658 then
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13660 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13661 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
13662 $as_echo_n "(cached) " >&6
13663 else
13664 ac_check_lib_save_LIBS=$LIBS
13665 LIBS="-lprocstat $LIBS"
13666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13667 /* end confdefs.h. */
13669 /* Override any GCC internal prototype to avoid an error.
13670 Use char because int might match the return type of a GCC
13671 builtin and then its argument prototype would still apply. */
13672 #ifdef __cplusplus
13673 extern "C"
13674 #endif
13675 char procstat_open_sysctl ();
13677 main ()
13679 return procstat_open_sysctl ();
13681 return 0;
13683 _ACEOF
13684 if ac_fn_c_try_link "$LINENO"; then :
13685 ac_cv_lib_procstat_procstat_open_sysctl=yes
13686 else
13687 ac_cv_lib_procstat_procstat_open_sysctl=no
13689 rm -f core conftest.err conftest.$ac_objext \
13690 conftest$ac_exeext conftest.$ac_ext
13691 LIBS=$ac_check_lib_save_LIBS
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13694 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13695 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
13697 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13699 PROCSTAT_LIBS="-lprocstat"
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13706 $as_echo_n "checking for -lodbc... " >&6; }
13707 if ${ac_cv_lib_soname_odbc+:} false; then :
13708 $as_echo_n "(cached) " >&6
13709 else
13710 ac_check_soname_save_LIBS=$LIBS
13711 LIBS="-lodbc $LIBS"
13712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13713 /* end confdefs.h. */
13715 /* Override any GCC internal prototype to avoid an error.
13716 Use char because int might match the return type of a GCC
13717 builtin and then its argument prototype would still apply. */
13718 #ifdef __cplusplus
13719 extern "C"
13720 #endif
13721 char SQLConnect ();
13723 main ()
13725 return SQLConnect ();
13727 return 0;
13729 _ACEOF
13730 if ac_fn_c_try_link "$LINENO"; then :
13731 case "$LIBEXT" in
13732 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13733 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'` ;;
13734 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13735 if ${ac_cv_lib_soname_odbc:+false} :; then :
13736 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13737 fi ;;
13738 esac
13740 rm -f core conftest.err conftest.$ac_objext \
13741 conftest$ac_exeext conftest.$ac_ext
13742 LIBS=$ac_check_soname_save_LIBS
13744 if ${ac_cv_lib_soname_odbc:+false} :; then :
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13746 $as_echo "not found" >&6; }
13747 cat >>confdefs.h <<_ACEOF
13748 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13749 _ACEOF
13751 else
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13753 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13755 cat >>confdefs.h <<_ACEOF
13756 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13757 _ACEOF
13762 if test "x$with_netapi" != "xno"
13763 then
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13765 $as_echo_n "checking for -lnetapi... " >&6; }
13766 if ${ac_cv_lib_soname_netapi+:} false; then :
13767 $as_echo_n "(cached) " >&6
13768 else
13769 ac_check_soname_save_LIBS=$LIBS
13770 LIBS="-lnetapi $LIBS"
13771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13772 /* end confdefs.h. */
13774 /* Override any GCC internal prototype to avoid an error.
13775 Use char because int might match the return type of a GCC
13776 builtin and then its argument prototype would still apply. */
13777 #ifdef __cplusplus
13778 extern "C"
13779 #endif
13780 char libnetapi_init ();
13782 main ()
13784 return libnetapi_init ();
13786 return 0;
13788 _ACEOF
13789 if ac_fn_c_try_link "$LINENO"; then :
13790 case "$LIBEXT" in
13791 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13792 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'` ;;
13793 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13794 if ${ac_cv_lib_soname_netapi:+false} :; then :
13795 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13796 fi ;;
13797 esac
13799 rm -f core conftest.err conftest.$ac_objext \
13800 conftest$ac_exeext conftest.$ac_ext
13801 LIBS=$ac_check_soname_save_LIBS
13803 if ${ac_cv_lib_soname_netapi:+false} :; then :
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13805 $as_echo "not found" >&6; }
13806 cat >>confdefs.h <<_ACEOF
13807 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13808 _ACEOF
13810 else
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13812 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13814 cat >>confdefs.h <<_ACEOF
13815 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13816 _ACEOF
13822 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
13823 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
13824 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
13825 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
13827 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13828 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
13829 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13830 then
13831 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
13835 EXTRACFLAGS=""
13837 if test "x${GCC}" = "xyes"
13838 then
13839 EXTRACFLAGS="-Wall -pipe"
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13842 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13843 if ${ac_cv_c_gcc_strength_bug+:} false; then :
13844 $as_echo_n "(cached) " >&6
13845 else
13846 if test "$cross_compiling" = yes; then :
13847 ac_cv_c_gcc_strength_bug="no"
13848 else
13849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13850 /* end confdefs.h. */
13851 int L[4] = {0,1,2,3};
13853 main ()
13855 static int Array[3];
13856 unsigned int B = 3;
13857 int i;
13858 for(i=0; i<B; i++) Array[i] = i - 3;
13859 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13860 L[i] = 4;
13861 return (Array[1] != -2 || L[2] != 3)
13863 return 0;
13865 _ACEOF
13866 if ac_fn_c_try_run "$LINENO"; then :
13867 ac_cv_c_gcc_strength_bug="no"
13868 else
13869 ac_cv_c_gcc_strength_bug="yes"
13871 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13872 conftest.$ac_objext conftest.beam conftest.$ac_ext
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13877 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13878 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13879 then
13880 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13884 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13885 if ${ac_cv_cflags__fno_builtin+:} false; then :
13886 $as_echo_n "(cached) " >&6
13887 else
13888 ac_wine_try_cflags_saved=$CFLAGS
13889 CFLAGS="$CFLAGS -fno-builtin"
13890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13891 /* end confdefs.h. */
13892 int main(int argc, char **argv) { return 0; }
13893 _ACEOF
13894 if ac_fn_c_try_link "$LINENO"; then :
13895 ac_cv_cflags__fno_builtin=yes
13896 else
13897 ac_cv_cflags__fno_builtin=no
13899 rm -f core conftest.err conftest.$ac_objext \
13900 conftest$ac_exeext conftest.$ac_ext
13901 CFLAGS=$ac_wine_try_cflags_saved
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13904 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13905 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
13906 BUILTINFLAG="-fno-builtin"
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13910 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13911 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
13912 $as_echo_n "(cached) " >&6
13913 else
13914 ac_wine_try_cflags_saved=$CFLAGS
13915 CFLAGS="$CFLAGS -fno-strict-aliasing"
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13918 int main(int argc, char **argv) { return 0; }
13919 _ACEOF
13920 if ac_fn_c_try_link "$LINENO"; then :
13921 ac_cv_cflags__fno_strict_aliasing=yes
13922 else
13923 ac_cv_cflags__fno_strict_aliasing=no
13925 rm -f core conftest.err conftest.$ac_objext \
13926 conftest$ac_exeext conftest.$ac_ext
13927 CFLAGS=$ac_wine_try_cflags_saved
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13930 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13931 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
13932 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13934 saved_CFLAGS=$CFLAGS
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13936 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13937 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
13938 $as_echo_n "(cached) " >&6
13939 else
13940 ac_wine_try_cflags_saved=$CFLAGS
13941 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
13942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13943 /* end confdefs.h. */
13944 int main(int argc, char **argv) { return 0; }
13945 _ACEOF
13946 if ac_fn_c_try_link "$LINENO"; then :
13947 ac_cv_cflags__Werror_unknown_warning_option=yes
13948 else
13949 ac_cv_cflags__Werror_unknown_warning_option=no
13951 rm -f core conftest.err conftest.$ac_objext \
13952 conftest$ac_exeext conftest.$ac_ext
13953 CFLAGS=$ac_wine_try_cflags_saved
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13956 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13957 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
13958 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13961 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13962 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
13963 $as_echo_n "(cached) " >&6
13964 else
13965 ac_wine_try_cflags_saved=$CFLAGS
13966 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
13967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13968 /* end confdefs.h. */
13969 int main(int argc, char **argv) { return 0; }
13970 _ACEOF
13971 if ac_fn_c_try_link "$LINENO"; then :
13972 ac_cv_cflags__Wdeclaration_after_statement=yes
13973 else
13974 ac_cv_cflags__Wdeclaration_after_statement=no
13976 rm -f core conftest.err conftest.$ac_objext \
13977 conftest$ac_exeext conftest.$ac_ext
13978 CFLAGS=$ac_wine_try_cflags_saved
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13981 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13982 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
13983 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13986 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13987 if ${ac_cv_cflags__Wempty_body+:} false; then :
13988 $as_echo_n "(cached) " >&6
13989 else
13990 ac_wine_try_cflags_saved=$CFLAGS
13991 CFLAGS="$CFLAGS -Wempty-body"
13992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13993 /* end confdefs.h. */
13994 int main(int argc, char **argv) { return 0; }
13995 _ACEOF
13996 if ac_fn_c_try_link "$LINENO"; then :
13997 ac_cv_cflags__Wempty_body=yes
13998 else
13999 ac_cv_cflags__Wempty_body=no
14001 rm -f core conftest.err conftest.$ac_objext \
14002 conftest$ac_exeext conftest.$ac_ext
14003 CFLAGS=$ac_wine_try_cflags_saved
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14006 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14007 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14008 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14011 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14012 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14013 $as_echo_n "(cached) " >&6
14014 else
14015 ac_wine_try_cflags_saved=$CFLAGS
14016 CFLAGS="$CFLAGS -Wignored-qualifiers"
14017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14018 /* end confdefs.h. */
14019 int main(int argc, char **argv) { return 0; }
14020 _ACEOF
14021 if ac_fn_c_try_link "$LINENO"; then :
14022 ac_cv_cflags__Wignored_qualifiers=yes
14023 else
14024 ac_cv_cflags__Wignored_qualifiers=no
14026 rm -f core conftest.err conftest.$ac_objext \
14027 conftest$ac_exeext conftest.$ac_ext
14028 CFLAGS=$ac_wine_try_cflags_saved
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14031 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14032 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14033 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14036 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14037 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14038 $as_echo_n "(cached) " >&6
14039 else
14040 ac_wine_try_cflags_saved=$CFLAGS
14041 CFLAGS="$CFLAGS -Wstrict-prototypes"
14042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14044 int main(int argc, char **argv) { return 0; }
14045 _ACEOF
14046 if ac_fn_c_try_link "$LINENO"; then :
14047 ac_cv_cflags__Wstrict_prototypes=yes
14048 else
14049 ac_cv_cflags__Wstrict_prototypes=no
14051 rm -f core conftest.err conftest.$ac_objext \
14052 conftest$ac_exeext conftest.$ac_ext
14053 CFLAGS=$ac_wine_try_cflags_saved
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14056 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14057 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14058 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14061 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14062 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14063 $as_echo_n "(cached) " >&6
14064 else
14065 ac_wine_try_cflags_saved=$CFLAGS
14066 CFLAGS="$CFLAGS -Wtype-limits"
14067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14068 /* end confdefs.h. */
14069 int main(int argc, char **argv) { return 0; }
14070 _ACEOF
14071 if ac_fn_c_try_link "$LINENO"; then :
14072 ac_cv_cflags__Wtype_limits=yes
14073 else
14074 ac_cv_cflags__Wtype_limits=no
14076 rm -f core conftest.err conftest.$ac_objext \
14077 conftest$ac_exeext conftest.$ac_ext
14078 CFLAGS=$ac_wine_try_cflags_saved
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14081 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14082 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14083 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14086 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14087 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14088 $as_echo_n "(cached) " >&6
14089 else
14090 ac_wine_try_cflags_saved=$CFLAGS
14091 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14093 /* end confdefs.h. */
14094 int main(int argc, char **argv) { return 0; }
14095 _ACEOF
14096 if ac_fn_c_try_link "$LINENO"; then :
14097 ac_cv_cflags__Wunused_but_set_parameter=yes
14098 else
14099 ac_cv_cflags__Wunused_but_set_parameter=no
14101 rm -f core conftest.err conftest.$ac_objext \
14102 conftest$ac_exeext conftest.$ac_ext
14103 CFLAGS=$ac_wine_try_cflags_saved
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14106 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14107 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14108 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14111 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14112 if ${ac_cv_cflags__Wvla+:} false; then :
14113 $as_echo_n "(cached) " >&6
14114 else
14115 ac_wine_try_cflags_saved=$CFLAGS
14116 CFLAGS="$CFLAGS -Wvla"
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__Wvla=yes
14123 else
14124 ac_cv_cflags__Wvla=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__Wvla" >&5
14131 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14132 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14133 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14136 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14137 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14138 $as_echo_n "(cached) " >&6
14139 else
14140 ac_wine_try_cflags_saved=$CFLAGS
14141 CFLAGS="$CFLAGS -Wwrite-strings"
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__Wwrite_strings=yes
14148 else
14149 ac_cv_cflags__Wwrite_strings=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__Wwrite_strings" >&5
14156 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14157 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14158 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14162 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14163 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14164 $as_echo_n "(cached) " >&6
14165 else
14166 ac_wine_try_cflags_saved=$CFLAGS
14167 CFLAGS="$CFLAGS -Wpointer-arith"
14168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14169 /* end confdefs.h. */
14170 int main(int argc, char **argv) { return 0; }
14171 _ACEOF
14172 if ac_fn_c_try_link "$LINENO"; then :
14173 ac_cv_cflags__Wpointer_arith=yes
14174 else
14175 ac_cv_cflags__Wpointer_arith=no
14177 rm -f core conftest.err conftest.$ac_objext \
14178 conftest$ac_exeext conftest.$ac_ext
14179 CFLAGS=$ac_wine_try_cflags_saved
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14182 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14183 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14184 saved_string_h_CFLAGS=$CFLAGS
14185 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14187 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14188 if ${ac_cv_c_string_h_warnings+:} false; then :
14189 $as_echo_n "(cached) " >&6
14190 else
14191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14192 /* end confdefs.h. */
14193 #include <string.h>
14195 main ()
14199 return 0;
14201 _ACEOF
14202 if ac_fn_c_try_compile "$LINENO"; then :
14203 ac_cv_c_string_h_warnings=no
14204 else
14205 ac_cv_c_string_h_warnings=yes
14207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14210 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14211 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14212 CFLAGS=$saved_string_h_CFLAGS
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14216 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14217 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14218 $as_echo_n "(cached) " >&6
14219 else
14220 ac_wine_try_cflags_saved=$CFLAGS
14221 CFLAGS="$CFLAGS -Wlogical-op"
14222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14223 /* end confdefs.h. */
14224 int main(int argc, char **argv) { return 0; }
14225 _ACEOF
14226 if ac_fn_c_try_link "$LINENO"; then :
14227 ac_cv_cflags__Wlogical_op=yes
14228 else
14229 ac_cv_cflags__Wlogical_op=no
14231 rm -f core conftest.err conftest.$ac_objext \
14232 conftest$ac_exeext conftest.$ac_ext
14233 CFLAGS=$ac_wine_try_cflags_saved
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14236 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14237 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14238 saved_string_h_CFLAGS=$CFLAGS
14239 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14241 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14242 if ${ac_cv_c_logicalop_noisy+:} false; then :
14243 $as_echo_n "(cached) " >&6
14244 else
14245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14246 /* end confdefs.h. */
14247 #include <string.h>
14248 char*f(const char *h,char n) {return strchr(h,n);}
14250 main ()
14254 return 0;
14256 _ACEOF
14257 if ac_fn_c_try_compile "$LINENO"; then :
14258 ac_cv_c_logicalop_noisy=no
14259 else
14260 ac_cv_c_logicalop_noisy=yes
14262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14265 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14266 CFLAGS=$saved_string_h_CFLAGS
14267 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14270 CFLAGS=$saved_CFLAGS
14272 for ac_flag in $CFLAGS; do
14273 case $ac_flag in
14274 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14275 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14276 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14277 $as_echo_n "(cached) " >&6
14278 else
14279 ac_wine_try_cflags_saved=$CFLAGS
14280 CFLAGS="$CFLAGS -gdwarf-2"
14281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 int main(int argc, char **argv) { return 0; }
14284 _ACEOF
14285 if ac_fn_c_try_link "$LINENO"; then :
14286 ac_cv_cflags__gdwarf_2=yes
14287 else
14288 ac_cv_cflags__gdwarf_2=no
14290 rm -f core conftest.err conftest.$ac_objext \
14291 conftest$ac_exeext conftest.$ac_ext
14292 CFLAGS=$ac_wine_try_cflags_saved
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14295 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14296 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14297 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14300 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14301 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14302 $as_echo_n "(cached) " >&6
14303 else
14304 ac_wine_try_cflags_saved=$CFLAGS
14305 CFLAGS="$CFLAGS -gstrict-dwarf"
14306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14307 /* end confdefs.h. */
14308 int main(int argc, char **argv) { return 0; }
14309 _ACEOF
14310 if ac_fn_c_try_link "$LINENO"; then :
14311 ac_cv_cflags__gstrict_dwarf=yes
14312 else
14313 ac_cv_cflags__gstrict_dwarf=no
14315 rm -f core conftest.err conftest.$ac_objext \
14316 conftest$ac_exeext conftest.$ac_ext
14317 CFLAGS=$ac_wine_try_cflags_saved
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14320 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14321 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14322 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14323 fi ;;
14324 esac
14325 done
14327 case $host_cpu in
14328 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14329 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14330 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14331 $as_echo_n "(cached) " >&6
14332 else
14333 ac_wine_try_cflags_saved=$CFLAGS
14334 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14336 /* end confdefs.h. */
14337 int main(int argc, char **argv) { return 0; }
14338 _ACEOF
14339 if ac_fn_c_try_link "$LINENO"; then :
14340 ac_cv_cflags__fno_omit_frame_pointer=yes
14341 else
14342 ac_cv_cflags__fno_omit_frame_pointer=no
14344 rm -f core conftest.err conftest.$ac_objext \
14345 conftest$ac_exeext conftest.$ac_ext
14346 CFLAGS=$ac_wine_try_cflags_saved
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14349 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14350 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14351 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14352 fi ;;
14353 esac
14355 case $host in
14356 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14357 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14358 if ${ac_cv_cflags__Wno_format+:} false; then :
14359 $as_echo_n "(cached) " >&6
14360 else
14361 ac_wine_try_cflags_saved=$CFLAGS
14362 CFLAGS="$CFLAGS -Wno-format"
14363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14364 /* end confdefs.h. */
14365 int main(int argc, char **argv) { return 0; }
14366 _ACEOF
14367 if ac_fn_c_try_link "$LINENO"; then :
14368 ac_cv_cflags__Wno_format=yes
14369 else
14370 ac_cv_cflags__Wno_format=no
14372 rm -f core conftest.err conftest.$ac_objext \
14373 conftest$ac_exeext conftest.$ac_ext
14374 CFLAGS=$ac_wine_try_cflags_saved
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14377 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14378 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14379 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14380 fi ;;
14381 esac
14383 if test "x$enable_maintainer_mode" = "xyes"
14384 then
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14386 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14387 if ${ac_cv_cflags__Werror+:} false; then :
14388 $as_echo_n "(cached) " >&6
14389 else
14390 ac_wine_try_cflags_saved=$CFLAGS
14391 CFLAGS="$CFLAGS -Werror"
14392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14393 /* end confdefs.h. */
14394 int main(int argc, char **argv) { return 0; }
14395 _ACEOF
14396 if ac_fn_c_try_link "$LINENO"; then :
14397 ac_cv_cflags__Werror=yes
14398 else
14399 ac_cv_cflags__Werror=no
14401 rm -f core conftest.err conftest.$ac_objext \
14402 conftest$ac_exeext conftest.$ac_ext
14403 CFLAGS=$ac_wine_try_cflags_saved
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14406 $as_echo "$ac_cv_cflags__Werror" >&6; }
14407 if test "x$ac_cv_cflags__Werror" = xyes; then :
14408 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14412 saved_CFLAGS="$CFLAGS"
14413 CFLAGS="$CFLAGS -Werror"
14414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14415 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14416 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14417 $as_echo_n "(cached) " >&6
14418 else
14419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14420 /* end confdefs.h. */
14421 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14423 main ()
14427 return 0;
14429 _ACEOF
14430 if ac_fn_c_try_compile "$LINENO"; then :
14431 ac_cv_have_ms_hook_prologue="yes"
14432 else
14433 ac_cv_have_ms_hook_prologue="no"
14435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14438 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14439 CFLAGS="$saved_CFLAGS"
14440 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14441 then
14443 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14445 else
14446 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14453 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14454 if ${ac_cv_c_fortify_enabled+:} false; then :
14455 $as_echo_n "(cached) " >&6
14456 else
14457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14458 /* end confdefs.h. */
14459 #include <string.h>
14461 main ()
14463 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14464 #error Fortify enabled
14465 #endif
14467 return 0;
14469 _ACEOF
14470 if ac_fn_c_try_compile "$LINENO"; then :
14471 ac_cv_c_fortify_enabled=no
14472 else
14473 ac_cv_c_fortify_enabled=yes
14475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14478 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14479 if test "$ac_cv_c_fortify_enabled" = yes
14480 then
14481 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14486 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14487 if ${ac_cv_c_extern_prefix+:} false; then :
14488 $as_echo_n "(cached) " >&6
14489 else
14490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14491 /* end confdefs.h. */
14492 extern int ac_test;
14494 main ()
14496 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14498 return 0;
14500 _ACEOF
14501 if ac_fn_c_try_link "$LINENO"; then :
14502 ac_cv_c_extern_prefix="yes"
14503 else
14504 ac_cv_c_extern_prefix="no"
14506 rm -f core conftest.err conftest.$ac_objext \
14507 conftest$ac_exeext conftest.$ac_ext
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14510 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14512 case $host_cpu in
14513 *i[3456789]86*)
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14515 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14516 if ${ac_cv_c_stdcall_suffix+:} false; then :
14517 $as_echo_n "(cached) " >&6
14518 else
14519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14520 /* end confdefs.h. */
14521 #ifndef _MSC_VER
14522 #define __stdcall __attribute__((__stdcall__))
14523 #endif
14524 int __stdcall ac_test(int i) { return i; }
14526 main ()
14528 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14530 return 0;
14532 _ACEOF
14533 if ac_fn_c_try_link "$LINENO"; then :
14534 ac_cv_c_stdcall_suffix="yes"
14535 else
14536 ac_cv_c_stdcall_suffix="no"
14538 rm -f core conftest.err conftest.$ac_objext \
14539 conftest$ac_exeext conftest.$ac_ext
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14542 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14543 *) ac_cv_c_stdcall_suffix="no" ;;
14544 esac
14547 if test "$ac_cv_c_extern_prefix" = "yes"
14548 then
14549 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14551 asm_name_prefix="_"
14552 else
14553 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14555 asm_name_prefix=""
14559 if test "$ac_cv_c_stdcall_suffix" = "yes"
14560 then
14561 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14563 else
14564 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14570 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14571 if ${ac_cv_asm_func_def+:} false; then :
14572 $as_echo_n "(cached) " >&6
14573 else
14574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14575 /* end confdefs.h. */
14578 main ()
14580 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14582 return 0;
14584 _ACEOF
14585 if ac_fn_c_try_link "$LINENO"; then :
14586 ac_cv_asm_func_def=".def"
14587 else
14588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14589 /* end confdefs.h. */
14592 main ()
14594 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14596 return 0;
14598 _ACEOF
14599 if ac_fn_c_try_link "$LINENO"; then :
14600 ac_cv_asm_func_def=".type @function"
14601 else
14602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14603 /* end confdefs.h. */
14606 main ()
14608 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14610 return 0;
14612 _ACEOF
14613 if ac_fn_c_try_link "$LINENO"; then :
14614 ac_cv_asm_func_def=".type 2"
14615 else
14616 ac_cv_asm_func_def="unknown"
14618 rm -f core conftest.err conftest.$ac_objext \
14619 conftest$ac_exeext conftest.$ac_ext
14621 rm -f core conftest.err conftest.$ac_objext \
14622 conftest$ac_exeext conftest.$ac_ext
14624 rm -f core conftest.err conftest.$ac_objext \
14625 conftest$ac_exeext conftest.$ac_ext
14627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14628 $as_echo "$ac_cv_asm_func_def" >&6; }
14631 case "$ac_cv_asm_func_def" in
14632 ".def")
14633 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14635 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14636 ".type @function")
14637 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14639 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
14640 ".type 2")
14641 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14643 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
14645 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14647 asm_func_header="" ;;
14648 esac
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14651 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14652 if ${ac_cv_c_asm_outside_funcs+:} false; then :
14653 $as_echo_n "(cached) " >&6
14654 else
14655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14656 /* end confdefs.h. */
14657 asm(".text\n\t.long 0");
14659 main ()
14663 return 0;
14665 _ACEOF
14666 if ac_fn_c_try_compile "$LINENO"; then :
14667 ac_cv_c_asm_outside_funcs="yes"
14668 else
14669 ac_cv_c_asm_outside_funcs="no"
14671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14674 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14677 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14678 if ${ac_cv_c_dot_previous+:} false; then :
14679 $as_echo_n "(cached) " >&6
14680 else
14681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14682 /* end confdefs.h. */
14685 main ()
14687 asm(".text\nac_test:\t.long 0\n\t.previous");
14689 return 0;
14691 _ACEOF
14692 if ac_fn_c_try_link "$LINENO"; then :
14693 ac_cv_c_dot_previous="yes"
14694 else
14695 ac_cv_c_dot_previous="no"
14697 rm -f core conftest.err conftest.$ac_objext \
14698 conftest$ac_exeext conftest.$ac_ext
14700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14701 $as_echo "$ac_cv_c_dot_previous" >&6; }
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14704 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14705 if ${ac_cv_c_cfi_support+:} false; then :
14706 $as_echo_n "(cached) " >&6
14707 else
14708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14709 /* end confdefs.h. */
14710 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14712 main ()
14716 return 0;
14718 _ACEOF
14719 if ac_fn_c_try_compile "$LINENO"; then :
14720 ac_cv_c_cfi_support="yes"
14721 else
14722 ac_cv_c_cfi_support="no"
14724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14727 $as_echo "$ac_cv_c_cfi_support" >&6; }
14729 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14730 asm_func_trailer=""
14731 if test "$ac_cv_c_dot_previous" = "yes"
14732 then
14733 asm_func_trailer="\\n\\t.previous"
14735 if test "$ac_cv_c_cfi_support" = "yes"
14736 then
14737 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
14738 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
14740 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14742 UNWINDFLAGS=-fasynchronous-unwind-tables
14744 else
14745 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14747 if test "x$enable_win64" = "xyes"
14748 then
14749 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14753 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
14756 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14757 then
14758 cat >>confdefs.h <<_ACEOF
14759 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14760 _ACEOF
14762 else
14763 cat >>confdefs.h <<_ACEOF
14764 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14765 _ACEOF
14769 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14772 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14776 case $build_os in
14777 cygwin*|mingw32*) TOOLSEXT=".exe"
14779 esac
14781 case $host_os in
14782 linux*)
14783 case $host_cpu in
14784 *i[3456789]86*|x86_64*)
14785 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine-preloader"
14786 loader_programs="$loader_programs $wine_binary-preloader"
14787 as_fn_append LOADER_RULES "
14788 $wine_binary-preloader: preloader.o
14789 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14791 install install-lib:: $wine_binary-preloader
14792 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14794 uninstall::
14795 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14797 preloader_EXTRADEFS = $BUILTINFLAG
14798 " ;;
14799 esac
14801 esac
14802 as_fn_append LOADER_RULES "
14803 PROGRAMS = $loader_programs
14807 ac_save_CFLAGS="$CFLAGS"
14808 CFLAGS="$CFLAGS $BUILTINFLAG"
14809 for ac_func in \
14810 __res_get_state \
14811 __res_getservers \
14812 _finite \
14813 _isnan \
14814 _pclose \
14815 _popen \
14816 _snprintf \
14817 _spawnvp \
14818 _strdup \
14819 _stricmp \
14820 _strnicmp \
14821 _strtoi64 \
14822 _strtoui64 \
14823 _vsnprintf \
14824 asctime_r \
14825 chsize \
14826 dlopen \
14827 epoll_create \
14828 ffs \
14829 finitef \
14830 fnmatch \
14831 fork \
14832 fpclass \
14833 fstatfs \
14834 fstatvfs \
14835 ftruncate \
14836 futimens \
14837 futimes \
14838 futimesat \
14839 getattrlist \
14840 getdirentries \
14841 getopt_long_only \
14842 getpwuid \
14843 gettimeofday \
14844 getuid \
14845 if_nameindex \
14846 isnanf \
14847 kqueue \
14848 lstat \
14849 memmove \
14850 mmap \
14851 pclose \
14852 pipe2 \
14853 poll \
14854 popen \
14855 port_create \
14856 prctl \
14857 pread \
14858 proc_pidinfo \
14859 pwrite \
14860 readdir \
14861 readlink \
14862 sched_yield \
14863 select \
14864 setproctitle \
14865 setrlimit \
14866 settimeofday \
14867 sigaltstack \
14868 sigprocmask \
14869 snprintf \
14870 statfs \
14871 statvfs \
14872 strcasecmp \
14873 strdup \
14874 strerror \
14875 strncasecmp \
14876 strtold \
14877 strtoll \
14878 strtoull \
14879 symlink \
14880 tcdrain \
14881 thr_kill2 \
14882 timegm \
14883 usleep \
14884 vsnprintf
14886 do :
14887 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14888 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14889 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14890 cat >>confdefs.h <<_ACEOF
14891 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14892 _ACEOF
14895 done
14897 CFLAGS="$ac_save_CFLAGS"
14899 if test "$ac_cv_func_dlopen" = no
14900 then
14901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14902 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14903 if ${ac_cv_lib_dl_dlopen+:} false; then :
14904 $as_echo_n "(cached) " >&6
14905 else
14906 ac_check_lib_save_LIBS=$LIBS
14907 LIBS="-ldl $LIBS"
14908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14909 /* end confdefs.h. */
14911 /* Override any GCC internal prototype to avoid an error.
14912 Use char because int might match the return type of a GCC
14913 builtin and then its argument prototype would still apply. */
14914 #ifdef __cplusplus
14915 extern "C"
14916 #endif
14917 char dlopen ();
14919 main ()
14921 return dlopen ();
14923 return 0;
14925 _ACEOF
14926 if ac_fn_c_try_link "$LINENO"; then :
14927 ac_cv_lib_dl_dlopen=yes
14928 else
14929 ac_cv_lib_dl_dlopen=no
14931 rm -f core conftest.err conftest.$ac_objext \
14932 conftest$ac_exeext conftest.$ac_ext
14933 LIBS=$ac_check_lib_save_LIBS
14935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14936 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14937 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14938 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14939 DL_LIBS="-ldl"
14944 ac_wine_check_funcs_save_LIBS="$LIBS"
14945 LIBS="$LIBS $DL_LIBS"
14946 for ac_func in dladdr
14947 do :
14948 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
14949 if test "x$ac_cv_func_dladdr" = xyes; then :
14950 cat >>confdefs.h <<_ACEOF
14951 #define HAVE_DLADDR 1
14952 _ACEOF
14955 done
14957 LIBS="$ac_wine_check_funcs_save_LIBS"
14959 if test "$ac_cv_func_poll" = no
14960 then
14961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14962 $as_echo_n "checking for poll in -lpoll... " >&6; }
14963 if ${ac_cv_lib_poll_poll+:} false; then :
14964 $as_echo_n "(cached) " >&6
14965 else
14966 ac_check_lib_save_LIBS=$LIBS
14967 LIBS="-lpoll $LIBS"
14968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14969 /* end confdefs.h. */
14971 /* Override any GCC internal prototype to avoid an error.
14972 Use char because int might match the return type of a GCC
14973 builtin and then its argument prototype would still apply. */
14974 #ifdef __cplusplus
14975 extern "C"
14976 #endif
14977 char poll ();
14979 main ()
14981 return poll ();
14983 return 0;
14985 _ACEOF
14986 if ac_fn_c_try_link "$LINENO"; then :
14987 ac_cv_lib_poll_poll=yes
14988 else
14989 ac_cv_lib_poll_poll=no
14991 rm -f core conftest.err conftest.$ac_objext \
14992 conftest$ac_exeext conftest.$ac_ext
14993 LIBS=$ac_check_lib_save_LIBS
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14996 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14997 if test "x$ac_cv_lib_poll_poll" = xyes; then :
14998 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14999 POLL_LIBS="-lpoll"
15005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15006 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15007 if ${ac_cv_search_gethostbyname+:} false; then :
15008 $as_echo_n "(cached) " >&6
15009 else
15010 ac_func_search_save_LIBS=$LIBS
15011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15012 /* end confdefs.h. */
15014 /* Override any GCC internal prototype to avoid an error.
15015 Use char because int might match the return type of a GCC
15016 builtin and then its argument prototype would still apply. */
15017 #ifdef __cplusplus
15018 extern "C"
15019 #endif
15020 char gethostbyname ();
15022 main ()
15024 return gethostbyname ();
15026 return 0;
15028 _ACEOF
15029 for ac_lib in '' nsl; do
15030 if test -z "$ac_lib"; then
15031 ac_res="none required"
15032 else
15033 ac_res=-l$ac_lib
15034 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15036 if ac_fn_c_try_link "$LINENO"; then :
15037 ac_cv_search_gethostbyname=$ac_res
15039 rm -f core conftest.err conftest.$ac_objext \
15040 conftest$ac_exeext
15041 if ${ac_cv_search_gethostbyname+:} false; then :
15042 break
15044 done
15045 if ${ac_cv_search_gethostbyname+:} false; then :
15047 else
15048 ac_cv_search_gethostbyname=no
15050 rm conftest.$ac_ext
15051 LIBS=$ac_func_search_save_LIBS
15053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15054 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15055 ac_res=$ac_cv_search_gethostbyname
15056 if test "$ac_res" != no; then :
15057 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15063 $as_echo_n "checking for library containing connect... " >&6; }
15064 if ${ac_cv_search_connect+:} false; then :
15065 $as_echo_n "(cached) " >&6
15066 else
15067 ac_func_search_save_LIBS=$LIBS
15068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15069 /* end confdefs.h. */
15071 /* Override any GCC internal prototype to avoid an error.
15072 Use char because int might match the return type of a GCC
15073 builtin and then its argument prototype would still apply. */
15074 #ifdef __cplusplus
15075 extern "C"
15076 #endif
15077 char connect ();
15079 main ()
15081 return connect ();
15083 return 0;
15085 _ACEOF
15086 for ac_lib in '' socket; do
15087 if test -z "$ac_lib"; then
15088 ac_res="none required"
15089 else
15090 ac_res=-l$ac_lib
15091 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15093 if ac_fn_c_try_link "$LINENO"; then :
15094 ac_cv_search_connect=$ac_res
15096 rm -f core conftest.err conftest.$ac_objext \
15097 conftest$ac_exeext
15098 if ${ac_cv_search_connect+:} false; then :
15099 break
15101 done
15102 if ${ac_cv_search_connect+:} false; then :
15104 else
15105 ac_cv_search_connect=no
15107 rm conftest.$ac_ext
15108 LIBS=$ac_func_search_save_LIBS
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15111 $as_echo "$ac_cv_search_connect" >&6; }
15112 ac_res=$ac_cv_search_connect
15113 if test "$ac_res" != no; then :
15114 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15120 $as_echo_n "checking for library containing inet_aton... " >&6; }
15121 if ${ac_cv_search_inet_aton+:} false; then :
15122 $as_echo_n "(cached) " >&6
15123 else
15124 ac_func_search_save_LIBS=$LIBS
15125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15126 /* end confdefs.h. */
15128 /* Override any GCC internal prototype to avoid an error.
15129 Use char because int might match the return type of a GCC
15130 builtin and then its argument prototype would still apply. */
15131 #ifdef __cplusplus
15132 extern "C"
15133 #endif
15134 char inet_aton ();
15136 main ()
15138 return inet_aton ();
15140 return 0;
15142 _ACEOF
15143 for ac_lib in '' resolv; do
15144 if test -z "$ac_lib"; then
15145 ac_res="none required"
15146 else
15147 ac_res=-l$ac_lib
15148 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15150 if ac_fn_c_try_link "$LINENO"; then :
15151 ac_cv_search_inet_aton=$ac_res
15153 rm -f core conftest.err conftest.$ac_objext \
15154 conftest$ac_exeext
15155 if ${ac_cv_search_inet_aton+:} false; then :
15156 break
15158 done
15159 if ${ac_cv_search_inet_aton+:} false; then :
15161 else
15162 ac_cv_search_inet_aton=no
15164 rm conftest.$ac_ext
15165 LIBS=$ac_func_search_save_LIBS
15167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15168 $as_echo "$ac_cv_search_inet_aton" >&6; }
15169 ac_res=$ac_cv_search_inet_aton
15170 if test "$ac_res" != no; then :
15171 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15176 for ac_func in \
15177 getaddrinfo \
15178 getnameinfo \
15179 getnetbyname \
15180 getprotobyname \
15181 getprotobynumber \
15182 getservbyport \
15183 inet_addr \
15184 inet_network \
15185 inet_ntop \
15186 inet_pton \
15187 sendmsg \
15188 socketpair \
15190 do :
15191 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15192 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15193 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15194 cat >>confdefs.h <<_ACEOF
15195 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15196 _ACEOF
15199 done
15202 ac_save_LIBS=$LIBS
15203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15204 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15205 if ${ac_cv_search_clock_gettime+:} false; then :
15206 $as_echo_n "(cached) " >&6
15207 else
15208 ac_func_search_save_LIBS=$LIBS
15209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15210 /* end confdefs.h. */
15212 /* Override any GCC internal prototype to avoid an error.
15213 Use char because int might match the return type of a GCC
15214 builtin and then its argument prototype would still apply. */
15215 #ifdef __cplusplus
15216 extern "C"
15217 #endif
15218 char clock_gettime ();
15220 main ()
15222 return clock_gettime ();
15224 return 0;
15226 _ACEOF
15227 for ac_lib in '' rt; do
15228 if test -z "$ac_lib"; then
15229 ac_res="none required"
15230 else
15231 ac_res=-l$ac_lib
15232 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15234 if ac_fn_c_try_link "$LINENO"; then :
15235 ac_cv_search_clock_gettime=$ac_res
15237 rm -f core conftest.err conftest.$ac_objext \
15238 conftest$ac_exeext
15239 if ${ac_cv_search_clock_gettime+:} false; then :
15240 break
15242 done
15243 if ${ac_cv_search_clock_gettime+:} false; then :
15245 else
15246 ac_cv_search_clock_gettime=no
15248 rm conftest.$ac_ext
15249 LIBS=$ac_func_search_save_LIBS
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15252 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15253 ac_res=$ac_cv_search_clock_gettime
15254 if test "$ac_res" != no; then :
15255 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15257 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15259 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15263 LIBS=$ac_save_LIBS
15265 LDAP_LIBS=""
15267 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15268 then
15269 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15271 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15273 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15274 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15275 $as_echo_n "(cached) " >&6
15276 else
15277 ac_check_lib_save_LIBS=$LIBS
15278 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15280 /* end confdefs.h. */
15282 /* Override any GCC internal prototype to avoid an error.
15283 Use char because int might match the return type of a GCC
15284 builtin and then its argument prototype would still apply. */
15285 #ifdef __cplusplus
15286 extern "C"
15287 #endif
15288 char ldap_initialize ();
15290 main ()
15292 return ldap_initialize ();
15294 return 0;
15296 _ACEOF
15297 if ac_fn_c_try_link "$LINENO"; then :
15298 ac_cv_lib_ldap_r_ldap_initialize=yes
15299 else
15300 ac_cv_lib_ldap_r_ldap_initialize=no
15302 rm -f core conftest.err conftest.$ac_objext \
15303 conftest$ac_exeext conftest.$ac_ext
15304 LIBS=$ac_check_lib_save_LIBS
15306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15307 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15308 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15310 $as_echo_n "checking for ber_init in -llber... " >&6; }
15311 if ${ac_cv_lib_lber_ber_init+:} false; then :
15312 $as_echo_n "(cached) " >&6
15313 else
15314 ac_check_lib_save_LIBS=$LIBS
15315 LIBS="-llber $PTHREAD_LIBS $LIBS"
15316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15317 /* end confdefs.h. */
15319 /* Override any GCC internal prototype to avoid an error.
15320 Use char because int might match the return type of a GCC
15321 builtin and then its argument prototype would still apply. */
15322 #ifdef __cplusplus
15323 extern "C"
15324 #endif
15325 char ber_init ();
15327 main ()
15329 return ber_init ();
15331 return 0;
15333 _ACEOF
15334 if ac_fn_c_try_link "$LINENO"; then :
15335 ac_cv_lib_lber_ber_init=yes
15336 else
15337 ac_cv_lib_lber_ber_init=no
15339 rm -f core conftest.err conftest.$ac_objext \
15340 conftest$ac_exeext conftest.$ac_ext
15341 LIBS=$ac_check_lib_save_LIBS
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15344 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15345 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15347 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15349 LDAP_LIBS="-lldap_r -llber"
15356 ac_wine_check_funcs_save_LIBS="$LIBS"
15357 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15358 for ac_func in \
15359 ldap_count_references \
15360 ldap_first_reference \
15361 ldap_next_reference \
15362 ldap_parse_reference \
15363 ldap_parse_sort_control \
15364 ldap_parse_sortresponse_control \
15365 ldap_parse_vlv_control \
15366 ldap_parse_vlvresponse_control
15367 do :
15368 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15369 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15370 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15371 cat >>confdefs.h <<_ACEOF
15372 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15373 _ACEOF
15376 done
15378 LIBS="$ac_wine_check_funcs_save_LIBS"
15380 if test "x$LDAP_LIBS" = "x"; then :
15381 case "x$with_ldap" in
15382 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15383 xno) ;;
15384 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15385 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15386 esac
15389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15390 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15391 if ${wine_cv_one_arg_mkdir+:} false; then :
15392 $as_echo_n "(cached) " >&6
15393 else
15394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15395 /* end confdefs.h. */
15396 #include <sys/stat.h>
15398 main ()
15400 mkdir("foo");
15402 return 0;
15404 _ACEOF
15405 if ac_fn_c_try_compile "$LINENO"; then :
15406 wine_cv_one_arg_mkdir=yes
15407 else
15408 wine_cv_one_arg_mkdir=no
15410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15413 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15414 if test "$wine_cv_one_arg_mkdir" = "yes"
15415 then
15417 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15422 $as_echo_n "checking for sched_setaffinity... " >&6; }
15423 if ${wine_cv_have_sched_setaffinity+:} false; then :
15424 $as_echo_n "(cached) " >&6
15425 else
15426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15427 /* end confdefs.h. */
15428 #define _GNU_SOURCE
15429 #include <sched.h>
15431 main ()
15433 sched_setaffinity(0, 0, 0);
15435 return 0;
15437 _ACEOF
15438 if ac_fn_c_try_link "$LINENO"; then :
15439 wine_cv_have_sched_setaffinity=yes
15440 else
15441 wine_cv_have_sched_setaffinity=no
15443 rm -f core conftest.err conftest.$ac_objext \
15444 conftest$ac_exeext conftest.$ac_ext
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15447 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15448 if test "$wine_cv_have_sched_setaffinity" = "yes"
15449 then
15451 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15456 $as_echo_n "checking for fallocate... " >&6; }
15457 if ${wine_cv_have_fallocate+:} false; then :
15458 $as_echo_n "(cached) " >&6
15459 else
15460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15461 /* end confdefs.h. */
15462 #define _GNU_SOURCE
15463 #include <fcntl.h>
15465 main ()
15467 fallocate(-1, 0, 0, 0);
15469 return 0;
15471 _ACEOF
15472 if ac_fn_c_try_link "$LINENO"; then :
15473 wine_cv_have_fallocate=yes
15474 else
15475 wine_cv_have_fallocate=no
15477 rm -f core conftest.err conftest.$ac_objext \
15478 conftest$ac_exeext conftest.$ac_ext
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15481 $as_echo "$wine_cv_have_fallocate" >&6; }
15482 if test "$wine_cv_have_fallocate" = "yes"
15483 then
15485 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15491 $as_echo_n "checking for inline... " >&6; }
15492 if ${ac_cv_c_inline+:} false; then :
15493 $as_echo_n "(cached) " >&6
15494 else
15495 ac_cv_c_inline=no
15496 for ac_kw in inline __inline__ __inline; do
15497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15498 /* end confdefs.h. */
15499 #ifndef __cplusplus
15500 typedef int foo_t;
15501 static $ac_kw foo_t static_foo () {return 0; }
15502 $ac_kw foo_t foo () {return 0; }
15503 #endif
15505 _ACEOF
15506 if ac_fn_c_try_compile "$LINENO"; then :
15507 ac_cv_c_inline=$ac_kw
15509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15510 test "$ac_cv_c_inline" != no && break
15511 done
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15515 $as_echo "$ac_cv_c_inline" >&6; }
15517 case $ac_cv_c_inline in
15518 inline | yes) ;;
15520 case $ac_cv_c_inline in
15521 no) ac_val=;;
15522 *) ac_val=$ac_cv_c_inline;;
15523 esac
15524 cat >>confdefs.h <<_ACEOF
15525 #ifndef __cplusplus
15526 #define inline $ac_val
15527 #endif
15528 _ACEOF
15530 esac
15532 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15533 if test "x$ac_cv_type_mode_t" = xyes; then :
15535 cat >>confdefs.h <<_ACEOF
15536 #define HAVE_MODE_T 1
15537 _ACEOF
15541 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15542 if test "x$ac_cv_type_off_t" = xyes; then :
15544 cat >>confdefs.h <<_ACEOF
15545 #define HAVE_OFF_T 1
15546 _ACEOF
15550 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15551 if test "x$ac_cv_type_pid_t" = xyes; then :
15553 cat >>confdefs.h <<_ACEOF
15554 #define HAVE_PID_T 1
15555 _ACEOF
15559 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15560 if test "x$ac_cv_type_size_t" = xyes; then :
15562 cat >>confdefs.h <<_ACEOF
15563 #define HAVE_SIZE_T 1
15564 _ACEOF
15568 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15569 if test "x$ac_cv_type_ssize_t" = xyes; then :
15571 cat >>confdefs.h <<_ACEOF
15572 #define HAVE_SSIZE_T 1
15573 _ACEOF
15577 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15578 if test "x$ac_cv_type_long_long" = xyes; then :
15580 cat >>confdefs.h <<_ACEOF
15581 #define HAVE_LONG_LONG 1
15582 _ACEOF
15586 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15587 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15589 cat >>confdefs.h <<_ACEOF
15590 #define HAVE_FSBLKCNT_T 1
15591 _ACEOF
15595 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15596 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
15598 cat >>confdefs.h <<_ACEOF
15599 #define HAVE_FSFILCNT_T 1
15600 _ACEOF
15605 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15606 #include <signal.h>
15608 if test "x$ac_cv_type_sigset_t" = xyes; then :
15610 cat >>confdefs.h <<_ACEOF
15611 #define HAVE_SIGSET_T 1
15612 _ACEOF
15617 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15619 if test "x$ac_cv_type_request_sense" = xyes; then :
15621 cat >>confdefs.h <<_ACEOF
15622 #define HAVE_REQUEST_SENSE 1
15623 _ACEOF
15629 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15630 #ifdef HAVE_SYS_SOCKET_H
15631 #include <sys/socket.h>
15632 #endif
15633 #ifdef HAVE_SYS_SOCKETVAR_H
15634 #include <sys/socketvar.h>
15635 #endif
15636 #ifdef HAVE_NET_ROUTE_H
15637 #include <net/route.h>
15638 #endif
15639 #ifdef HAVE_NETINET_IN_H
15640 #include <netinet/in.h>
15641 #endif
15642 #ifdef HAVE_NETINET_IN_SYSTM_H
15643 #include <netinet/in_systm.h>
15644 #endif
15645 #ifdef HAVE_NETINET_IP_H
15646 #include <netinet/ip.h>
15647 #endif
15648 #ifdef HAVE_NETINET_IN_PCB_H
15649 #include <netinet/in_pcb.h>
15650 #endif
15652 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
15654 cat >>confdefs.h <<_ACEOF
15655 #define HAVE_STRUCT_XINPGEN 1
15656 _ACEOF
15662 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15663 #include <link.h>
15664 #endif
15665 #ifdef HAVE_SYS_LINK_H
15666 #include <sys/link.h>
15667 #endif
15669 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
15671 cat >>confdefs.h <<_ACEOF
15672 #define HAVE_STRUCT_R_DEBUG 1
15673 _ACEOF
15677 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15678 #include <link.h>
15679 #endif
15680 #ifdef HAVE_SYS_LINK_H
15681 #include <sys/link.h>
15682 #endif
15684 if test "x$ac_cv_type_struct_link_map" = xyes; then :
15686 cat >>confdefs.h <<_ACEOF
15687 #define HAVE_STRUCT_LINK_MAP 1
15688 _ACEOF
15694 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15695 #include <linux/input.h>
15696 #endif
15698 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
15700 cat >>confdefs.h <<_ACEOF
15701 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15702 _ACEOF
15708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15709 $as_echo_n "checking for sigaddset... " >&6; }
15710 if ${wine_cv_have_sigaddset+:} false; then :
15711 $as_echo_n "(cached) " >&6
15712 else
15713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15714 /* end confdefs.h. */
15715 #include <signal.h>
15717 main ()
15719 sigset_t set; sigaddset(&set,SIGTERM);
15721 return 0;
15723 _ACEOF
15724 if ac_fn_c_try_link "$LINENO"; then :
15725 wine_cv_have_sigaddset=yes
15726 else
15727 wine_cv_have_sigaddset=no
15729 rm -f core conftest.err conftest.$ac_objext \
15730 conftest$ac_exeext conftest.$ac_ext
15732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15733 $as_echo "$wine_cv_have_sigaddset" >&6; }
15734 if test "$wine_cv_have_sigaddset" = "yes"
15735 then
15737 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15743 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15744 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
15745 $as_echo_n "(cached) " >&6
15746 else
15747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15748 /* end confdefs.h. */
15749 #include <netdb.h>
15751 main ()
15754 char *name=0;
15755 struct hostent he;
15756 struct hostent *result;
15757 char *buf=0;
15758 int bufsize=0;
15759 int errnr;
15760 char *addr=0;
15761 int addrlen=0;
15762 int addrtype=0;
15763 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15764 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15767 return 0;
15769 _ACEOF
15770 if ac_fn_c_try_link "$LINENO"; then :
15771 wine_cv_linux_gethostbyname_r_6=yes
15772 else
15773 wine_cv_linux_gethostbyname_r_6=no
15776 rm -f core conftest.err conftest.$ac_objext \
15777 conftest$ac_exeext conftest.$ac_ext
15780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15781 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15782 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15783 then
15785 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15789 if test "$ac_cv_header_linux_joystick_h" = "yes"
15790 then
15791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15792 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15793 if ${wine_cv_linux_joystick_22_api+:} false; then :
15794 $as_echo_n "(cached) " >&6
15795 else
15796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15797 /* end confdefs.h. */
15799 #include <sys/ioctl.h>
15800 #include <sys/types.h>
15801 #include <linux/joystick.h>
15803 struct js_event blub;
15804 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15805 #error "no 2.2 header"
15806 #endif
15809 main ()
15811 /*empty*/
15813 return 0;
15815 _ACEOF
15816 if ac_fn_c_try_compile "$LINENO"; then :
15817 wine_cv_linux_joystick_22_api=yes
15818 else
15819 wine_cv_linux_joystick_22_api=no
15821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15825 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15826 if test "$wine_cv_linux_joystick_22_api" = "yes"
15827 then
15829 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15835 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15836 #ifdef HAVE_SYS_PARAM_H
15837 # include <sys/param.h>
15838 #endif
15839 #ifdef HAVE_SYS_MOUNT_H
15840 # include <sys/mount.h>
15841 #endif
15842 #ifdef HAVE_SYS_VFS_H
15843 # include <sys/vfs.h>
15844 #endif
15845 #ifdef HAVE_SYS_STATFS_H
15846 # include <sys/statfs.h>
15847 #endif
15849 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
15851 cat >>confdefs.h <<_ACEOF
15852 #define HAVE_STRUCT_STATFS_F_BFREE 1
15853 _ACEOF
15857 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15858 #ifdef HAVE_SYS_PARAM_H
15859 # include <sys/param.h>
15860 #endif
15861 #ifdef HAVE_SYS_MOUNT_H
15862 # include <sys/mount.h>
15863 #endif
15864 #ifdef HAVE_SYS_VFS_H
15865 # include <sys/vfs.h>
15866 #endif
15867 #ifdef HAVE_SYS_STATFS_H
15868 # include <sys/statfs.h>
15869 #endif
15871 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
15873 cat >>confdefs.h <<_ACEOF
15874 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15875 _ACEOF
15879 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15880 #ifdef HAVE_SYS_PARAM_H
15881 # include <sys/param.h>
15882 #endif
15883 #ifdef HAVE_SYS_MOUNT_H
15884 # include <sys/mount.h>
15885 #endif
15886 #ifdef HAVE_SYS_VFS_H
15887 # include <sys/vfs.h>
15888 #endif
15889 #ifdef HAVE_SYS_STATFS_H
15890 # include <sys/statfs.h>
15891 #endif
15893 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
15895 cat >>confdefs.h <<_ACEOF
15896 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15897 _ACEOF
15901 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15902 #ifdef HAVE_SYS_PARAM_H
15903 # include <sys/param.h>
15904 #endif
15905 #ifdef HAVE_SYS_MOUNT_H
15906 # include <sys/mount.h>
15907 #endif
15908 #ifdef HAVE_SYS_VFS_H
15909 # include <sys/vfs.h>
15910 #endif
15911 #ifdef HAVE_SYS_STATFS_H
15912 # include <sys/statfs.h>
15913 #endif
15915 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
15917 cat >>confdefs.h <<_ACEOF
15918 #define HAVE_STRUCT_STATFS_F_FFREE 1
15919 _ACEOF
15923 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15924 #ifdef HAVE_SYS_PARAM_H
15925 # include <sys/param.h>
15926 #endif
15927 #ifdef HAVE_SYS_MOUNT_H
15928 # include <sys/mount.h>
15929 #endif
15930 #ifdef HAVE_SYS_VFS_H
15931 # include <sys/vfs.h>
15932 #endif
15933 #ifdef HAVE_SYS_STATFS_H
15934 # include <sys/statfs.h>
15935 #endif
15937 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
15939 cat >>confdefs.h <<_ACEOF
15940 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15941 _ACEOF
15945 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15946 #ifdef HAVE_SYS_PARAM_H
15947 # include <sys/param.h>
15948 #endif
15949 #ifdef HAVE_SYS_MOUNT_H
15950 # include <sys/mount.h>
15951 #endif
15952 #ifdef HAVE_SYS_VFS_H
15953 # include <sys/vfs.h>
15954 #endif
15955 #ifdef HAVE_SYS_STATFS_H
15956 # include <sys/statfs.h>
15957 #endif
15959 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
15961 cat >>confdefs.h <<_ACEOF
15962 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15963 _ACEOF
15969 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15970 #include <sys/statvfs.h>
15971 #endif
15973 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
15975 cat >>confdefs.h <<_ACEOF
15976 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15977 _ACEOF
15983 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15984 #include <dirent.h>
15985 #endif
15987 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
15989 cat >>confdefs.h <<_ACEOF
15990 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15991 _ACEOF
15997 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15998 #ifdef HAVE_SYS_SOCKET_H
15999 # include <sys/socket.h>
16000 #endif
16001 #ifdef HAVE_SYS_UN_H
16002 # include <sys/un.h>
16003 #endif
16005 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16007 cat >>confdefs.h <<_ACEOF
16008 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16009 _ACEOF
16013 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16014 #ifdef HAVE_SYS_SOCKET_H
16015 # include <sys/socket.h>
16016 #endif
16017 #ifdef HAVE_SYS_UN_H
16018 # include <sys/un.h>
16019 #endif
16021 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16023 cat >>confdefs.h <<_ACEOF
16024 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16025 _ACEOF
16029 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16030 #ifdef HAVE_SYS_SOCKET_H
16031 # include <sys/socket.h>
16032 #endif
16033 #ifdef HAVE_SYS_UN_H
16034 # include <sys/un.h>
16035 #endif
16037 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16039 cat >>confdefs.h <<_ACEOF
16040 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16041 _ACEOF
16047 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16048 #ifdef HAVE_SCSI_SG_H
16049 #include <scsi/sg.h>
16050 #endif
16052 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16054 cat >>confdefs.h <<_ACEOF
16055 #define HAVE_SCSIREQ_T_CMD 1
16056 _ACEOF
16060 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>
16061 #ifdef HAVE_SCSI_SG_H
16062 #include <scsi/sg.h>
16063 #endif
16065 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16067 cat >>confdefs.h <<_ACEOF
16068 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16069 _ACEOF
16075 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16077 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16079 cat >>confdefs.h <<_ACEOF
16080 #define HAVE_SIGINFO_T_SI_FD 1
16081 _ACEOF
16087 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16088 #ifdef HAVE_SYS_MTIO_H
16089 #include <sys/mtio.h>
16090 #endif
16092 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16094 cat >>confdefs.h <<_ACEOF
16095 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16096 _ACEOF
16100 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16101 #ifdef HAVE_SYS_MTIO_H
16102 #include <sys/mtio.h>
16103 #endif
16105 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16107 cat >>confdefs.h <<_ACEOF
16108 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16109 _ACEOF
16113 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16114 #ifdef HAVE_SYS_MTIO_H
16115 #include <sys/mtio.h>
16116 #endif
16118 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16120 cat >>confdefs.h <<_ACEOF
16121 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16122 _ACEOF
16128 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16129 #include <getopt.h>
16130 #endif
16132 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16134 cat >>confdefs.h <<_ACEOF
16135 #define HAVE_STRUCT_OPTION_NAME 1
16136 _ACEOF
16142 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16143 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16145 cat >>confdefs.h <<_ACEOF
16146 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16147 _ACEOF
16151 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16152 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16154 cat >>confdefs.h <<_ACEOF
16155 #define HAVE_STRUCT_STAT_ST_MTIM 1
16156 _ACEOF
16160 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16161 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16163 cat >>confdefs.h <<_ACEOF
16164 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16165 _ACEOF
16169 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16170 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16172 cat >>confdefs.h <<_ACEOF
16173 #define HAVE_STRUCT_STAT_ST_CTIM 1
16174 _ACEOF
16178 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16179 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16181 cat >>confdefs.h <<_ACEOF
16182 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16183 _ACEOF
16187 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16188 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16190 cat >>confdefs.h <<_ACEOF
16191 #define HAVE_STRUCT_STAT_ST_ATIM 1
16192 _ACEOF
16196 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16197 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16199 cat >>confdefs.h <<_ACEOF
16200 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16201 _ACEOF
16205 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16206 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16208 cat >>confdefs.h <<_ACEOF
16209 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16210 _ACEOF
16214 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16215 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16217 cat >>confdefs.h <<_ACEOF
16218 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16219 _ACEOF
16223 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16224 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16226 cat >>confdefs.h <<_ACEOF
16227 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16228 _ACEOF
16232 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16233 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16235 cat >>confdefs.h <<_ACEOF
16236 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16237 _ACEOF
16241 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16242 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16244 cat >>confdefs.h <<_ACEOF
16245 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16246 _ACEOF
16252 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
16253 #include <sys/types.h>
16254 #endif
16255 #ifdef HAVE_NETINET_IN_H
16256 #include <netinet/in.h>
16257 #endif
16259 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16261 cat >>confdefs.h <<_ACEOF
16262 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16263 _ACEOF
16269 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16270 #include <resolv.h>
16271 #endif
16273 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16275 cat >>confdefs.h <<_ACEOF
16276 #define HAVE_STRUCT___RES_STATE 1
16277 _ACEOF
16283 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
16284 #include <resolv.h>
16285 #endif
16287 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16289 cat >>confdefs.h <<_ACEOF
16290 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16291 _ACEOF
16297 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16298 #include <sys/types.h>
16299 #endif
16300 #ifdef HAVE_NETINET_IN_H
16301 # include <netinet/in.h>
16302 #endif
16303 #ifdef HAVE_ARPA_NAMESER_H
16304 # include <arpa/nameser.h>
16305 #endif
16307 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16309 cat >>confdefs.h <<_ACEOF
16310 #define HAVE_NS_MSG__MSG_PTR 1
16311 _ACEOF
16317 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16318 #include <sys/types.h>
16319 #endif
16320 #ifdef HAVE_NETINET_IP_H
16321 #include <netinet/ip.h>
16322 #endif
16323 #ifdef HAVE_NETINET_IP_ICMP_H
16324 #include <netinet/ip_icmp.h>
16325 #endif
16326 #ifdef HAVE_NETINET_ICMP_VAR_H
16327 #include <netinet/icmp_var.h>
16328 #endif
16330 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16332 cat >>confdefs.h <<_ACEOF
16333 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16334 _ACEOF
16340 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16341 #include <sys/types.h>
16342 #endif
16343 #ifdef HAVE_ALIAS_H
16344 #include <alias.h>
16345 #endif
16346 #ifdef HAVE_SYS_SOCKET_H
16347 #include <sys/socket.h>
16348 #endif
16349 #ifdef HAVE_SYS_SOCKETVAR_H
16350 #include <sys/socketvar.h>
16351 #endif
16352 #ifdef HAVE_SYS_TIMEOUT_H
16353 #include <sys/timeout.h>
16354 #endif
16355 #ifdef HAVE_NETINET_IN_H
16356 #include <netinet/in.h>
16357 #endif
16358 #ifdef HAVE_NETINET_IN_SYSTM_H
16359 #include <netinet/in_systm.h>
16360 #endif
16361 #ifdef HAVE_NETINET_IP_H
16362 #include <netinet/ip.h>
16363 #endif
16364 #ifdef HAVE_NETINET_IP_VAR_H
16365 #include <netinet/ip_var.h>
16366 #endif
16367 #ifdef HAVE_NETINET_IP_ICMP_H
16368 #include <netinet/ip_icmp.h>
16369 #endif
16370 #ifdef HAVE_NETINET_ICMP_VAR_H
16371 #include <netinet/icmp_var.h>
16372 #endif
16374 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16376 cat >>confdefs.h <<_ACEOF
16377 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16378 _ACEOF
16384 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16385 #include <sys/types.h>
16386 #endif
16387 #ifdef HAVE_SYS_SOCKETVAR_H
16388 #include <sys/socketvar.h>
16389 #endif
16390 #ifdef HAVE_NETINET_IN_H
16391 #include <netinet/in.h>
16392 #endif
16393 #ifdef HAVE_NETINET_IP_VAR_H
16394 #include <netinet/ip_var.h>
16395 #endif
16397 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16399 cat >>confdefs.h <<_ACEOF
16400 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16401 _ACEOF
16407 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
16408 #include <netinet/ip_var.h>
16409 #endif
16411 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16413 cat >>confdefs.h <<_ACEOF
16414 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16415 _ACEOF
16421 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16422 #include <sys/types.h>
16423 #endif
16424 #ifdef HAVE_SYS_SOCKETVAR_H
16425 #include <sys/socketvar.h>
16426 #endif
16427 #ifdef HAVE_NETINET_IN_H
16428 #include <netinet/in.h>
16429 #endif
16430 #ifdef HAVE_NETINET_TCP_H
16431 #include <netinet/tcp.h>
16432 #endif
16433 #ifdef HAVE_NETINET_TCP_VAR_H
16434 #include <netinet/tcp_var.h>
16435 #endif
16437 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16439 cat >>confdefs.h <<_ACEOF
16440 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16441 _ACEOF
16447 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
16448 #include <netinet/tcp_var.h>
16449 #endif
16451 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16453 cat >>confdefs.h <<_ACEOF
16454 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16455 _ACEOF
16461 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16462 #include <sys/types.h>
16463 #endif
16464 #ifdef HAVE_NETINET_IN_H
16465 #include <netinet/in.h>
16466 #endif
16467 #ifdef HAVE_NETINET_IP_VAR_H
16468 #include <netinet/ip_var.h>
16469 #endif
16470 #ifdef HAVE_NETINET_UDP_H
16471 #include <netinet/udp.h>
16472 #endif
16473 #ifdef HAVE_NETINET_UDP_VAR_H
16474 #include <netinet/udp_var.h>
16475 #endif
16477 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16479 cat >>confdefs.h <<_ACEOF
16480 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16481 _ACEOF
16487 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16488 #include <sys/types.h>
16489 #endif
16490 #ifdef HAVE_NET_IF_H
16491 # include <net/if.h>
16492 #endif
16494 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16496 cat >>confdefs.h <<_ACEOF
16497 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16498 _ACEOF
16504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16505 $as_echo_n "checking for timezone variable... " >&6; }
16506 if ${ac_cv_have_timezone+:} false; then :
16507 $as_echo_n "(cached) " >&6
16508 else
16509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16510 /* end confdefs.h. */
16511 #include <time.h>
16513 main ()
16515 timezone = 1
16517 return 0;
16519 _ACEOF
16520 if ac_fn_c_try_link "$LINENO"; then :
16521 ac_cv_have_timezone="yes"
16522 else
16523 ac_cv_have_timezone="no"
16525 rm -f core conftest.err conftest.$ac_objext \
16526 conftest$ac_exeext conftest.$ac_ext
16528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16529 $as_echo "$ac_cv_have_timezone" >&6; }
16530 if test "$ac_cv_have_timezone" = "yes"
16531 then
16533 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16537 $as_echo_n "checking for daylight variable... " >&6; }
16538 if ${ac_cv_have_daylight+:} false; then :
16539 $as_echo_n "(cached) " >&6
16540 else
16541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16542 /* end confdefs.h. */
16543 #include <time.h>
16545 main ()
16547 daylight = 1
16549 return 0;
16551 _ACEOF
16552 if ac_fn_c_try_link "$LINENO"; then :
16553 ac_cv_have_daylight="yes"
16554 else
16555 ac_cv_have_daylight="no"
16557 rm -f core conftest.err conftest.$ac_objext \
16558 conftest$ac_exeext conftest.$ac_ext
16560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16561 $as_echo "$ac_cv_have_daylight" >&6; }
16562 if test "$ac_cv_have_daylight" = "yes"
16563 then
16565 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16569 ac_save_LIBS="$LIBS"
16570 LIBS="$LIBS -lm"
16571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16572 $as_echo_n "checking for isfinite... " >&6; }
16573 if ${ac_cv_have_isfinite+:} false; then :
16574 $as_echo_n "(cached) " >&6
16575 else
16576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16577 /* end confdefs.h. */
16578 #define _GNU_SOURCE
16579 #include <math.h>
16581 main ()
16583 float f = 0.0; return isfinite(f)
16585 return 0;
16587 _ACEOF
16588 if ac_fn_c_try_link "$LINENO"; then :
16589 ac_cv_have_isfinite="yes"
16590 else
16591 ac_cv_have_isfinite="no"
16593 rm -f core conftest.err conftest.$ac_objext \
16594 conftest$ac_exeext conftest.$ac_ext
16596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16597 $as_echo "$ac_cv_have_isfinite" >&6; }
16598 if test "$ac_cv_have_isfinite" = "yes"
16599 then
16601 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16606 $as_echo_n "checking for isinf... " >&6; }
16607 if ${ac_cv_have_isinf+:} false; then :
16608 $as_echo_n "(cached) " >&6
16609 else
16610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16611 /* end confdefs.h. */
16612 #include <math.h>
16614 main ()
16616 float f = 0.0; return isinf(f)
16618 return 0;
16620 _ACEOF
16621 if ac_fn_c_try_link "$LINENO"; then :
16622 ac_cv_have_isinf="yes"
16623 else
16624 ac_cv_have_isinf="no"
16626 rm -f core conftest.err conftest.$ac_objext \
16627 conftest$ac_exeext conftest.$ac_ext
16629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16630 $as_echo "$ac_cv_have_isinf" >&6; }
16631 if test "$ac_cv_have_isinf" = "yes"
16632 then
16634 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16639 $as_echo_n "checking for isnan... " >&6; }
16640 if ${ac_cv_have_isnan+:} false; then :
16641 $as_echo_n "(cached) " >&6
16642 else
16643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16644 /* end confdefs.h. */
16645 #include <math.h>
16647 main ()
16649 float f = 0.0; return isnan(f)
16651 return 0;
16653 _ACEOF
16654 if ac_fn_c_try_link "$LINENO"; then :
16655 ac_cv_have_isnan="yes"
16656 else
16657 ac_cv_have_isnan="no"
16659 rm -f core conftest.err conftest.$ac_objext \
16660 conftest$ac_exeext conftest.$ac_ext
16662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16663 $as_echo "$ac_cv_have_isnan" >&6; }
16664 if test "$ac_cv_have_isnan" = "yes"
16665 then
16667 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16671 for ac_func in \
16672 cbrt \
16673 cbrtf \
16674 erf \
16675 erff \
16676 exp2 \
16677 exp2f \
16678 llrint \
16679 llrintf \
16680 llround \
16681 llroundf \
16682 log2 \
16683 log2f \
16684 lrint \
16685 lrintf \
16686 lround \
16687 lroundf \
16688 rint \
16689 rintf \
16690 round \
16691 roundf \
16692 trunc \
16693 truncf
16695 do :
16696 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16697 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16698 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16699 cat >>confdefs.h <<_ACEOF
16700 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16701 _ACEOF
16704 done
16706 LIBS="$ac_save_LIBS"
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16709 $as_echo_n "checking for __builtin_clz... " >&6; }
16710 if ${ac_cv_have___builtin_clz+:} false; then :
16711 $as_echo_n "(cached) " >&6
16712 else
16713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16714 /* end confdefs.h. */
16717 main ()
16719 return __builtin_clz(1)
16721 return 0;
16723 _ACEOF
16724 if ac_fn_c_try_link "$LINENO"; then :
16725 ac_cv_have___builtin_clz="yes"
16726 else
16727 ac_cv_have___builtin_clz="no"
16729 rm -f core conftest.err conftest.$ac_objext \
16730 conftest$ac_exeext conftest.$ac_ext
16732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16733 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16734 if test "$ac_cv_have___builtin_clz" = "yes"
16735 then
16737 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16742 case $host_cpu in
16743 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16744 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16745 if ${ac_cv_cpp_def___i386__+:} false; then :
16746 $as_echo_n "(cached) " >&6
16747 else
16748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16749 /* end confdefs.h. */
16750 #ifndef __i386__
16752 #endif
16753 _ACEOF
16754 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16755 $EGREP "yes" >/dev/null 2>&1; then :
16756 ac_cv_cpp_def___i386__=yes
16757 else
16758 ac_cv_cpp_def___i386__=no
16760 rm -f conftest*
16763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16764 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16765 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
16766 CFLAGS="$CFLAGS -D__i386__"
16767 LINTFLAGS="$LINTFLAGS -D__i386__"
16768 fi ;;
16769 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16770 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16771 if ${ac_cv_cpp_def___x86_64__+:} false; then :
16772 $as_echo_n "(cached) " >&6
16773 else
16774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16775 /* end confdefs.h. */
16776 #ifndef __x86_64__
16778 #endif
16779 _ACEOF
16780 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16781 $EGREP "yes" >/dev/null 2>&1; then :
16782 ac_cv_cpp_def___x86_64__=yes
16783 else
16784 ac_cv_cpp_def___x86_64__=no
16786 rm -f conftest*
16789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16790 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16791 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
16792 CFLAGS="$CFLAGS -D__x86_64__"
16793 LINTFLAGS="$LINTFLAGS -D__x86_64__"
16794 fi ;;
16795 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16796 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16797 if ${ac_cv_cpp_def___sparc64__+:} false; then :
16798 $as_echo_n "(cached) " >&6
16799 else
16800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16801 /* end confdefs.h. */
16802 #ifndef __sparc64__
16804 #endif
16805 _ACEOF
16806 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16807 $EGREP "yes" >/dev/null 2>&1; then :
16808 ac_cv_cpp_def___sparc64__=yes
16809 else
16810 ac_cv_cpp_def___sparc64__=no
16812 rm -f conftest*
16815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16816 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16817 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
16818 CFLAGS="$CFLAGS -D__sparc64__"
16819 LINTFLAGS="$LINTFLAGS -D__sparc64__"
16820 fi ;;
16821 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16822 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16823 if ${ac_cv_cpp_def___sparc__+:} false; then :
16824 $as_echo_n "(cached) " >&6
16825 else
16826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16827 /* end confdefs.h. */
16828 #ifndef __sparc__
16830 #endif
16831 _ACEOF
16832 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16833 $EGREP "yes" >/dev/null 2>&1; then :
16834 ac_cv_cpp_def___sparc__=yes
16835 else
16836 ac_cv_cpp_def___sparc__=no
16838 rm -f conftest*
16841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16842 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16843 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
16844 CFLAGS="$CFLAGS -D__sparc__"
16845 LINTFLAGS="$LINTFLAGS -D__sparc__"
16846 fi ;;
16847 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16848 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16849 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
16850 $as_echo_n "(cached) " >&6
16851 else
16852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16853 /* end confdefs.h. */
16854 #ifndef __powerpc64__
16856 #endif
16857 _ACEOF
16858 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16859 $EGREP "yes" >/dev/null 2>&1; then :
16860 ac_cv_cpp_def___powerpc64__=yes
16861 else
16862 ac_cv_cpp_def___powerpc64__=no
16864 rm -f conftest*
16867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16868 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16869 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
16870 CFLAGS="$CFLAGS -D__powerpc64__"
16871 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
16872 fi ;;
16873 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16874 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16875 if ${ac_cv_cpp_def___powerpc__+:} false; then :
16876 $as_echo_n "(cached) " >&6
16877 else
16878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16879 /* end confdefs.h. */
16880 #ifndef __powerpc__
16882 #endif
16883 _ACEOF
16884 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16885 $EGREP "yes" >/dev/null 2>&1; then :
16886 ac_cv_cpp_def___powerpc__=yes
16887 else
16888 ac_cv_cpp_def___powerpc__=no
16890 rm -f conftest*
16893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16894 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16895 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
16896 CFLAGS="$CFLAGS -D__powerpc__"
16897 LINTFLAGS="$LINTFLAGS -D__powerpc__"
16898 fi ;;
16899 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16900 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16901 if ${ac_cv_cpp_def___aarch64__+:} false; then :
16902 $as_echo_n "(cached) " >&6
16903 else
16904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16905 /* end confdefs.h. */
16906 #ifndef __aarch64__
16908 #endif
16909 _ACEOF
16910 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16911 $EGREP "yes" >/dev/null 2>&1; then :
16912 ac_cv_cpp_def___aarch64__=yes
16913 else
16914 ac_cv_cpp_def___aarch64__=no
16916 rm -f conftest*
16919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16920 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16921 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
16922 CFLAGS="$CFLAGS -D__aarch64__"
16923 LINTFLAGS="$LINTFLAGS -D__aarch64__"
16924 fi ;;
16925 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16926 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16927 if ${ac_cv_cpp_def___arm__+:} false; then :
16928 $as_echo_n "(cached) " >&6
16929 else
16930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16931 /* end confdefs.h. */
16932 #ifndef __arm__
16934 #endif
16935 _ACEOF
16936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16937 $EGREP "yes" >/dev/null 2>&1; then :
16938 ac_cv_cpp_def___arm__=yes
16939 else
16940 ac_cv_cpp_def___arm__=no
16942 rm -f conftest*
16945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16946 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16947 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
16948 CFLAGS="$CFLAGS -D__arm__"
16949 LINTFLAGS="$LINTFLAGS -D__arm__"
16950 fi ;;
16951 esac
16953 case $host_vendor in
16954 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16955 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16956 if ${ac_cv_cpp_def___sun__+:} false; then :
16957 $as_echo_n "(cached) " >&6
16958 else
16959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16960 /* end confdefs.h. */
16961 #ifndef __sun__
16963 #endif
16964 _ACEOF
16965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16966 $EGREP "yes" >/dev/null 2>&1; then :
16967 ac_cv_cpp_def___sun__=yes
16968 else
16969 ac_cv_cpp_def___sun__=no
16971 rm -f conftest*
16974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16975 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16976 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
16977 CFLAGS="$CFLAGS -D__sun__"
16978 LINTFLAGS="$LINTFLAGS -D__sun__"
16979 fi ;;
16980 esac
16986 ac_config_commands="$ac_config_commands include/stamp-h"
16988 $as_echo_n "creating Makefile rules..." >&6
16990 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
16991 SOCKET_LIBS = $SOCKET_LIBS
16992 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16993 IOKIT_LIBS = $IOKIT_LIBS
16994 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16995 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16996 CORESERVICES_LIBS = $CORESERVICES_LIBS
16997 APPKIT_LIBS = $APPKIT_LIBS
16998 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16999 SECURITY_LIBS = $SECURITY_LIBS
17000 COREAUDIO_LIBS = $COREAUDIO_LIBS
17001 OPENAL_LIBS = $OPENAL_LIBS
17002 OPENCL_LIBS = $OPENCL_LIBS
17003 QUICKTIME_LIBS = $QUICKTIME_LIBS
17004 CARBON_LIBS = $CARBON_LIBS
17005 PTHREAD_LIBS = $PTHREAD_LIBS
17006 X_CFLAGS = $X_CFLAGS
17007 X_PRE_LIBS = $X_PRE_LIBS
17008 X_LIBS = $X_LIBS
17009 X_EXTRA_LIBS = $X_EXTRA_LIBS
17010 XML2_CFLAGS = $XML2_CFLAGS
17011 XML2_LIBS = $XML2_LIBS
17012 XSLT_CFLAGS = $XSLT_CFLAGS
17013 XSLT_LIBS = $XSLT_LIBS
17014 DBUS_CFLAGS = $DBUS_CFLAGS
17015 DBUS_LIBS = $DBUS_LIBS
17016 HAL_CFLAGS = $HAL_CFLAGS
17017 HAL_LIBS = $HAL_LIBS
17018 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17019 GNUTLS_LIBS = $GNUTLS_LIBS
17020 SANE_CFLAGS = $SANE_CFLAGS
17021 SANE_LIBS = $SANE_LIBS
17022 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17023 GPHOTO2_LIBS = $GPHOTO2_LIBS
17024 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17025 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17026 RESOLV_LIBS = $RESOLV_LIBS
17027 LCMS2_CFLAGS = $LCMS2_CFLAGS
17028 LCMS2_LIBS = $LCMS2_LIBS
17029 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17030 FREETYPE_LIBS = $FREETYPE_LIBS
17031 Z_LIBS = $Z_LIBS
17032 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17033 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17034 GSTREAMER_LIBS = $GSTREAMER_LIBS
17035 ALSA_LIBS = $ALSA_LIBS
17036 OSS4_CFLAGS = $OSS4_CFLAGS
17037 CAPI20_CFLAGS = $CAPI20_CFLAGS
17038 CAPI20_LIBS = $CAPI20_LIBS
17039 CUPS_CFLAGS = $CUPS_CFLAGS
17040 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17041 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17042 JPEG_CFLAGS = $JPEG_CFLAGS
17043 JPEG_LIBS = $JPEG_LIBS
17044 PNG_CFLAGS = $PNG_CFLAGS
17045 PNG_LIBS = $PNG_LIBS
17046 TIFF_CFLAGS = $TIFF_CFLAGS
17047 TIFF_LIBS = $TIFF_LIBS
17048 MPG123_CFLAGS = $MPG123_CFLAGS
17049 MPG123_LIBS = $MPG123_LIBS
17050 KSTAT_LIBS = $KSTAT_LIBS
17051 PROCSTAT_LIBS = $PROCSTAT_LIBS
17052 DL_LIBS = $DL_LIBS
17053 POLL_LIBS = $POLL_LIBS
17054 RT_LIBS = $RT_LIBS
17055 LDAP_LIBS = $LDAP_LIBS
17060 wine_fn_append_rule "
17061 # Rules automatically generated by configure
17063 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17065 .INIT: Makefile
17066 .MAKEFILEDEPS:
17067 all: Makefile
17068 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17069 @./config.status Make.tmp Makefile"
17071 test "$srcdir" = . && wine_fn_append_rule "all: .gitignore
17072 .gitignore: config.status
17073 @./config.status .gitignore"
17075 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17076 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17078 if test "x$enable_fonts" != xno; then
17079 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17080 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17081 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17082 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17083 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf
17085 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17086 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17087 ac_config_links="$ac_config_links po/LINGUAS:po/LINGUAS"
17088 test "$srcdir" = "." || wine_fn_config_symlink po/LINGUAS
17089 ac_config_links="$ac_config_links wine:tools/winewrapper"
17090 wine_fn_config_symlink wine
17091 if test "x$enable_win64" != xno; then
17092 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17093 wine_fn_config_symlink wine64
17096 wine_fn_config_dll acledit enable_acledit
17097 wine_fn_config_dll aclui enable_aclui implib
17098 wine_fn_config_dll activeds enable_activeds implib
17099 wine_fn_config_dll actxprxy enable_actxprxy clean
17100 wine_fn_config_lib adsiid
17101 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17102 wine_fn_config_test dlls/advapi32/tests advapi32_test
17103 wine_fn_config_dll advpack enable_advpack implib
17104 wine_fn_config_test dlls/advpack/tests advpack_test
17105 wine_fn_config_dll amstream enable_amstream clean
17106 wine_fn_config_test dlls/amstream/tests amstream_test
17107 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17108 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17109 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17110 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17111 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17112 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17113 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17114 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17115 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17116 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17117 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17118 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17119 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17120 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17121 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17122 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17123 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17124 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17125 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17126 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17127 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17128 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17129 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17130 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17131 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17132 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17133 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17134 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17135 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17136 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17137 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17138 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17139 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17140 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17141 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17142 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17143 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17144 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17145 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17146 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17147 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17148 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17149 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17150 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17151 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17152 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17153 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17154 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17155 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17156 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17157 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17158 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17159 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17160 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17161 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17162 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17163 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17164 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17165 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17166 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17167 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17168 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17169 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17170 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17171 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17172 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17173 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17174 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17175 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17176 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17177 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17178 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17179 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17180 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17181 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17182 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17183 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17184 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17185 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17186 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17187 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17188 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17189 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17190 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17191 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17192 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17193 wine_fn_config_dll apphelp enable_apphelp
17194 wine_fn_config_test dlls/apphelp/tests apphelp_test
17195 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17196 wine_fn_config_dll atl enable_atl clean,implib
17197 wine_fn_config_test dlls/atl/tests atl_test
17198 wine_fn_config_dll atl100 enable_atl100 clean,implib
17199 wine_fn_config_test dlls/atl100/tests atl100_test
17200 wine_fn_config_dll atl110 enable_atl110 clean
17201 wine_fn_config_dll atl80 enable_atl80 clean,implib
17202 wine_fn_config_test dlls/atl80/tests atl80_test
17203 wine_fn_config_dll atl90 enable_atl90 clean
17204 wine_fn_config_dll authz enable_authz
17205 wine_fn_config_dll avicap32 enable_avicap32 implib
17206 wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
17207 wine_fn_config_test dlls/avifil32/tests avifil32_test
17208 wine_fn_config_dll avifile.dll16 enable_win16
17209 wine_fn_config_dll avrt enable_avrt implib
17210 wine_fn_config_dll bcrypt enable_bcrypt
17211 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17212 wine_fn_config_dll browseui enable_browseui clean,po
17213 wine_fn_config_test dlls/browseui/tests browseui_test
17214 wine_fn_config_dll cabinet enable_cabinet implib
17215 wine_fn_config_test dlls/cabinet/tests cabinet_test
17216 wine_fn_config_dll capi2032 enable_capi2032 implib
17217 wine_fn_config_dll cards enable_cards implib
17218 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17219 wine_fn_config_dll clusapi enable_clusapi implib
17220 wine_fn_config_dll combase enable_combase
17221 wine_fn_config_test dlls/combase/tests combase_test
17222 wine_fn_config_dll comcat enable_comcat
17223 wine_fn_config_test dlls/comcat/tests comcat_test
17224 wine_fn_config_dll comctl32 enable_comctl32 implib,po
17225 wine_fn_config_test dlls/comctl32/tests comctl32_test
17226 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib,po
17227 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17228 wine_fn_config_dll comm.drv16 enable_win16
17229 wine_fn_config_dll commdlg.dll16 enable_win16
17230 wine_fn_config_dll compobj.dll16 enable_win16
17231 wine_fn_config_dll compstui enable_compstui implib
17232 wine_fn_config_dll comsvcs enable_comsvcs implib
17233 wine_fn_config_dll connect enable_connect
17234 wine_fn_config_dll credui enable_credui implib,po
17235 wine_fn_config_test dlls/credui/tests credui_test
17236 wine_fn_config_dll crtdll enable_crtdll implib
17237 wine_fn_config_dll crypt32 enable_crypt32 implib,po
17238 wine_fn_config_test dlls/crypt32/tests crypt32_test
17239 wine_fn_config_dll cryptdlg enable_cryptdlg po
17240 wine_fn_config_dll cryptdll enable_cryptdll implib
17241 wine_fn_config_dll cryptext enable_cryptext
17242 wine_fn_config_dll cryptnet enable_cryptnet implib
17243 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17244 wine_fn_config_dll cryptui enable_cryptui implib,po
17245 wine_fn_config_test dlls/cryptui/tests cryptui_test
17246 wine_fn_config_dll ctapi32 enable_ctapi32
17247 wine_fn_config_dll ctl3d.dll16 enable_win16
17248 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17249 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17250 wine_fn_config_dll d2d1 enable_d2d1 implib
17251 wine_fn_config_test dlls/d2d1/tests d2d1_test
17252 wine_fn_config_dll d3d10 enable_d3d10 implib
17253 wine_fn_config_test dlls/d3d10/tests d3d10_test
17254 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17255 wine_fn_config_dll d3d10core enable_d3d10core implib
17256 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17257 wine_fn_config_dll d3d11 enable_d3d11 implib
17258 wine_fn_config_test dlls/d3d11/tests d3d11_test
17259 wine_fn_config_dll d3d8 enable_d3d8 implib
17260 wine_fn_config_test dlls/d3d8/tests d3d8_test
17261 wine_fn_config_dll d3d9 enable_d3d9 implib
17262 wine_fn_config_test dlls/d3d9/tests d3d9_test
17263 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17264 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17265 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17266 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17267 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17268 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17269 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17270 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17271 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17272 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17273 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17274 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17275 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17276 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17277 wine_fn_config_dll d3dim enable_d3dim implib
17278 wine_fn_config_dll d3drm enable_d3drm implib
17279 wine_fn_config_test dlls/d3drm/tests d3drm_test
17280 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17281 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17282 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17283 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17284 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17285 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17286 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17287 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17288 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17289 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17290 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17291 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17292 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17293 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17294 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17295 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17296 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17297 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17298 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17299 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17300 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17301 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17302 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17303 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17304 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17305 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17306 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17307 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17308 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17309 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17310 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17311 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17312 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17313 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17314 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17315 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17316 wine_fn_config_dll davclnt enable_davclnt
17317 wine_fn_config_dll dbgeng enable_dbgeng implib
17318 wine_fn_config_dll dbghelp enable_dbghelp implib
17319 wine_fn_config_dll dciman32 enable_dciman32 implib
17320 wine_fn_config_dll ddeml.dll16 enable_win16
17321 wine_fn_config_dll ddraw enable_ddraw clean,implib
17322 wine_fn_config_test dlls/ddraw/tests ddraw_test
17323 wine_fn_config_dll ddrawex enable_ddrawex clean
17324 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17325 wine_fn_config_dll devenum enable_devenum clean,po
17326 wine_fn_config_test dlls/devenum/tests devenum_test
17327 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17328 wine_fn_config_dll difxapi enable_difxapi
17329 wine_fn_config_dll dinput enable_dinput clean,implib,po,staticimplib
17330 wine_fn_config_test dlls/dinput/tests dinput_test
17331 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17332 wine_fn_config_test dlls/dinput8/tests dinput8_test
17333 wine_fn_config_dll dispdib.dll16 enable_win16
17334 wine_fn_config_dll dispex enable_dispex clean
17335 wine_fn_config_test dlls/dispex/tests dispex_test
17336 wine_fn_config_dll display.drv16 enable_win16
17337 wine_fn_config_dll dmband enable_dmband clean
17338 wine_fn_config_test dlls/dmband/tests dmband_test
17339 wine_fn_config_dll dmcompos enable_dmcompos clean
17340 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17341 wine_fn_config_dll dmime enable_dmime clean
17342 wine_fn_config_test dlls/dmime/tests dmime_test
17343 wine_fn_config_dll dmloader enable_dmloader clean
17344 wine_fn_config_test dlls/dmloader/tests dmloader_test
17345 wine_fn_config_dll dmscript enable_dmscript clean
17346 wine_fn_config_test dlls/dmscript/tests dmscript_test
17347 wine_fn_config_dll dmstyle enable_dmstyle clean
17348 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17349 wine_fn_config_dll dmsynth enable_dmsynth clean
17350 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17351 wine_fn_config_dll dmusic enable_dmusic clean
17352 wine_fn_config_test dlls/dmusic/tests dmusic_test
17353 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17354 wine_fn_config_dll dnsapi enable_dnsapi implib
17355 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17356 wine_fn_config_dll dplay enable_dplay implib
17357 wine_fn_config_dll dplayx enable_dplayx clean,implib
17358 wine_fn_config_test dlls/dplayx/tests dplayx_test
17359 wine_fn_config_dll dpnaddr enable_dpnaddr
17360 wine_fn_config_dll dpnet enable_dpnet clean,implib
17361 wine_fn_config_test dlls/dpnet/tests dpnet_test
17362 wine_fn_config_dll dpnhpast enable_dpnhpast
17363 wine_fn_config_dll dpnlobby enable_dpnlobby
17364 wine_fn_config_dll dpvoice enable_dpvoice clean
17365 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17366 wine_fn_config_dll dpwsockx enable_dpwsockx
17367 wine_fn_config_dll drmclien enable_drmclien
17368 wine_fn_config_dll dsound enable_dsound clean,implib
17369 wine_fn_config_test dlls/dsound/tests dsound_test
17370 wine_fn_config_dll dssenh enable_dssenh
17371 wine_fn_config_test dlls/dssenh/tests dssenh_test
17372 wine_fn_config_dll dswave enable_dswave clean
17373 wine_fn_config_test dlls/dswave/tests dswave_test
17374 wine_fn_config_dll dwmapi enable_dwmapi implib
17375 wine_fn_config_dll dwrite enable_dwrite implib
17376 wine_fn_config_test dlls/dwrite/tests dwrite_test
17377 wine_fn_config_dll dxdiagn enable_dxdiagn clean,po
17378 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17379 wine_fn_config_lib dxerr8
17380 wine_fn_config_lib dxerr9
17381 wine_fn_config_dll dxgi enable_dxgi implib
17382 wine_fn_config_test dlls/dxgi/tests dxgi_test
17383 wine_fn_config_lib dxguid
17384 wine_fn_config_dll dxva2 enable_dxva2
17385 wine_fn_config_dll evr enable_evr
17386 wine_fn_config_dll explorerframe enable_explorerframe clean
17387 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17388 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17389 wine_fn_config_dll faultrep enable_faultrep implib
17390 wine_fn_config_test dlls/faultrep/tests faultrep_test
17391 wine_fn_config_dll fltlib enable_fltlib
17392 wine_fn_config_dll fntcache enable_fntcache
17393 wine_fn_config_dll fontsub enable_fontsub
17394 wine_fn_config_dll fusion enable_fusion
17395 wine_fn_config_test dlls/fusion/tests fusion_test
17396 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17397 wine_fn_config_dll gameux enable_gameux clean
17398 wine_fn_config_test dlls/gameux/tests gameux_test
17399 wine_fn_config_dll gdi.exe16 enable_win16
17400 wine_fn_config_dll gdi32 enable_gdi32 clean,implib,po
17401 wine_fn_config_test dlls/gdi32/tests gdi32_test
17402 wine_fn_config_dll gdiplus enable_gdiplus implib
17403 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17404 wine_fn_config_dll glu32 enable_glu32 implib
17405 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17406 wine_fn_config_dll gpkcsp enable_gpkcsp
17407 wine_fn_config_dll hal enable_hal
17408 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib,po htmlhelp
17409 wine_fn_config_dll hid enable_hid implib
17410 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17411 wine_fn_config_dll hlink enable_hlink clean,implib
17412 wine_fn_config_test dlls/hlink/tests hlink_test
17413 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17414 wine_fn_config_dll httpapi enable_httpapi
17415 wine_fn_config_dll iccvid enable_iccvid po
17416 wine_fn_config_dll icmp enable_icmp
17417 wine_fn_config_dll ieframe enable_ieframe clean,implib,po
17418 wine_fn_config_test dlls/ieframe/tests ieframe_test
17419 wine_fn_config_dll ifsmgr.vxd enable_win16
17420 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17421 wine_fn_config_dll imagehlp enable_imagehlp implib
17422 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17423 wine_fn_config_dll imm.dll16 enable_win16
17424 wine_fn_config_dll imm32 enable_imm32 implib
17425 wine_fn_config_test dlls/imm32/tests imm32_test
17426 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17427 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17428 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17429 wine_fn_config_dll inetmib1 enable_inetmib1
17430 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17431 wine_fn_config_dll infosoft enable_infosoft clean
17432 wine_fn_config_test dlls/infosoft/tests infosoft_test
17433 wine_fn_config_dll initpki enable_initpki
17434 wine_fn_config_dll inkobj enable_inkobj
17435 wine_fn_config_dll inseng enable_inseng clean
17436 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17437 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17438 wine_fn_config_dll itircl enable_itircl
17439 wine_fn_config_dll itss enable_itss clean
17440 wine_fn_config_test dlls/itss/tests itss_test
17441 wine_fn_config_dll joy.cpl enable_joy_cpl po
17442 wine_fn_config_dll jscript enable_jscript clean,po
17443 wine_fn_config_test dlls/jscript/tests jscript_test
17444 wine_fn_config_dll jsproxy enable_jsproxy implib
17445 wine_fn_config_dll kernel32 enable_kernel32 clean,implib,mc
17446 wine_fn_config_test dlls/kernel32/tests kernel32_test
17447 wine_fn_config_dll keyboard.drv16 enable_win16
17448 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17449 wine_fn_config_dll ksuser enable_ksuser
17450 wine_fn_config_dll ktmw32 enable_ktmw32
17451 wine_fn_config_dll loadperf enable_loadperf implib
17452 wine_fn_config_dll localspl enable_localspl po
17453 wine_fn_config_test dlls/localspl/tests localspl_test
17454 wine_fn_config_dll localui enable_localui po
17455 wine_fn_config_test dlls/localui/tests localui_test
17456 wine_fn_config_dll lz32 enable_lz32 implib
17457 wine_fn_config_test dlls/lz32/tests lz32_test
17458 wine_fn_config_dll lzexpand.dll16 enable_win16
17459 wine_fn_config_dll mapi32 enable_mapi32 implib,po
17460 wine_fn_config_test dlls/mapi32/tests mapi32_test
17461 wine_fn_config_dll mapistub enable_mapistub
17462 wine_fn_config_dll mciavi32 enable_mciavi32
17463 wine_fn_config_dll mcicda enable_mcicda
17464 wine_fn_config_dll mciqtz32 enable_mciqtz32
17465 wine_fn_config_dll mciseq enable_mciseq
17466 wine_fn_config_dll mciwave enable_mciwave
17467 wine_fn_config_dll mf enable_mf
17468 wine_fn_config_dll mfplat enable_mfplat
17469 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17470 wine_fn_config_dll mgmtapi enable_mgmtapi
17471 wine_fn_config_dll midimap enable_midimap
17472 wine_fn_config_dll mlang enable_mlang clean,implib
17473 wine_fn_config_test dlls/mlang/tests mlang_test
17474 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17475 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17476 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17477 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17478 wine_fn_config_dll mmdevldr.vxd enable_win16
17479 wine_fn_config_dll mmsystem.dll16 enable_win16
17480 wine_fn_config_dll monodebg.vxd enable_win16
17481 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17482 wine_fn_config_dll mouse.drv16 enable_win16
17483 wine_fn_config_dll mpr enable_mpr implib,po
17484 wine_fn_config_test dlls/mpr/tests mpr_test
17485 wine_fn_config_dll mprapi enable_mprapi implib
17486 wine_fn_config_dll msacm.dll16 enable_win16
17487 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17488 wine_fn_config_dll msacm32 enable_msacm32 implib,po
17489 wine_fn_config_test dlls/msacm32/tests msacm32_test
17490 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17491 wine_fn_config_dll msasn1 enable_msasn1 implib
17492 wine_fn_config_dll mscat32 enable_mscat32
17493 wine_fn_config_dll mscms enable_mscms implib
17494 wine_fn_config_test dlls/mscms/tests mscms_test
17495 wine_fn_config_dll mscoree enable_mscoree clean
17496 wine_fn_config_test dlls/mscoree/tests mscoree_test
17497 wine_fn_config_dll msctf enable_msctf clean
17498 wine_fn_config_test dlls/msctf/tests msctf_test
17499 wine_fn_config_dll msctfp enable_msctfp clean
17500 wine_fn_config_dll msdaps enable_msdaps clean
17501 wine_fn_config_dll msdmo enable_msdmo implib
17502 wine_fn_config_test dlls/msdmo/tests msdmo_test
17503 wine_fn_config_dll msftedit enable_msftedit
17504 wine_fn_config_dll msg711.acm enable_msg711_acm
17505 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17506 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17507 wine_fn_config_dll mshtml enable_mshtml clean,implib,po
17508 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
17509 wine_fn_config_dll msi enable_msi clean,implib,po
17510 wine_fn_config_test dlls/msi/tests msi_test
17511 wine_fn_config_dll msident enable_msident clean
17512 wine_fn_config_dll msimg32 enable_msimg32 implib
17513 wine_fn_config_dll msimsg enable_msimsg
17514 wine_fn_config_dll msimtf enable_msimtf clean
17515 wine_fn_config_dll msisip enable_msisip
17516 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17517 wine_fn_config_dll msls31 enable_msls31
17518 wine_fn_config_dll msnet32 enable_msnet32
17519 wine_fn_config_dll mspatcha enable_mspatcha implib
17520 wine_fn_config_dll msrle32 enable_msrle32 po
17521 wine_fn_config_test dlls/msrle32/tests msrle32_test
17522 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17523 wine_fn_config_dll mssign32 enable_mssign32
17524 wine_fn_config_dll mssip32 enable_mssip32
17525 wine_fn_config_dll mstask enable_mstask clean
17526 wine_fn_config_test dlls/mstask/tests mstask_test
17527 wine_fn_config_dll msvcirt enable_msvcirt
17528 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
17529 wine_fn_config_dll msvcm80 enable_msvcm80
17530 wine_fn_config_dll msvcm90 enable_msvcm90
17531 wine_fn_config_dll msvcp100 enable_msvcp100
17532 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
17533 wine_fn_config_dll msvcp110 enable_msvcp110
17534 wine_fn_config_dll msvcp120 enable_msvcp120
17535 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
17536 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17537 wine_fn_config_dll msvcp60 enable_msvcp60
17538 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
17539 wine_fn_config_dll msvcp70 enable_msvcp70
17540 wine_fn_config_dll msvcp71 enable_msvcp71
17541 wine_fn_config_dll msvcp80 enable_msvcp80
17542 wine_fn_config_dll msvcp90 enable_msvcp90
17543 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
17544 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17545 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
17546 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17547 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17548 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
17549 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17550 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17551 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17552 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17553 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17554 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
17555 wine_fn_config_dll msvcrt enable_msvcrt implib
17556 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
17557 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17558 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17559 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17560 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
17561 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
17562 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
17563 wine_fn_config_dll msvidc32 enable_msvidc32 po
17564 wine_fn_config_dll msvideo.dll16 enable_win16
17565 wine_fn_config_dll mswsock enable_mswsock implib
17566 wine_fn_config_dll msxml enable_msxml clean
17567 wine_fn_config_dll msxml2 enable_msxml2 clean
17568 wine_fn_config_dll msxml3 enable_msxml3 clean
17569 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
17570 wine_fn_config_dll msxml4 enable_msxml4 clean
17571 wine_fn_config_dll msxml6 enable_msxml6 clean
17572 wine_fn_config_dll nddeapi enable_nddeapi implib
17573 wine_fn_config_dll ndis.sys enable_ndis_sys
17574 wine_fn_config_dll netapi32 enable_netapi32 implib
17575 wine_fn_config_test dlls/netapi32/tests netapi32_test
17576 wine_fn_config_dll netcfgx enable_netcfgx clean
17577 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
17578 wine_fn_config_dll netprofm enable_netprofm clean
17579 wine_fn_config_test dlls/netprofm/tests netprofm_test
17580 wine_fn_config_dll newdev enable_newdev implib
17581 wine_fn_config_dll normaliz enable_normaliz implib
17582 wine_fn_config_dll npmshtml enable_npmshtml
17583 wine_fn_config_dll npptools enable_npptools
17584 wine_fn_config_dll ntdll enable_ntdll implib
17585 wine_fn_config_test dlls/ntdll/tests ntdll_test
17586 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17587 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
17588 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17589 wine_fn_config_dll ntprint enable_ntprint
17590 wine_fn_config_test dlls/ntprint/tests ntprint_test
17591 wine_fn_config_dll objsel enable_objsel clean
17592 wine_fn_config_dll odbc32 enable_odbc32 implib
17593 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17594 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
17595 wine_fn_config_dll odbccu32 enable_odbccu32
17596 wine_fn_config_dll ole2.dll16 enable_win16
17597 wine_fn_config_dll ole2conv.dll16 enable_win16
17598 wine_fn_config_dll ole2disp.dll16 enable_win16
17599 wine_fn_config_dll ole2nls.dll16 enable_win16
17600 wine_fn_config_dll ole2prox.dll16 enable_win16
17601 wine_fn_config_dll ole2thk.dll16 enable_win16
17602 wine_fn_config_dll ole32 enable_ole32 clean,implib
17603 wine_fn_config_test dlls/ole32/tests ole32_test
17604 wine_fn_config_dll oleacc enable_oleacc clean,implib,po
17605 wine_fn_config_test dlls/oleacc/tests oleacc_test
17606 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib,po
17607 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
17608 wine_fn_config_dll olecli.dll16 enable_win16
17609 wine_fn_config_dll olecli32 enable_olecli32 implib
17610 wine_fn_config_dll oledb32 enable_oledb32 clean
17611 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
17612 wine_fn_config_dll oledlg enable_oledlg implib,po
17613 wine_fn_config_test dlls/oledlg/tests oledlg_test
17614 wine_fn_config_dll olepro32 enable_olepro32 implib
17615 wine_fn_config_dll olesvr.dll16 enable_win16
17616 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17617 wine_fn_config_dll olethk32 enable_olethk32
17618 wine_fn_config_dll openal32 enable_openal32
17619 wine_fn_config_dll opencl enable_opencl
17620 wine_fn_config_dll opengl32 enable_opengl32 implib
17621 wine_fn_config_test dlls/opengl32/tests opengl32_test
17622 wine_fn_config_dll packager enable_packager clean
17623 wine_fn_config_test dlls/packager/tests packager_test
17624 wine_fn_config_dll pdh enable_pdh implib
17625 wine_fn_config_test dlls/pdh/tests pdh_test
17626 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17627 wine_fn_config_dll pidgen enable_pidgen
17628 wine_fn_config_dll powrprof enable_powrprof implib
17629 wine_fn_config_dll printui enable_printui
17630 wine_fn_config_dll prntvpt enable_prntvpt
17631 wine_fn_config_dll propsys enable_propsys clean,implib
17632 wine_fn_config_test dlls/propsys/tests propsys_test
17633 wine_fn_config_dll psapi enable_psapi implib
17634 wine_fn_config_test dlls/psapi/tests psapi_test
17635 wine_fn_config_dll pstorec enable_pstorec clean
17636 wine_fn_config_dll qcap enable_qcap
17637 wine_fn_config_test dlls/qcap/tests qcap_test
17638 wine_fn_config_dll qedit enable_qedit clean
17639 wine_fn_config_test dlls/qedit/tests qedit_test
17640 wine_fn_config_dll qmgr enable_qmgr clean
17641 wine_fn_config_test dlls/qmgr/tests qmgr_test
17642 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17643 wine_fn_config_dll quartz enable_quartz clean,implib
17644 wine_fn_config_test dlls/quartz/tests quartz_test clean
17645 wine_fn_config_dll query enable_query
17646 wine_fn_config_dll rasapi16.dll16 enable_win16
17647 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17648 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
17649 wine_fn_config_dll rasdlg enable_rasdlg implib
17650 wine_fn_config_dll regapi enable_regapi
17651 wine_fn_config_dll resutils enable_resutils implib
17652 wine_fn_config_dll riched20 enable_riched20 clean,implib
17653 wine_fn_config_test dlls/riched20/tests riched20_test
17654 wine_fn_config_dll riched32 enable_riched32
17655 wine_fn_config_test dlls/riched32/tests riched32_test
17656 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
17657 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
17658 wine_fn_config_dll rsabase enable_rsabase
17659 wine_fn_config_dll rsaenh enable_rsaenh implib
17660 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
17661 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17662 wine_fn_config_dll rtutils enable_rtutils implib
17663 wine_fn_config_dll samlib enable_samlib
17664 wine_fn_config_dll sane.ds enable_sane_ds po
17665 wine_fn_config_dll scarddlg enable_scarddlg
17666 wine_fn_config_dll sccbase enable_sccbase
17667 wine_fn_config_dll schannel enable_schannel
17668 wine_fn_config_test dlls/schannel/tests schannel_test
17669 wine_fn_config_dll schedsvc enable_schedsvc clean
17670 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
17671 wine_fn_config_dll scrrun enable_scrrun clean
17672 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
17673 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17674 wine_fn_config_dll secur32 enable_secur32 implib
17675 wine_fn_config_test dlls/secur32/tests secur32_test
17676 wine_fn_config_dll security enable_security
17677 wine_fn_config_dll sensapi enable_sensapi implib
17678 wine_fn_config_dll serialui enable_serialui implib,po
17679 wine_fn_config_test dlls/serialui/tests serialui_test
17680 wine_fn_config_dll setupapi enable_setupapi implib,po
17681 wine_fn_config_test dlls/setupapi/tests setupapi_test
17682 wine_fn_config_dll setupx.dll16 enable_win16
17683 wine_fn_config_dll sfc enable_sfc implib
17684 wine_fn_config_dll sfc_os enable_sfc_os implib
17685 wine_fn_config_dll shdoclc enable_shdoclc po
17686 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
17687 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
17688 wine_fn_config_dll shell.dll16 enable_win16
17689 wine_fn_config_dll shell32 enable_shell32 clean,implib,po
17690 wine_fn_config_test dlls/shell32/tests shell32_test
17691 wine_fn_config_dll shfolder enable_shfolder implib
17692 wine_fn_config_dll shlwapi enable_shlwapi implib,po
17693 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
17694 wine_fn_config_dll slbcsp enable_slbcsp
17695 wine_fn_config_dll slc enable_slc implib
17696 wine_fn_config_test dlls/slc/tests slc_test
17697 wine_fn_config_dll snmpapi enable_snmpapi implib
17698 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
17699 wine_fn_config_dll softpub enable_softpub
17700 wine_fn_config_dll sound.drv16 enable_win16
17701 wine_fn_config_dll spoolss enable_spoolss implib
17702 wine_fn_config_test dlls/spoolss/tests spoolss_test
17703 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17704 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17705 wine_fn_config_dll sti enable_sti clean,implib
17706 wine_fn_config_test dlls/sti/tests sti_test
17707 wine_fn_config_dll storage.dll16 enable_win16
17708 wine_fn_config_dll stress.dll16 enable_win16
17709 wine_fn_config_lib strmbase
17710 wine_fn_config_lib strmiids
17711 wine_fn_config_dll svrapi enable_svrapi
17712 wine_fn_config_dll sxs enable_sxs implib
17713 wine_fn_config_test dlls/sxs/tests sxs_test
17714 wine_fn_config_dll system.drv16 enable_win16
17715 wine_fn_config_dll t2embed enable_t2embed
17716 wine_fn_config_dll tapi32 enable_tapi32 implib
17717 wine_fn_config_dll taskschd enable_taskschd clean
17718 wine_fn_config_test dlls/taskschd/tests taskschd_test
17719 wine_fn_config_dll toolhelp.dll16 enable_win16
17720 wine_fn_config_dll traffic enable_traffic
17721 wine_fn_config_dll twain.dll16 enable_win16
17722 wine_fn_config_dll twain_32 enable_twain_32
17723 wine_fn_config_test dlls/twain_32/tests twain_32_test
17724 wine_fn_config_dll typelib.dll16 enable_win16
17725 wine_fn_config_dll ucrtbase enable_ucrtbase
17726 wine_fn_config_dll unicows enable_unicows implib
17727 wine_fn_config_dll updspapi enable_updspapi
17728 wine_fn_config_dll url enable_url implib
17729 wine_fn_config_dll urlmon enable_urlmon clean,implib,po
17730 wine_fn_config_test dlls/urlmon/tests urlmon_test
17731 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17732 wine_fn_config_dll user.exe16 enable_win16
17733 wine_fn_config_dll user32 enable_user32 clean,implib,po
17734 wine_fn_config_test dlls/user32/tests user32_test
17735 wine_fn_config_dll userenv enable_userenv implib
17736 wine_fn_config_test dlls/userenv/tests userenv_test
17737 wine_fn_config_dll usp10 enable_usp10 implib
17738 wine_fn_config_test dlls/usp10/tests usp10_test
17739 wine_fn_config_lib uuid
17740 wine_fn_config_dll uxtheme enable_uxtheme implib
17741 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
17742 wine_fn_config_dll vbscript enable_vbscript clean
17743 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
17744 wine_fn_config_dll vcomp enable_vcomp
17745 wine_fn_config_test dlls/vcomp/tests vcomp_test
17746 wine_fn_config_dll vcomp100 enable_vcomp100
17747 wine_fn_config_dll vcomp110 enable_vcomp110
17748 wine_fn_config_dll vcomp90 enable_vcomp90
17749 wine_fn_config_dll vdhcp.vxd enable_win16
17750 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17751 wine_fn_config_dll ver.dll16 enable_win16
17752 wine_fn_config_dll version enable_version implib
17753 wine_fn_config_test dlls/version/tests version_test
17754 wine_fn_config_dll vmm.vxd enable_win16
17755 wine_fn_config_dll vnbt.vxd enable_win16
17756 wine_fn_config_dll vnetbios.vxd enable_win16
17757 wine_fn_config_dll vssapi enable_vssapi
17758 wine_fn_config_dll vtdapi.vxd enable_win16
17759 wine_fn_config_dll vwin32.vxd enable_win16
17760 wine_fn_config_dll w32skrnl enable_win16
17761 wine_fn_config_dll w32sys.dll16 enable_win16
17762 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17763 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
17764 wine_fn_config_dll wbemprox enable_wbemprox clean
17765 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
17766 wine_fn_config_dll webservices enable_webservices implib
17767 wine_fn_config_dll wer enable_wer implib
17768 wine_fn_config_test dlls/wer/tests wer_test
17769 wine_fn_config_dll wevtapi enable_wevtapi
17770 wine_fn_config_dll wiaservc enable_wiaservc clean
17771 wine_fn_config_dll win32s16.dll16 enable_win16
17772 wine_fn_config_dll win87em.dll16 enable_win16
17773 wine_fn_config_dll winaspi.dll16 enable_win16
17774 wine_fn_config_dll windebug.dll16 enable_win16
17775 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
17776 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
17777 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17778 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
17779 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17780 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17781 wine_fn_config_lib winecrt0
17782 wine_fn_config_dll wined3d enable_wined3d implib
17783 wine_fn_config_dll winegstreamer enable_winegstreamer
17784 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17785 wine_fn_config_dll winemac.drv enable_winemac_drv
17786 wine_fn_config_dll winemapi enable_winemapi
17787 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17788 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17789 wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
17790 wine_fn_config_dll wineps16.drv16 enable_win16
17791 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17792 wine_fn_config_dll winex11.drv enable_winex11_drv
17793 wine_fn_config_dll wing.dll16 enable_win16
17794 wine_fn_config_dll wing32 enable_wing32
17795 wine_fn_config_dll winhttp enable_winhttp clean,implib
17796 wine_fn_config_test dlls/winhttp/tests winhttp_test
17797 wine_fn_config_dll wininet enable_wininet implib,po
17798 wine_fn_config_test dlls/wininet/tests wininet_test
17799 wine_fn_config_dll winmm enable_winmm implib,po
17800 wine_fn_config_test dlls/winmm/tests winmm_test
17801 wine_fn_config_dll winnls.dll16 enable_win16
17802 wine_fn_config_dll winnls32 enable_winnls32 implib
17803 wine_fn_config_dll winscard enable_winscard implib
17804 wine_fn_config_dll winsock.dll16 enable_win16
17805 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
17806 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
17807 wine_fn_config_dll winsta enable_winsta
17808 wine_fn_config_dll wintab.dll16 enable_win16
17809 wine_fn_config_dll wintab32 enable_wintab32 implib
17810 wine_fn_config_test dlls/wintab32/tests wintab32_test
17811 wine_fn_config_dll wintrust enable_wintrust implib
17812 wine_fn_config_test dlls/wintrust/tests wintrust_test
17813 wine_fn_config_dll wlanapi enable_wlanapi
17814 wine_fn_config_dll wldap32 enable_wldap32 implib,po
17815 wine_fn_config_test dlls/wldap32/tests wldap32_test
17816 wine_fn_config_dll wmi enable_wmi
17817 wine_fn_config_dll wmiutils enable_wmiutils clean
17818 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
17819 wine_fn_config_dll wmp enable_wmp clean
17820 wine_fn_config_test dlls/wmp/tests wmp_test
17821 wine_fn_config_dll wmvcore enable_wmvcore
17822 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17823 wine_fn_config_dll wow32 enable_win16 implib
17824 wine_fn_config_dll wpcap enable_wpcap
17825 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17826 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
17827 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17828 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
17829 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17830 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
17831 wine_fn_config_dll wsock32 enable_wsock32 implib
17832 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17833 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
17834 wine_fn_config_dll wuapi enable_wuapi clean
17835 wine_fn_config_dll wuaueng enable_wuaueng
17836 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17837 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17838 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17839 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17840 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17841 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17842 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17843 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17844 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17845 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17846 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17847 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17848 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
17849 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17850 wine_fn_config_dll xinput1_1 enable_xinput1_1
17851 wine_fn_config_dll xinput1_2 enable_xinput1_2
17852 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17853 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
17854 wine_fn_config_dll xinput1_4 enable_xinput1_4
17855 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17856 wine_fn_config_dll xmllite enable_xmllite implib
17857 wine_fn_config_test dlls/xmllite/tests xmllite_test
17858 wine_fn_config_dll xolehlp enable_xolehlp
17859 wine_fn_config_dll xpsprint enable_xpsprint
17860 wine_fn_config_dll xpssvcs enable_xpssvcs
17861 wine_fn_config_makefile documentation enable_documentation clean
17862 wine_fn_config_makefile fonts enable_fonts clean,install-lib
17863 wine_fn_config_makefile include enable_include clean,install-dev
17864 wine_fn_config_makefile libs/port enable_libs_port
17865 wine_fn_config_makefile libs/wine enable_libs_wine clean,install-dev,install-lib
17866 wine_fn_config_makefile libs/wpp enable_libs_wpp
17867 wine_fn_config_makefile loader enable_loader clean,install-lib,manpage
17868 wine_fn_config_program arp enable_arp install
17869 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
17870 wine_fn_config_program attrib enable_attrib install,po
17871 wine_fn_config_program cabarc enable_cabarc install
17872 wine_fn_config_program cacls enable_cacls install
17873 wine_fn_config_program clock enable_clock install,po
17874 wine_fn_config_program cmd enable_cmd install,po
17875 wine_fn_config_test programs/cmd/tests cmd.exe_test
17876 wine_fn_config_program conhost enable_conhost install
17877 wine_fn_config_program control enable_control install
17878 wine_fn_config_program cscript enable_cscript clean,install
17879 wine_fn_config_program dpnsvr enable_dpnsvr install
17880 wine_fn_config_program dxdiag enable_dxdiag install,po
17881 wine_fn_config_program eject enable_eject install
17882 wine_fn_config_program expand enable_expand install
17883 wine_fn_config_program explorer enable_explorer install,po
17884 wine_fn_config_program extrac32 enable_extrac32 install
17885 wine_fn_config_program findstr enable_findstr install
17886 wine_fn_config_program hh enable_hh install
17887 wine_fn_config_program hostname enable_hostname install,po
17888 wine_fn_config_program icinfo enable_icinfo install
17889 wine_fn_config_program iexplore enable_iexplore install
17890 wine_fn_config_program ipconfig enable_ipconfig install,po
17891 wine_fn_config_program lodctr enable_lodctr install
17892 wine_fn_config_program mofcomp enable_mofcomp install
17893 wine_fn_config_program mshta enable_mshta install
17894 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
17895 wine_fn_config_program net enable_net install,po
17896 wine_fn_config_program netsh enable_netsh install
17897 wine_fn_config_program netstat enable_netstat install,po
17898 wine_fn_config_program ngen enable_ngen install
17899 wine_fn_config_program notepad enable_notepad install,installbin,manpage,po
17900 wine_fn_config_program oleview enable_oleview install,po
17901 wine_fn_config_program ping enable_ping install
17902 wine_fn_config_program plugplay enable_plugplay install
17903 wine_fn_config_program presentationfontcache enable_presentationfontcache install
17904 wine_fn_config_program progman enable_progman install,po
17905 wine_fn_config_program reg enable_reg install,po
17906 wine_fn_config_test programs/reg/tests reg.exe_test
17907 wine_fn_config_program regasm enable_regasm install
17908 wine_fn_config_program regedit enable_regedit install,installbin,manpage,po
17909 wine_fn_config_test programs/regedit/tests regedit.exe_test
17910 wine_fn_config_program regsvcs enable_regsvcs install
17911 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin,manpage,po
17912 wine_fn_config_program rpcss enable_rpcss clean,install
17913 wine_fn_config_program rundll.exe16 enable_win16 install
17914 wine_fn_config_program rundll32 enable_rundll32 install
17915 wine_fn_config_program sc enable_sc install
17916 wine_fn_config_program schtasks enable_schtasks install
17917 wine_fn_config_program sdbinst enable_sdbinst install
17918 wine_fn_config_program secedit enable_secedit install
17919 wine_fn_config_program servicemodelreg enable_servicemodelreg install
17920 wine_fn_config_program services enable_services clean,install
17921 wine_fn_config_test programs/services/tests services.exe_test
17922 wine_fn_config_program spoolsv enable_spoolsv install
17923 wine_fn_config_program start enable_start install,po
17924 wine_fn_config_program svchost enable_svchost install
17925 wine_fn_config_program systeminfo enable_systeminfo install
17926 wine_fn_config_program taskkill enable_taskkill install,po
17927 wine_fn_config_program tasklist enable_tasklist install
17928 wine_fn_config_program taskmgr enable_taskmgr install,po
17929 wine_fn_config_program termsv enable_termsv install
17930 wine_fn_config_program uninstaller enable_uninstaller install,po
17931 wine_fn_config_program unlodctr enable_unlodctr install
17932 wine_fn_config_program view enable_view install,po
17933 wine_fn_config_program wevtutil enable_wevtutil install
17934 wine_fn_config_program wineboot enable_wineboot install,installbin,manpage,po
17935 wine_fn_config_program winebrowser enable_winebrowser install
17936 wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po
17937 wine_fn_config_program wineconsole enable_wineconsole install,installbin,manpage,po
17938 wine_fn_config_program winedbg enable_winedbg install,installbin,manpage,po
17939 wine_fn_config_program winedevice enable_winedevice install
17940 wine_fn_config_program winefile enable_winefile install,installbin,manpage,po
17941 wine_fn_config_program winemenubuilder enable_winemenubuilder install
17942 wine_fn_config_program winemine enable_winemine install,installbin,manpage,po
17943 wine_fn_config_program winemsibuilder enable_winemsibuilder install
17944 wine_fn_config_program winepath enable_winepath install,installbin,manpage
17945 wine_fn_config_program winetest enable_winetest clean
17946 wine_fn_config_program winevdm enable_win16 install
17947 wine_fn_config_program winhelp.exe16 enable_win16 install
17948 wine_fn_config_program winhlp32 enable_winhlp32 install,po
17949 wine_fn_config_program winoldap.mod16 enable_win16 install
17950 wine_fn_config_program winver enable_winver install
17951 wine_fn_config_program wmic enable_wmic install,po
17952 wine_fn_config_program wordpad enable_wordpad install,po
17953 wine_fn_config_program write enable_write install,po
17954 wine_fn_config_program wscript enable_wscript clean,install
17955 wine_fn_config_test programs/wscript/tests wscript.exe_test
17956 wine_fn_config_program wusa enable_wusa install
17957 wine_fn_config_program xcopy enable_xcopy install,po
17958 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
17959 wine_fn_config_makefile server enable_server clean,install-lib,manpage
17960 wine_fn_config_tool tools clean,install-dev,install-lib,manpage
17961 wine_fn_config_tool tools/sfnt2fon clean
17962 wine_fn_config_tool tools/widl clean,install-dev,manpage
17963 wine_fn_config_tool tools/winebuild clean,install-dev,manpage
17964 wine_fn_config_tool tools/winedump clean,install-dev,manpage
17965 wine_fn_config_tool tools/winegcc clean,install-dev,manpage
17966 wine_fn_config_tool tools/wmc clean,install-dev,manpage
17967 wine_fn_config_tool tools/wrc clean,install-dev,manpage
17969 LINGUAS="\
17970 ar \
17971 bg \
17972 ca \
17973 cs \
17974 da \
17975 de \
17976 el \
17977 en \
17978 en_US \
17979 eo \
17980 es \
17981 fa \
17982 fi \
17983 fr \
17984 he \
17985 hi \
17986 hr \
17987 hu \
17988 it \
17989 ja \
17990 ko \
17991 lt \
17992 ml \
17993 nb_NO \
17994 nl \
17995 or \
17996 pa \
17997 pl \
17998 pt_BR \
17999 pt_PT \
18000 rm \
18001 ro \
18002 ru \
18003 sk \
18004 sl \
18005 sr_RS@cyrillic \
18006 sr_RS@latin \
18007 sv \
18008 te \
18009 th \
18010 tr \
18011 uk \
18012 wa \
18013 zh_CN \
18014 zh_TW"
18019 wine_fn_ignore_file ".gitignore"
18020 wine_fn_ignore_file "Makefile"
18021 wine_fn_ignore_file "TAGS"
18022 wine_fn_ignore_file "tags"
18023 wine_fn_ignore_file "autom4te.cache"
18024 wine_fn_ignore_file "config.cache"
18025 wine_fn_ignore_file "config.log"
18026 wine_fn_ignore_file "config.status"
18027 wine_fn_ignore_file "configure.lineno"
18028 wine_fn_ignore_file "include/config.h"
18029 wine_fn_ignore_file "include/stamp-h"
18030 test "$wine_binary" = wine || wine_fn_ignore_file "loader/wine"
18032 if test "x$enable_tools" != xno
18033 then
18034 wine_fn_ignore_file "tools/makedep$ac_exeext"
18035 ac_config_commands="$ac_config_commands tools/makedep"
18039 ac_config_commands="$ac_config_commands Makefile"
18042 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18046 if test "x$enable_maintainer_mode" = xyes
18047 then
18048 wine_fn_append_rule "configure: configure.ac aclocal.m4
18049 autoconf --warnings=all
18050 include/config.h.in: include/stamp-h.in
18051 include/stamp-h.in: configure.ac aclocal.m4
18052 autoheader --warnings=all
18053 @echo timestamp > \$@"
18056 if test "x$with_gettextpo" = xyes
18057 then
18058 test "$srcdir" = . || as_fn_error $? "Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18059 wine_fn_append_rule "ALL_POT_FILES =$ALL_POT_FILES
18060 \$(LINGUAS:%=po/%.po): po/wine.pot
18061 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18062 po/wine.pot: \$(ALL_POT_FILES)
18063 msgcat -o \$@ \$(ALL_POT_FILES)"
18066 if test "$MSGFMT" != false
18067 then
18068 wine_fn_append_rule "__builddeps__: \$(LINGUAS:%=po/%.mo)
18069 clean::
18070 \$(RM) \$(LINGUAS:%=po/%.mo)"
18072 posrc="po"
18073 test "$srcdir" = . || posrc="$srcdir/po"
18074 for i in $LINGUAS
18076 wine_fn_ignore_file "po/$i.mo"
18077 wine_fn_append_rule "po/$i.mo: $posrc/$i.po
18078 \$(MSGFMT) -o \$@ $posrc/$i.po"
18079 done
18080 else
18081 LINGUAS=
18084 if test "x$enable_tools" != xno
18085 then
18086 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18087 @./config.status tools/makedep
18088 Makefile: tools/makedep$ac_exeext
18089 distclean:: clean
18090 \$(RM) tools/makedep$ac_exeext"
18091 else
18092 wine_fn_append_rule "\$(MAKEDEP):
18093 @echo \"You need to run make in $TOOLSDIR first\" && false"
18096 if test -n "$with_wine64"
18097 then
18098 wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18099 fonts server tools:
18100 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18101 $with_wine64/loader/wine:
18102 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18103 $with_wine64/loader/wine-preloader:
18104 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18105 clean::
18106 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18107 else
18108 as_fn_append LOADER_RULES "
18109 install install-lib:: wine.inf install-man-pages
18110 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18111 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18113 uninstall::
18114 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18118 if test "$srcdir" = .
18119 then
18120 ac_config_commands="$ac_config_commands .gitignore"
18124 $as_echo " done" >&6
18125 cat >confcache <<\_ACEOF
18126 # This file is a shell script that caches the results of configure
18127 # tests run on this system so they can be shared between configure
18128 # scripts and configure runs, see configure's option --config-cache.
18129 # It is not useful on other systems. If it contains results you don't
18130 # want to keep, you may remove or edit it.
18132 # config.status only pays attention to the cache file if you give it
18133 # the --recheck option to rerun configure.
18135 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18136 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18137 # following values.
18139 _ACEOF
18141 # The following way of writing the cache mishandles newlines in values,
18142 # but we know of no workaround that is simple, portable, and efficient.
18143 # So, we kill variables containing newlines.
18144 # Ultrix sh set writes to stderr and can't be redirected directly,
18145 # and sets the high bit in the cache file unless we assign to the vars.
18147 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18148 eval ac_val=\$$ac_var
18149 case $ac_val in #(
18150 *${as_nl}*)
18151 case $ac_var in #(
18152 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18153 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18154 esac
18155 case $ac_var in #(
18156 _ | IFS | as_nl) ;; #(
18157 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18158 *) { eval $ac_var=; unset $ac_var;} ;;
18159 esac ;;
18160 esac
18161 done
18163 (set) 2>&1 |
18164 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18165 *${as_nl}ac_space=\ *)
18166 # `set' does not quote correctly, so add quotes: double-quote
18167 # substitution turns \\\\ into \\, and sed turns \\ into \.
18168 sed -n \
18169 "s/'/'\\\\''/g;
18170 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18171 ;; #(
18173 # `set' quotes correctly as required by POSIX, so do not add quotes.
18174 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18176 esac |
18177 sort
18179 sed '
18180 /^ac_cv_env_/b end
18181 t clear
18182 :clear
18183 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18184 t end
18185 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18186 :end' >>confcache
18187 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18188 if test -w "$cache_file"; then
18189 if test "x$cache_file" != "x/dev/null"; then
18190 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18191 $as_echo "$as_me: updating cache $cache_file" >&6;}
18192 if test ! -f "$cache_file" || test -h "$cache_file"; then
18193 cat confcache >"$cache_file"
18194 else
18195 case $cache_file in #(
18196 */* | ?:*)
18197 mv -f confcache "$cache_file"$$ &&
18198 mv -f "$cache_file"$$ "$cache_file" ;; #(
18200 mv -f confcache "$cache_file" ;;
18201 esac
18204 else
18205 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18206 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18209 rm -f confcache
18211 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18212 # Let make expand exec_prefix.
18213 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18215 DEFS=-DHAVE_CONFIG_H
18217 ac_libobjs=
18218 ac_ltlibobjs=
18220 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18221 # 1. Remove the extension, and $U if already installed.
18222 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18223 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18224 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18225 # will be set to the directory where LIBOBJS objects are built.
18226 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18227 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18228 done
18229 LIBOBJS=$ac_libobjs
18231 LTLIBOBJS=$ac_ltlibobjs
18235 : "${CONFIG_STATUS=./config.status}"
18236 ac_write_fail=0
18237 ac_clean_files_save=$ac_clean_files
18238 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18239 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18240 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18241 as_write_fail=0
18242 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18243 #! $SHELL
18244 # Generated by $as_me.
18245 # Run this file to recreate the current configuration.
18246 # Compiler output produced by configure, useful for debugging
18247 # configure, is in config.log if it exists.
18249 debug=false
18250 ac_cs_recheck=false
18251 ac_cs_silent=false
18253 SHELL=\${CONFIG_SHELL-$SHELL}
18254 export SHELL
18255 _ASEOF
18256 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18257 ## -------------------- ##
18258 ## M4sh Initialization. ##
18259 ## -------------------- ##
18261 # Be more Bourne compatible
18262 DUALCASE=1; export DUALCASE # for MKS sh
18263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18264 emulate sh
18265 NULLCMD=:
18266 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18267 # is contrary to our usage. Disable this feature.
18268 alias -g '${1+"$@"}'='"$@"'
18269 setopt NO_GLOB_SUBST
18270 else
18271 case `(set -o) 2>/dev/null` in #(
18272 *posix*) :
18273 set -o posix ;; #(
18274 *) :
18276 esac
18280 as_nl='
18282 export as_nl
18283 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18284 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18285 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18286 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18287 # Prefer a ksh shell builtin over an external printf program on Solaris,
18288 # but without wasting forks for bash or zsh.
18289 if test -z "$BASH_VERSION$ZSH_VERSION" \
18290 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18291 as_echo='print -r --'
18292 as_echo_n='print -rn --'
18293 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18294 as_echo='printf %s\n'
18295 as_echo_n='printf %s'
18296 else
18297 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18298 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18299 as_echo_n='/usr/ucb/echo -n'
18300 else
18301 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18302 as_echo_n_body='eval
18303 arg=$1;
18304 case $arg in #(
18305 *"$as_nl"*)
18306 expr "X$arg" : "X\\(.*\\)$as_nl";
18307 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18308 esac;
18309 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18311 export as_echo_n_body
18312 as_echo_n='sh -c $as_echo_n_body as_echo'
18314 export as_echo_body
18315 as_echo='sh -c $as_echo_body as_echo'
18318 # The user is always right.
18319 if test "${PATH_SEPARATOR+set}" != set; then
18320 PATH_SEPARATOR=:
18321 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18322 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18323 PATH_SEPARATOR=';'
18328 # IFS
18329 # We need space, tab and new line, in precisely that order. Quoting is
18330 # there to prevent editors from complaining about space-tab.
18331 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18332 # splitting by setting IFS to empty value.)
18333 IFS=" "" $as_nl"
18335 # Find who we are. Look in the path if we contain no directory separator.
18336 as_myself=
18337 case $0 in #((
18338 *[\\/]* ) as_myself=$0 ;;
18339 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18340 for as_dir in $PATH
18342 IFS=$as_save_IFS
18343 test -z "$as_dir" && as_dir=.
18344 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18345 done
18346 IFS=$as_save_IFS
18349 esac
18350 # We did not find ourselves, most probably we were run as `sh COMMAND'
18351 # in which case we are not to be found in the path.
18352 if test "x$as_myself" = x; then
18353 as_myself=$0
18355 if test ! -f "$as_myself"; then
18356 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18357 exit 1
18360 # Unset variables that we do not need and which cause bugs (e.g. in
18361 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18362 # suppresses any "Segmentation fault" message there. '((' could
18363 # trigger a bug in pdksh 5.2.14.
18364 for as_var in BASH_ENV ENV MAIL MAILPATH
18365 do eval test x\${$as_var+set} = xset \
18366 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18367 done
18368 PS1='$ '
18369 PS2='> '
18370 PS4='+ '
18372 # NLS nuisances.
18373 LC_ALL=C
18374 export LC_ALL
18375 LANGUAGE=C
18376 export LANGUAGE
18378 # CDPATH.
18379 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18382 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18383 # ----------------------------------------
18384 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18385 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18386 # script with STATUS, using 1 if that was 0.
18387 as_fn_error ()
18389 as_status=$1; test $as_status -eq 0 && as_status=1
18390 if test "$4"; then
18391 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18392 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18394 $as_echo "$as_me: error: $2" >&2
18395 as_fn_exit $as_status
18396 } # as_fn_error
18399 # as_fn_set_status STATUS
18400 # -----------------------
18401 # Set $? to STATUS, without forking.
18402 as_fn_set_status ()
18404 return $1
18405 } # as_fn_set_status
18407 # as_fn_exit STATUS
18408 # -----------------
18409 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18410 as_fn_exit ()
18412 set +e
18413 as_fn_set_status $1
18414 exit $1
18415 } # as_fn_exit
18417 # as_fn_unset VAR
18418 # ---------------
18419 # Portably unset VAR.
18420 as_fn_unset ()
18422 { eval $1=; unset $1;}
18424 as_unset=as_fn_unset
18425 # as_fn_append VAR VALUE
18426 # ----------------------
18427 # Append the text in VALUE to the end of the definition contained in VAR. Take
18428 # advantage of any shell optimizations that allow amortized linear growth over
18429 # repeated appends, instead of the typical quadratic growth present in naive
18430 # implementations.
18431 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18432 eval 'as_fn_append ()
18434 eval $1+=\$2
18436 else
18437 as_fn_append ()
18439 eval $1=\$$1\$2
18441 fi # as_fn_append
18443 # as_fn_arith ARG...
18444 # ------------------
18445 # Perform arithmetic evaluation on the ARGs, and store the result in the
18446 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18447 # must be portable across $(()) and expr.
18448 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18449 eval 'as_fn_arith ()
18451 as_val=$(( $* ))
18453 else
18454 as_fn_arith ()
18456 as_val=`expr "$@" || test $? -eq 1`
18458 fi # as_fn_arith
18461 if expr a : '\(a\)' >/dev/null 2>&1 &&
18462 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18463 as_expr=expr
18464 else
18465 as_expr=false
18468 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18469 as_basename=basename
18470 else
18471 as_basename=false
18474 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18475 as_dirname=dirname
18476 else
18477 as_dirname=false
18480 as_me=`$as_basename -- "$0" ||
18481 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18482 X"$0" : 'X\(//\)$' \| \
18483 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18484 $as_echo X/"$0" |
18485 sed '/^.*\/\([^/][^/]*\)\/*$/{
18486 s//\1/
18489 /^X\/\(\/\/\)$/{
18490 s//\1/
18493 /^X\/\(\/\).*/{
18494 s//\1/
18497 s/.*/./; q'`
18499 # Avoid depending upon Character Ranges.
18500 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18501 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18502 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18503 as_cr_digits='0123456789'
18504 as_cr_alnum=$as_cr_Letters$as_cr_digits
18506 ECHO_C= ECHO_N= ECHO_T=
18507 case `echo -n x` in #(((((
18508 -n*)
18509 case `echo 'xy\c'` in
18510 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18511 xy) ECHO_C='\c';;
18512 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18513 ECHO_T=' ';;
18514 esac;;
18516 ECHO_N='-n';;
18517 esac
18519 rm -f conf$$ conf$$.exe conf$$.file
18520 if test -d conf$$.dir; then
18521 rm -f conf$$.dir/conf$$.file
18522 else
18523 rm -f conf$$.dir
18524 mkdir conf$$.dir 2>/dev/null
18526 if (echo >conf$$.file) 2>/dev/null; then
18527 if ln -s conf$$.file conf$$ 2>/dev/null; then
18528 as_ln_s='ln -s'
18529 # ... but there are two gotchas:
18530 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18531 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18532 # In both cases, we have to default to `cp -pR'.
18533 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18534 as_ln_s='cp -pR'
18535 elif ln conf$$.file conf$$ 2>/dev/null; then
18536 as_ln_s=ln
18537 else
18538 as_ln_s='cp -pR'
18540 else
18541 as_ln_s='cp -pR'
18543 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18544 rmdir conf$$.dir 2>/dev/null
18547 # as_fn_mkdir_p
18548 # -------------
18549 # Create "$as_dir" as a directory, including parents if necessary.
18550 as_fn_mkdir_p ()
18553 case $as_dir in #(
18554 -*) as_dir=./$as_dir;;
18555 esac
18556 test -d "$as_dir" || eval $as_mkdir_p || {
18557 as_dirs=
18558 while :; do
18559 case $as_dir in #(
18560 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18561 *) as_qdir=$as_dir;;
18562 esac
18563 as_dirs="'$as_qdir' $as_dirs"
18564 as_dir=`$as_dirname -- "$as_dir" ||
18565 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18566 X"$as_dir" : 'X\(//\)[^/]' \| \
18567 X"$as_dir" : 'X\(//\)$' \| \
18568 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18569 $as_echo X"$as_dir" |
18570 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18571 s//\1/
18574 /^X\(\/\/\)[^/].*/{
18575 s//\1/
18578 /^X\(\/\/\)$/{
18579 s//\1/
18582 /^X\(\/\).*/{
18583 s//\1/
18586 s/.*/./; q'`
18587 test -d "$as_dir" && break
18588 done
18589 test -z "$as_dirs" || eval "mkdir $as_dirs"
18590 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18593 } # as_fn_mkdir_p
18594 if mkdir -p . 2>/dev/null; then
18595 as_mkdir_p='mkdir -p "$as_dir"'
18596 else
18597 test -d ./-p && rmdir ./-p
18598 as_mkdir_p=false
18602 # as_fn_executable_p FILE
18603 # -----------------------
18604 # Test if FILE is an executable regular file.
18605 as_fn_executable_p ()
18607 test -f "$1" && test -x "$1"
18608 } # as_fn_executable_p
18609 as_test_x='test -x'
18610 as_executable_p=as_fn_executable_p
18612 # Sed expression to map a string onto a valid CPP name.
18613 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18615 # Sed expression to map a string onto a valid variable name.
18616 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18619 exec 6>&1
18620 ## ----------------------------------- ##
18621 ## Main body of $CONFIG_STATUS script. ##
18622 ## ----------------------------------- ##
18623 _ASEOF
18624 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18626 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18627 # Save the log message, to keep $0 and so on meaningful, and to
18628 # report actual input values of CONFIG_FILES etc. instead of their
18629 # values after options handling.
18630 ac_log="
18631 This file was extended by Wine $as_me 1.7.50, which was
18632 generated by GNU Autoconf 2.69. Invocation command line was
18634 CONFIG_FILES = $CONFIG_FILES
18635 CONFIG_HEADERS = $CONFIG_HEADERS
18636 CONFIG_LINKS = $CONFIG_LINKS
18637 CONFIG_COMMANDS = $CONFIG_COMMANDS
18638 $ $0 $@
18640 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18643 _ACEOF
18645 case $ac_config_files in *"
18646 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18647 esac
18649 case $ac_config_headers in *"
18650 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18651 esac
18654 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18655 # Files that config.status was made for.
18656 config_files="$ac_config_files"
18657 config_headers="$ac_config_headers"
18658 config_links="$ac_config_links"
18659 config_commands="$ac_config_commands"
18661 _ACEOF
18663 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18664 ac_cs_usage="\
18665 \`$as_me' instantiates files and other configuration actions
18666 from templates according to the current configuration. Unless the files
18667 and actions are specified as TAGs, all are instantiated by default.
18669 Usage: $0 [OPTION]... [TAG]...
18671 -h, --help print this help, then exit
18672 -V, --version print version number and configuration settings, then exit
18673 --config print configuration, then exit
18674 -q, --quiet, --silent
18675 do not print progress messages
18676 -d, --debug don't remove temporary files
18677 --recheck update $as_me by reconfiguring in the same conditions
18678 --file=FILE[:TEMPLATE]
18679 instantiate the configuration file FILE
18680 --header=FILE[:TEMPLATE]
18681 instantiate the configuration header FILE
18683 Configuration files:
18684 $config_files
18686 Configuration headers:
18687 $config_headers
18689 Configuration links:
18690 $config_links
18692 Configuration commands:
18693 $config_commands
18695 Report bugs to <wine-devel@winehq.org>.
18696 Wine home page: <http://www.winehq.org>."
18698 _ACEOF
18699 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18700 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18701 ac_cs_version="\\
18702 Wine config.status 1.7.50
18703 configured by $0, generated by GNU Autoconf 2.69,
18704 with options \\"\$ac_cs_config\\"
18706 Copyright (C) 2012 Free Software Foundation, Inc.
18707 This config.status script is free software; the Free Software Foundation
18708 gives unlimited permission to copy, distribute and modify it."
18710 ac_pwd='$ac_pwd'
18711 srcdir='$srcdir'
18712 test -n "\$AWK" || AWK=awk
18713 _ACEOF
18715 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18716 # The default lists apply if the user does not specify any file.
18717 ac_need_defaults=:
18718 while test $# != 0
18720 case $1 in
18721 --*=?*)
18722 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18723 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18724 ac_shift=:
18726 --*=)
18727 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18728 ac_optarg=
18729 ac_shift=:
18732 ac_option=$1
18733 ac_optarg=$2
18734 ac_shift=shift
18736 esac
18738 case $ac_option in
18739 # Handling of the options.
18740 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18741 ac_cs_recheck=: ;;
18742 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18743 $as_echo "$ac_cs_version"; exit ;;
18744 --config | --confi | --conf | --con | --co | --c )
18745 $as_echo "$ac_cs_config"; exit ;;
18746 --debug | --debu | --deb | --de | --d | -d )
18747 debug=: ;;
18748 --file | --fil | --fi | --f )
18749 $ac_shift
18750 case $ac_optarg in
18751 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18752 '') as_fn_error $? "missing file argument" ;;
18753 esac
18754 as_fn_append CONFIG_FILES " '$ac_optarg'"
18755 ac_need_defaults=false;;
18756 --header | --heade | --head | --hea )
18757 $ac_shift
18758 case $ac_optarg in
18759 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18760 esac
18761 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18762 ac_need_defaults=false;;
18763 --he | --h)
18764 # Conflict between --help and --header
18765 as_fn_error $? "ambiguous option: \`$1'
18766 Try \`$0 --help' for more information.";;
18767 --help | --hel | -h )
18768 $as_echo "$ac_cs_usage"; exit ;;
18769 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18770 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18771 ac_cs_silent=: ;;
18773 # This is an error.
18774 -*) as_fn_error $? "unrecognized option: \`$1'
18775 Try \`$0 --help' for more information." ;;
18777 *) as_fn_append ac_config_targets " $1"
18778 ac_need_defaults=false ;;
18780 esac
18781 shift
18782 done
18784 ac_configure_extra_args=
18786 if $ac_cs_silent; then
18787 exec 6>/dev/null
18788 ac_configure_extra_args="$ac_configure_extra_args --silent"
18791 _ACEOF
18792 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18793 if \$ac_cs_recheck; then
18794 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18795 shift
18796 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18797 CONFIG_SHELL='$SHELL'
18798 export CONFIG_SHELL
18799 exec "\$@"
18802 _ACEOF
18803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18804 exec 5>>config.log
18806 echo
18807 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18808 ## Running $as_me. ##
18809 _ASBOX
18810 $as_echo "$ac_log"
18811 } >&5
18813 _ACEOF
18814 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18816 # INIT-COMMANDS
18818 wine_fn_output_makedep ()
18820 as_dir=tools; as_fn_mkdir_p
18821 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18823 wine_fn_output_makefile ()
18825 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18826 `cat $wine_rules_file`
18827 _WINE_EOF
18828 as_fn_error $? "could not create Makefile" "$LINENO" 5
18830 wine_fn_output_gitignore ()
18832 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18833 $GITIGNORE
18834 _WINE_EOF
18835 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18838 _ACEOF
18840 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18842 # Handling of arguments.
18843 for ac_config_target in $ac_config_targets
18845 case $ac_config_target in
18846 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18847 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18848 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18849 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18850 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18851 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18852 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18853 "po/LINGUAS") CONFIG_LINKS="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18854 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
18855 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18856 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
18857 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
18858 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18859 ".gitignore") CONFIG_COMMANDS="$CONFIG_COMMANDS .gitignore" ;;
18861 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18862 esac
18863 done
18866 # If the user did not use the arguments to specify the items to instantiate,
18867 # then the envvar interface is used. Set only those that are not.
18868 # We use the long form for the default assignment because of an extremely
18869 # bizarre bug on SunOS 4.1.3.
18870 if $ac_need_defaults; then
18871 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18872 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18873 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
18874 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18877 # Have a temporary directory for convenience. Make it in the build tree
18878 # simply because there is no reason against having it here, and in addition,
18879 # creating and moving files from /tmp can sometimes cause problems.
18880 # Hook for its removal unless debugging.
18881 # Note that there is a small window in which the directory will not be cleaned:
18882 # after its creation but before its name has been assigned to `$tmp'.
18883 $debug ||
18885 tmp= ac_tmp=
18886 trap 'exit_status=$?
18887 : "${ac_tmp:=$tmp}"
18888 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18890 trap 'as_fn_exit 1' 1 2 13 15
18892 # Create a (secure) tmp directory for tmp files.
18895 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18896 test -d "$tmp"
18897 } ||
18899 tmp=./conf$$-$RANDOM
18900 (umask 077 && mkdir "$tmp")
18901 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18902 ac_tmp=$tmp
18904 # Set up the scripts for CONFIG_FILES section.
18905 # No need to generate them if there are no CONFIG_FILES.
18906 # This happens for instance with `./config.status config.h'.
18907 if test -n "$CONFIG_FILES"; then
18910 ac_cr=`echo X | tr X '\015'`
18911 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18912 # But we know of no other shell where ac_cr would be empty at this
18913 # point, so we can use a bashism as a fallback.
18914 if test "x$ac_cr" = x; then
18915 eval ac_cr=\$\'\\r\'
18917 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18918 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18919 ac_cs_awk_cr='\\r'
18920 else
18921 ac_cs_awk_cr=$ac_cr
18924 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18925 _ACEOF
18929 echo "cat >conf$$subs.awk <<_ACEOF" &&
18930 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18931 echo "_ACEOF"
18932 } >conf$$subs.sh ||
18933 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18934 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18935 ac_delim='%!_!# '
18936 for ac_last_try in false false false false false :; do
18937 . ./conf$$subs.sh ||
18938 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18940 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18941 if test $ac_delim_n = $ac_delim_num; then
18942 break
18943 elif $ac_last_try; then
18944 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18945 else
18946 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18948 done
18949 rm -f conf$$subs.sh
18951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18952 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
18953 _ACEOF
18954 sed -n '
18956 s/^/S["/; s/!.*/"]=/
18959 s/^[^!]*!//
18960 :repl
18961 t repl
18962 s/'"$ac_delim"'$//
18963 t delim
18966 s/\(.\{148\}\)..*/\1/
18967 t more1
18968 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18971 b repl
18972 :more1
18973 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18976 s/.\{148\}//
18977 t nl
18978 :delim
18980 s/\(.\{148\}\)..*/\1/
18981 t more2
18982 s/["\\]/\\&/g; s/^/"/; s/$/"/
18985 :more2
18986 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18989 s/.\{148\}//
18990 t delim
18991 ' <conf$$subs.awk | sed '
18992 /^[^""]/{
18994 s/\n//
18996 ' >>$CONFIG_STATUS || ac_write_fail=1
18997 rm -f conf$$subs.awk
18998 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18999 _ACAWK
19000 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19001 for (key in S) S_is_set[key] = 1
19002 FS = "\a"
19006 line = $ 0
19007 nfields = split(line, field, "@")
19008 substed = 0
19009 len = length(field[1])
19010 for (i = 2; i < nfields; i++) {
19011 key = field[i]
19012 keylen = length(key)
19013 if (S_is_set[key]) {
19014 value = S[key]
19015 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19016 len += length(value) + length(field[++i])
19017 substed = 1
19018 } else
19019 len += 1 + keylen
19022 print line
19025 _ACAWK
19026 _ACEOF
19027 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19028 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19029 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19030 else
19032 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19033 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19034 _ACEOF
19036 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19037 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19038 # trailing colons and then remove the whole line if VPATH becomes empty
19039 # (actually we leave an empty line to preserve line numbers).
19040 if test "x$srcdir" = x.; then
19041 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19043 s///
19044 s/^/:/
19045 s/[ ]*$/:/
19046 s/:\$(srcdir):/:/g
19047 s/:\${srcdir}:/:/g
19048 s/:@srcdir@:/:/g
19049 s/^:*//
19050 s/:*$//
19052 s/\(=[ ]*\).*/\1/
19054 s/\n//
19055 s/^[^=]*=[ ]*$//
19059 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19060 fi # test -n "$CONFIG_FILES"
19062 # Set up the scripts for CONFIG_HEADERS section.
19063 # No need to generate them if there are no CONFIG_HEADERS.
19064 # This happens for instance with `./config.status Makefile'.
19065 if test -n "$CONFIG_HEADERS"; then
19066 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19067 BEGIN {
19068 _ACEOF
19070 # Transform confdefs.h into an awk script `defines.awk', embedded as
19071 # here-document in config.status, that substitutes the proper values into
19072 # config.h.in to produce config.h.
19074 # Create a delimiter string that does not exist in confdefs.h, to ease
19075 # handling of long lines.
19076 ac_delim='%!_!# '
19077 for ac_last_try in false false :; do
19078 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19079 if test -z "$ac_tt"; then
19080 break
19081 elif $ac_last_try; then
19082 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19083 else
19084 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19086 done
19088 # For the awk script, D is an array of macro values keyed by name,
19089 # likewise P contains macro parameters if any. Preserve backslash
19090 # newline sequences.
19092 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19093 sed -n '
19094 s/.\{148\}/&'"$ac_delim"'/g
19095 t rset
19096 :rset
19097 s/^[ ]*#[ ]*define[ ][ ]*/ /
19098 t def
19100 :def
19101 s/\\$//
19102 t bsnl
19103 s/["\\]/\\&/g
19104 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19105 D["\1"]=" \3"/p
19106 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19108 :bsnl
19109 s/["\\]/\\&/g
19110 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19111 D["\1"]=" \3\\\\\\n"\\/p
19112 t cont
19113 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19114 t cont
19116 :cont
19118 s/.\{148\}/&'"$ac_delim"'/g
19119 t clear
19120 :clear
19121 s/\\$//
19122 t bsnlc
19123 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19125 :bsnlc
19126 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19127 b cont
19128 ' <confdefs.h | sed '
19129 s/'"$ac_delim"'/"\\\
19130 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19132 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19133 for (key in D) D_is_set[key] = 1
19134 FS = "\a"
19136 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19137 line = \$ 0
19138 split(line, arg, " ")
19139 if (arg[1] == "#") {
19140 defundef = arg[2]
19141 mac1 = arg[3]
19142 } else {
19143 defundef = substr(arg[1], 2)
19144 mac1 = arg[2]
19146 split(mac1, mac2, "(") #)
19147 macro = mac2[1]
19148 prefix = substr(line, 1, index(line, defundef) - 1)
19149 if (D_is_set[macro]) {
19150 # Preserve the white space surrounding the "#".
19151 print prefix "define", macro P[macro] D[macro]
19152 next
19153 } else {
19154 # Replace #undef with comments. This is necessary, for example,
19155 # in the case of _POSIX_SOURCE, which is predefined and required
19156 # on some systems where configure will not decide to define it.
19157 if (defundef == "undef") {
19158 print "/*", prefix defundef, macro, "*/"
19159 next
19163 { print }
19164 _ACAWK
19165 _ACEOF
19166 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19167 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19168 fi # test -n "$CONFIG_HEADERS"
19171 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19172 shift
19173 for ac_tag
19175 case $ac_tag in
19176 :[FHLC]) ac_mode=$ac_tag; continue;;
19177 esac
19178 case $ac_mode$ac_tag in
19179 :[FHL]*:*);;
19180 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19181 :[FH]-) ac_tag=-:-;;
19182 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19183 esac
19184 ac_save_IFS=$IFS
19185 IFS=:
19186 set x $ac_tag
19187 IFS=$ac_save_IFS
19188 shift
19189 ac_file=$1
19190 shift
19192 case $ac_mode in
19193 :L) ac_source=$1;;
19194 :[FH])
19195 ac_file_inputs=
19196 for ac_f
19198 case $ac_f in
19199 -) ac_f="$ac_tmp/stdin";;
19200 *) # Look for the file first in the build tree, then in the source tree
19201 # (if the path is not absolute). The absolute path cannot be DOS-style,
19202 # because $ac_f cannot contain `:'.
19203 test -f "$ac_f" ||
19204 case $ac_f in
19205 [\\/$]*) false;;
19206 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19207 esac ||
19208 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19209 esac
19210 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19211 as_fn_append ac_file_inputs " '$ac_f'"
19212 done
19214 # Let's still pretend it is `configure' which instantiates (i.e., don't
19215 # use $as_me), people would be surprised to read:
19216 # /* config.h. Generated by config.status. */
19217 configure_input='Generated from '`
19218 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19219 `' by configure.'
19220 if test x"$ac_file" != x-; then
19221 configure_input="$ac_file. $configure_input"
19222 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19223 $as_echo "$as_me: creating $ac_file" >&6;}
19225 # Neutralize special characters interpreted by sed in replacement strings.
19226 case $configure_input in #(
19227 *\&* | *\|* | *\\* )
19228 ac_sed_conf_input=`$as_echo "$configure_input" |
19229 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19230 *) ac_sed_conf_input=$configure_input;;
19231 esac
19233 case $ac_tag in
19234 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19235 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19236 esac
19238 esac
19240 ac_dir=`$as_dirname -- "$ac_file" ||
19241 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19242 X"$ac_file" : 'X\(//\)[^/]' \| \
19243 X"$ac_file" : 'X\(//\)$' \| \
19244 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19245 $as_echo X"$ac_file" |
19246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19247 s//\1/
19250 /^X\(\/\/\)[^/].*/{
19251 s//\1/
19254 /^X\(\/\/\)$/{
19255 s//\1/
19258 /^X\(\/\).*/{
19259 s//\1/
19262 s/.*/./; q'`
19263 as_dir="$ac_dir"; as_fn_mkdir_p
19264 ac_builddir=.
19266 case "$ac_dir" in
19267 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19269 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19270 # A ".." for each directory in $ac_dir_suffix.
19271 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19272 case $ac_top_builddir_sub in
19273 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19274 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19275 esac ;;
19276 esac
19277 ac_abs_top_builddir=$ac_pwd
19278 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19279 # for backward compatibility:
19280 ac_top_builddir=$ac_top_build_prefix
19282 case $srcdir in
19283 .) # We are building in place.
19284 ac_srcdir=.
19285 ac_top_srcdir=$ac_top_builddir_sub
19286 ac_abs_top_srcdir=$ac_pwd ;;
19287 [\\/]* | ?:[\\/]* ) # Absolute name.
19288 ac_srcdir=$srcdir$ac_dir_suffix;
19289 ac_top_srcdir=$srcdir
19290 ac_abs_top_srcdir=$srcdir ;;
19291 *) # Relative name.
19292 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19293 ac_top_srcdir=$ac_top_build_prefix$srcdir
19294 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19295 esac
19296 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19299 case $ac_mode in
19302 # CONFIG_FILE
19305 _ACEOF
19307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19308 # If the template does not know about datarootdir, expand it.
19309 # FIXME: This hack should be removed a few years after 2.60.
19310 ac_datarootdir_hack=; ac_datarootdir_seen=
19311 ac_sed_dataroot='
19312 /datarootdir/ {
19316 /@datadir@/p
19317 /@docdir@/p
19318 /@infodir@/p
19319 /@localedir@/p
19320 /@mandir@/p'
19321 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19322 *datarootdir*) ac_datarootdir_seen=yes;;
19323 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19325 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19326 _ACEOF
19327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19328 ac_datarootdir_hack='
19329 s&@datadir@&$datadir&g
19330 s&@docdir@&$docdir&g
19331 s&@infodir@&$infodir&g
19332 s&@localedir@&$localedir&g
19333 s&@mandir@&$mandir&g
19334 s&\\\${datarootdir}&$datarootdir&g' ;;
19335 esac
19336 _ACEOF
19338 # Neutralize VPATH when `$srcdir' = `.'.
19339 # Shell code in configure.ac might set extrasub.
19340 # FIXME: do we really want to maintain this feature?
19341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19342 ac_sed_extra="$ac_vpsub
19343 $extrasub
19344 _ACEOF
19345 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19347 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19348 s|@configure_input@|$ac_sed_conf_input|;t t
19349 s&@top_builddir@&$ac_top_builddir_sub&;t t
19350 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19351 s&@srcdir@&$ac_srcdir&;t t
19352 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19353 s&@top_srcdir@&$ac_top_srcdir&;t t
19354 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19355 s&@builddir@&$ac_builddir&;t t
19356 s&@abs_builddir@&$ac_abs_builddir&;t t
19357 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19358 $ac_datarootdir_hack
19360 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19361 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19363 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19364 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19365 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19366 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19368 which seems to be undefined. Please make sure it is defined" >&5
19369 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19370 which seems to be undefined. Please make sure it is defined" >&2;}
19372 rm -f "$ac_tmp/stdin"
19373 case $ac_file in
19374 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19375 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19376 esac \
19377 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19381 # CONFIG_HEADER
19383 if test x"$ac_file" != x-; then
19385 $as_echo "/* $configure_input */" \
19386 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19387 } >"$ac_tmp/config.h" \
19388 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19389 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19390 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19391 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19392 else
19393 rm -f "$ac_file"
19394 mv "$ac_tmp/config.h" "$ac_file" \
19395 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19397 else
19398 $as_echo "/* $configure_input */" \
19399 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19400 || as_fn_error $? "could not create -" "$LINENO" 5
19405 # CONFIG_LINK
19408 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19410 else
19411 # Prefer the file from the source tree if names are identical.
19412 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19413 ac_source=$srcdir/$ac_source
19416 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19417 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19419 if test ! -r "$ac_source"; then
19420 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19422 rm -f "$ac_file"
19424 # Try a relative symlink, then a hard link, then a copy.
19425 case $ac_source in
19426 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19427 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19428 esac
19429 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19430 ln "$ac_source" "$ac_file" 2>/dev/null ||
19431 cp -p "$ac_source" "$ac_file" ||
19432 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19435 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19436 $as_echo "$as_me: executing $ac_file commands" >&6;}
19438 esac
19441 case $ac_file$ac_mode in
19442 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19443 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19444 "Makefile":C) wine_fn_output_makefile Makefile ;;
19445 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19447 esac
19448 done # for ac_tag
19451 as_fn_exit 0
19452 _ACEOF
19453 ac_clean_files=$ac_clean_files_save
19455 test $ac_write_fail = 0 ||
19456 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19459 # configure is writing to config.log, and then calls config.status.
19460 # config.status does its own redirection, appending to config.log.
19461 # Unfortunately, on DOS this fails, as config.log is still kept open
19462 # by configure, so config.status won't be able to write to it; its
19463 # output is simply discarded. So we exec the FD to /dev/null,
19464 # effectively closing config.log, so it can be properly (re)opened and
19465 # appended to by config.status. When coming back to configure, we
19466 # need to make the FD available again.
19467 if test "$no_create" != yes; then
19468 ac_cs_success=:
19469 ac_config_status_args=
19470 test "$silent" = yes &&
19471 ac_config_status_args="$ac_config_status_args --quiet"
19472 exec 5>/dev/null
19473 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19474 exec 5>>config.log
19475 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19476 # would make configure fail if this is the last instruction.
19477 $ac_cs_success || as_fn_exit 1
19479 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19481 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19485 if test "$no_create" = "yes"
19486 then
19487 exit 0
19490 ac_save_IFS="$IFS"
19491 if test "x$wine_notices != "x; then
19492 echo >&6
19493 IFS="|"
19494 for msg in $wine_notices; do
19495 IFS="$ac_save_IFS"
19496 if ${msg:+false} :; then :
19498 else
19499 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19500 $as_echo "$as_me: $msg" >&6;}
19502 done
19504 IFS="|"
19505 for msg in $wine_warnings; do
19506 IFS="$ac_save_IFS"
19507 if ${msg:+false} :; then :
19509 else
19510 echo >&2
19511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19512 $as_echo "$as_me: WARNING: $msg" >&2;}
19514 done
19515 IFS="$ac_save_IFS"
19517 $as_echo "
19518 $as_me: Finished. Do '${ac_make}' to compile Wine.
19519 " >&6