windowscodecs: Implement FlipRotator_GetResolution.
[wine/multimedia.git] / configure
blob5758297f9f49c0794014625db1e0640111a664ff
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for Wine 1.3.25.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 as_myself=
95 case $0 in #((
96 *[\\/]* ) as_myself=$0 ;;
97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
100 IFS=$as_save_IFS
101 test -z "$as_dir" && as_dir=.
102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 done
104 IFS=$as_save_IFS
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111 as_myself=$0
113 if test ! -f "$as_myself"; then
114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115 exit 1
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there. '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
139 if test "x$CONFIG_SHELL" = x; then
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 emulate sh
142 NULLCMD=:
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144 # is contrary to our usage. Disable this feature.
145 alias -g '\${1+\"\$@\"}'='\"\$@\"'
146 setopt NO_GLOB_SUBST
147 else
148 case \`(set -o) 2>/dev/null\` in #(
149 *posix*) :
150 set -o posix ;; #(
151 *) :
153 esac
156 as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
169 else
170 exitcode=1; echo positional parameters were not saved.
172 test x\$exitcode = x0 || exit 1"
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1"
178 if (eval "$as_required") 2>/dev/null; then :
179 as_have_required=yes
180 else
181 as_have_required=no
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
185 else
186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187 as_found=false
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
190 IFS=$as_save_IFS
191 test -z "$as_dir" && as_dir=.
192 as_found=:
193 case $as_dir in #(
195 for as_base in sh bash ksh sh5; do
196 # Try only shells that exist, to save several forks.
197 as_shell=$as_dir/$as_base
198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200 CONFIG_SHELL=$as_shell as_have_required=yes
201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202 break 2
205 done;;
206 esac
207 as_found=false
208 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211 CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; }
213 IFS=$as_save_IFS
216 if test "x$CONFIG_SHELL" != x; then :
217 # We cannot yet assume a decent shell, so we have to provide a
218 # neutralization value for shells without unset; and this also
219 # works around shells that cannot unset nonexistent variables.
220 # Preserve -v and -x to the replacement shell.
221 BASH_ENV=/dev/null
222 ENV=/dev/null
223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224 export CONFIG_SHELL
225 case $- in # ((((
226 *v*x* | *x*v* ) as_opts=-vx ;;
227 *v* ) as_opts=-v ;;
228 *x* ) as_opts=-x ;;
229 * ) as_opts= ;;
230 esac
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
234 if test x$as_have_required = xno; then :
235 $as_echo "$0: This script requires a shell more modern than all"
236 $as_echo "$0: the shells that I found on your system."
237 if test x${ZSH_VERSION+set} = xset ; then
238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240 else
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: wine-devel@winehq.org about your system, including any
243 $0: error possibly output before this message. Then install
244 $0: a modern shell, or manually run the script under such a
245 $0: shell if you do have one."
247 exit 1
251 SHELL=${CONFIG_SHELL-/bin/sh}
252 export SHELL
253 # Unset more variables known to interfere with behavior of common tools.
254 CLICOLOR_FORCE= GREP_OPTIONS=
255 unset CLICOLOR_FORCE GREP_OPTIONS
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
265 { eval $1=; unset $1;}
267 as_unset=as_fn_unset
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
274 return $1
275 } # as_fn_set_status
277 # as_fn_exit STATUS
278 # -----------------
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280 as_fn_exit ()
282 set +e
283 as_fn_set_status $1
284 exit $1
285 } # as_fn_exit
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
293 case $as_dir in #(
294 -*) as_dir=./$as_dir;;
295 esac
296 test -d "$as_dir" || eval $as_mkdir_p || {
297 as_dirs=
298 while :; do
299 case $as_dir in #(
300 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301 *) as_qdir=$as_dir;;
302 esac
303 as_dirs="'$as_qdir' $as_dirs"
304 as_dir=`$as_dirname -- "$as_dir" ||
305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306 X"$as_dir" : 'X\(//\)[^/]' \| \
307 X"$as_dir" : 'X\(//\)$' \| \
308 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309 $as_echo X"$as_dir" |
310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311 s//\1/
314 /^X\(\/\/\)[^/].*/{
315 s//\1/
318 /^X\(\/\/\)$/{
319 s//\1/
322 /^X\(\/\).*/{
323 s//\1/
326 s/.*/./; q'`
327 test -d "$as_dir" && break
328 done
329 test -z "$as_dirs" || eval "mkdir $as_dirs"
330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
333 } # as_fn_mkdir_p
334 # as_fn_append VAR VALUE
335 # ----------------------
336 # Append the text in VALUE to the end of the definition contained in VAR. Take
337 # advantage of any shell optimizations that allow amortized linear growth over
338 # repeated appends, instead of the typical quadratic growth present in naive
339 # implementations.
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341 eval 'as_fn_append ()
343 eval $1+=\$2
345 else
346 as_fn_append ()
348 eval $1=\$$1\$2
350 fi # as_fn_append
352 # as_fn_arith ARG...
353 # ------------------
354 # Perform arithmetic evaluation on the ARGs, and store the result in the
355 # global $as_val. Take advantage of shells that can avoid forks. The arguments
356 # must be portable across $(()) and expr.
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358 eval 'as_fn_arith ()
360 as_val=$(( $* ))
362 else
363 as_fn_arith ()
365 as_val=`expr "$@" || test $? -eq 1`
367 fi # as_fn_arith
370 # as_fn_error STATUS ERROR [LINENO LOG_FD]
371 # ----------------------------------------
372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374 # script with STATUS, using 1 if that was 0.
375 as_fn_error ()
377 as_status=$1; test $as_status -eq 0 && as_status=1
378 if test "$4"; then
379 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
382 $as_echo "$as_me: error: $2" >&2
383 as_fn_exit $as_status
384 } # as_fn_error
386 if expr a : '\(a\)' >/dev/null 2>&1 &&
387 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 as_expr=expr
389 else
390 as_expr=false
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 as_basename=basename
395 else
396 as_basename=false
399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_dirname=dirname
401 else
402 as_dirname=false
405 as_me=`$as_basename -- "$0" ||
406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407 X"$0" : 'X\(//\)$' \| \
408 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409 $as_echo X/"$0" |
410 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 s//\1/
414 /^X\/\(\/\/\)$/{
415 s//\1/
418 /^X\/\(\/\).*/{
419 s//\1/
422 s/.*/./; q'`
424 # Avoid depending upon Character Ranges.
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428 as_cr_digits='0123456789'
429 as_cr_alnum=$as_cr_Letters$as_cr_digits
432 as_lineno_1=$LINENO as_lineno_1a=$LINENO
433 as_lineno_2=$LINENO as_lineno_2a=$LINENO
434 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
437 sed -n '
439 /[$]LINENO/=
440 ' <$as_myself |
441 sed '
442 s/[$]LINENO.*/&-/
443 t lineno
445 :lineno
447 :loop
448 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449 t loop
450 s/-\n.*//
451 ' >$as_me.lineno &&
452 chmod +x "$as_me.lineno" ||
453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
455 # Don't try to exec as it changes $[0], causing all sort of problems
456 # (the dirname of $[0] is not the place where we might find the
457 # original and so on. Autoconf is especially sensitive to this).
458 . "./$as_me.lineno"
459 # Exit status is that of the last command.
460 exit
463 ECHO_C= ECHO_N= ECHO_T=
464 case `echo -n x` in #(((((
465 -n*)
466 case `echo 'xy\c'` in
467 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
468 xy) ECHO_C='\c';;
469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
470 ECHO_T=' ';;
471 esac;;
473 ECHO_N='-n';;
474 esac
476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478 rm -f conf$$.dir/conf$$.file
479 else
480 rm -f conf$$.dir
481 mkdir conf$$.dir 2>/dev/null
483 if (echo >conf$$.file) 2>/dev/null; then
484 if ln -s conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s='ln -s'
486 # ... but there are two gotchas:
487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489 # In both cases, we have to default to `cp -p'.
490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491 as_ln_s='cp -p'
492 elif ln conf$$.file conf$$ 2>/dev/null; then
493 as_ln_s=ln
494 else
495 as_ln_s='cp -p'
497 else
498 as_ln_s='cp -p'
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
503 if mkdir -p . 2>/dev/null; then
504 as_mkdir_p='mkdir -p "$as_dir"'
505 else
506 test -d ./-p && rmdir ./-p
507 as_mkdir_p=false
510 if test -x / >/dev/null 2>&1; then
511 as_test_x='test -x'
512 else
513 if ls -dL / >/dev/null 2>&1; then
514 as_ls_L_option=L
515 else
516 as_ls_L_option=
518 as_test_x='
519 eval sh -c '\''
520 if test -d "$1"; then
521 test -d "$1/.";
522 else
523 case $1 in #(
524 -*)set "./$1";;
525 esac;
526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527 ???[sx]*):;;*)false;;esac;fi
528 '\'' sh
531 as_executable_p=$as_test_x
533 # Sed expression to map a string onto a valid CPP name.
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
536 # Sed expression to map a string onto a valid variable name.
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
540 test -n "$DJDIR" || exec 7<&0 </dev/null
541 exec 6>&1
543 # Name of the host.
544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
545 # so uname gets run too.
546 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
549 # Initializations.
551 ac_default_prefix=/usr/local
552 ac_clean_files=
553 ac_config_libobj_dir=.
554 LIBOBJS=
555 cross_compiling=no
556 subdirs=
557 MFLAGS=
558 MAKEFLAGS=
560 # Identity of this package.
561 PACKAGE_NAME='Wine'
562 PACKAGE_TARNAME='wine'
563 PACKAGE_VERSION='1.3.25'
564 PACKAGE_STRING='Wine 1.3.25'
565 PACKAGE_BUGREPORT='wine-devel@winehq.org'
566 PACKAGE_URL='http://www.winehq.org'
568 ac_unique_file="server/atom.c"
569 # Factoring default headers for most tests.
570 ac_includes_default="\
571 #include <stdio.h>
572 #ifdef HAVE_SYS_TYPES_H
573 # include <sys/types.h>
574 #endif
575 #ifdef HAVE_SYS_STAT_H
576 # include <sys/stat.h>
577 #endif
578 #ifdef STDC_HEADERS
579 # include <stdlib.h>
580 # include <stddef.h>
581 #else
582 # ifdef HAVE_STDLIB_H
583 # include <stdlib.h>
584 # endif
585 #endif
586 #ifdef HAVE_STRING_H
587 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 # include <memory.h>
589 # endif
590 # include <string.h>
591 #endif
592 #ifdef HAVE_STRINGS_H
593 # include <strings.h>
594 #endif
595 #ifdef HAVE_INTTYPES_H
596 # include <inttypes.h>
597 #endif
598 #ifdef HAVE_STDINT_H
599 # include <stdint.h>
600 #endif
601 #ifdef HAVE_UNISTD_H
602 # include <unistd.h>
603 #endif"
605 ac_subst_vars='LTLIBOBJS
606 LIBOBJS
607 LINGUAS
608 ALL_TEST_RESOURCES
609 LDAPLIBS
610 LIBPOLL
611 LIBDL
612 EXTRA_BINARIES
613 MAIN_BINARY
614 SOCKETLIBS
615 CRTLIBS
616 TOOLSEXT
617 LDPATH
618 UNWINDFLAGS
619 BUILTINFLAG
620 EXTRACFLAGS
621 LIBKSTAT
622 LIBOPENAL
623 LIBMPG123
624 PNGINCL
625 FONTCONFIGINCL
626 CUPSINCL
627 OSS4INCL
628 ALSALIBS
629 GSTREAMER_INCL
630 GSTREAMER_LIBS
631 LIBGETTEXTPO
632 ZLIB
633 FREETYPEINCL
634 FREETYPELIBS
635 ft_devel
636 LCMSLIBS
637 RESOLVLIBS
638 GPHOTO2INCL
639 GPHOTO2LIBS
640 gphoto2port_devel
641 gphoto2_devel
642 SANEINCL
643 sane_devel
644 GNUTLSINCL
645 HALINCL
646 XSLTINCL
647 XML2INCL
648 XML2LIBS
649 X_EXTRA_LIBS
650 X_LIBS
651 X_PRE_LIBS
652 X_CFLAGS
653 XMKMF
654 LIBPTHREAD
655 CROSSTARGET
656 CROSSCC
657 CROSSTEST_DISABLE
658 PRELINK
659 CARBONLIB
660 QUICKTIMELIB
661 LIBOPENCL
662 FRAMEWORK_OPENAL
663 COREAUDIO
664 SECURITYLIB
665 DISKARBITRATIONLIB
666 LDEXECFLAGS
667 APPLICATIONSERVICESLIB
668 IOKITLIB
669 COREFOUNDATIONLIB
670 DLLWRAP
671 DLLTOOL
673 LDRPATH_LOCAL
674 LDRPATH_INSTALL
675 IMPLIBEXT
676 LIBEXT
677 LDDLLFLAGS
678 LDSHARED
679 DLLFLAGS
680 DLLEXT
682 OPENGL_LIBS
683 XLIB
684 MAINTAINER_MODE
685 ICOTOOL
686 CONVERT
687 RSVG
688 PKG_CONFIG
689 FONTFORGE
690 LINTFLAGS
691 LINT
692 INSTALL_DATA
693 INSTALL_SCRIPT
694 INSTALL_PROGRAM
695 LDCONFIG
696 EGREP
697 GREP
698 LN_S
699 RANLIB
700 ARFLAGS
701 ac_ct_AR
703 BISON
704 FLEX
705 TOOLSDIR
706 WOW64_DISABLE
707 TARGETFLAGS
708 CPPBIN
709 ac_ct_CXX
710 CXXFLAGS
712 OBJEXT
713 EXEEXT
714 ac_ct_CC
715 CPPFLAGS
716 LDFLAGS
717 CFLAGS
719 SET_MAKE
720 host_os
721 host_vendor
722 host_cpu
723 host
724 build_os
725 build_vendor
726 build_cpu
727 build
728 target_alias
729 host_alias
730 build_alias
731 LIBS
732 ECHO_T
733 ECHO_N
734 ECHO_C
735 DEFS
736 mandir
737 localedir
738 libdir
739 psdir
740 pdfdir
741 dvidir
742 htmldir
743 infodir
744 docdir
745 oldincludedir
746 includedir
747 localstatedir
748 sharedstatedir
749 sysconfdir
750 datadir
751 datarootdir
752 libexecdir
753 sbindir
754 bindir
755 program_transform_name
756 prefix
757 exec_prefix
758 PACKAGE_URL
759 PACKAGE_BUGREPORT
760 PACKAGE_STRING
761 PACKAGE_VERSION
762 PACKAGE_TARNAME
763 PACKAGE_NAME
764 PATH_SEPARATOR
765 SHELL'
766 ac_subst_files='MAKE_RULES
767 MAKE_TEST_RULES
768 MAKE_DLL_RULES
769 MAKE_IMPLIB_RULES
770 MAKE_PROG_RULES'
771 ac_user_opts='
772 enable_option_checking
773 enable_win16
774 enable_win64
775 enable_tests
776 enable_maintainer_mode
777 with_alsa
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_fontconfig
784 with_freetype
785 with_gettextpo
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_gstreamer
791 with_hal
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_openal
796 with_opencl
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_tiff
804 with_v4l
805 with_xcomposite
806 with_xcursor
807 with_xinerama
808 with_xinput
809 with_xinput2
810 with_xml
811 with_xrandr
812 with_xrender
813 with_xshape
814 with_xshm
815 with_xslt
816 with_xxf86vm
817 with_zlib
818 with_wine_tools
819 with_wine64
820 enable_largefile
821 with_x
823 ac_precious_vars='build_alias
824 host_alias
825 target_alias
827 CFLAGS
828 LDFLAGS
829 LIBS
830 CPPFLAGS
832 CXXFLAGS
835 XMKMF'
838 # Initialize some variables set by options.
839 ac_init_help=
840 ac_init_version=false
841 ac_unrecognized_opts=
842 ac_unrecognized_sep=
843 # The variables have the same names as the options, with
844 # dashes changed to underlines.
845 cache_file=/dev/null
846 exec_prefix=NONE
847 no_create=
848 no_recursion=
849 prefix=NONE
850 program_prefix=NONE
851 program_suffix=NONE
852 program_transform_name=s,x,x,
853 silent=
854 site=
855 srcdir=
856 verbose=
857 x_includes=NONE
858 x_libraries=NONE
860 # Installation directory options.
861 # These are left unexpanded so users can "make install exec_prefix=/foo"
862 # and all the variables that are supposed to be based on exec_prefix
863 # by default will actually change.
864 # Use braces instead of parens because sh, perl, etc. also accept them.
865 # (The list follows the same order as the GNU Coding Standards.)
866 bindir='${exec_prefix}/bin'
867 sbindir='${exec_prefix}/sbin'
868 libexecdir='${exec_prefix}/libexec'
869 datarootdir='${prefix}/share'
870 datadir='${datarootdir}'
871 sysconfdir='${prefix}/etc'
872 sharedstatedir='${prefix}/com'
873 localstatedir='${prefix}/var'
874 includedir='${prefix}/include'
875 oldincludedir='/usr/include'
876 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877 infodir='${datarootdir}/info'
878 htmldir='${docdir}'
879 dvidir='${docdir}'
880 pdfdir='${docdir}'
881 psdir='${docdir}'
882 libdir='${exec_prefix}/lib'
883 localedir='${datarootdir}/locale'
884 mandir='${datarootdir}/man'
886 ac_prev=
887 ac_dashdash=
888 for ac_option
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
892 eval $ac_prev=\$ac_option
893 ac_prev=
894 continue
897 case $ac_option in
898 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *=) ac_optarg= ;;
900 *) ac_optarg=yes ;;
901 esac
903 # Accept the important Cygnus configure options, so we can diagnose typos.
905 case $ac_dashdash$ac_option in
907 ac_dashdash=yes ;;
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
912 bindir=$ac_optarg ;;
914 -build | --build | --buil | --bui | --bu)
915 ac_prev=build_alias ;;
916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
917 build_alias=$ac_optarg ;;
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
924 cache_file=$ac_optarg ;;
926 --config-cache | -C)
927 cache_file=config.cache ;;
929 -datadir | --datadir | --datadi | --datad)
930 ac_prev=datadir ;;
931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
932 datadir=$ac_optarg ;;
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
941 -disable-* | --disable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error $? "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
967 -enable-* | --enable-*)
968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
969 # Reject names that are not valid shell variable names.
970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
971 as_fn_error $? "invalid feature name: $ac_useropt"
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
976 "enable_$ac_useropt"
977 "*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
980 esac
981 eval enable_$ac_useropt=\$ac_optarg ;;
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
990 exec_prefix=$ac_optarg ;;
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
1003 -host | --host | --hos | --ho)
1004 ac_prev=host_alias ;;
1005 -host=* | --host=* | --hos=* | --ho=*)
1006 host_alias=$ac_optarg ;;
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
1019 includedir=$ac_optarg ;;
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1024 infodir=$ac_optarg ;;
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1029 libdir=$ac_optarg ;;
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
1036 libexecdir=$ac_optarg ;;
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
1044 | --localstate | --localstat | --localsta | --localst | --locals)
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1048 localstatedir=$ac_optarg ;;
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1053 mandir=$ac_optarg ;;
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1060 | --no-cr | --no-c | -n)
1061 no_create=yes ;;
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1074 oldincludedir=$ac_optarg ;;
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1079 prefix=$ac_optarg ;;
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1086 program_prefix=$ac_optarg ;;
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1093 program_suffix=$ac_optarg ;;
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
1110 program_transform_name=$ac_optarg ;;
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
1130 sbindir=$ac_optarg ;;
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
1141 sharedstatedir=$ac_optarg ;;
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
1146 site=$ac_optarg ;;
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1151 srcdir=$ac_optarg ;;
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1158 sysconfdir=$ac_optarg ;;
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
1161 ac_prev=target_alias ;;
1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1163 target_alias=$ac_optarg ;;
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
1171 -with-* | --with-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error $? "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=\$ac_optarg ;;
1187 -without-* | --without-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error $? "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1212 x_includes=$ac_optarg ;;
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1219 x_libraries=$ac_optarg ;;
1221 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1222 Try \`$0 --help' for more information"
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
1230 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1231 esac
1232 eval $ac_envvar=\$ac_optarg
1233 export $ac_envvar ;;
1236 # FIXME: should be removed in autoconf 3.0.
1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1240 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1243 esac
1244 done
1246 if test -n "$ac_prev"; then
1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1248 as_fn_error $? "missing argument to $ac_option"
1251 if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
1254 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1256 esac
1259 # Check all directory arguments for consistency.
1260 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
1267 case $ac_val in
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
1271 esac
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
1277 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1278 done
1280 # There might be people who depend on the old broken behavior: `$host'
1281 # used to hold the argument of --host etc.
1282 # FIXME: To remove some day.
1283 build=$build_alias
1284 host=$host_alias
1285 target=$target_alias
1287 # FIXME: To remove some day.
1288 if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
1291 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1292 If a cross compiler is detected then cross compile mode will be used" >&2
1293 elif test "x$build_alias" != "x$host_alias"; then
1294 cross_compiling=yes
1298 ac_tool_prefix=
1299 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301 test "$silent" = yes && exec 6>/dev/null
1304 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1305 ac_ls_di=`ls -di .` &&
1306 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1307 as_fn_error $? "working directory cannot be determined"
1308 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1309 as_fn_error $? "pwd does not report name of working directory"
1312 # Find the source files, if location was not specified.
1313 if test -z "$srcdir"; then
1314 ac_srcdir_defaulted=yes
1315 # Try the directory containing this script, then the parent directory.
1316 ac_confdir=`$as_dirname -- "$as_myself" ||
1317 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1318 X"$as_myself" : 'X\(//\)[^/]' \| \
1319 X"$as_myself" : 'X\(//\)$' \| \
1320 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1321 $as_echo X"$as_myself" |
1322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1323 s//\1/
1326 /^X\(\/\/\)[^/].*/{
1327 s//\1/
1330 /^X\(\/\/\)$/{
1331 s//\1/
1334 /^X\(\/\).*/{
1335 s//\1/
1338 s/.*/./; q'`
1339 srcdir=$ac_confdir
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 srcdir=..
1343 else
1344 ac_srcdir_defaulted=no
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1348 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1350 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1351 ac_abs_confdir=`(
1352 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1353 pwd)`
1354 # When building in place, set srcdir=.
1355 if test "$ac_abs_confdir" = "$ac_pwd"; then
1356 srcdir=.
1358 # Remove unnecessary trailing slashes from srcdir.
1359 # Double slashes in file names in object file debugging info
1360 # mess up M-x gdb in Emacs.
1361 case $srcdir in
1362 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1363 esac
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1372 # Report the --help message.
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures Wine 1.3.25 to adapt to many kinds of systems.
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1385 Defaults for the options are specified in brackets.
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking ...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1409 For better control, use the options below.
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1433 cat <<\_ACEOF
1435 X features:
1436 --x-includes=DIR X include files are in DIR
1437 --x-libraries=DIR X library files are in DIR
1439 System types:
1440 --build=BUILD configure for building on BUILD [guessed]
1441 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1442 _ACEOF
1445 if test -n "$ac_init_help"; then
1446 case $ac_init_help in
1447 short | recursive ) echo "Configuration of Wine 1.3.25:";;
1448 esac
1449 cat <<\_ACEOF
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --disable-win16 do not include Win16 support
1456 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1457 binaries)
1458 --disable-tests do not build the regression tests
1459 --enable-maintainer-mode
1460 enable maintainer-specific build rules
1461 --disable-largefile omit support for large files
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --without-alsa do not use the Alsa sound support
1467 --without-capi do not use CAPI (ISDN support)
1468 --without-cms do not use CMS (color management support)
1469 --without-coreaudio do not use the CoreAudio sound support
1470 --without-cups do not use CUPS
1471 --without-curses do not use (n)curses
1472 --without-fontconfig do not use fontconfig
1473 --without-freetype do not use the FreeType library
1474 --without-gettextpo do not use the GetTextPO library
1475 --without-gphoto do not use gphoto (Digital Camera support)
1476 --without-glu do not use the GLU library
1477 --without-gnutls do not use GnuTLS (schannel support)
1478 --without-gsm do not use libgsm (GSM 06.10 codec support)
1479 --without-gstreamer do not use GStreamer (codecs support)
1480 --without-hal do not use HAL (dynamic device support)
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-openal do not use OpenAL
1485 --without-opencl do not use OpenCL
1486 --without-opengl do not use OpenGL
1487 --without-openssl do not use OpenSSL
1488 --without-oss do not use the OSS sound support
1489 --without-png do not use PNG
1490 --without-pthread do not use the pthread library
1491 --without-sane do not use SANE (scanner support)
1492 --without-tiff do not use TIFF
1493 --without-v4l do not use v4l1 (v4l support)
1494 --without-xcomposite do not use the Xcomposite extension
1495 --without-xcursor do not use the Xcursor extension
1496 --without-xinerama do not use Xinerama (multi-monitor support)
1497 --without-xinput do not use the Xinput extension
1498 --without-xinput2 do not use the Xinput 2 extension
1499 --without-xml do not use XML
1500 --without-xrandr do not use Xrandr (resolution changes)
1501 --without-xrender do not use the Xrender extension
1502 --without-xshape do not use the Xshape extension
1503 --without-xshm do not use XShm (shared memory extension)
1504 --without-xslt do not use XSLT
1505 --without-xxf86vm do not use XFree video mode extension
1506 --without-zlib do not use Zlib (data compression)
1507 --with-wine-tools=DIR use Wine tools from directory DIR
1508 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1509 --with-x use the X Window System
1511 Some influential environment variables:
1512 CC C compiler command
1513 CFLAGS C compiler flags
1514 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1515 nonstandard directory <lib dir>
1516 LIBS libraries to pass to the linker, e.g. -l<library>
1517 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1518 you have headers in a nonstandard directory <include dir>
1519 CXX C++ compiler command
1520 CXXFLAGS C++ compiler flags
1521 CPP C preprocessor
1522 XMKMF Path to xmkmf, Makefile generator for X Window System
1524 Use these variables to override the choices made by `configure' or to help
1525 it to find libraries and programs with nonstandard names/locations.
1527 Report bugs to <wine-devel@winehq.org>.
1528 Wine home page: <http://www.winehq.org>.
1529 _ACEOF
1530 ac_status=$?
1533 if test "$ac_init_help" = "recursive"; then
1534 # If there are subdirs, report their specific --help.
1535 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1536 test -d "$ac_dir" ||
1537 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1538 continue
1539 ac_builddir=.
1541 case "$ac_dir" in
1542 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1544 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1545 # A ".." for each directory in $ac_dir_suffix.
1546 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1547 case $ac_top_builddir_sub in
1548 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1550 esac ;;
1551 esac
1552 ac_abs_top_builddir=$ac_pwd
1553 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1554 # for backward compatibility:
1555 ac_top_builddir=$ac_top_build_prefix
1557 case $srcdir in
1558 .) # We are building in place.
1559 ac_srcdir=.
1560 ac_top_srcdir=$ac_top_builddir_sub
1561 ac_abs_top_srcdir=$ac_pwd ;;
1562 [\\/]* | ?:[\\/]* ) # Absolute name.
1563 ac_srcdir=$srcdir$ac_dir_suffix;
1564 ac_top_srcdir=$srcdir
1565 ac_abs_top_srcdir=$srcdir ;;
1566 *) # Relative name.
1567 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1568 ac_top_srcdir=$ac_top_build_prefix$srcdir
1569 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1570 esac
1571 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1573 cd "$ac_dir" || { ac_status=$?; continue; }
1574 # Check for guested configure.
1575 if test -f "$ac_srcdir/configure.gnu"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1578 elif test -f "$ac_srcdir/configure"; then
1579 echo &&
1580 $SHELL "$ac_srcdir/configure" --help=recursive
1581 else
1582 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1583 fi || ac_status=$?
1584 cd "$ac_pwd" || { ac_status=$?; break; }
1585 done
1588 test -n "$ac_init_help" && exit $ac_status
1589 if $ac_init_version; then
1590 cat <<\_ACEOF
1591 Wine configure 1.3.25
1592 generated by GNU Autoconf 2.68
1594 Copyright (C) 2010 Free Software Foundation, Inc.
1595 This configure script is free software; the Free Software Foundation
1596 gives unlimited permission to copy, distribute and modify it.
1597 _ACEOF
1598 exit
1601 ## ------------------------ ##
1602 ## Autoconf initialization. ##
1603 ## ------------------------ ##
1605 # ac_fn_c_try_compile LINENO
1606 # --------------------------
1607 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1608 ac_fn_c_try_compile ()
1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1611 rm -f conftest.$ac_objext
1612 if { { ac_try="$ac_compile"
1613 case "(($ac_try" in
1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1616 esac
1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618 $as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_compile") 2>conftest.err
1620 ac_status=$?
1621 if test -s conftest.err; then
1622 grep -v '^ *+' conftest.err >conftest.er1
1623 cat conftest.er1 >&5
1624 mv -f conftest.er1 conftest.err
1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1627 test $ac_status = 0; } && {
1628 test -z "$ac_c_werror_flag" ||
1629 test ! -s conftest.err
1630 } && test -s conftest.$ac_objext; then :
1631 ac_retval=0
1632 else
1633 $as_echo "$as_me: failed program was:" >&5
1634 sed 's/^/| /' conftest.$ac_ext >&5
1636 ac_retval=1
1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 as_fn_set_status $ac_retval
1641 } # ac_fn_c_try_compile
1643 # ac_fn_cxx_try_compile LINENO
1644 # ----------------------------
1645 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1646 ac_fn_cxx_try_compile ()
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 rm -f conftest.$ac_objext
1650 if { { ac_try="$ac_compile"
1651 case "(($ac_try" in
1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1654 esac
1655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656 $as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_compile") 2>conftest.err
1658 ac_status=$?
1659 if test -s conftest.err; then
1660 grep -v '^ *+' conftest.err >conftest.er1
1661 cat conftest.er1 >&5
1662 mv -f conftest.er1 conftest.err
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; } && {
1666 test -z "$ac_cxx_werror_flag" ||
1667 test ! -s conftest.err
1668 } && test -s conftest.$ac_objext; then :
1669 ac_retval=0
1670 else
1671 $as_echo "$as_me: failed program was:" >&5
1672 sed 's/^/| /' conftest.$ac_ext >&5
1674 ac_retval=1
1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1677 as_fn_set_status $ac_retval
1679 } # ac_fn_cxx_try_compile
1681 # ac_fn_c_try_link LINENO
1682 # -----------------------
1683 # Try to link conftest.$ac_ext, and return whether this succeeded.
1684 ac_fn_c_try_link ()
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 rm -f conftest.$ac_objext conftest$ac_exeext
1688 if { { ac_try="$ac_link"
1689 case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692 esac
1693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694 $as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_link") 2>conftest.err
1696 ac_status=$?
1697 if test -s conftest.err; then
1698 grep -v '^ *+' conftest.err >conftest.er1
1699 cat conftest.er1 >&5
1700 mv -f conftest.er1 conftest.err
1702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1703 test $ac_status = 0; } && {
1704 test -z "$ac_c_werror_flag" ||
1705 test ! -s conftest.err
1706 } && test -s conftest$ac_exeext && {
1707 test "$cross_compiling" = yes ||
1708 $as_test_x conftest$ac_exeext
1709 }; then :
1710 ac_retval=0
1711 else
1712 $as_echo "$as_me: failed program was:" >&5
1713 sed 's/^/| /' conftest.$ac_ext >&5
1715 ac_retval=1
1717 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1718 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1719 # interfere with the next link command; also delete a directory that is
1720 # left behind by Apple's compiler. We do this before executing the actions.
1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1723 as_fn_set_status $ac_retval
1725 } # ac_fn_c_try_link
1727 # ac_fn_c_try_cpp LINENO
1728 # ----------------------
1729 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1730 ac_fn_c_try_cpp ()
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if { { ac_try="$ac_cpp conftest.$ac_ext"
1734 case "(($ac_try" in
1735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1736 *) ac_try_echo=$ac_try;;
1737 esac
1738 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739 $as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1741 ac_status=$?
1742 if test -s conftest.err; then
1743 grep -v '^ *+' conftest.err >conftest.er1
1744 cat conftest.er1 >&5
1745 mv -f conftest.er1 conftest.err
1747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1748 test $ac_status = 0; } > conftest.i && {
1749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1750 test ! -s conftest.err
1751 }; then :
1752 ac_retval=0
1753 else
1754 $as_echo "$as_me: failed program was:" >&5
1755 sed 's/^/| /' conftest.$ac_ext >&5
1757 ac_retval=1
1759 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1760 as_fn_set_status $ac_retval
1762 } # ac_fn_c_try_cpp
1764 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1765 # -------------------------------------------------------
1766 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1767 # the include files in INCLUDES and setting the cache variable VAR
1768 # accordingly.
1769 ac_fn_c_check_header_mongrel ()
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 if eval \${$3+:} false; then :
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1774 $as_echo_n "checking for $2... " >&6; }
1775 if eval \${$3+:} false; then :
1776 $as_echo_n "(cached) " >&6
1778 eval ac_res=\$$3
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1780 $as_echo "$ac_res" >&6; }
1781 else
1782 # Is the header compilable?
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1784 $as_echo_n "checking $2 usability... " >&6; }
1785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1786 /* end confdefs.h. */
1788 #include <$2>
1789 _ACEOF
1790 if ac_fn_c_try_compile "$LINENO"; then :
1791 ac_header_compiler=yes
1792 else
1793 ac_header_compiler=no
1795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1797 $as_echo "$ac_header_compiler" >&6; }
1799 # Is the header present?
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1801 $as_echo_n "checking $2 presence... " >&6; }
1802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803 /* end confdefs.h. */
1804 #include <$2>
1805 _ACEOF
1806 if ac_fn_c_try_cpp "$LINENO"; then :
1807 ac_header_preproc=yes
1808 else
1809 ac_header_preproc=no
1811 rm -f conftest.err conftest.i conftest.$ac_ext
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1813 $as_echo "$ac_header_preproc" >&6; }
1815 # So? What about this header?
1816 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1817 yes:no: )
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1819 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1821 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1823 no:yes:* )
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1825 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1827 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1829 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1831 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1833 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1834 ( $as_echo "## ------------------------------------ ##
1835 ## Report this to wine-devel@winehq.org ##
1836 ## ------------------------------------ ##"
1837 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 esac
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841 $as_echo_n "checking for $2... " >&6; }
1842 if eval \${$3+:} false; then :
1843 $as_echo_n "(cached) " >&6
1844 else
1845 eval "$3=\$ac_header_compiler"
1847 eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1853 } # ac_fn_c_check_header_mongrel
1855 # ac_fn_c_try_run LINENO
1856 # ----------------------
1857 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1858 # that executables *can* be run.
1859 ac_fn_c_try_run ()
1861 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1862 if { { ac_try="$ac_link"
1863 case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_link") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1873 { { case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876 esac
1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878 $as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_try") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; }; }; then :
1883 ac_retval=0
1884 else
1885 $as_echo "$as_me: program exited with status $ac_status" >&5
1886 $as_echo "$as_me: failed program was:" >&5
1887 sed 's/^/| /' conftest.$ac_ext >&5
1889 ac_retval=$ac_status
1891 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1892 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1893 as_fn_set_status $ac_retval
1895 } # ac_fn_c_try_run
1897 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1898 # -------------------------------------------------------
1899 # Tests whether HEADER exists and can be compiled using the include files in
1900 # INCLUDES, setting the cache variable VAR accordingly.
1901 ac_fn_c_check_header_compile ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if eval \${$3+:} false; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1926 } # ac_fn_c_check_header_compile
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func ()
1933 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if eval \${$3+:} false; then :
1937 $as_echo_n "(cached) " >&6
1938 else
1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1950 #ifdef __STDC__
1951 # include <limits.h>
1952 #else
1953 # include <assert.h>
1954 #endif
1956 #undef $2
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1961 #ifdef __cplusplus
1962 extern "C"
1963 #endif
1964 char $2 ();
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1969 choke me
1970 #endif
1973 main ()
1975 return $2 ();
1977 return 0;
1979 _ACEOF
1980 if ac_fn_c_try_link "$LINENO"; then :
1981 eval "$3=yes"
1982 else
1983 eval "$3=no"
1985 rm -f core conftest.err conftest.$ac_objext \
1986 conftest$ac_exeext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1993 } # ac_fn_c_check_func
1995 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1996 # ----------------------------------------------------
1997 # Tries to find if the field MEMBER exists in type AGGR, after including
1998 # INCLUDES, setting cache variable VAR accordingly.
1999 ac_fn_c_check_member ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2003 $as_echo_n "checking for $2.$3... " >&6; }
2004 if eval \${$4+:} false; then :
2005 $as_echo_n "(cached) " >&6
2006 else
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h. */
2011 main ()
2013 static $2 ac_aggr;
2014 if (ac_aggr.$3)
2015 return 0;
2017 return 0;
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021 eval "$4=yes"
2022 else
2023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2024 /* end confdefs.h. */
2027 main ()
2029 static $2 ac_aggr;
2030 if (sizeof ac_aggr.$3)
2031 return 0;
2033 return 0;
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 eval "$4=yes"
2038 else
2039 eval "$4=no"
2041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 eval ac_res=\$$4
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2047 $as_echo "$ac_res" >&6; }
2048 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2050 } # ac_fn_c_check_member
2052 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2053 # -------------------------------------------
2054 # Tests whether TYPE exists after having included INCLUDES, setting cache
2055 # variable VAR accordingly.
2056 ac_fn_c_check_type ()
2058 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2060 $as_echo_n "checking for $2... " >&6; }
2061 if eval \${$3+:} false; then :
2062 $as_echo_n "(cached) " >&6
2063 else
2064 eval "$3=no"
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof ($2))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2082 main ()
2084 if (sizeof (($2)))
2085 return 0;
2087 return 0;
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2092 else
2093 eval "$3=yes"
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 eval ac_res=\$$3
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2101 $as_echo "$ac_res" >&6; }
2102 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2104 } # ac_fn_c_check_type
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by Wine $as_me 1.3.25, which was
2110 generated by GNU Autoconf 2.68. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 $as_echo "## ---------------- ##
2221 ## Cache variables. ##
2222 ## ---------------- ##"
2223 echo
2224 # The following way of writing the cache mishandles newlines in values,
2226 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2227 eval ac_val=\$$ac_var
2228 case $ac_val in #(
2229 *${as_nl}*)
2230 case $ac_var in #(
2231 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2232 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2233 esac
2234 case $ac_var in #(
2235 _ | IFS | as_nl) ;; #(
2236 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2237 *) { eval $ac_var=; unset $ac_var;} ;;
2238 esac ;;
2239 esac
2240 done
2241 (set) 2>&1 |
2242 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2243 *${as_nl}ac_space=\ *)
2244 sed -n \
2245 "s/'\''/'\''\\\\'\'''\''/g;
2246 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2247 ;; #(
2249 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2251 esac |
2252 sort
2254 echo
2256 $as_echo "## ----------------- ##
2257 ## Output variables. ##
2258 ## ----------------- ##"
2259 echo
2260 for ac_var in $ac_subst_vars
2262 eval ac_val=\$$ac_var
2263 case $ac_val in
2264 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2265 esac
2266 $as_echo "$ac_var='\''$ac_val'\''"
2267 done | sort
2268 echo
2270 if test -n "$ac_subst_files"; then
2271 $as_echo "## ------------------- ##
2272 ## File substitutions. ##
2273 ## ------------------- ##"
2274 echo
2275 for ac_var in $ac_subst_files
2277 eval ac_val=\$$ac_var
2278 case $ac_val in
2279 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280 esac
2281 $as_echo "$ac_var='\''$ac_val'\''"
2282 done | sort
2283 echo
2286 if test -s confdefs.h; then
2287 $as_echo "## ----------- ##
2288 ## confdefs.h. ##
2289 ## ----------- ##"
2290 echo
2291 cat confdefs.h
2292 echo
2294 test "$ac_signal" != 0 &&
2295 $as_echo "$as_me: caught signal $ac_signal"
2296 $as_echo "$as_me: exit $exit_status"
2297 } >&5
2298 rm -f core *.core core.conftest.* &&
2299 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2300 exit $exit_status
2302 for ac_signal in 1 2 13 15; do
2303 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2304 done
2305 ac_signal=0
2307 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2308 rm -f -r conftest* confdefs.h
2310 $as_echo "/* confdefs.h */" > confdefs.h
2312 # Predefined preprocessor variables.
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_NAME "$PACKAGE_NAME"
2316 _ACEOF
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_STRING "$PACKAGE_STRING"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_URL "$PACKAGE_URL"
2336 _ACEOF
2339 # Let the site file select an alternate cache file if it wants to.
2340 # Prefer an explicitly selected file to automatically selected ones.
2341 ac_site_file1=NONE
2342 ac_site_file2=NONE
2343 if test -n "$CONFIG_SITE"; then
2344 # We do not want a PATH search for config.site.
2345 case $CONFIG_SITE in #((
2346 -*) ac_site_file1=./$CONFIG_SITE;;
2347 */*) ac_site_file1=$CONFIG_SITE;;
2348 *) ac_site_file1=./$CONFIG_SITE;;
2349 esac
2350 elif test "x$prefix" != xNONE; then
2351 ac_site_file1=$prefix/share/config.site
2352 ac_site_file2=$prefix/etc/config.site
2353 else
2354 ac_site_file1=$ac_default_prefix/share/config.site
2355 ac_site_file2=$ac_default_prefix/etc/config.site
2357 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2359 test "x$ac_site_file" = xNONE && continue
2360 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2362 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2363 sed 's/^/| /' "$ac_site_file" >&5
2364 . "$ac_site_file" \
2365 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2366 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2367 as_fn_error $? "failed to load site script $ac_site_file
2368 See \`config.log' for more details" "$LINENO" 5; }
2370 done
2372 if test -r "$cache_file"; then
2373 # Some versions of bash will fail to source /dev/null (special files
2374 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2375 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2377 $as_echo "$as_me: loading cache $cache_file" >&6;}
2378 case $cache_file in
2379 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2380 *) . "./$cache_file";;
2381 esac
2383 else
2384 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2385 $as_echo "$as_me: creating cache $cache_file" >&6;}
2386 >$cache_file
2389 # Check that the precious variables saved in the cache have kept the same
2390 # value.
2391 ac_cache_corrupted=false
2392 for ac_var in $ac_precious_vars; do
2393 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2394 eval ac_new_set=\$ac_env_${ac_var}_set
2395 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2396 eval ac_new_val=\$ac_env_${ac_var}_value
2397 case $ac_old_set,$ac_new_set in
2398 set,)
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2400 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2401 ac_cache_corrupted=: ;;
2402 ,set)
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2404 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2405 ac_cache_corrupted=: ;;
2406 ,);;
2408 if test "x$ac_old_val" != "x$ac_new_val"; then
2409 # differences in whitespace do not lead to failure.
2410 ac_old_val_w=`echo x $ac_old_val`
2411 ac_new_val_w=`echo x $ac_new_val`
2412 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2414 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2415 ac_cache_corrupted=:
2416 else
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2418 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2419 eval $ac_var=\$ac_old_val
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2422 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2424 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2425 fi;;
2426 esac
2427 # Pass precious variables to config.status.
2428 if test "$ac_new_set" = set; then
2429 case $ac_new_val in
2430 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2431 *) ac_arg=$ac_var=$ac_new_val ;;
2432 esac
2433 case " $ac_configure_args " in
2434 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2435 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2436 esac
2438 done
2439 if $ac_cache_corrupted; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2441 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2443 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2444 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2446 ## -------------------- ##
2447 ## Main body of script. ##
2448 ## -------------------- ##
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2458 ac_config_headers="$ac_config_headers include/config.h"
2460 ac_aux_dir=
2461 for ac_dir in tools "$srcdir"/tools; do
2462 if test -f "$ac_dir/install-sh"; then
2463 ac_aux_dir=$ac_dir
2464 ac_install_sh="$ac_aux_dir/install-sh -c"
2465 break
2466 elif test -f "$ac_dir/install.sh"; then
2467 ac_aux_dir=$ac_dir
2468 ac_install_sh="$ac_aux_dir/install.sh -c"
2469 break
2470 elif test -f "$ac_dir/shtool"; then
2471 ac_aux_dir=$ac_dir
2472 ac_install_sh="$ac_aux_dir/shtool install -c"
2473 break
2475 done
2476 if test -z "$ac_aux_dir"; then
2477 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2480 # These three variables are undocumented and unsupported,
2481 # and are intended to be withdrawn in a future Autoconf release.
2482 # They can cause serious problems if a builder's source tree is in a directory
2483 # whose full name contains unusual characters.
2484 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2485 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2486 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2492 # Check whether --enable-win16 was given.
2493 if test "${enable_win16+set}" = set; then :
2494 enableval=$enable_win16;
2497 # Check whether --enable-win64 was given.
2498 if test "${enable_win64+set}" = set; then :
2499 enableval=$enable_win64;
2502 # Check whether --enable-tests was given.
2503 if test "${enable_tests+set}" = set; then :
2504 enableval=$enable_tests;
2507 # Check whether --enable-maintainer-mode was given.
2508 if test "${enable_maintainer_mode+set}" = set; then :
2509 enableval=$enable_maintainer_mode;
2514 # Check whether --with-alsa was given.
2515 if test "${with_alsa+set}" = set; then :
2516 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2520 # Check whether --with-capi was given.
2521 if test "${with_capi+set}" = set; then :
2522 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2526 # Check whether --with-cms was given.
2527 if test "${with_cms+set}" = set; then :
2528 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2532 # Check whether --with-coreaudio was given.
2533 if test "${with_coreaudio+set}" = set; then :
2534 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2538 # Check whether --with-cups was given.
2539 if test "${with_cups+set}" = set; then :
2540 withval=$with_cups;
2544 # Check whether --with-curses was given.
2545 if test "${with_curses+set}" = set; then :
2546 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2550 # Check whether --with-fontconfig was given.
2551 if test "${with_fontconfig+set}" = set; then :
2552 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2556 # Check whether --with-freetype was given.
2557 if test "${with_freetype+set}" = set; then :
2558 withval=$with_freetype;
2562 # Check whether --with-gettextpo was given.
2563 if test "${with_gettextpo+set}" = set; then :
2564 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2568 # Check whether --with-gphoto was given.
2569 if test "${with_gphoto+set}" = set; then :
2570 withval=$with_gphoto;
2574 # Check whether --with-glu was given.
2575 if test "${with_glu+set}" = set; then :
2576 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2580 # Check whether --with-gnutls was given.
2581 if test "${with_gnutls+set}" = set; then :
2582 withval=$with_gnutls;
2586 # Check whether --with-gsm was given.
2587 if test "${with_gsm+set}" = set; then :
2588 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2592 # Check whether --with-gstreamer was given.
2593 if test "${with_gstreamer+set}" = set; then :
2594 withval=$with_gstreamer;
2598 # Check whether --with-hal was given.
2599 if test "${with_hal+set}" = set; then :
2600 withval=$with_hal;
2604 # Check whether --with-jpeg was given.
2605 if test "${with_jpeg+set}" = set; then :
2606 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2610 # Check whether --with-ldap was given.
2611 if test "${with_ldap+set}" = set; then :
2612 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2616 # Check whether --with-mpg123 was given.
2617 if test "${with_mpg123+set}" = set; then :
2618 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2622 # Check whether --with-openal was given.
2623 if test "${with_openal+set}" = set; then :
2624 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2628 # Check whether --with-opencl was given.
2629 if test "${with_opencl+set}" = set; then :
2630 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2634 # Check whether --with-opengl was given.
2635 if test "${with_opengl+set}" = set; then :
2636 withval=$with_opengl;
2640 # Check whether --with-openssl was given.
2641 if test "${with_openssl+set}" = set; then :
2642 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2646 # Check whether --with-oss was given.
2647 if test "${with_oss+set}" = set; then :
2648 withval=$with_oss;
2652 # Check whether --with-png was given.
2653 if test "${with_png+set}" = set; then :
2654 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2658 # Check whether --with-pthread was given.
2659 if test "${with_pthread+set}" = set; then :
2660 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2664 # Check whether --with-sane was given.
2665 if test "${with_sane+set}" = set; then :
2666 withval=$with_sane;
2670 # Check whether --with-tiff was given.
2671 if test "${with_tiff+set}" = set; then :
2672 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2676 # Check whether --with-v4l was given.
2677 if test "${with_v4l+set}" = set; then :
2678 withval=$with_v4l;
2682 # Check whether --with-xcomposite was given.
2683 if test "${with_xcomposite+set}" = set; then :
2684 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2688 # Check whether --with-xcursor was given.
2689 if test "${with_xcursor+set}" = set; then :
2690 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2694 # Check whether --with-xinerama was given.
2695 if test "${with_xinerama+set}" = set; then :
2696 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2700 # Check whether --with-xinput was given.
2701 if test "${with_xinput+set}" = set; then :
2702 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2706 # Check whether --with-xinput2 was given.
2707 if test "${with_xinput2+set}" = set; then :
2708 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
2712 # Check whether --with-xml was given.
2713 if test "${with_xml+set}" = set; then :
2714 withval=$with_xml;
2718 # Check whether --with-xrandr was given.
2719 if test "${with_xrandr+set}" = set; then :
2720 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2724 # Check whether --with-xrender was given.
2725 if test "${with_xrender+set}" = set; then :
2726 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2730 # Check whether --with-xshape was given.
2731 if test "${with_xshape+set}" = set; then :
2732 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2736 # Check whether --with-xshm was given.
2737 if test "${with_xshm+set}" = set; then :
2738 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2742 # Check whether --with-xslt was given.
2743 if test "${with_xslt+set}" = set; then :
2744 withval=$with_xslt;
2748 # Check whether --with-xxf86vm was given.
2749 if test "${with_xxf86vm+set}" = set; then :
2750 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
2754 # Check whether --with-zlib was given.
2755 if test "${with_zlib+set}" = set; then :
2756 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
2761 # Check whether --with-wine-tools was given.
2762 if test "${with_wine_tools+set}" = set; then :
2763 withval=$with_wine_tools;
2767 # Check whether --with-wine64 was given.
2768 if test "${with_wine64+set}" = set; then :
2769 withval=$with_wine64;
2773 # Make sure we can run config.sub.
2774 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2775 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2778 $as_echo_n "checking build system type... " >&6; }
2779 if ${ac_cv_build+:} false; then :
2780 $as_echo_n "(cached) " >&6
2781 else
2782 ac_build_alias=$build_alias
2783 test "x$ac_build_alias" = x &&
2784 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2785 test "x$ac_build_alias" = x &&
2786 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2787 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2788 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2792 $as_echo "$ac_cv_build" >&6; }
2793 case $ac_cv_build in
2794 *-*-*) ;;
2795 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2796 esac
2797 build=$ac_cv_build
2798 ac_save_IFS=$IFS; IFS='-'
2799 set x $ac_cv_build
2800 shift
2801 build_cpu=$1
2802 build_vendor=$2
2803 shift; shift
2804 # Remember, the first character of IFS is used to create $*,
2805 # except with old shells:
2806 build_os=$*
2807 IFS=$ac_save_IFS
2808 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2812 $as_echo_n "checking host system type... " >&6; }
2813 if ${ac_cv_host+:} false; then :
2814 $as_echo_n "(cached) " >&6
2815 else
2816 if test "x$host_alias" = x; then
2817 ac_cv_host=$ac_cv_build
2818 else
2819 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2820 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2825 $as_echo "$ac_cv_host" >&6; }
2826 case $ac_cv_host in
2827 *-*-*) ;;
2828 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2829 esac
2830 host=$ac_cv_host
2831 ac_save_IFS=$IFS; IFS='-'
2832 set x $ac_cv_host
2833 shift
2834 host_cpu=$1
2835 host_vendor=$2
2836 shift; shift
2837 # Remember, the first character of IFS is used to create $*,
2838 # except with old shells:
2839 host_os=$*
2840 IFS=$ac_save_IFS
2841 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2845 case "$srcdir" in
2846 .) ;;
2847 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2848 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2849 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2850 fi ;;
2851 esac
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2855 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2856 set x ${MAKE-make}
2857 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2858 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2859 $as_echo_n "(cached) " >&6
2860 else
2861 cat >conftest.make <<\_ACEOF
2862 SHELL = /bin/sh
2863 all:
2864 @echo '@@@%%%=$(MAKE)=@@@%%%'
2865 _ACEOF
2866 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2867 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2868 *@@@%%%=?*=@@@%%%*)
2869 eval ac_cv_prog_make_${ac_make}_set=yes;;
2871 eval ac_cv_prog_make_${ac_make}_set=no;;
2872 esac
2873 rm -f conftest.make
2875 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2877 $as_echo "yes" >&6; }
2878 SET_MAKE=
2879 else
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2881 $as_echo "no" >&6; }
2882 SET_MAKE="MAKE=${MAKE-make}"
2885 ac_ext=c
2886 ac_cpp='$CPP $CPPFLAGS'
2887 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2888 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2889 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2890 if test -n "$ac_tool_prefix"; then
2891 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2892 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2894 $as_echo_n "checking for $ac_word... " >&6; }
2895 if ${ac_cv_prog_CC+:} false; then :
2896 $as_echo_n "(cached) " >&6
2897 else
2898 if test -n "$CC"; then
2899 ac_cv_prog_CC="$CC" # Let the user override the test.
2900 else
2901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2902 for as_dir in $PATH
2904 IFS=$as_save_IFS
2905 test -z "$as_dir" && as_dir=.
2906 for ac_exec_ext in '' $ac_executable_extensions; do
2907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2908 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2910 break 2
2912 done
2913 done
2914 IFS=$as_save_IFS
2918 CC=$ac_cv_prog_CC
2919 if test -n "$CC"; then
2920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2921 $as_echo "$CC" >&6; }
2922 else
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2924 $as_echo "no" >&6; }
2929 if test -z "$ac_cv_prog_CC"; then
2930 ac_ct_CC=$CC
2931 # Extract the first word of "gcc", so it can be a program name with args.
2932 set dummy gcc; ac_word=$2
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2934 $as_echo_n "checking for $ac_word... " >&6; }
2935 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2936 $as_echo_n "(cached) " >&6
2937 else
2938 if test -n "$ac_ct_CC"; then
2939 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2940 else
2941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2942 for as_dir in $PATH
2944 IFS=$as_save_IFS
2945 test -z "$as_dir" && as_dir=.
2946 for ac_exec_ext in '' $ac_executable_extensions; do
2947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2948 ac_cv_prog_ac_ct_CC="gcc"
2949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2950 break 2
2952 done
2953 done
2954 IFS=$as_save_IFS
2958 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2959 if test -n "$ac_ct_CC"; then
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2961 $as_echo "$ac_ct_CC" >&6; }
2962 else
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2964 $as_echo "no" >&6; }
2967 if test "x$ac_ct_CC" = x; then
2968 CC=""
2969 else
2970 case $cross_compiling:$ac_tool_warned in
2971 yes:)
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2973 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2974 ac_tool_warned=yes ;;
2975 esac
2976 CC=$ac_ct_CC
2978 else
2979 CC="$ac_cv_prog_CC"
2982 if test -z "$CC"; then
2983 if test -n "$ac_tool_prefix"; then
2984 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2985 set dummy ${ac_tool_prefix}cc; ac_word=$2
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2987 $as_echo_n "checking for $ac_word... " >&6; }
2988 if ${ac_cv_prog_CC+:} false; then :
2989 $as_echo_n "(cached) " >&6
2990 else
2991 if test -n "$CC"; then
2992 ac_cv_prog_CC="$CC" # Let the user override the test.
2993 else
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 for as_dir in $PATH
2997 IFS=$as_save_IFS
2998 test -z "$as_dir" && as_dir=.
2999 for ac_exec_ext in '' $ac_executable_extensions; do
3000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3001 ac_cv_prog_CC="${ac_tool_prefix}cc"
3002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3003 break 2
3005 done
3006 done
3007 IFS=$as_save_IFS
3011 CC=$ac_cv_prog_CC
3012 if test -n "$CC"; then
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3014 $as_echo "$CC" >&6; }
3015 else
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3017 $as_echo "no" >&6; }
3023 if test -z "$CC"; then
3024 # Extract the first word of "cc", so it can be a program name with args.
3025 set dummy cc; ac_word=$2
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3027 $as_echo_n "checking for $ac_word... " >&6; }
3028 if ${ac_cv_prog_CC+:} false; then :
3029 $as_echo_n "(cached) " >&6
3030 else
3031 if test -n "$CC"; then
3032 ac_cv_prog_CC="$CC" # Let the user override the test.
3033 else
3034 ac_prog_rejected=no
3035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036 for as_dir in $PATH
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 for ac_exec_ext in '' $ac_executable_extensions; do
3041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3042 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3043 ac_prog_rejected=yes
3044 continue
3046 ac_cv_prog_CC="cc"
3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3048 break 2
3050 done
3051 done
3052 IFS=$as_save_IFS
3054 if test $ac_prog_rejected = yes; then
3055 # We found a bogon in the path, so make sure we never use it.
3056 set dummy $ac_cv_prog_CC
3057 shift
3058 if test $# != 0; then
3059 # We chose a different compiler from the bogus one.
3060 # However, it has the same basename, so the bogon will be chosen
3061 # first if we set CC to just the basename; use the full file name.
3062 shift
3063 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3068 CC=$ac_cv_prog_CC
3069 if test -n "$CC"; then
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3071 $as_echo "$CC" >&6; }
3072 else
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3074 $as_echo "no" >&6; }
3079 if test -z "$CC"; then
3080 if test -n "$ac_tool_prefix"; then
3081 for ac_prog in cl.exe
3083 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3084 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3086 $as_echo_n "checking for $ac_word... " >&6; }
3087 if ${ac_cv_prog_CC+:} false; then :
3088 $as_echo_n "(cached) " >&6
3089 else
3090 if test -n "$CC"; then
3091 ac_cv_prog_CC="$CC" # Let the user override the test.
3092 else
3093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3094 for as_dir in $PATH
3096 IFS=$as_save_IFS
3097 test -z "$as_dir" && as_dir=.
3098 for ac_exec_ext in '' $ac_executable_extensions; do
3099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3100 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3102 break 2
3104 done
3105 done
3106 IFS=$as_save_IFS
3110 CC=$ac_cv_prog_CC
3111 if test -n "$CC"; then
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3113 $as_echo "$CC" >&6; }
3114 else
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3116 $as_echo "no" >&6; }
3120 test -n "$CC" && break
3121 done
3123 if test -z "$CC"; then
3124 ac_ct_CC=$CC
3125 for ac_prog in cl.exe
3127 # Extract the first word of "$ac_prog", so it can be a program name with args.
3128 set dummy $ac_prog; ac_word=$2
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3130 $as_echo_n "checking for $ac_word... " >&6; }
3131 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3132 $as_echo_n "(cached) " >&6
3133 else
3134 if test -n "$ac_ct_CC"; then
3135 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3136 else
3137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3138 for as_dir in $PATH
3140 IFS=$as_save_IFS
3141 test -z "$as_dir" && as_dir=.
3142 for ac_exec_ext in '' $ac_executable_extensions; do
3143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3144 ac_cv_prog_ac_ct_CC="$ac_prog"
3145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3146 break 2
3148 done
3149 done
3150 IFS=$as_save_IFS
3154 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3155 if test -n "$ac_ct_CC"; then
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3157 $as_echo "$ac_ct_CC" >&6; }
3158 else
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3160 $as_echo "no" >&6; }
3164 test -n "$ac_ct_CC" && break
3165 done
3167 if test "x$ac_ct_CC" = x; then
3168 CC=""
3169 else
3170 case $cross_compiling:$ac_tool_warned in
3171 yes:)
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3173 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3174 ac_tool_warned=yes ;;
3175 esac
3176 CC=$ac_ct_CC
3183 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3184 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3185 as_fn_error $? "no acceptable C compiler found in \$PATH
3186 See \`config.log' for more details" "$LINENO" 5; }
3188 # Provide some information about the compiler.
3189 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3190 set X $ac_compile
3191 ac_compiler=$2
3192 for ac_option in --version -v -V -qversion; do
3193 { { ac_try="$ac_compiler $ac_option >&5"
3194 case "(($ac_try" in
3195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3196 *) ac_try_echo=$ac_try;;
3197 esac
3198 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3199 $as_echo "$ac_try_echo"; } >&5
3200 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3201 ac_status=$?
3202 if test -s conftest.err; then
3203 sed '10a\
3204 ... rest of stderr output deleted ...
3205 10q' conftest.err >conftest.er1
3206 cat conftest.er1 >&5
3208 rm -f conftest.er1 conftest.err
3209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3210 test $ac_status = 0; }
3211 done
3213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3214 /* end confdefs.h. */
3217 main ()
3221 return 0;
3223 _ACEOF
3224 ac_clean_files_save=$ac_clean_files
3225 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3226 # Try to create an executable without -o first, disregard a.out.
3227 # It will help us diagnose broken compilers, and finding out an intuition
3228 # of exeext.
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3230 $as_echo_n "checking whether the C compiler works... " >&6; }
3231 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3233 # The possible output files:
3234 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3236 ac_rmfiles=
3237 for ac_file in $ac_files
3239 case $ac_file in
3240 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3241 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3242 esac
3243 done
3244 rm -f $ac_rmfiles
3246 if { { ac_try="$ac_link_default"
3247 case "(($ac_try" in
3248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3249 *) ac_try_echo=$ac_try;;
3250 esac
3251 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3252 $as_echo "$ac_try_echo"; } >&5
3253 (eval "$ac_link_default") 2>&5
3254 ac_status=$?
3255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3256 test $ac_status = 0; }; then :
3257 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3258 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3259 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3260 # so that the user can short-circuit this test for compilers unknown to
3261 # Autoconf.
3262 for ac_file in $ac_files ''
3264 test -f "$ac_file" || continue
3265 case $ac_file in
3266 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3268 [ab].out )
3269 # We found the default executable, but exeext='' is most
3270 # certainly right.
3271 break;;
3272 *.* )
3273 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3274 then :; else
3275 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3277 # We set ac_cv_exeext here because the later test for it is not
3278 # safe: cross compilers may not add the suffix if given an `-o'
3279 # argument, so we may need to know it at that point already.
3280 # Even if this section looks crufty: it has the advantage of
3281 # actually working.
3282 break;;
3284 break;;
3285 esac
3286 done
3287 test "$ac_cv_exeext" = no && ac_cv_exeext=
3289 else
3290 ac_file=''
3292 if test -z "$ac_file"; then :
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3294 $as_echo "no" >&6; }
3295 $as_echo "$as_me: failed program was:" >&5
3296 sed 's/^/| /' conftest.$ac_ext >&5
3298 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3299 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3300 as_fn_error 77 "C compiler cannot create executables
3301 See \`config.log' for more details" "$LINENO" 5; }
3302 else
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3304 $as_echo "yes" >&6; }
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3307 $as_echo_n "checking for C compiler default output file name... " >&6; }
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3309 $as_echo "$ac_file" >&6; }
3310 ac_exeext=$ac_cv_exeext
3312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3313 ac_clean_files=$ac_clean_files_save
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3315 $as_echo_n "checking for suffix of executables... " >&6; }
3316 if { { ac_try="$ac_link"
3317 case "(($ac_try" in
3318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3319 *) ac_try_echo=$ac_try;;
3320 esac
3321 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3322 $as_echo "$ac_try_echo"; } >&5
3323 (eval "$ac_link") 2>&5
3324 ac_status=$?
3325 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3326 test $ac_status = 0; }; then :
3327 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3328 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3329 # work properly (i.e., refer to `conftest.exe'), while it won't with
3330 # `rm'.
3331 for ac_file in conftest.exe conftest conftest.*; do
3332 test -f "$ac_file" || continue
3333 case $ac_file in
3334 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3335 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3336 break;;
3337 * ) break;;
3338 esac
3339 done
3340 else
3341 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3343 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3344 See \`config.log' for more details" "$LINENO" 5; }
3346 rm -f conftest conftest$ac_cv_exeext
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3348 $as_echo "$ac_cv_exeext" >&6; }
3350 rm -f conftest.$ac_ext
3351 EXEEXT=$ac_cv_exeext
3352 ac_exeext=$EXEEXT
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354 /* end confdefs.h. */
3355 #include <stdio.h>
3357 main ()
3359 FILE *f = fopen ("conftest.out", "w");
3360 return ferror (f) || fclose (f) != 0;
3363 return 0;
3365 _ACEOF
3366 ac_clean_files="$ac_clean_files conftest.out"
3367 # Check that the compiler produces executables we can run. If not, either
3368 # the compiler is broken, or we cross compile.
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3370 $as_echo_n "checking whether we are cross compiling... " >&6; }
3371 if test "$cross_compiling" != yes; then
3372 { { ac_try="$ac_link"
3373 case "(($ac_try" in
3374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3375 *) ac_try_echo=$ac_try;;
3376 esac
3377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3378 $as_echo "$ac_try_echo"; } >&5
3379 (eval "$ac_link") 2>&5
3380 ac_status=$?
3381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3382 test $ac_status = 0; }
3383 if { ac_try='./conftest$ac_cv_exeext'
3384 { { case "(($ac_try" in
3385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3386 *) ac_try_echo=$ac_try;;
3387 esac
3388 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3389 $as_echo "$ac_try_echo"; } >&5
3390 (eval "$ac_try") 2>&5
3391 ac_status=$?
3392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3393 test $ac_status = 0; }; }; then
3394 cross_compiling=no
3395 else
3396 if test "$cross_compiling" = maybe; then
3397 cross_compiling=yes
3398 else
3399 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3400 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3401 as_fn_error $? "cannot run C compiled programs.
3402 If you meant to cross compile, use \`--host'.
3403 See \`config.log' for more details" "$LINENO" 5; }
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3408 $as_echo "$cross_compiling" >&6; }
3410 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3411 ac_clean_files=$ac_clean_files_save
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3413 $as_echo_n "checking for suffix of object files... " >&6; }
3414 if ${ac_cv_objext+:} false; then :
3415 $as_echo_n "(cached) " >&6
3416 else
3417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3418 /* end confdefs.h. */
3421 main ()
3425 return 0;
3427 _ACEOF
3428 rm -f conftest.o conftest.obj
3429 if { { ac_try="$ac_compile"
3430 case "(($ac_try" in
3431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3432 *) ac_try_echo=$ac_try;;
3433 esac
3434 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3435 $as_echo "$ac_try_echo"; } >&5
3436 (eval "$ac_compile") 2>&5
3437 ac_status=$?
3438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3439 test $ac_status = 0; }; then :
3440 for ac_file in conftest.o conftest.obj conftest.*; do
3441 test -f "$ac_file" || continue;
3442 case $ac_file in
3443 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3444 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3445 break;;
3446 esac
3447 done
3448 else
3449 $as_echo "$as_me: failed program was:" >&5
3450 sed 's/^/| /' conftest.$ac_ext >&5
3452 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3453 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3454 as_fn_error $? "cannot compute suffix of object files: cannot compile
3455 See \`config.log' for more details" "$LINENO" 5; }
3457 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3460 $as_echo "$ac_cv_objext" >&6; }
3461 OBJEXT=$ac_cv_objext
3462 ac_objext=$OBJEXT
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3464 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3465 if ${ac_cv_c_compiler_gnu+:} false; then :
3466 $as_echo_n "(cached) " >&6
3467 else
3468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3469 /* end confdefs.h. */
3472 main ()
3474 #ifndef __GNUC__
3475 choke me
3476 #endif
3479 return 0;
3481 _ACEOF
3482 if ac_fn_c_try_compile "$LINENO"; then :
3483 ac_compiler_gnu=yes
3484 else
3485 ac_compiler_gnu=no
3487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3488 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3492 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3493 if test $ac_compiler_gnu = yes; then
3494 GCC=yes
3495 else
3496 GCC=
3498 ac_test_CFLAGS=${CFLAGS+set}
3499 ac_save_CFLAGS=$CFLAGS
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3501 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3502 if ${ac_cv_prog_cc_g+:} false; then :
3503 $as_echo_n "(cached) " >&6
3504 else
3505 ac_save_c_werror_flag=$ac_c_werror_flag
3506 ac_c_werror_flag=yes
3507 ac_cv_prog_cc_g=no
3508 CFLAGS="-g"
3509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510 /* end confdefs.h. */
3513 main ()
3517 return 0;
3519 _ACEOF
3520 if ac_fn_c_try_compile "$LINENO"; then :
3521 ac_cv_prog_cc_g=yes
3522 else
3523 CFLAGS=""
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3537 else
3538 ac_c_werror_flag=$ac_save_c_werror_flag
3539 CFLAGS="-g"
3540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3541 /* end confdefs.h. */
3544 main ()
3548 return 0;
3550 _ACEOF
3551 if ac_fn_c_try_compile "$LINENO"; then :
3552 ac_cv_prog_cc_g=yes
3554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 ac_c_werror_flag=$ac_save_c_werror_flag
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3562 $as_echo "$ac_cv_prog_cc_g" >&6; }
3563 if test "$ac_test_CFLAGS" = set; then
3564 CFLAGS=$ac_save_CFLAGS
3565 elif test $ac_cv_prog_cc_g = yes; then
3566 if test "$GCC" = yes; then
3567 CFLAGS="-g -O2"
3568 else
3569 CFLAGS="-g"
3571 else
3572 if test "$GCC" = yes; then
3573 CFLAGS="-O2"
3574 else
3575 CFLAGS=
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3579 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3580 if ${ac_cv_prog_cc_c89+:} false; then :
3581 $as_echo_n "(cached) " >&6
3582 else
3583 ac_cv_prog_cc_c89=no
3584 ac_save_CC=$CC
3585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3586 /* end confdefs.h. */
3587 #include <stdarg.h>
3588 #include <stdio.h>
3589 #include <sys/types.h>
3590 #include <sys/stat.h>
3591 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3592 struct buf { int x; };
3593 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3594 static char *e (p, i)
3595 char **p;
3596 int i;
3598 return p[i];
3600 static char *f (char * (*g) (char **, int), char **p, ...)
3602 char *s;
3603 va_list v;
3604 va_start (v,p);
3605 s = g (p, va_arg (v,int));
3606 va_end (v);
3607 return s;
3610 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3611 function prototypes and stuff, but not '\xHH' hex character constants.
3612 These don't provoke an error unfortunately, instead are silently treated
3613 as 'x'. The following induces an error, until -std is added to get
3614 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3615 array size at least. It's necessary to write '\x00'==0 to get something
3616 that's true only with -std. */
3617 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3619 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3620 inside strings and character constants. */
3621 #define FOO(x) 'x'
3622 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3624 int test (int i, double x);
3625 struct s1 {int (*f) (int a);};
3626 struct s2 {int (*f) (double a);};
3627 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3628 int argc;
3629 char **argv;
3631 main ()
3633 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3635 return 0;
3637 _ACEOF
3638 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3639 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3641 CC="$ac_save_CC $ac_arg"
3642 if ac_fn_c_try_compile "$LINENO"; then :
3643 ac_cv_prog_cc_c89=$ac_arg
3645 rm -f core conftest.err conftest.$ac_objext
3646 test "x$ac_cv_prog_cc_c89" != "xno" && break
3647 done
3648 rm -f conftest.$ac_ext
3649 CC=$ac_save_CC
3652 # AC_CACHE_VAL
3653 case "x$ac_cv_prog_cc_c89" in
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3656 $as_echo "none needed" >&6; } ;;
3657 xno)
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3659 $as_echo "unsupported" >&6; } ;;
3661 CC="$CC $ac_cv_prog_cc_c89"
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3663 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3664 esac
3665 if test "x$ac_cv_prog_cc_c89" != xno; then :
3669 ac_ext=c
3670 ac_cpp='$CPP $CPPFLAGS'
3671 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3672 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3673 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3675 ac_ext=cpp
3676 ac_cpp='$CXXCPP $CPPFLAGS'
3677 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3680 if test -z "$CXX"; then
3681 if test -n "$CCC"; then
3682 CXX=$CCC
3683 else
3684 if test -n "$ac_tool_prefix"; then
3685 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3687 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3688 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3690 $as_echo_n "checking for $ac_word... " >&6; }
3691 if ${ac_cv_prog_CXX+:} false; then :
3692 $as_echo_n "(cached) " >&6
3693 else
3694 if test -n "$CXX"; then
3695 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3696 else
3697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3698 for as_dir in $PATH
3700 IFS=$as_save_IFS
3701 test -z "$as_dir" && as_dir=.
3702 for ac_exec_ext in '' $ac_executable_extensions; do
3703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3704 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3706 break 2
3708 done
3709 done
3710 IFS=$as_save_IFS
3714 CXX=$ac_cv_prog_CXX
3715 if test -n "$CXX"; then
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3717 $as_echo "$CXX" >&6; }
3718 else
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3720 $as_echo "no" >&6; }
3724 test -n "$CXX" && break
3725 done
3727 if test -z "$CXX"; then
3728 ac_ct_CXX=$CXX
3729 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3731 # Extract the first word of "$ac_prog", so it can be a program name with args.
3732 set dummy $ac_prog; ac_word=$2
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3734 $as_echo_n "checking for $ac_word... " >&6; }
3735 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3736 $as_echo_n "(cached) " >&6
3737 else
3738 if test -n "$ac_ct_CXX"; then
3739 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3740 else
3741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3742 for as_dir in $PATH
3744 IFS=$as_save_IFS
3745 test -z "$as_dir" && as_dir=.
3746 for ac_exec_ext in '' $ac_executable_extensions; do
3747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3748 ac_cv_prog_ac_ct_CXX="$ac_prog"
3749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3750 break 2
3752 done
3753 done
3754 IFS=$as_save_IFS
3758 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3759 if test -n "$ac_ct_CXX"; then
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3761 $as_echo "$ac_ct_CXX" >&6; }
3762 else
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764 $as_echo "no" >&6; }
3768 test -n "$ac_ct_CXX" && break
3769 done
3771 if test "x$ac_ct_CXX" = x; then
3772 CXX="g++"
3773 else
3774 case $cross_compiling:$ac_tool_warned in
3775 yes:)
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3777 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3778 ac_tool_warned=yes ;;
3779 esac
3780 CXX=$ac_ct_CXX
3786 # Provide some information about the compiler.
3787 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3788 set X $ac_compile
3789 ac_compiler=$2
3790 for ac_option in --version -v -V -qversion; do
3791 { { ac_try="$ac_compiler $ac_option >&5"
3792 case "(($ac_try" in
3793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3794 *) ac_try_echo=$ac_try;;
3795 esac
3796 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3797 $as_echo "$ac_try_echo"; } >&5
3798 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3799 ac_status=$?
3800 if test -s conftest.err; then
3801 sed '10a\
3802 ... rest of stderr output deleted ...
3803 10q' conftest.err >conftest.er1
3804 cat conftest.er1 >&5
3806 rm -f conftest.er1 conftest.err
3807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3808 test $ac_status = 0; }
3809 done
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3812 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3813 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3814 $as_echo_n "(cached) " >&6
3815 else
3816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3817 /* end confdefs.h. */
3820 main ()
3822 #ifndef __GNUC__
3823 choke me
3824 #endif
3827 return 0;
3829 _ACEOF
3830 if ac_fn_cxx_try_compile "$LINENO"; then :
3831 ac_compiler_gnu=yes
3832 else
3833 ac_compiler_gnu=no
3835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3836 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3840 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3841 if test $ac_compiler_gnu = yes; then
3842 GXX=yes
3843 else
3844 GXX=
3846 ac_test_CXXFLAGS=${CXXFLAGS+set}
3847 ac_save_CXXFLAGS=$CXXFLAGS
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3849 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3850 if ${ac_cv_prog_cxx_g+:} false; then :
3851 $as_echo_n "(cached) " >&6
3852 else
3853 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3854 ac_cxx_werror_flag=yes
3855 ac_cv_prog_cxx_g=no
3856 CXXFLAGS="-g"
3857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3858 /* end confdefs.h. */
3861 main ()
3865 return 0;
3867 _ACEOF
3868 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 ac_cv_prog_cxx_g=yes
3870 else
3871 CXXFLAGS=""
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3885 else
3886 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3887 CXXFLAGS="-g"
3888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3889 /* end confdefs.h. */
3892 main ()
3896 return 0;
3898 _ACEOF
3899 if ac_fn_cxx_try_compile "$LINENO"; then :
3900 ac_cv_prog_cxx_g=yes
3902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3907 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3910 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3911 if test "$ac_test_CXXFLAGS" = set; then
3912 CXXFLAGS=$ac_save_CXXFLAGS
3913 elif test $ac_cv_prog_cxx_g = yes; then
3914 if test "$GXX" = yes; then
3915 CXXFLAGS="-g -O2"
3916 else
3917 CXXFLAGS="-g"
3919 else
3920 if test "$GXX" = yes; then
3921 CXXFLAGS="-O2"
3922 else
3923 CXXFLAGS=
3926 ac_ext=c
3927 ac_cpp='$CPP $CPPFLAGS'
3928 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3929 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3930 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3932 if test -n "$ac_tool_prefix"; then
3933 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3934 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3936 $as_echo_n "checking for $ac_word... " >&6; }
3937 if ${ac_cv_prog_CPPBIN+:} false; then :
3938 $as_echo_n "(cached) " >&6
3939 else
3940 if test -n "$CPPBIN"; then
3941 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3942 else
3943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3944 for as_dir in $PATH
3946 IFS=$as_save_IFS
3947 test -z "$as_dir" && as_dir=.
3948 for ac_exec_ext in '' $ac_executable_extensions; do
3949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3950 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3952 break 2
3954 done
3955 done
3956 IFS=$as_save_IFS
3960 CPPBIN=$ac_cv_prog_CPPBIN
3961 if test -n "$CPPBIN"; then
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3963 $as_echo "$CPPBIN" >&6; }
3964 else
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3966 $as_echo "no" >&6; }
3971 if test -z "$ac_cv_prog_CPPBIN"; then
3972 ac_ct_CPPBIN=$CPPBIN
3973 # Extract the first word of "cpp", so it can be a program name with args.
3974 set dummy cpp; ac_word=$2
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3976 $as_echo_n "checking for $ac_word... " >&6; }
3977 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
3978 $as_echo_n "(cached) " >&6
3979 else
3980 if test -n "$ac_ct_CPPBIN"; then
3981 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3982 else
3983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984 for as_dir in $PATH
3986 IFS=$as_save_IFS
3987 test -z "$as_dir" && as_dir=.
3988 for ac_exec_ext in '' $ac_executable_extensions; do
3989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3990 ac_cv_prog_ac_ct_CPPBIN="cpp"
3991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3992 break 2
3994 done
3995 done
3996 IFS=$as_save_IFS
4000 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4001 if test -n "$ac_ct_CPPBIN"; then
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4003 $as_echo "$ac_ct_CPPBIN" >&6; }
4004 else
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4006 $as_echo "no" >&6; }
4009 if test "x$ac_ct_CPPBIN" = x; then
4010 CPPBIN="cpp"
4011 else
4012 case $cross_compiling:$ac_tool_warned in
4013 yes:)
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4015 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4016 ac_tool_warned=yes ;;
4017 esac
4018 CPPBIN=$ac_ct_CPPBIN
4020 else
4021 CPPBIN="$ac_cv_prog_CPPBIN"
4025 cat >>confdefs.h <<_ACEOF
4026 #define EXEEXT "$ac_exeext"
4027 _ACEOF
4030 case $host in
4031 *-darwin*)
4032 if test "x$enable_win64" = "xyes"
4033 then
4034 CC="$CC -m64"
4035 CXX="$CXX -m64"
4036 LD="${LD:-ld} -arch x86_64"
4037 AS="${AS:-as} -arch x86_64"
4038 host_cpu="x86_64"
4039 notice_platform="64-bit "
4040 TARGETFLAGS="-m64"
4042 else
4043 CC="$CC -m32"
4044 CXX="$CXX -m32"
4045 LD="${LD:-ld} -arch i386"
4046 AS="${AS:-as} -arch i386"
4047 host_cpu="i386"
4048 notice_platform="32-bit "
4049 TARGETFLAGS="-m32"
4051 enable_win16=${enable_win16:-yes}
4054 x86_64*)
4055 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4056 then
4057 CC="$CC -m32"
4058 CXX="$CXX -m32"
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4060 $as_echo_n "checking whether $CC works... " >&6; }
4062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4063 /* end confdefs.h. */
4066 main ()
4070 return 0;
4072 _ACEOF
4073 if ac_fn_c_try_link "$LINENO"; then :
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4075 $as_echo "yes" >&6; }
4076 else
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4078 $as_echo "no" >&6; }
4079 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4081 rm -f core conftest.err conftest.$ac_objext \
4082 conftest$ac_exeext conftest.$ac_ext
4083 LD="${LD:-ld} -m elf_i386"
4084 AS="${AS:-as} --32"
4085 host_cpu="i386"
4086 notice_platform="32-bit "
4087 TARGETFLAGS="-m32"
4089 enable_win16=${enable_win16:-yes}
4090 else
4091 if test "x${GCC}" = "xyes"
4092 then
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4094 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4096 /* end confdefs.h. */
4097 #include <stdarg.h>
4099 main ()
4101 void func(__builtin_ms_va_list *args);
4103 return 0;
4105 _ACEOF
4106 if ac_fn_c_try_compile "$LINENO"; then :
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4108 $as_echo "yes" >&6; }
4109 else
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4111 $as_echo "no" >&6; }
4112 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4116 TARGETFLAGS="-m64"
4120 *-mingw32*|*-cygwin*)
4121 enable_win16=${enable_win16:-no}
4122 CFLAGS="$CFLAGS -D_WIN32"
4124 i[3456789]86*)
4125 enable_win16=${enable_win16:-yes}
4127 esac
4129 enable_win16=${enable_win16:-no}
4130 enable_win64=${enable_win64:-no}
4132 enable_winetest=${enable_winetest:-$enable_tests}
4134 if test -n "$with_wine64"
4135 then
4136 if test "x$enable_win64" = "xyes"
4137 then
4138 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4139 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4141 WOW64_DISABLE=\#
4143 enable_fonts=${enable_fonts:-no}
4144 enable_server=${enable_server:-no}
4145 enable_tools=${enable_tools:-no}
4146 elif test "x$enable_win64" = "xyes"
4147 then
4148 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4152 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4153 if ${wine_cv_toolsdir+:} false; then :
4154 $as_echo_n "(cached) " >&6
4155 else
4156 wine_cv_toolsdir="$with_wine_tools"
4157 if test -z "$with_wine_tools"; then
4158 if test "$cross_compiling" = "yes"; then
4159 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4160 elif test -n "$with_wine64"; then
4161 wine_cv_toolsdir="$with_wine64"
4164 if test -z "$wine_cv_toolsdir"; then
4165 wine_cv_toolsdir="\$(top_builddir)"
4166 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4167 case "$wine_cv_toolsdir" in
4168 /*) ;;
4169 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4170 esac
4171 else
4172 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4176 $as_echo "$wine_cv_toolsdir" >&6; }
4177 TOOLSDIR=$wine_cv_toolsdir
4179 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4180 then
4181 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4185 for ac_prog in flex
4187 # Extract the first word of "$ac_prog", so it can be a program name with args.
4188 set dummy $ac_prog; ac_word=$2
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4190 $as_echo_n "checking for $ac_word... " >&6; }
4191 if ${ac_cv_prog_FLEX+:} false; then :
4192 $as_echo_n "(cached) " >&6
4193 else
4194 if test -n "$FLEX"; then
4195 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4196 else
4197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4198 for as_dir in $PATH
4200 IFS=$as_save_IFS
4201 test -z "$as_dir" && as_dir=.
4202 for ac_exec_ext in '' $ac_executable_extensions; do
4203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4204 ac_cv_prog_FLEX="$ac_prog"
4205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4206 break 2
4208 done
4209 done
4210 IFS=$as_save_IFS
4214 FLEX=$ac_cv_prog_FLEX
4215 if test -n "$FLEX"; then
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4217 $as_echo "$FLEX" >&6; }
4218 else
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4220 $as_echo "no" >&6; }
4224 test -n "$FLEX" && break
4225 done
4226 test -n "$FLEX" || FLEX="none"
4228 if test "$FLEX" = "none"
4229 then
4230 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4233 $as_echo_n "checking whether flex is recent enough... " >&6; }
4234 cat >conftest.l <<EOF
4235 %top{
4236 #include "prediluvian.h"
4240 if $FLEX -t conftest.l >/dev/null 2>&5
4241 then
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4243 $as_echo "yes" >&6; }
4244 else
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4246 $as_echo "no" >&6; }
4247 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4250 for ac_prog in bison
4252 # Extract the first word of "$ac_prog", so it can be a program name with args.
4253 set dummy $ac_prog; ac_word=$2
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4255 $as_echo_n "checking for $ac_word... " >&6; }
4256 if ${ac_cv_prog_BISON+:} false; then :
4257 $as_echo_n "(cached) " >&6
4258 else
4259 if test -n "$BISON"; then
4260 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4261 else
4262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263 for as_dir in $PATH
4265 IFS=$as_save_IFS
4266 test -z "$as_dir" && as_dir=.
4267 for ac_exec_ext in '' $ac_executable_extensions; do
4268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4269 ac_cv_prog_BISON="$ac_prog"
4270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4271 break 2
4273 done
4274 done
4275 IFS=$as_save_IFS
4279 BISON=$ac_cv_prog_BISON
4280 if test -n "$BISON"; then
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4282 $as_echo "$BISON" >&6; }
4283 else
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4285 $as_echo "no" >&6; }
4289 test -n "$BISON" && break
4290 done
4291 test -n "$BISON" || BISON="none"
4293 if test "$BISON" = "none"
4294 then
4295 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4298 if test -n "$ac_tool_prefix"; then
4299 for ac_prog in ar gar
4301 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4302 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4304 $as_echo_n "checking for $ac_word... " >&6; }
4305 if ${ac_cv_prog_AR+:} false; then :
4306 $as_echo_n "(cached) " >&6
4307 else
4308 if test -n "$AR"; then
4309 ac_cv_prog_AR="$AR" # Let the user override the test.
4310 else
4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 for as_dir in $PATH
4314 IFS=$as_save_IFS
4315 test -z "$as_dir" && as_dir=.
4316 for ac_exec_ext in '' $ac_executable_extensions; do
4317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4318 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4320 break 2
4322 done
4323 done
4324 IFS=$as_save_IFS
4328 AR=$ac_cv_prog_AR
4329 if test -n "$AR"; then
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4331 $as_echo "$AR" >&6; }
4332 else
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4334 $as_echo "no" >&6; }
4338 test -n "$AR" && break
4339 done
4341 if test -z "$AR"; then
4342 ac_ct_AR=$AR
4343 for ac_prog in ar gar
4345 # Extract the first word of "$ac_prog", so it can be a program name with args.
4346 set dummy $ac_prog; ac_word=$2
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348 $as_echo_n "checking for $ac_word... " >&6; }
4349 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4350 $as_echo_n "(cached) " >&6
4351 else
4352 if test -n "$ac_ct_AR"; then
4353 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4354 else
4355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4356 for as_dir in $PATH
4358 IFS=$as_save_IFS
4359 test -z "$as_dir" && as_dir=.
4360 for ac_exec_ext in '' $ac_executable_extensions; do
4361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4362 ac_cv_prog_ac_ct_AR="$ac_prog"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4364 break 2
4366 done
4367 done
4368 IFS=$as_save_IFS
4372 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4373 if test -n "$ac_ct_AR"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4375 $as_echo "$ac_ct_AR" >&6; }
4376 else
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378 $as_echo "no" >&6; }
4382 test -n "$ac_ct_AR" && break
4383 done
4385 if test "x$ac_ct_AR" = x; then
4386 AR="ar"
4387 else
4388 case $cross_compiling:$ac_tool_warned in
4389 yes:)
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4392 ac_tool_warned=yes ;;
4393 esac
4394 AR=$ac_ct_AR
4398 ARFLAGS=rc
4400 if test -n "$ac_tool_prefix"; then
4401 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4402 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4404 $as_echo_n "checking for $ac_word... " >&6; }
4405 if ${ac_cv_prog_RANLIB+:} false; then :
4406 $as_echo_n "(cached) " >&6
4407 else
4408 if test -n "$RANLIB"; then
4409 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4410 else
4411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in $PATH
4414 IFS=$as_save_IFS
4415 test -z "$as_dir" && as_dir=.
4416 for ac_exec_ext in '' $ac_executable_extensions; do
4417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4418 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 break 2
4422 done
4423 done
4424 IFS=$as_save_IFS
4428 RANLIB=$ac_cv_prog_RANLIB
4429 if test -n "$RANLIB"; then
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4431 $as_echo "$RANLIB" >&6; }
4432 else
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4434 $as_echo "no" >&6; }
4439 if test -z "$ac_cv_prog_RANLIB"; then
4440 ac_ct_RANLIB=$RANLIB
4441 # Extract the first word of "ranlib", so it can be a program name with args.
4442 set dummy ranlib; ac_word=$2
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4444 $as_echo_n "checking for $ac_word... " >&6; }
4445 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4446 $as_echo_n "(cached) " >&6
4447 else
4448 if test -n "$ac_ct_RANLIB"; then
4449 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4450 else
4451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4452 for as_dir in $PATH
4454 IFS=$as_save_IFS
4455 test -z "$as_dir" && as_dir=.
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4458 ac_cv_prog_ac_ct_RANLIB="ranlib"
4459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4460 break 2
4462 done
4463 done
4464 IFS=$as_save_IFS
4468 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4469 if test -n "$ac_ct_RANLIB"; then
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4471 $as_echo "$ac_ct_RANLIB" >&6; }
4472 else
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4474 $as_echo "no" >&6; }
4477 if test "x$ac_ct_RANLIB" = x; then
4478 RANLIB=":"
4479 else
4480 case $cross_compiling:$ac_tool_warned in
4481 yes:)
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4484 ac_tool_warned=yes ;;
4485 esac
4486 RANLIB=$ac_ct_RANLIB
4488 else
4489 RANLIB="$ac_cv_prog_RANLIB"
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4493 $as_echo_n "checking whether ln -s works... " >&6; }
4494 LN_S=$as_ln_s
4495 if test "$LN_S" = "ln -s"; then
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4497 $as_echo "yes" >&6; }
4498 else
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4500 $as_echo "no, using $LN_S" >&6; }
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4504 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4505 if ${ac_cv_path_GREP+:} false; then :
4506 $as_echo_n "(cached) " >&6
4507 else
4508 if test -z "$GREP"; then
4509 ac_path_GREP_found=false
4510 # Loop through the user's path and test for each of PROGNAME-LIST
4511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4512 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4514 IFS=$as_save_IFS
4515 test -z "$as_dir" && as_dir=.
4516 for ac_prog in grep ggrep; do
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4519 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4520 # Check for GNU ac_path_GREP and select it if it is found.
4521 # Check for GNU $ac_path_GREP
4522 case `"$ac_path_GREP" --version 2>&1` in
4523 *GNU*)
4524 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4526 ac_count=0
4527 $as_echo_n 0123456789 >"conftest.in"
4528 while :
4530 cat "conftest.in" "conftest.in" >"conftest.tmp"
4531 mv "conftest.tmp" "conftest.in"
4532 cp "conftest.in" "conftest.nl"
4533 $as_echo 'GREP' >> "conftest.nl"
4534 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4535 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4536 as_fn_arith $ac_count + 1 && ac_count=$as_val
4537 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4538 # Best one so far, save it but keep looking for a better one
4539 ac_cv_path_GREP="$ac_path_GREP"
4540 ac_path_GREP_max=$ac_count
4542 # 10*(2^10) chars as input seems more than enough
4543 test $ac_count -gt 10 && break
4544 done
4545 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4546 esac
4548 $ac_path_GREP_found && break 3
4549 done
4550 done
4551 done
4552 IFS=$as_save_IFS
4553 if test -z "$ac_cv_path_GREP"; then
4554 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4556 else
4557 ac_cv_path_GREP=$GREP
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4562 $as_echo "$ac_cv_path_GREP" >&6; }
4563 GREP="$ac_cv_path_GREP"
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4567 $as_echo_n "checking for egrep... " >&6; }
4568 if ${ac_cv_path_EGREP+:} false; then :
4569 $as_echo_n "(cached) " >&6
4570 else
4571 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4572 then ac_cv_path_EGREP="$GREP -E"
4573 else
4574 if test -z "$EGREP"; then
4575 ac_path_EGREP_found=false
4576 # Loop through the user's path and test for each of PROGNAME-LIST
4577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4578 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4580 IFS=$as_save_IFS
4581 test -z "$as_dir" && as_dir=.
4582 for ac_prog in egrep; do
4583 for ac_exec_ext in '' $ac_executable_extensions; do
4584 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4585 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4586 # Check for GNU ac_path_EGREP and select it if it is found.
4587 # Check for GNU $ac_path_EGREP
4588 case `"$ac_path_EGREP" --version 2>&1` in
4589 *GNU*)
4590 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4592 ac_count=0
4593 $as_echo_n 0123456789 >"conftest.in"
4594 while :
4596 cat "conftest.in" "conftest.in" >"conftest.tmp"
4597 mv "conftest.tmp" "conftest.in"
4598 cp "conftest.in" "conftest.nl"
4599 $as_echo 'EGREP' >> "conftest.nl"
4600 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4601 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4602 as_fn_arith $ac_count + 1 && ac_count=$as_val
4603 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4604 # Best one so far, save it but keep looking for a better one
4605 ac_cv_path_EGREP="$ac_path_EGREP"
4606 ac_path_EGREP_max=$ac_count
4608 # 10*(2^10) chars as input seems more than enough
4609 test $ac_count -gt 10 && break
4610 done
4611 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4612 esac
4614 $ac_path_EGREP_found && break 3
4615 done
4616 done
4617 done
4618 IFS=$as_save_IFS
4619 if test -z "$ac_cv_path_EGREP"; then
4620 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4622 else
4623 ac_cv_path_EGREP=$EGREP
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4629 $as_echo "$ac_cv_path_EGREP" >&6; }
4630 EGREP="$ac_cv_path_EGREP"
4633 # Extract the first word of "ldconfig", so it can be a program name with args.
4634 set dummy ldconfig; ac_word=$2
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4636 $as_echo_n "checking for $ac_word... " >&6; }
4637 if ${ac_cv_path_LDCONFIG+:} false; then :
4638 $as_echo_n "(cached) " >&6
4639 else
4640 case $LDCONFIG in
4641 [\\/]* | ?:[\\/]*)
4642 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in /sbin /usr/sbin $PATH
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_exec_ext in '' $ac_executable_extensions; do
4651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4652 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4654 break 2
4656 done
4657 done
4658 IFS=$as_save_IFS
4660 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4662 esac
4664 LDCONFIG=$ac_cv_path_LDCONFIG
4665 if test -n "$LDCONFIG"; then
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4667 $as_echo "$LDCONFIG" >&6; }
4668 else
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4670 $as_echo "no" >&6; }
4674 # Find a good install program. We prefer a C program (faster),
4675 # so one script is as good as another. But avoid the broken or
4676 # incompatible versions:
4677 # SysV /etc/install, /usr/sbin/install
4678 # SunOS /usr/etc/install
4679 # IRIX /sbin/install
4680 # AIX /bin/install
4681 # AmigaOS /C/install, which installs bootblocks on floppy discs
4682 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4683 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4684 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4685 # OS/2's system install, which has a completely different semantic
4686 # ./install, which can be erroneously created by make from ./install.sh.
4687 # Reject install programs that cannot install multiple files.
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4689 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4690 if test -z "$INSTALL"; then
4691 if ${ac_cv_path_install+:} false; then :
4692 $as_echo_n "(cached) " >&6
4693 else
4694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4695 for as_dir in $PATH
4697 IFS=$as_save_IFS
4698 test -z "$as_dir" && as_dir=.
4699 # Account for people who put trailing slashes in PATH elements.
4700 case $as_dir/ in #((
4701 ./ | .// | /[cC]/* | \
4702 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4703 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4704 /usr/ucb/* ) ;;
4706 # OSF1 and SCO ODT 3.0 have their own names for install.
4707 # Don't use installbsd from OSF since it installs stuff as root
4708 # by default.
4709 for ac_prog in ginstall scoinst install; do
4710 for ac_exec_ext in '' $ac_executable_extensions; do
4711 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4712 if test $ac_prog = install &&
4713 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4714 # AIX install. It has an incompatible calling convention.
4716 elif test $ac_prog = install &&
4717 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4718 # program-specific install script used by HP pwplus--don't use.
4720 else
4721 rm -rf conftest.one conftest.two conftest.dir
4722 echo one > conftest.one
4723 echo two > conftest.two
4724 mkdir conftest.dir
4725 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4726 test -s conftest.one && test -s conftest.two &&
4727 test -s conftest.dir/conftest.one &&
4728 test -s conftest.dir/conftest.two
4729 then
4730 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4731 break 3
4735 done
4736 done
4738 esac
4740 done
4741 IFS=$as_save_IFS
4743 rm -rf conftest.one conftest.two conftest.dir
4746 if test "${ac_cv_path_install+set}" = set; then
4747 INSTALL=$ac_cv_path_install
4748 else
4749 # As a last resort, use the slow shell script. Don't cache a
4750 # value for INSTALL within a source directory, because that will
4751 # break other packages using the cache if that directory is
4752 # removed, or if the value is a relative name.
4753 INSTALL=$ac_install_sh
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4757 $as_echo "$INSTALL" >&6; }
4759 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4760 # It thinks the first close brace ends the variable substitution.
4761 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4763 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4765 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4767 case "$INSTALL" in
4768 [\\/$]* | ?:[\\/]* ) ;;
4769 *) INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4770 esac
4772 for ac_prog in lclint lint
4774 # Extract the first word of "$ac_prog", so it can be a program name with args.
4775 set dummy $ac_prog; ac_word=$2
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4777 $as_echo_n "checking for $ac_word... " >&6; }
4778 if ${ac_cv_prog_LINT+:} false; then :
4779 $as_echo_n "(cached) " >&6
4780 else
4781 if test -n "$LINT"; then
4782 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4783 else
4784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4785 for as_dir in $PATH
4787 IFS=$as_save_IFS
4788 test -z "$as_dir" && as_dir=.
4789 for ac_exec_ext in '' $ac_executable_extensions; do
4790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4791 ac_cv_prog_LINT="$ac_prog"
4792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4793 break 2
4795 done
4796 done
4797 IFS=$as_save_IFS
4801 LINT=$ac_cv_prog_LINT
4802 if test -n "$LINT"; then
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4804 $as_echo "$LINT" >&6; }
4805 else
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4807 $as_echo "no" >&6; }
4811 test -n "$LINT" && break
4812 done
4814 if test "$LINT" = "lint"
4815 then
4816 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4821 for ac_prog in fontforge
4823 # Extract the first word of "$ac_prog", so it can be a program name with args.
4824 set dummy $ac_prog; ac_word=$2
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4826 $as_echo_n "checking for $ac_word... " >&6; }
4827 if ${ac_cv_prog_FONTFORGE+:} false; then :
4828 $as_echo_n "(cached) " >&6
4829 else
4830 if test -n "$FONTFORGE"; then
4831 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4832 else
4833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4834 for as_dir in $PATH
4836 IFS=$as_save_IFS
4837 test -z "$as_dir" && as_dir=.
4838 for ac_exec_ext in '' $ac_executable_extensions; do
4839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4840 ac_cv_prog_FONTFORGE="$ac_prog"
4841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4842 break 2
4844 done
4845 done
4846 IFS=$as_save_IFS
4850 FONTFORGE=$ac_cv_prog_FONTFORGE
4851 if test -n "$FONTFORGE"; then
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4853 $as_echo "$FONTFORGE" >&6; }
4854 else
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4856 $as_echo "no" >&6; }
4860 test -n "$FONTFORGE" && break
4861 done
4862 test -n "$FONTFORGE" || FONTFORGE="false"
4864 for ac_prog in pkg-config
4866 # Extract the first word of "$ac_prog", so it can be a program name with args.
4867 set dummy $ac_prog; ac_word=$2
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4869 $as_echo_n "checking for $ac_word... " >&6; }
4870 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
4871 $as_echo_n "(cached) " >&6
4872 else
4873 if test -n "$PKG_CONFIG"; then
4874 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4875 else
4876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4877 for as_dir in $PATH
4879 IFS=$as_save_IFS
4880 test -z "$as_dir" && as_dir=.
4881 for ac_exec_ext in '' $ac_executable_extensions; do
4882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4883 ac_cv_prog_PKG_CONFIG="$ac_prog"
4884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4885 break 2
4887 done
4888 done
4889 IFS=$as_save_IFS
4893 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4894 if test -n "$PKG_CONFIG"; then
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4896 $as_echo "$PKG_CONFIG" >&6; }
4897 else
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4899 $as_echo "no" >&6; }
4903 test -n "$PKG_CONFIG" && break
4904 done
4905 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4907 for ac_prog in rsvg
4909 # Extract the first word of "$ac_prog", so it can be a program name with args.
4910 set dummy $ac_prog; ac_word=$2
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4912 $as_echo_n "checking for $ac_word... " >&6; }
4913 if ${ac_cv_prog_RSVG+:} false; then :
4914 $as_echo_n "(cached) " >&6
4915 else
4916 if test -n "$RSVG"; then
4917 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4918 else
4919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4920 for as_dir in $PATH
4922 IFS=$as_save_IFS
4923 test -z "$as_dir" && as_dir=.
4924 for ac_exec_ext in '' $ac_executable_extensions; do
4925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4926 ac_cv_prog_RSVG="$ac_prog"
4927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4928 break 2
4930 done
4931 done
4932 IFS=$as_save_IFS
4936 RSVG=$ac_cv_prog_RSVG
4937 if test -n "$RSVG"; then
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4939 $as_echo "$RSVG" >&6; }
4940 else
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4942 $as_echo "no" >&6; }
4946 test -n "$RSVG" && break
4947 done
4948 test -n "$RSVG" || RSVG="false"
4950 for ac_prog in convert
4952 # Extract the first word of "$ac_prog", so it can be a program name with args.
4953 set dummy $ac_prog; ac_word=$2
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955 $as_echo_n "checking for $ac_word... " >&6; }
4956 if ${ac_cv_prog_CONVERT+:} false; then :
4957 $as_echo_n "(cached) " >&6
4958 else
4959 if test -n "$CONVERT"; then
4960 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
4961 else
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963 for as_dir in $PATH
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4969 ac_cv_prog_CONVERT="$ac_prog"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4971 break 2
4973 done
4974 done
4975 IFS=$as_save_IFS
4979 CONVERT=$ac_cv_prog_CONVERT
4980 if test -n "$CONVERT"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
4982 $as_echo "$CONVERT" >&6; }
4983 else
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985 $as_echo "no" >&6; }
4989 test -n "$CONVERT" && break
4990 done
4991 test -n "$CONVERT" || CONVERT="false"
4993 for ac_prog in icotool
4995 # Extract the first word of "$ac_prog", so it can be a program name with args.
4996 set dummy $ac_prog; ac_word=$2
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4998 $as_echo_n "checking for $ac_word... " >&6; }
4999 if ${ac_cv_prog_ICOTOOL+:} false; then :
5000 $as_echo_n "(cached) " >&6
5001 else
5002 if test -n "$ICOTOOL"; then
5003 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5004 else
5005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5006 for as_dir in $PATH
5008 IFS=$as_save_IFS
5009 test -z "$as_dir" && as_dir=.
5010 for ac_exec_ext in '' $ac_executable_extensions; do
5011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5012 ac_cv_prog_ICOTOOL="$ac_prog"
5013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5014 break 2
5016 done
5017 done
5018 IFS=$as_save_IFS
5022 ICOTOOL=$ac_cv_prog_ICOTOOL
5023 if test -n "$ICOTOOL"; then
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5025 $as_echo "$ICOTOOL" >&6; }
5026 else
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5028 $as_echo "no" >&6; }
5032 test -n "$ICOTOOL" && break
5033 done
5034 test -n "$ICOTOOL" || ICOTOOL="false"
5037 if test "x$enable_maintainer_mode" != "xyes"
5038 then
5039 MAINTAINER_MODE=\#
5041 else
5042 if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5043 if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5045 if test "$CONVERT" = false
5046 then
5047 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5048 else
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5050 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5051 convert_version=`convert --version | head -n1`
5052 if test "x$convert_version" != "x"
5053 then
5054 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5055 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5056 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5057 then
5058 CONVERT=false
5061 if test "$CONVERT" = false
5062 then
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5064 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5065 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5066 else
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5068 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5072 if test "$ICOTOOL" = false
5073 then
5074 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5077 $as_echo_n "checking for recent enough icotool... " >&6; }
5078 icotool_version=`icotool --version | head -n1`
5079 if test "x$icotool_version" != "x"
5080 then
5081 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5082 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5083 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5084 then
5085 ICOTOOL=false
5086 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5089 if test "$ICOTOOL" = false
5090 then
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5092 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5093 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5094 else
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5096 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5104 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5105 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
5106 $as_echo_n "(cached) " >&6
5107 else
5108 ac_check_lib_save_LIBS=$LIBS
5109 LIBS="-li386 $LIBS"
5110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5111 /* end confdefs.h. */
5113 /* Override any GCC internal prototype to avoid an error.
5114 Use char because int might match the return type of a GCC
5115 builtin and then its argument prototype would still apply. */
5116 #ifdef __cplusplus
5117 extern "C"
5118 #endif
5119 char i386_set_ldt ();
5121 main ()
5123 return i386_set_ldt ();
5125 return 0;
5127 _ACEOF
5128 if ac_fn_c_try_link "$LINENO"; then :
5129 ac_cv_lib_i386_i386_set_ldt=yes
5130 else
5131 ac_cv_lib_i386_i386_set_ldt=no
5133 rm -f core conftest.err conftest.$ac_objext \
5134 conftest$ac_exeext conftest.$ac_ext
5135 LIBS=$ac_check_lib_save_LIBS
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5138 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5139 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
5140 cat >>confdefs.h <<_ACEOF
5141 #define HAVE_LIBI386 1
5142 _ACEOF
5144 LIBS="-li386 $LIBS"
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5149 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5150 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
5151 $as_echo_n "(cached) " >&6
5152 else
5153 ac_check_lib_save_LIBS=$LIBS
5154 LIBS="-lossaudio $LIBS"
5155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5156 /* end confdefs.h. */
5158 /* Override any GCC internal prototype to avoid an error.
5159 Use char because int might match the return type of a GCC
5160 builtin and then its argument prototype would still apply. */
5161 #ifdef __cplusplus
5162 extern "C"
5163 #endif
5164 char _oss_ioctl ();
5166 main ()
5168 return _oss_ioctl ();
5170 return 0;
5172 _ACEOF
5173 if ac_fn_c_try_link "$LINENO"; then :
5174 ac_cv_lib_ossaudio__oss_ioctl=yes
5175 else
5176 ac_cv_lib_ossaudio__oss_ioctl=no
5178 rm -f core conftest.err conftest.$ac_objext \
5179 conftest$ac_exeext conftest.$ac_ext
5180 LIBS=$ac_check_lib_save_LIBS
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5183 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5184 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
5185 cat >>confdefs.h <<_ACEOF
5186 #define HAVE_LIBOSSAUDIO 1
5187 _ACEOF
5189 LIBS="-lossaudio $LIBS"
5194 XLIB=""
5196 OPENGL_LIBS=""
5200 # Check whether --enable-largefile was given.
5201 if test "${enable_largefile+set}" = set; then :
5202 enableval=$enable_largefile;
5205 if test "$enable_largefile" != no; then
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5208 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5209 if ${ac_cv_sys_largefile_CC+:} false; then :
5210 $as_echo_n "(cached) " >&6
5211 else
5212 ac_cv_sys_largefile_CC=no
5213 if test "$GCC" != yes; then
5214 ac_save_CC=$CC
5215 while :; do
5216 # IRIX 6.2 and later do not support large files by default,
5217 # so use the C compiler's -n32 option if that helps.
5218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5219 /* end confdefs.h. */
5220 #include <sys/types.h>
5221 /* Check that off_t can represent 2**63 - 1 correctly.
5222 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5223 since some C++ compilers masquerading as C compilers
5224 incorrectly reject 9223372036854775807. */
5225 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5226 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5227 && LARGE_OFF_T % 2147483647 == 1)
5228 ? 1 : -1];
5230 main ()
5234 return 0;
5236 _ACEOF
5237 if ac_fn_c_try_compile "$LINENO"; then :
5238 break
5240 rm -f core conftest.err conftest.$ac_objext
5241 CC="$CC -n32"
5242 if ac_fn_c_try_compile "$LINENO"; then :
5243 ac_cv_sys_largefile_CC=' -n32'; break
5245 rm -f core conftest.err conftest.$ac_objext
5246 break
5247 done
5248 CC=$ac_save_CC
5249 rm -f conftest.$ac_ext
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5253 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5254 if test "$ac_cv_sys_largefile_CC" != no; then
5255 CC=$CC$ac_cv_sys_largefile_CC
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5259 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5260 if ${ac_cv_sys_file_offset_bits+:} false; then :
5261 $as_echo_n "(cached) " >&6
5262 else
5263 while :; do
5264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5265 /* end confdefs.h. */
5266 #include <sys/types.h>
5267 /* Check that off_t can represent 2**63 - 1 correctly.
5268 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5269 since some C++ compilers masquerading as C compilers
5270 incorrectly reject 9223372036854775807. */
5271 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5272 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5273 && LARGE_OFF_T % 2147483647 == 1)
5274 ? 1 : -1];
5276 main ()
5280 return 0;
5282 _ACEOF
5283 if ac_fn_c_try_compile "$LINENO"; then :
5284 ac_cv_sys_file_offset_bits=no; break
5286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5288 /* end confdefs.h. */
5289 #define _FILE_OFFSET_BITS 64
5290 #include <sys/types.h>
5291 /* Check that off_t can represent 2**63 - 1 correctly.
5292 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5293 since some C++ compilers masquerading as C compilers
5294 incorrectly reject 9223372036854775807. */
5295 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5296 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5297 && LARGE_OFF_T % 2147483647 == 1)
5298 ? 1 : -1];
5300 main ()
5304 return 0;
5306 _ACEOF
5307 if ac_fn_c_try_compile "$LINENO"; then :
5308 ac_cv_sys_file_offset_bits=64; break
5310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5311 ac_cv_sys_file_offset_bits=unknown
5312 break
5313 done
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5316 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5317 case $ac_cv_sys_file_offset_bits in #(
5318 no | unknown) ;;
5320 cat >>confdefs.h <<_ACEOF
5321 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5322 _ACEOF
5324 esac
5325 rm -rf conftest*
5326 if test $ac_cv_sys_file_offset_bits = unknown; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5328 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5329 if ${ac_cv_sys_large_files+:} false; then :
5330 $as_echo_n "(cached) " >&6
5331 else
5332 while :; do
5333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5335 #include <sys/types.h>
5336 /* Check that off_t can represent 2**63 - 1 correctly.
5337 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5338 since some C++ compilers masquerading as C compilers
5339 incorrectly reject 9223372036854775807. */
5340 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5341 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5342 && LARGE_OFF_T % 2147483647 == 1)
5343 ? 1 : -1];
5345 main ()
5349 return 0;
5351 _ACEOF
5352 if ac_fn_c_try_compile "$LINENO"; then :
5353 ac_cv_sys_large_files=no; break
5355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5357 /* end confdefs.h. */
5358 #define _LARGE_FILES 1
5359 #include <sys/types.h>
5360 /* Check that off_t can represent 2**63 - 1 correctly.
5361 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5362 since some C++ compilers masquerading as C compilers
5363 incorrectly reject 9223372036854775807. */
5364 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5365 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5366 && LARGE_OFF_T % 2147483647 == 1)
5367 ? 1 : -1];
5369 main ()
5373 return 0;
5375 _ACEOF
5376 if ac_fn_c_try_compile "$LINENO"; then :
5377 ac_cv_sys_large_files=1; break
5379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5380 ac_cv_sys_large_files=unknown
5381 break
5382 done
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5385 $as_echo "$ac_cv_sys_large_files" >&6; }
5386 case $ac_cv_sys_large_files in #(
5387 no | unknown) ;;
5389 cat >>confdefs.h <<_ACEOF
5390 #define _LARGE_FILES $ac_cv_sys_large_files
5391 _ACEOF
5393 esac
5394 rm -rf conftest*
5399 ac_ext=c
5400 ac_cpp='$CPP $CPPFLAGS'
5401 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5402 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5403 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5405 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5406 # On Suns, sometimes $CPP names a directory.
5407 if test -n "$CPP" && test -d "$CPP"; then
5408 CPP=
5410 if test -z "$CPP"; then
5411 if ${ac_cv_prog_CPP+:} false; then :
5412 $as_echo_n "(cached) " >&6
5413 else
5414 # Double quotes because CPP needs to be expanded
5415 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5417 ac_preproc_ok=false
5418 for ac_c_preproc_warn_flag in '' yes
5420 # Use a header file that comes with gcc, so configuring glibc
5421 # with a fresh cross-compiler works.
5422 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5423 # <limits.h> exists even on freestanding compilers.
5424 # On the NeXT, cc -E runs the code through the compiler's parser,
5425 # not just through cpp. "Syntax error" is here to catch this case.
5426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5427 /* end confdefs.h. */
5428 #ifdef __STDC__
5429 # include <limits.h>
5430 #else
5431 # include <assert.h>
5432 #endif
5433 Syntax error
5434 _ACEOF
5435 if ac_fn_c_try_cpp "$LINENO"; then :
5437 else
5438 # Broken: fails on valid input.
5439 continue
5441 rm -f conftest.err conftest.i conftest.$ac_ext
5443 # OK, works on sane cases. Now check whether nonexistent headers
5444 # can be detected and how.
5445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5446 /* end confdefs.h. */
5447 #include <ac_nonexistent.h>
5448 _ACEOF
5449 if ac_fn_c_try_cpp "$LINENO"; then :
5450 # Broken: success on invalid input.
5451 continue
5452 else
5453 # Passes both tests.
5454 ac_preproc_ok=:
5455 break
5457 rm -f conftest.err conftest.i conftest.$ac_ext
5459 done
5460 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5461 rm -f conftest.i conftest.err conftest.$ac_ext
5462 if $ac_preproc_ok; then :
5463 break
5466 done
5467 ac_cv_prog_CPP=$CPP
5470 CPP=$ac_cv_prog_CPP
5471 else
5472 ac_cv_prog_CPP=$CPP
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5475 $as_echo "$CPP" >&6; }
5476 ac_preproc_ok=false
5477 for ac_c_preproc_warn_flag in '' yes
5479 # Use a header file that comes with gcc, so configuring glibc
5480 # with a fresh cross-compiler works.
5481 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5482 # <limits.h> exists even on freestanding compilers.
5483 # On the NeXT, cc -E runs the code through the compiler's parser,
5484 # not just through cpp. "Syntax error" is here to catch this case.
5485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5486 /* end confdefs.h. */
5487 #ifdef __STDC__
5488 # include <limits.h>
5489 #else
5490 # include <assert.h>
5491 #endif
5492 Syntax error
5493 _ACEOF
5494 if ac_fn_c_try_cpp "$LINENO"; then :
5496 else
5497 # Broken: fails on valid input.
5498 continue
5500 rm -f conftest.err conftest.i conftest.$ac_ext
5502 # OK, works on sane cases. Now check whether nonexistent headers
5503 # can be detected and how.
5504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5505 /* end confdefs.h. */
5506 #include <ac_nonexistent.h>
5507 _ACEOF
5508 if ac_fn_c_try_cpp "$LINENO"; then :
5509 # Broken: success on invalid input.
5510 continue
5511 else
5512 # Passes both tests.
5513 ac_preproc_ok=:
5514 break
5516 rm -f conftest.err conftest.i conftest.$ac_ext
5518 done
5519 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5520 rm -f conftest.i conftest.err conftest.$ac_ext
5521 if $ac_preproc_ok; then :
5523 else
5524 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5525 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5526 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5527 See \`config.log' for more details" "$LINENO" 5; }
5530 ac_ext=c
5531 ac_cpp='$CPP $CPPFLAGS'
5532 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5533 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5534 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5538 $as_echo_n "checking for ANSI C header files... " >&6; }
5539 if ${ac_cv_header_stdc+:} false; then :
5540 $as_echo_n "(cached) " >&6
5541 else
5542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5543 /* end confdefs.h. */
5544 #include <stdlib.h>
5545 #include <stdarg.h>
5546 #include <string.h>
5547 #include <float.h>
5550 main ()
5554 return 0;
5556 _ACEOF
5557 if ac_fn_c_try_compile "$LINENO"; then :
5558 ac_cv_header_stdc=yes
5559 else
5560 ac_cv_header_stdc=no
5562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5564 if test $ac_cv_header_stdc = yes; then
5565 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5567 /* end confdefs.h. */
5568 #include <string.h>
5570 _ACEOF
5571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5572 $EGREP "memchr" >/dev/null 2>&1; then :
5574 else
5575 ac_cv_header_stdc=no
5577 rm -f conftest*
5581 if test $ac_cv_header_stdc = yes; then
5582 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h. */
5585 #include <stdlib.h>
5587 _ACEOF
5588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5589 $EGREP "free" >/dev/null 2>&1; then :
5591 else
5592 ac_cv_header_stdc=no
5594 rm -f conftest*
5598 if test $ac_cv_header_stdc = yes; then
5599 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5600 if test "$cross_compiling" = yes; then :
5602 else
5603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5604 /* end confdefs.h. */
5605 #include <ctype.h>
5606 #include <stdlib.h>
5607 #if ((' ' & 0x0FF) == 0x020)
5608 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5609 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5610 #else
5611 # define ISLOWER(c) \
5612 (('a' <= (c) && (c) <= 'i') \
5613 || ('j' <= (c) && (c) <= 'r') \
5614 || ('s' <= (c) && (c) <= 'z'))
5615 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5616 #endif
5618 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5620 main ()
5622 int i;
5623 for (i = 0; i < 256; i++)
5624 if (XOR (islower (i), ISLOWER (i))
5625 || toupper (i) != TOUPPER (i))
5626 return 2;
5627 return 0;
5629 _ACEOF
5630 if ac_fn_c_try_run "$LINENO"; then :
5632 else
5633 ac_cv_header_stdc=no
5635 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5636 conftest.$ac_objext conftest.beam conftest.$ac_ext
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5642 $as_echo "$ac_cv_header_stdc" >&6; }
5643 if test $ac_cv_header_stdc = yes; then
5645 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5649 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5650 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5651 inttypes.h stdint.h unistd.h
5652 do :
5653 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5654 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5656 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5657 cat >>confdefs.h <<_ACEOF
5658 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5659 _ACEOF
5663 done
5666 for ac_header in \
5667 AL/al.h \
5668 ApplicationServices/ApplicationServices.h \
5669 AudioToolbox/AudioConverter.h \
5670 AudioUnit/AudioUnit.h \
5671 AudioUnit/AudioComponent.h \
5672 CL/cl.h \
5673 Carbon/Carbon.h \
5674 CoreAudio/CoreAudio.h \
5675 DiskArbitration/DiskArbitration.h \
5676 IOKit/IOKitLib.h \
5677 IOKit/hid/IOHIDLib.h \
5678 OpenAL/al.h \
5679 OpenCL/opencl.h \
5680 QuickTime/ImageCompression.h \
5681 Security/Security.h \
5682 alias.h \
5683 alsa/asoundlib.h \
5684 arpa/inet.h \
5685 arpa/nameser.h \
5686 asm/types.h \
5687 capi20.h \
5688 curses.h \
5689 direct.h \
5690 dirent.h \
5691 dlfcn.h \
5692 elf.h \
5693 float.h \
5694 fnmatch.h \
5695 fontconfig/fontconfig.h \
5696 getopt.h \
5697 gettext-po.h \
5698 grp.h \
5699 gsm.h \
5700 gsm/gsm.h \
5701 ieeefp.h \
5702 inet/mib2.h \
5703 io.h \
5704 jpeglib.h \
5705 kstat.h \
5706 lber.h \
5707 lcms.h \
5708 lcms/lcms.h \
5709 ldap.h \
5710 link.h \
5711 linux/cdrom.h \
5712 linux/compiler.h \
5713 linux/hdreg.h \
5714 linux/input.h \
5715 linux/ioctl.h \
5716 linux/joystick.h \
5717 linux/major.h \
5718 linux/param.h \
5719 linux/serial.h \
5720 linux/types.h \
5721 linux/ucdrom.h \
5722 mach-o/nlist.h \
5723 mach-o/loader.h \
5724 mach/mach.h \
5725 mach/machine.h \
5726 machine/cpu.h \
5727 machine/limits.h \
5728 machine/sysarch.h \
5729 mntent.h \
5730 mpg123.h \
5731 ncurses.h \
5732 netdb.h \
5733 netinet/in.h \
5734 netinet/in_systm.h \
5735 netinet/tcp.h \
5736 netinet/tcp_fsm.h \
5737 openssl/err.h \
5738 openssl/ssl.h \
5739 png.h \
5740 poll.h \
5741 port.h \
5742 process.h \
5743 pthread.h \
5744 pwd.h \
5745 regex.h \
5746 sched.h \
5747 scsi/scsi.h \
5748 scsi/scsi_ioctl.h \
5749 scsi/sg.h \
5750 stdbool.h \
5751 stdint.h \
5752 strings.h \
5753 stropts.h \
5754 sys/asoundlib.h \
5755 sys/attr.h \
5756 sys/cdio.h \
5757 sys/elf32.h \
5758 sys/epoll.h \
5759 sys/errno.h \
5760 sys/event.h \
5761 sys/exec_elf.h \
5762 sys/filio.h \
5763 sys/inotify.h \
5764 sys/ioctl.h \
5765 sys/ipc.h \
5766 sys/limits.h \
5767 sys/link.h \
5768 sys/mman.h \
5769 sys/modem.h \
5770 sys/msg.h \
5771 sys/mtio.h \
5772 sys/param.h \
5773 sys/poll.h \
5774 sys/prctl.h \
5775 sys/protosw.h \
5776 sys/ptrace.h \
5777 sys/resource.h \
5778 sys/scsiio.h \
5779 sys/shm.h \
5780 sys/signal.h \
5781 sys/socket.h \
5782 sys/socketvar.h \
5783 sys/sockio.h \
5784 sys/statvfs.h \
5785 sys/strtio.h \
5786 sys/syscall.h \
5787 sys/tihdr.h \
5788 sys/time.h \
5789 sys/timeout.h \
5790 sys/times.h \
5791 sys/uio.h \
5792 sys/un.h \
5793 sys/utsname.h \
5794 sys/vm86.h \
5795 sys/wait.h \
5796 syscall.h \
5797 termios.h \
5798 tiffio.h \
5799 unistd.h \
5800 utime.h \
5801 valgrind/memcheck.h \
5802 valgrind/valgrind.h \
5803 zlib.h
5805 do :
5806 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5807 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5808 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5809 cat >>confdefs.h <<_ACEOF
5810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5811 _ACEOF
5815 done
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5818 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5819 if ${ac_cv_header_stat_broken+:} false; then :
5820 $as_echo_n "(cached) " >&6
5821 else
5822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5823 /* end confdefs.h. */
5824 #include <sys/types.h>
5825 #include <sys/stat.h>
5827 #if defined S_ISBLK && defined S_IFDIR
5828 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5829 #endif
5831 #if defined S_ISBLK && defined S_IFCHR
5832 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5833 #endif
5835 #if defined S_ISLNK && defined S_IFREG
5836 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5837 #endif
5839 #if defined S_ISSOCK && defined S_IFREG
5840 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5841 #endif
5843 _ACEOF
5844 if ac_fn_c_try_compile "$LINENO"; then :
5845 ac_cv_header_stat_broken=no
5846 else
5847 ac_cv_header_stat_broken=yes
5849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5852 $as_echo "$ac_cv_header_stat_broken" >&6; }
5853 if test $ac_cv_header_stat_broken = yes; then
5855 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5861 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5862 do :
5863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5864 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5865 #ifdef HAVE_SYS_PARAM_H
5866 # include <sys/param.h>
5867 #endif
5869 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5870 cat >>confdefs.h <<_ACEOF
5871 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5872 _ACEOF
5876 done
5879 for ac_header in \
5880 netinet/ip.h \
5881 net/if.h \
5882 net/if_arp.h \
5883 net/if_dl.h \
5884 net/if_types.h \
5885 net/route.h \
5886 netinet/if_ether.h \
5887 netinet/if_inarp.h \
5888 netinet/in_pcb.h \
5889 netinet/ip_icmp.h \
5890 netinet/ip_var.h \
5891 netinet/udp.h \
5892 netipx/ipx.h \
5894 do :
5895 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5896 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5897 #ifdef HAVE_SYS_SOCKET_H
5898 # include <sys/socket.h>
5899 #endif
5900 #ifdef HAVE_SYS_SOCKETVAR_H
5901 # include <sys/socketvar.h>
5902 #endif
5903 #ifdef HAVE_NET_ROUTE_H
5904 # include <net/route.h>
5905 #endif
5906 #ifdef HAVE_NETINET_IN_H
5907 # include <netinet/in.h>
5908 #endif
5909 #ifdef HAVE_NETINET_IN_SYSTM_H
5910 # include <netinet/in_systm.h>
5911 #endif
5912 #ifdef HAVE_NET_IF_H
5913 # include <net/if.h>
5914 #endif
5915 #ifdef HAVE_NETINET_IP_H
5916 # include <netinet/ip.h>
5917 #endif
5919 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5920 cat >>confdefs.h <<_ACEOF
5921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5922 _ACEOF
5926 done
5929 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5930 do :
5931 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5932 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5933 #ifdef HAVE_ALIAS_H
5934 # include <alias.h>
5935 #endif
5936 #ifdef HAVE_SYS_SOCKET_H
5937 # include <sys/socket.h>
5938 #endif
5939 #ifdef HAVE_SYS_SOCKETVAR_H
5940 # include <sys/socketvar.h>
5941 #endif
5942 #ifdef HAVE_SYS_TIMEOUT_H
5943 # include <sys/timeout.h>
5944 #endif
5945 #ifdef HAVE_NETINET_IN_H
5946 # include <netinet/in.h>
5947 #endif
5948 #ifdef HAVE_NETINET_IN_SYSTM_H
5949 # include <netinet/in_systm.h>
5950 #endif
5951 #ifdef HAVE_NETINET_IP_H
5952 # include <netinet/ip.h>
5953 #endif
5954 #ifdef HAVE_NETINET_IP_VAR_H
5955 # include <netinet/ip_var.h>
5956 #endif
5957 #ifdef HAVE_NETINET_IP_ICMP_H
5958 # include <netinet/ip_icmp.h>
5959 #endif
5960 #ifdef HAVE_NETINET_UDP_H
5961 # include <netinet/udp.h>
5962 #endif
5963 #ifdef HAVE_NETINET_TCP_H
5964 # include <netinet/tcp.h>
5965 #endif
5966 #ifdef HAVE_NETINET_TCP_TIMER_H
5967 #include <netinet/tcp_timer.h>
5968 #endif
5970 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5971 cat >>confdefs.h <<_ACEOF
5972 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5973 _ACEOF
5977 done
5980 for ac_header in linux/ipx.h linux/irda.h
5981 do :
5982 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5983 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5984 #ifdef HAVE_ASM_TYPES_H
5985 # include <asm/types.h>
5986 #endif
5987 #ifdef HAVE_SYS_SOCKET_H
5988 # include <sys/socket.h>
5989 #endif
5990 #ifdef HAVE_LINUX_TYPES_H
5991 # include <linux/types.h>
5992 #endif
5994 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5995 cat >>confdefs.h <<_ACEOF
5996 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5997 _ACEOF
6001 done
6004 for ac_header in mach-o/dyld_images.h
6005 do :
6006 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6007 # include <stdbool.h>
6008 #endif
6009 #ifdef HAVE_STDINT_H
6010 # include <stdint.h>
6011 #endif
6013 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
6014 cat >>confdefs.h <<_ACEOF
6015 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6016 _ACEOF
6020 done
6023 for ac_header in resolv.h
6024 do :
6025 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6026 #ifdef HAVE_SYS_SOCKET_H
6027 # include <sys/socket.h>
6028 #endif
6029 #ifdef HAVE_NETINET_IN_H
6030 # include <netinet/in.h>
6031 #endif
6032 #ifdef HAVE_ARPA_NAMESER_H
6033 # include <arpa/nameser.h>
6034 #endif
6036 if test "x$ac_cv_header_resolv_h" = xyes; then :
6037 cat >>confdefs.h <<_ACEOF
6038 #define HAVE_RESOLV_H 1
6039 _ACEOF
6043 done
6046 for ac_header in ifaddrs.h
6047 do :
6048 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6050 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
6051 cat >>confdefs.h <<_ACEOF
6052 #define HAVE_IFADDRS_H 1
6053 _ACEOF
6057 done
6060 for ac_header in ucontext.h
6061 do :
6062 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6064 if test "x$ac_cv_header_ucontext_h" = xyes; then :
6065 cat >>confdefs.h <<_ACEOF
6066 #define HAVE_UCONTEXT_H 1
6067 _ACEOF
6071 done
6074 for ac_header in sys/thr.h
6075 do :
6076 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6077 #ifdef HAVE_UCONTEXT_H
6078 #include <ucontext.h>
6079 #endif
6081 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
6082 cat >>confdefs.h <<_ACEOF
6083 #define HAVE_SYS_THR_H 1
6084 _ACEOF
6088 done
6091 for ac_header in pthread_np.h
6092 do :
6093 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6094 #include <pthread.h>
6095 #endif
6097 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
6098 cat >>confdefs.h <<_ACEOF
6099 #define HAVE_PTHREAD_NP_H 1
6100 _ACEOF
6104 done
6107 for ac_header in linux/videodev.h linux/videodev2.h
6108 do :
6109 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6110 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6111 #include <sys/time.h>
6112 #endif
6113 #include <sys/types.h>
6114 #ifdef HAVE_ASM_TYPES_H
6115 #include <asm/types.h>
6116 #endif
6118 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6119 cat >>confdefs.h <<_ACEOF
6120 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6121 _ACEOF
6125 done
6128 for ac_header in linux/capi.h
6129 do :
6130 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6132 if test "x$ac_cv_header_linux_capi_h" = xyes; then :
6133 cat >>confdefs.h <<_ACEOF
6134 #define HAVE_LINUX_CAPI_H 1
6135 _ACEOF
6139 done
6143 DLLEXT=""
6145 DLLFLAGS="-D_REENTRANT"
6147 LDSHARED=""
6149 LDDLLFLAGS=""
6151 LIBEXT="so"
6153 IMPLIBEXT="def"
6155 LDRPATH_INSTALL=""
6157 LDRPATH_LOCAL=""
6159 STATIC_IMPLIBEXT="def.a"
6160 # Extract the first word of "ldd", so it can be a program name with args.
6161 set dummy ldd; ac_word=$2
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6163 $as_echo_n "checking for $ac_word... " >&6; }
6164 if ${ac_cv_path_LDD+:} false; then :
6165 $as_echo_n "(cached) " >&6
6166 else
6167 case $LDD in
6168 [\\/]* | ?:[\\/]*)
6169 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6173 as_dummy="/sbin:/usr/sbin:$PATH"
6174 for as_dir in $as_dummy
6176 IFS=$as_save_IFS
6177 test -z "$as_dir" && as_dir=.
6178 for ac_exec_ext in '' $ac_executable_extensions; do
6179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6180 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6182 break 2
6184 done
6185 done
6186 IFS=$as_save_IFS
6188 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6190 esac
6192 LDD=$ac_cv_path_LDD
6193 if test -n "$LDD"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6195 $as_echo "$LDD" >&6; }
6196 else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6203 case $host_os in
6204 cygwin*|mingw32*)
6205 if test -n "$ac_tool_prefix"; then
6206 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6207 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6209 $as_echo_n "checking for $ac_word... " >&6; }
6210 if ${ac_cv_prog_DLLTOOL+:} false; then :
6211 $as_echo_n "(cached) " >&6
6212 else
6213 if test -n "$DLLTOOL"; then
6214 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6215 else
6216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6217 for as_dir in $PATH
6219 IFS=$as_save_IFS
6220 test -z "$as_dir" && as_dir=.
6221 for ac_exec_ext in '' $ac_executable_extensions; do
6222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6223 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6225 break 2
6227 done
6228 done
6229 IFS=$as_save_IFS
6233 DLLTOOL=$ac_cv_prog_DLLTOOL
6234 if test -n "$DLLTOOL"; then
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6236 $as_echo "$DLLTOOL" >&6; }
6237 else
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6239 $as_echo "no" >&6; }
6244 if test -z "$ac_cv_prog_DLLTOOL"; then
6245 ac_ct_DLLTOOL=$DLLTOOL
6246 # Extract the first word of "dlltool", so it can be a program name with args.
6247 set dummy dlltool; ac_word=$2
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6249 $as_echo_n "checking for $ac_word... " >&6; }
6250 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
6251 $as_echo_n "(cached) " >&6
6252 else
6253 if test -n "$ac_ct_DLLTOOL"; then
6254 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6255 else
6256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6257 for as_dir in $PATH
6259 IFS=$as_save_IFS
6260 test -z "$as_dir" && as_dir=.
6261 for ac_exec_ext in '' $ac_executable_extensions; do
6262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6263 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6265 break 2
6267 done
6268 done
6269 IFS=$as_save_IFS
6273 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6274 if test -n "$ac_ct_DLLTOOL"; then
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6276 $as_echo "$ac_ct_DLLTOOL" >&6; }
6277 else
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6279 $as_echo "no" >&6; }
6282 if test "x$ac_ct_DLLTOOL" = x; then
6283 DLLTOOL="false"
6284 else
6285 case $cross_compiling:$ac_tool_warned in
6286 yes:)
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6288 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6289 ac_tool_warned=yes ;;
6290 esac
6291 DLLTOOL=$ac_ct_DLLTOOL
6293 else
6294 DLLTOOL="$ac_cv_prog_DLLTOOL"
6297 if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6299 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if ${ac_cv_prog_DLLWRAP+:} false; then :
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -n "$DLLWRAP"; then
6306 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 break 2
6319 done
6320 done
6321 IFS=$as_save_IFS
6325 DLLWRAP=$ac_cv_prog_DLLWRAP
6326 if test -n "$DLLWRAP"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6328 $as_echo "$DLLWRAP" >&6; }
6329 else
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6336 if test -z "$ac_cv_prog_DLLWRAP"; then
6337 ac_ct_DLLWRAP=$DLLWRAP
6338 # Extract the first word of "dllwrap", so it can be a program name with args.
6339 set dummy dllwrap; ac_word=$2
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6341 $as_echo_n "checking for $ac_word... " >&6; }
6342 if ${ac_cv_prog_ac_ct_DLLWRAP+:} false; then :
6343 $as_echo_n "(cached) " >&6
6344 else
6345 if test -n "$ac_ct_DLLWRAP"; then
6346 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6347 else
6348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349 for as_dir in $PATH
6351 IFS=$as_save_IFS
6352 test -z "$as_dir" && as_dir=.
6353 for ac_exec_ext in '' $ac_executable_extensions; do
6354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6355 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 break 2
6359 done
6360 done
6361 IFS=$as_save_IFS
6365 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6366 if test -n "$ac_ct_DLLWRAP"; then
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6368 $as_echo "$ac_ct_DLLWRAP" >&6; }
6369 else
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6371 $as_echo "no" >&6; }
6374 if test "x$ac_ct_DLLWRAP" = x; then
6375 DLLWRAP="false"
6376 else
6377 case $cross_compiling:$ac_tool_warned in
6378 yes:)
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6380 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6381 ac_tool_warned=yes ;;
6382 esac
6383 DLLWRAP=$ac_ct_DLLWRAP
6385 else
6386 DLLWRAP="$ac_cv_prog_DLLWRAP"
6389 if test "$DLLWRAP" = "false"; then
6390 LIBEXT="a"
6391 else
6392 LIBEXT="dll"
6394 IMPLIBEXT="a"
6395 STATIC_IMPLIBEXT="a"
6396 enable_iphlpapi=${enable_iphlpapi:-no}
6397 enable_kernel32=${enable_kernel32:-no}
6398 enable_msvcrt=${enable_msvcrt:-no}
6399 enable_ntdll=${enable_ntdll:-no}
6400 enable_ws2_32=${enable_ws2_32:-no}
6401 enable_loader=${enable_loader:-no}
6402 enable_server=${enable_server:-no}
6403 with_x=${with_x:-no}
6404 with_pthread=${with_pthread:-no}
6406 darwin*|macosx*)
6407 DLLEXT=".so"
6408 LIBEXT="dylib"
6409 DLLFLAGS="$DLLFLAGS -fPIC"
6410 LDDLLFLAGS="-bundle -multiply_defined suppress"
6411 LIBWINE_LDFLAGS="-multiply_defined suppress"
6412 LDSHARED="\$(CC) -dynamiclib"
6413 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6414 COREFOUNDATIONLIB="-framework CoreFoundation"
6416 IOKITLIB="-framework IOKit -framework CoreFoundation"
6418 APPLICATIONSERVICESLIB="-framework ApplicationServices"
6420 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6422 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6423 then
6424 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6427 if test "$ac_cv_header_Security_Security_h" = "yes"
6428 then
6429 SECURITYLIB="-framework Security -framework CoreFoundation"
6431 with_gnutls=${with_gnutls:-no}
6433 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6434 then
6435 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6436 then
6437 COREAUDIO="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6439 else
6440 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6443 ac_save_LIBS="$LIBS"
6444 LIBS="$LIBS $COREAUDIO"
6445 for ac_func in AUGraphAddNode
6446 do :
6447 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6448 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
6449 cat >>confdefs.h <<_ACEOF
6450 #define HAVE_AUGRAPHADDNODE 1
6451 _ACEOF
6454 done
6456 LIBS="$ac_save_LIBS"
6458 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6459 then
6460 FRAMEWORK_OPENAL="-framework OpenAL"
6463 cat >>confdefs.h <<_ACEOF
6464 #define HAVE_OPENAL 1
6465 _ACEOF
6467 ac_cv_lib_openal=yes
6469 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6470 then
6471 LIBOPENCL="-framework OpenCL"
6473 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6475 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6476 then
6477 ac_save_LIBS="$LIBS"
6478 LIBS="$LIBS $IOKITLIB"
6479 for ac_func in IOHIDManagerCreate
6480 do :
6481 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6482 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
6483 cat >>confdefs.h <<_ACEOF
6484 #define HAVE_IOHIDMANAGERCREATE 1
6485 _ACEOF
6488 done
6490 LIBS="$ac_save_LIBS"
6492 case $host_cpu in
6493 *powerpc*)
6494 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6495 esac
6496 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6497 then
6498 QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6500 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6501 else
6502 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6504 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6505 then
6506 CARBONLIB="-framework Carbon"
6508 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6510 if test "x$enable_win16" = "xyes"
6511 then
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6513 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6514 if test "$cross_compiling" = yes; then :
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6516 $as_echo "cross-compiling, assuming yes" >&6; }
6517 else
6518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6519 /* end confdefs.h. */
6520 asm(".text\n"
6521 "bad:\tnop;nop\n"
6522 "good:\tnop;nop\n\t"
6523 ".globl _testfunc\n"
6524 "_testfunc:\tcallw good");
6525 extern void testfunc();
6527 main ()
6529 unsigned short *p = (unsigned short *)testfunc;
6530 return p[0] != 0xe866 || p[1] != 0xfffa
6532 return 0;
6534 _ACEOF
6535 if ac_fn_c_try_run "$LINENO"; then :
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6537 $as_echo "yes" >&6; }
6538 else
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6540 $as_echo "no" >&6; }
6541 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
6543 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6544 conftest.$ac_objext conftest.beam conftest.$ac_ext
6550 DLLFLAGS="$DLLFLAGS -fPIC"
6551 DLLEXT=".so"
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6553 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6554 if ${ac_cv_c_dll_gnuelf+:} false; then :
6555 $as_echo_n "(cached) " >&6
6556 else
6557 ac_wine_try_cflags_saved=$CFLAGS
6558 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6560 /* end confdefs.h. */
6561 void myfunc() {}
6562 _ACEOF
6563 if ac_fn_c_try_link "$LINENO"; then :
6564 ac_cv_c_dll_gnuelf="yes"
6565 else
6566 ac_cv_c_dll_gnuelf="no"
6568 rm -f core conftest.err conftest.$ac_objext \
6569 conftest$ac_exeext conftest.$ac_ext
6570 CFLAGS=$ac_wine_try_cflags_saved
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6573 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6574 if test "$ac_cv_c_dll_gnuelf" = "yes"
6575 then
6576 LDSHARED="\$(CC) -shared"
6577 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6579 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6580 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
6581 $as_echo_n "(cached) " >&6
6582 else
6583 ac_wine_try_cflags_saved=$CFLAGS
6584 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586 /* end confdefs.h. */
6587 int main(int argc, char **argv) { return 0; }
6588 _ACEOF
6589 if ac_fn_c_try_link "$LINENO"; then :
6590 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6591 else
6592 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6594 rm -f core conftest.err conftest.$ac_objext \
6595 conftest$ac_exeext conftest.$ac_ext
6596 CFLAGS=$ac_wine_try_cflags_saved
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6599 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6600 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6601 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6602 else
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6604 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6605 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
6606 $as_echo_n "(cached) " >&6
6607 else
6608 ac_wine_try_cflags_saved=$CFLAGS
6609 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h. */
6612 int main(int argc, char **argv) { return 0; }
6613 _ACEOF
6614 if ac_fn_c_try_link "$LINENO"; then :
6615 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6616 else
6617 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6619 rm -f core conftest.err conftest.$ac_objext \
6620 conftest$ac_exeext conftest.$ac_ext
6621 CFLAGS=$ac_wine_try_cflags_saved
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6624 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6625 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6626 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6631 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6632 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false; then :
6633 $as_echo_n "(cached) " >&6
6634 else
6635 ac_wine_try_cflags_saved=$CFLAGS
6636 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6638 /* end confdefs.h. */
6639 int main(int argc, char **argv) { return 0; }
6640 _ACEOF
6641 if ac_fn_c_try_link "$LINENO"; then :
6642 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6643 else
6644 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6646 rm -f core conftest.err conftest.$ac_objext \
6647 conftest$ac_exeext conftest.$ac_ext
6648 CFLAGS=$ac_wine_try_cflags_saved
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6651 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6652 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6653 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6657 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6658 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false; then :
6659 $as_echo_n "(cached) " >&6
6660 else
6661 ac_wine_try_cflags_saved=$CFLAGS
6662 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6664 /* end confdefs.h. */
6665 int main(int argc, char **argv) { return 0; }
6666 _ACEOF
6667 if ac_fn_c_try_link "$LINENO"; then :
6668 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6669 else
6670 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6672 rm -f core conftest.err conftest.$ac_objext \
6673 conftest$ac_exeext conftest.$ac_ext
6674 CFLAGS=$ac_wine_try_cflags_saved
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6677 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6678 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6679 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6682 echo '{ global: *; };' >conftest.map
6683 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -shared -Wl,--version-script=conftest.map" | $as_tr_sh`
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6685 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6686 if eval \${$as_ac_var+:} false; then :
6687 $as_echo_n "(cached) " >&6
6688 else
6689 ac_wine_try_cflags_saved=$CFLAGS
6690 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h. */
6693 int main(int argc, char **argv) { return 0; }
6694 _ACEOF
6695 if ac_fn_c_try_link "$LINENO"; then :
6696 eval "$as_ac_var=yes"
6697 else
6698 eval "$as_ac_var=no"
6700 rm -f core conftest.err conftest.$ac_objext \
6701 conftest$ac_exeext conftest.$ac_ext
6702 CFLAGS=$ac_wine_try_cflags_saved
6704 eval ac_res=\$$as_ac_var
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6706 $as_echo "$ac_res" >&6; }
6707 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6708 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6710 rm -f conftest.map
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6713 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6714 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
6715 $as_echo_n "(cached) " >&6
6716 else
6717 ac_wine_try_cflags_saved=$CFLAGS
6718 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6720 /* end confdefs.h. */
6721 int main(int argc, char **argv) { return 0; }
6722 _ACEOF
6723 if ac_fn_c_try_link "$LINENO"; then :
6724 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6725 else
6726 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6728 rm -f core conftest.err conftest.$ac_objext \
6729 conftest$ac_exeext conftest.$ac_ext
6730 CFLAGS=$ac_wine_try_cflags_saved
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6733 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6734 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6735 LDEXECFLAGS="-Wl,--export-dynamic"
6739 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6741 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6742 if eval \${$as_ac_var+:} false; then :
6743 $as_echo_n "(cached) " >&6
6744 else
6745 ac_wine_try_cflags_saved=$CFLAGS
6746 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748 /* end confdefs.h. */
6749 int main(int argc, char **argv) { return 0; }
6750 _ACEOF
6751 if ac_fn_c_try_link "$LINENO"; then :
6752 eval "$as_ac_var=yes"
6753 else
6754 eval "$as_ac_var=no"
6756 rm -f core conftest.err conftest.$ac_objext \
6757 conftest$ac_exeext conftest.$ac_ext
6758 CFLAGS=$ac_wine_try_cflags_saved
6760 eval ac_res=\$$as_ac_var
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6762 $as_echo "$ac_res" >&6; }
6763 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6764 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6765 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6766 else
6767 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6769 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6770 if eval \${$as_ac_var+:} false; then :
6771 $as_echo_n "(cached) " >&6
6772 else
6773 ac_wine_try_cflags_saved=$CFLAGS
6774 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6776 /* end confdefs.h. */
6777 int main(int argc, char **argv) { return 0; }
6778 _ACEOF
6779 if ac_fn_c_try_link "$LINENO"; then :
6780 eval "$as_ac_var=yes"
6781 else
6782 eval "$as_ac_var=no"
6784 rm -f core conftest.err conftest.$ac_objext \
6785 conftest$ac_exeext conftest.$ac_ext
6786 CFLAGS=$ac_wine_try_cflags_saved
6788 eval ac_res=\$$as_ac_var
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6790 $as_echo "$ac_res" >&6; }
6791 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6792 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6793 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6798 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6799 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
6800 $as_echo_n "(cached) " >&6
6801 else
6802 ac_wine_try_cflags_saved=$CFLAGS
6803 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6805 /* end confdefs.h. */
6806 int main(int argc, char **argv) { return 0; }
6807 _ACEOF
6808 if ac_fn_c_try_link "$LINENO"; then :
6809 ac_cv_cflags__Wl___enable_new_dtags=yes
6810 else
6811 ac_cv_cflags__Wl___enable_new_dtags=no
6813 rm -f core conftest.err conftest.$ac_objext \
6814 conftest$ac_exeext conftest.$ac_ext
6815 CFLAGS=$ac_wine_try_cflags_saved
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6818 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6819 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6820 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6823 case $host_cpu in
6824 *i[3456789]86* | x86_64)
6825 as_ac_var=`$as_echo "ac_cv_cflags_-Wl,--section-start,.interp=0x7bf00400" | $as_tr_sh`
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6827 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6828 if eval \${$as_ac_var+:} false; then :
6829 $as_echo_n "(cached) " >&6
6830 else
6831 ac_wine_try_cflags_saved=$CFLAGS
6832 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6834 /* end confdefs.h. */
6835 int main(int argc, char **argv) { return 0; }
6836 _ACEOF
6837 if ac_fn_c_try_link "$LINENO"; then :
6838 eval "$as_ac_var=yes"
6839 else
6840 eval "$as_ac_var=no"
6842 rm -f core conftest.err conftest.$ac_objext \
6843 conftest$ac_exeext conftest.$ac_ext
6844 CFLAGS=$ac_wine_try_cflags_saved
6846 eval ac_res=\$$as_ac_var
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6848 $as_echo "$ac_res" >&6; }
6849 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6850 case $host_os in
6851 freebsd*) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
6852 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
6853 esac
6856 # Extract the first word of "prelink", so it can be a program name with args.
6857 set dummy prelink; ac_word=$2
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6859 $as_echo_n "checking for $ac_word... " >&6; }
6860 if ${ac_cv_path_PRELINK+:} false; then :
6861 $as_echo_n "(cached) " >&6
6862 else
6863 case $PRELINK in
6864 [\\/]* | ?:[\\/]*)
6865 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6869 for as_dir in /sbin /usr/sbin $PATH
6871 IFS=$as_save_IFS
6872 test -z "$as_dir" && as_dir=.
6873 for ac_exec_ext in '' $ac_executable_extensions; do
6874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6875 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6877 break 2
6879 done
6880 done
6881 IFS=$as_save_IFS
6883 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6885 esac
6887 PRELINK=$ac_cv_path_PRELINK
6888 if test -n "$PRELINK"; then
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6890 $as_echo "$PRELINK" >&6; }
6891 else
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6893 $as_echo "no" >&6; }
6897 if test "x$PRELINK" = xfalse
6898 then
6899 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6902 esac
6904 else
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6906 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6907 if ${ac_cv_c_dll_unixware+:} false; then :
6908 $as_echo_n "(cached) " >&6
6909 else
6910 ac_wine_try_cflags_saved=$CFLAGS
6911 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6913 /* end confdefs.h. */
6914 void myfunc() {}
6915 _ACEOF
6916 if ac_fn_c_try_link "$LINENO"; then :
6917 ac_cv_c_dll_unixware="yes"
6918 else
6919 ac_cv_c_dll_unixware="no"
6921 rm -f core conftest.err conftest.$ac_objext \
6922 conftest$ac_exeext conftest.$ac_ext
6923 CFLAGS=$ac_wine_try_cflags_saved
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6926 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6927 if test "$ac_cv_c_dll_unixware" = "yes"
6928 then
6929 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6930 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6932 else
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6934 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6935 if ${ac_cv_c_dll_hpux+:} false; then :
6936 $as_echo_n "(cached) " >&6
6937 else
6938 ac_wine_try_cflags_saved=$CFLAGS
6939 CFLAGS="$CFLAGS -shared"
6940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6941 /* end confdefs.h. */
6942 void myfunc() {}
6943 _ACEOF
6944 if ac_fn_c_try_link "$LINENO"; then :
6945 ac_cv_c_dll_hpux="yes"
6946 else
6947 ac_cv_c_dll_hpux="no"
6949 rm -f core conftest.err conftest.$ac_objext \
6950 conftest$ac_exeext conftest.$ac_ext
6951 CFLAGS=$ac_wine_try_cflags_saved
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6954 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6955 if test "$ac_cv_c_dll_hpux" = "yes"
6956 then
6957 LIBEXT="sl"
6958 DLLEXT=".sl"
6959 LDDLLFLAGS="-shared -fPIC"
6960 LDSHARED="\$(CC) -shared"
6965 esac
6967 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
6968 enable_winequartz_drv=${enable_winequartz_drv:-no}
6970 if test "$LIBEXT" = "a"; then
6971 as_fn_error $? "could not find a way to build shared libraries.
6972 It is currently not possible to build Wine without shared library
6973 (.so) support to allow transparent switch between .so and .dll files.
6974 If you are using Linux, you will need a newer binutils.
6975 " "$LINENO" 5
6978 CROSSTEST_DISABLE=\#
6980 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
6981 then
6982 case "$host_cpu" in
6983 i[3456789]86*)
6984 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 " ;;
6985 x86_64)
6986 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 " ;;
6988 ac_prefix_list="" ;;
6989 esac
6990 for ac_prog in $ac_prefix_list
6992 # Extract the first word of "$ac_prog", so it can be a program name with args.
6993 set dummy $ac_prog; ac_word=$2
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6995 $as_echo_n "checking for $ac_word... " >&6; }
6996 if ${ac_cv_prog_CROSSCC+:} false; then :
6997 $as_echo_n "(cached) " >&6
6998 else
6999 if test -n "$CROSSCC"; then
7000 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7001 else
7002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7003 for as_dir in $PATH
7005 IFS=$as_save_IFS
7006 test -z "$as_dir" && as_dir=.
7007 for ac_exec_ext in '' $ac_executable_extensions; do
7008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7009 ac_cv_prog_CROSSCC="$ac_prog"
7010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7011 break 2
7013 done
7014 done
7015 IFS=$as_save_IFS
7019 CROSSCC=$ac_cv_prog_CROSSCC
7020 if test -n "$CROSSCC"; then
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7022 $as_echo "$CROSSCC" >&6; }
7023 else
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7025 $as_echo "no" >&6; }
7029 test -n "$CROSSCC" && break
7030 done
7031 test -n "$CROSSCC" || CROSSCC="false"
7033 if test "$CROSSCC" != "false"
7034 then
7035 ac_save_CC="$CC"
7036 CC="$CROSSCC"
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7038 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7040 /* end confdefs.h. */
7043 main ()
7047 return 0;
7049 _ACEOF
7050 if ac_fn_c_try_compile "$LINENO"; then :
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7052 $as_echo "yes" >&6; }
7053 set x $CROSSCC
7054 shift
7055 target=""
7056 while test $# -ge 1
7058 case "$1" in
7059 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7060 esac
7061 shift
7062 done
7063 if test -n "$target"
7064 then
7065 CROSSTEST_DISABLE=""
7066 CROSSTARGET="$target"
7069 else
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7071 $as_echo "no" >&6; }
7073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7074 CC="$ac_save_CC"
7079 if test "$ac_cv_header_pthread_h" = "yes"
7080 then
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7082 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7083 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 ac_check_lib_save_LIBS=$LIBS
7087 LIBS="-lpthread $LIBS"
7088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7089 /* end confdefs.h. */
7091 /* Override any GCC internal prototype to avoid an error.
7092 Use char because int might match the return type of a GCC
7093 builtin and then its argument prototype would still apply. */
7094 #ifdef __cplusplus
7095 extern "C"
7096 #endif
7097 char pthread_create ();
7099 main ()
7101 return pthread_create ();
7103 return 0;
7105 _ACEOF
7106 if ac_fn_c_try_link "$LINENO"; then :
7107 ac_cv_lib_pthread_pthread_create=yes
7108 else
7109 ac_cv_lib_pthread_pthread_create=no
7111 rm -f core conftest.err conftest.$ac_objext \
7112 conftest$ac_exeext conftest.$ac_ext
7113 LIBS=$ac_check_lib_save_LIBS
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7116 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7117 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
7118 LIBPTHREAD="-lpthread"
7123 if test "x$LIBPTHREAD" = "x"; then :
7124 case "x$with_pthread" in
7125 xno) ;;
7126 *) as_fn_error $? "pthread ${notice_platform}development files not found.
7127 Wine cannot support threads without libpthread.
7128 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7129 esac
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7134 $as_echo_n "checking for X... " >&6; }
7137 # Check whether --with-x was given.
7138 if test "${with_x+set}" = set; then :
7139 withval=$with_x;
7142 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7143 if test "x$with_x" = xno; then
7144 # The user explicitly disabled X.
7145 have_x=disabled
7146 else
7147 case $x_includes,$x_libraries in #(
7148 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7149 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
7150 $as_echo_n "(cached) " >&6
7151 else
7152 # One or both of the vars are not set, and there is no cached value.
7153 ac_x_includes=no ac_x_libraries=no
7154 rm -f -r conftest.dir
7155 if mkdir conftest.dir; then
7156 cd conftest.dir
7157 cat >Imakefile <<'_ACEOF'
7158 incroot:
7159 @echo incroot='${INCROOT}'
7160 usrlibdir:
7161 @echo usrlibdir='${USRLIBDIR}'
7162 libdir:
7163 @echo libdir='${LIBDIR}'
7164 _ACEOF
7165 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7166 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7167 for ac_var in incroot usrlibdir libdir; do
7168 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7169 done
7170 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7171 for ac_extension in a so sl dylib la dll; do
7172 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7173 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7174 ac_im_usrlibdir=$ac_im_libdir; break
7176 done
7177 # Screen out bogus values from the imake configuration. They are
7178 # bogus both because they are the default anyway, and because
7179 # using them would break gcc on systems where it needs fixed includes.
7180 case $ac_im_incroot in
7181 /usr/include) ac_x_includes= ;;
7182 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7183 esac
7184 case $ac_im_usrlibdir in
7185 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7186 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7187 esac
7189 cd ..
7190 rm -f -r conftest.dir
7193 # Standard set of common directories for X headers.
7194 # Check X11 before X11Rn because it is often a symlink to the current release.
7195 ac_x_header_dirs='
7196 /usr/X11/include
7197 /usr/X11R7/include
7198 /usr/X11R6/include
7199 /usr/X11R5/include
7200 /usr/X11R4/include
7202 /usr/include/X11
7203 /usr/include/X11R7
7204 /usr/include/X11R6
7205 /usr/include/X11R5
7206 /usr/include/X11R4
7208 /usr/local/X11/include
7209 /usr/local/X11R7/include
7210 /usr/local/X11R6/include
7211 /usr/local/X11R5/include
7212 /usr/local/X11R4/include
7214 /usr/local/include/X11
7215 /usr/local/include/X11R7
7216 /usr/local/include/X11R6
7217 /usr/local/include/X11R5
7218 /usr/local/include/X11R4
7220 /usr/X386/include
7221 /usr/x386/include
7222 /usr/XFree86/include/X11
7224 /usr/include
7225 /usr/local/include
7226 /usr/unsupported/include
7227 /usr/athena/include
7228 /usr/local/x11r5/include
7229 /usr/lpp/Xamples/include
7231 /usr/openwin/include
7232 /usr/openwin/share/include'
7234 if test "$ac_x_includes" = no; then
7235 # Guess where to find include files, by looking for Xlib.h.
7236 # First, try using that file with no special directory specified.
7237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7238 /* end confdefs.h. */
7239 #include <X11/Xlib.h>
7240 _ACEOF
7241 if ac_fn_c_try_cpp "$LINENO"; then :
7242 # We can compile using X headers with no special include directory.
7243 ac_x_includes=
7244 else
7245 for ac_dir in $ac_x_header_dirs; do
7246 if test -r "$ac_dir/X11/Xlib.h"; then
7247 ac_x_includes=$ac_dir
7248 break
7250 done
7252 rm -f conftest.err conftest.i conftest.$ac_ext
7253 fi # $ac_x_includes = no
7255 if test "$ac_x_libraries" = no; then
7256 # Check for the libraries.
7257 # See if we find them without any special options.
7258 # Don't add to $LIBS permanently.
7259 ac_save_LIBS=$LIBS
7260 LIBS="-lX11 $LIBS"
7261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h. */
7263 #include <X11/Xlib.h>
7265 main ()
7267 XrmInitialize ()
7269 return 0;
7271 _ACEOF
7272 if ac_fn_c_try_link "$LINENO"; then :
7273 LIBS=$ac_save_LIBS
7274 # We can link X programs with no special library path.
7275 ac_x_libraries=
7276 else
7277 LIBS=$ac_save_LIBS
7278 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7280 # Don't even attempt the hair of trying to link an X program!
7281 for ac_extension in a so sl dylib la dll; do
7282 if test -r "$ac_dir/libX11.$ac_extension"; then
7283 ac_x_libraries=$ac_dir
7284 break 2
7286 done
7287 done
7289 rm -f core conftest.err conftest.$ac_objext \
7290 conftest$ac_exeext conftest.$ac_ext
7291 fi # $ac_x_libraries = no
7293 case $ac_x_includes,$ac_x_libraries in #(
7294 no,* | *,no | *\'*)
7295 # Didn't find X, or a directory has "'" in its name.
7296 ac_cv_have_x="have_x=no";; #(
7298 # Record where we found X for the cache.
7299 ac_cv_have_x="have_x=yes\
7300 ac_x_includes='$ac_x_includes'\
7301 ac_x_libraries='$ac_x_libraries'"
7302 esac
7304 ;; #(
7305 *) have_x=yes;;
7306 esac
7307 eval "$ac_cv_have_x"
7308 fi # $with_x != no
7310 if test "$have_x" != yes; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7312 $as_echo "$have_x" >&6; }
7313 no_x=yes
7314 else
7315 # If each of the values was on the command line, it overrides each guess.
7316 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7317 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7318 # Update the cache value to reflect the command line values.
7319 ac_cv_have_x="have_x=yes\
7320 ac_x_includes='$x_includes'\
7321 ac_x_libraries='$x_libraries'"
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7323 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7326 if test "$no_x" = yes; then
7327 # Not all programs may use this symbol, but it does not hurt to define it.
7329 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7331 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7332 else
7333 if test -n "$x_includes"; then
7334 X_CFLAGS="$X_CFLAGS -I$x_includes"
7337 # It would also be nice to do this for all -L options, not just this one.
7338 if test -n "$x_libraries"; then
7339 X_LIBS="$X_LIBS -L$x_libraries"
7340 # For Solaris; some versions of Sun CC require a space after -R and
7341 # others require no space. Words are not sufficient . . . .
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7343 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7344 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7345 ac_xsave_c_werror_flag=$ac_c_werror_flag
7346 ac_c_werror_flag=yes
7347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7348 /* end confdefs.h. */
7351 main ()
7355 return 0;
7357 _ACEOF
7358 if ac_fn_c_try_link "$LINENO"; then :
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7360 $as_echo "no" >&6; }
7361 X_LIBS="$X_LIBS -R$x_libraries"
7362 else
7363 LIBS="$ac_xsave_LIBS -R $x_libraries"
7364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7365 /* end confdefs.h. */
7368 main ()
7372 return 0;
7374 _ACEOF
7375 if ac_fn_c_try_link "$LINENO"; then :
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7377 $as_echo "yes" >&6; }
7378 X_LIBS="$X_LIBS -R $x_libraries"
7379 else
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7381 $as_echo "neither works" >&6; }
7383 rm -f core conftest.err conftest.$ac_objext \
7384 conftest$ac_exeext conftest.$ac_ext
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 ac_c_werror_flag=$ac_xsave_c_werror_flag
7389 LIBS=$ac_xsave_LIBS
7392 # Check for system-dependent libraries X programs must link with.
7393 # Do this before checking for the system-independent R6 libraries
7394 # (-lICE), since we may need -lsocket or whatever for X linking.
7396 if test "$ISC" = yes; then
7397 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7398 else
7399 # Martyn Johnson says this is needed for Ultrix, if the X
7400 # libraries were built with DECnet support. And Karl Berry says
7401 # the Alpha needs dnet_stub (dnet does not exist).
7402 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7404 /* end confdefs.h. */
7406 /* Override any GCC internal prototype to avoid an error.
7407 Use char because int might match the return type of a GCC
7408 builtin and then its argument prototype would still apply. */
7409 #ifdef __cplusplus
7410 extern "C"
7411 #endif
7412 char XOpenDisplay ();
7414 main ()
7416 return XOpenDisplay ();
7418 return 0;
7420 _ACEOF
7421 if ac_fn_c_try_link "$LINENO"; then :
7423 else
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7425 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7426 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
7427 $as_echo_n "(cached) " >&6
7428 else
7429 ac_check_lib_save_LIBS=$LIBS
7430 LIBS="-ldnet $LIBS"
7431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7432 /* end confdefs.h. */
7434 /* Override any GCC internal prototype to avoid an error.
7435 Use char because int might match the return type of a GCC
7436 builtin and then its argument prototype would still apply. */
7437 #ifdef __cplusplus
7438 extern "C"
7439 #endif
7440 char dnet_ntoa ();
7442 main ()
7444 return dnet_ntoa ();
7446 return 0;
7448 _ACEOF
7449 if ac_fn_c_try_link "$LINENO"; then :
7450 ac_cv_lib_dnet_dnet_ntoa=yes
7451 else
7452 ac_cv_lib_dnet_dnet_ntoa=no
7454 rm -f core conftest.err conftest.$ac_objext \
7455 conftest$ac_exeext conftest.$ac_ext
7456 LIBS=$ac_check_lib_save_LIBS
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7459 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7460 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
7461 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7464 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7466 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7467 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
7468 $as_echo_n "(cached) " >&6
7469 else
7470 ac_check_lib_save_LIBS=$LIBS
7471 LIBS="-ldnet_stub $LIBS"
7472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7473 /* end confdefs.h. */
7475 /* Override any GCC internal prototype to avoid an error.
7476 Use char because int might match the return type of a GCC
7477 builtin and then its argument prototype would still apply. */
7478 #ifdef __cplusplus
7479 extern "C"
7480 #endif
7481 char dnet_ntoa ();
7483 main ()
7485 return dnet_ntoa ();
7487 return 0;
7489 _ACEOF
7490 if ac_fn_c_try_link "$LINENO"; then :
7491 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7492 else
7493 ac_cv_lib_dnet_stub_dnet_ntoa=no
7495 rm -f core conftest.err conftest.$ac_objext \
7496 conftest$ac_exeext conftest.$ac_ext
7497 LIBS=$ac_check_lib_save_LIBS
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7500 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7501 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
7502 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7507 rm -f core conftest.err conftest.$ac_objext \
7508 conftest$ac_exeext conftest.$ac_ext
7509 LIBS="$ac_xsave_LIBS"
7511 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7512 # to get the SysV transport functions.
7513 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7514 # needs -lnsl.
7515 # The nsl library prevents programs from opening the X display
7516 # on Irix 5.2, according to T.E. Dickey.
7517 # The functions gethostbyname, getservbyname, and inet_addr are
7518 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7519 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7520 if test "x$ac_cv_func_gethostbyname" = xyes; then :
7524 if test $ac_cv_func_gethostbyname = no; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7526 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7527 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7528 $as_echo_n "(cached) " >&6
7529 else
7530 ac_check_lib_save_LIBS=$LIBS
7531 LIBS="-lnsl $LIBS"
7532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7533 /* end confdefs.h. */
7535 /* Override any GCC internal prototype to avoid an error.
7536 Use char because int might match the return type of a GCC
7537 builtin and then its argument prototype would still apply. */
7538 #ifdef __cplusplus
7539 extern "C"
7540 #endif
7541 char gethostbyname ();
7543 main ()
7545 return gethostbyname ();
7547 return 0;
7549 _ACEOF
7550 if ac_fn_c_try_link "$LINENO"; then :
7551 ac_cv_lib_nsl_gethostbyname=yes
7552 else
7553 ac_cv_lib_nsl_gethostbyname=no
7555 rm -f core conftest.err conftest.$ac_objext \
7556 conftest$ac_exeext conftest.$ac_ext
7557 LIBS=$ac_check_lib_save_LIBS
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7560 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7561 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7562 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7565 if test $ac_cv_lib_nsl_gethostbyname = no; then
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7567 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7568 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
7569 $as_echo_n "(cached) " >&6
7570 else
7571 ac_check_lib_save_LIBS=$LIBS
7572 LIBS="-lbsd $LIBS"
7573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7574 /* end confdefs.h. */
7576 /* Override any GCC internal prototype to avoid an error.
7577 Use char because int might match the return type of a GCC
7578 builtin and then its argument prototype would still apply. */
7579 #ifdef __cplusplus
7580 extern "C"
7581 #endif
7582 char gethostbyname ();
7584 main ()
7586 return gethostbyname ();
7588 return 0;
7590 _ACEOF
7591 if ac_fn_c_try_link "$LINENO"; then :
7592 ac_cv_lib_bsd_gethostbyname=yes
7593 else
7594 ac_cv_lib_bsd_gethostbyname=no
7596 rm -f core conftest.err conftest.$ac_objext \
7597 conftest$ac_exeext conftest.$ac_ext
7598 LIBS=$ac_check_lib_save_LIBS
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7601 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7602 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
7603 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7609 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7610 # socket/setsockopt and other routines are undefined under SCO ODT
7611 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7612 # on later versions), says Simon Leinen: it contains gethostby*
7613 # variants that don't use the name server (or something). -lsocket
7614 # must be given before -lnsl if both are needed. We assume that
7615 # if connect needs -lnsl, so does gethostbyname.
7616 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7617 if test "x$ac_cv_func_connect" = xyes; then :
7621 if test $ac_cv_func_connect = no; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7623 $as_echo_n "checking for connect in -lsocket... " >&6; }
7624 if ${ac_cv_lib_socket_connect+:} false; then :
7625 $as_echo_n "(cached) " >&6
7626 else
7627 ac_check_lib_save_LIBS=$LIBS
7628 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7630 /* end confdefs.h. */
7632 /* Override any GCC internal prototype to avoid an error.
7633 Use char because int might match the return type of a GCC
7634 builtin and then its argument prototype would still apply. */
7635 #ifdef __cplusplus
7636 extern "C"
7637 #endif
7638 char connect ();
7640 main ()
7642 return connect ();
7644 return 0;
7646 _ACEOF
7647 if ac_fn_c_try_link "$LINENO"; then :
7648 ac_cv_lib_socket_connect=yes
7649 else
7650 ac_cv_lib_socket_connect=no
7652 rm -f core conftest.err conftest.$ac_objext \
7653 conftest$ac_exeext conftest.$ac_ext
7654 LIBS=$ac_check_lib_save_LIBS
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7657 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7658 if test "x$ac_cv_lib_socket_connect" = xyes; then :
7659 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7664 # Guillermo Gomez says -lposix is necessary on A/UX.
7665 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7666 if test "x$ac_cv_func_remove" = xyes; then :
7670 if test $ac_cv_func_remove = no; then
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7672 $as_echo_n "checking for remove in -lposix... " >&6; }
7673 if ${ac_cv_lib_posix_remove+:} false; then :
7674 $as_echo_n "(cached) " >&6
7675 else
7676 ac_check_lib_save_LIBS=$LIBS
7677 LIBS="-lposix $LIBS"
7678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7679 /* end confdefs.h. */
7681 /* Override any GCC internal prototype to avoid an error.
7682 Use char because int might match the return type of a GCC
7683 builtin and then its argument prototype would still apply. */
7684 #ifdef __cplusplus
7685 extern "C"
7686 #endif
7687 char remove ();
7689 main ()
7691 return remove ();
7693 return 0;
7695 _ACEOF
7696 if ac_fn_c_try_link "$LINENO"; then :
7697 ac_cv_lib_posix_remove=yes
7698 else
7699 ac_cv_lib_posix_remove=no
7701 rm -f core conftest.err conftest.$ac_objext \
7702 conftest$ac_exeext conftest.$ac_ext
7703 LIBS=$ac_check_lib_save_LIBS
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7706 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7707 if test "x$ac_cv_lib_posix_remove" = xyes; then :
7708 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7713 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7714 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7715 if test "x$ac_cv_func_shmat" = xyes; then :
7719 if test $ac_cv_func_shmat = no; then
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7721 $as_echo_n "checking for shmat in -lipc... " >&6; }
7722 if ${ac_cv_lib_ipc_shmat+:} false; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 ac_check_lib_save_LIBS=$LIBS
7726 LIBS="-lipc $LIBS"
7727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7728 /* end confdefs.h. */
7730 /* Override any GCC internal prototype to avoid an error.
7731 Use char because int might match the return type of a GCC
7732 builtin and then its argument prototype would still apply. */
7733 #ifdef __cplusplus
7734 extern "C"
7735 #endif
7736 char shmat ();
7738 main ()
7740 return shmat ();
7742 return 0;
7744 _ACEOF
7745 if ac_fn_c_try_link "$LINENO"; then :
7746 ac_cv_lib_ipc_shmat=yes
7747 else
7748 ac_cv_lib_ipc_shmat=no
7750 rm -f core conftest.err conftest.$ac_objext \
7751 conftest$ac_exeext conftest.$ac_ext
7752 LIBS=$ac_check_lib_save_LIBS
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7755 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7756 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
7757 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7763 # Check for libraries that X11R6 Xt/Xaw programs need.
7764 ac_save_LDFLAGS=$LDFLAGS
7765 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7766 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7767 # check for ICE first), but we must link in the order -lSM -lICE or
7768 # we get undefined symbols. So assume we have SM if we have ICE.
7769 # These have to be linked with before -lX11, unlike the other
7770 # libraries we check for below, so use a different variable.
7771 # John Interrante, Karl Berry
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7773 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7774 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
7775 $as_echo_n "(cached) " >&6
7776 else
7777 ac_check_lib_save_LIBS=$LIBS
7778 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7780 /* end confdefs.h. */
7782 /* Override any GCC internal prototype to avoid an error.
7783 Use char because int might match the return type of a GCC
7784 builtin and then its argument prototype would still apply. */
7785 #ifdef __cplusplus
7786 extern "C"
7787 #endif
7788 char IceConnectionNumber ();
7790 main ()
7792 return IceConnectionNumber ();
7794 return 0;
7796 _ACEOF
7797 if ac_fn_c_try_link "$LINENO"; then :
7798 ac_cv_lib_ICE_IceConnectionNumber=yes
7799 else
7800 ac_cv_lib_ICE_IceConnectionNumber=no
7802 rm -f core conftest.err conftest.$ac_objext \
7803 conftest$ac_exeext conftest.$ac_ext
7804 LIBS=$ac_check_lib_save_LIBS
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7807 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7808 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
7809 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7812 LDFLAGS=$ac_save_LDFLAGS
7817 if test "$have_x" = "yes"
7818 then
7819 XLIB="-lX11"
7820 ac_save_CPPFLAGS="$CPPFLAGS"
7821 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7824 $as_echo_n "checking for -lX11... " >&6; }
7825 if ${ac_cv_lib_soname_X11+:} false; then :
7826 $as_echo_n "(cached) " >&6
7827 else
7828 ac_check_soname_save_LIBS=$LIBS
7829 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7831 /* end confdefs.h. */
7833 /* Override any GCC internal prototype to avoid an error.
7834 Use char because int might match the return type of a GCC
7835 builtin and then its argument prototype would still apply. */
7836 #ifdef __cplusplus
7837 extern "C"
7838 #endif
7839 char XCreateWindow ();
7841 main ()
7843 return XCreateWindow ();
7845 return 0;
7847 _ACEOF
7848 if ac_fn_c_try_link "$LINENO"; then :
7849 case "$LIBEXT" in
7850 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7851 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'` ;;
7852 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7853 esac
7855 rm -f core conftest.err conftest.$ac_objext \
7856 conftest$ac_exeext conftest.$ac_ext
7857 LIBS=$ac_check_soname_save_LIBS
7859 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7861 $as_echo "not found" >&6; }
7863 else
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7865 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7867 cat >>confdefs.h <<_ACEOF
7868 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7869 _ACEOF
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7874 $as_echo_n "checking for -lXext... " >&6; }
7875 if ${ac_cv_lib_soname_Xext+:} false; then :
7876 $as_echo_n "(cached) " >&6
7877 else
7878 ac_check_soname_save_LIBS=$LIBS
7879 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7881 /* end confdefs.h. */
7883 /* Override any GCC internal prototype to avoid an error.
7884 Use char because int might match the return type of a GCC
7885 builtin and then its argument prototype would still apply. */
7886 #ifdef __cplusplus
7887 extern "C"
7888 #endif
7889 char XextCreateExtension ();
7891 main ()
7893 return XextCreateExtension ();
7895 return 0;
7897 _ACEOF
7898 if ac_fn_c_try_link "$LINENO"; then :
7899 case "$LIBEXT" in
7900 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7901 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'` ;;
7902 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7903 esac
7905 rm -f core conftest.err conftest.$ac_objext \
7906 conftest$ac_exeext conftest.$ac_ext
7907 LIBS=$ac_check_soname_save_LIBS
7909 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7911 $as_echo "not found" >&6; }
7913 else
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7915 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7917 cat >>confdefs.h <<_ACEOF
7918 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7919 _ACEOF
7921 XLIB="-lXext $XLIB"
7924 for ac_header in X11/Xlib.h \
7925 X11/XKBlib.h \
7926 X11/Xutil.h \
7927 X11/Xcursor/Xcursor.h \
7928 X11/extensions/shape.h \
7929 X11/extensions/XInput.h \
7930 X11/extensions/XInput2.h \
7931 X11/extensions/XShm.h \
7932 X11/extensions/Xcomposite.h \
7933 X11/extensions/Xinerama.h \
7934 X11/extensions/Xrandr.h \
7935 X11/extensions/Xrender.h \
7936 X11/extensions/xf86vmode.h \
7937 X11/extensions/xf86vmproto.h
7938 do :
7939 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7940 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7941 # include <X11/Xlib.h>
7942 #endif
7943 #ifdef HAVE_X11_XUTIL_H
7944 # include <X11/Xutil.h>
7945 #endif
7947 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7948 cat >>confdefs.h <<_ACEOF
7949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7950 _ACEOF
7954 done
7957 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7958 then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7960 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7961 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
7962 $as_echo_n "(cached) " >&6
7963 else
7964 ac_check_lib_save_LIBS=$LIBS
7965 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7967 /* end confdefs.h. */
7969 /* Override any GCC internal prototype to avoid an error.
7970 Use char because int might match the return type of a GCC
7971 builtin and then its argument prototype would still apply. */
7972 #ifdef __cplusplus
7973 extern "C"
7974 #endif
7975 char XkbQueryExtension ();
7977 main ()
7979 return XkbQueryExtension ();
7981 return 0;
7983 _ACEOF
7984 if ac_fn_c_try_link "$LINENO"; then :
7985 ac_cv_lib_X11_XkbQueryExtension=yes
7986 else
7987 ac_cv_lib_X11_XkbQueryExtension=no
7989 rm -f core conftest.err conftest.$ac_objext \
7990 conftest$ac_exeext conftest.$ac_ext
7991 LIBS=$ac_check_lib_save_LIBS
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7994 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7995 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
7997 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8003 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8004 then
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8006 $as_echo_n "checking for -lXcursor... " >&6; }
8007 if ${ac_cv_lib_soname_Xcursor+:} false; then :
8008 $as_echo_n "(cached) " >&6
8009 else
8010 ac_check_soname_save_LIBS=$LIBS
8011 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8013 /* end confdefs.h. */
8015 /* Override any GCC internal prototype to avoid an error.
8016 Use char because int might match the return type of a GCC
8017 builtin and then its argument prototype would still apply. */
8018 #ifdef __cplusplus
8019 extern "C"
8020 #endif
8021 char XcursorImageLoadCursor ();
8023 main ()
8025 return XcursorImageLoadCursor ();
8027 return 0;
8029 _ACEOF
8030 if ac_fn_c_try_link "$LINENO"; then :
8031 case "$LIBEXT" in
8032 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8033 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'` ;;
8034 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8035 esac
8037 rm -f core conftest.err conftest.$ac_objext \
8038 conftest$ac_exeext conftest.$ac_ext
8039 LIBS=$ac_check_soname_save_LIBS
8041 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8043 $as_echo "not found" >&6; }
8045 else
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8047 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8049 cat >>confdefs.h <<_ACEOF
8050 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8051 _ACEOF
8056 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8057 case "x$with_xcursor" in
8058 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8059 xno) ;;
8060 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8061 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8062 esac
8065 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8066 then
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8068 $as_echo_n "checking for -lXi... " >&6; }
8069 if ${ac_cv_lib_soname_Xi+:} false; then :
8070 $as_echo_n "(cached) " >&6
8071 else
8072 ac_check_soname_save_LIBS=$LIBS
8073 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8075 /* end confdefs.h. */
8077 /* Override any GCC internal prototype to avoid an error.
8078 Use char because int might match the return type of a GCC
8079 builtin and then its argument prototype would still apply. */
8080 #ifdef __cplusplus
8081 extern "C"
8082 #endif
8083 char XOpenDevice ();
8085 main ()
8087 return XOpenDevice ();
8089 return 0;
8091 _ACEOF
8092 if ac_fn_c_try_link "$LINENO"; then :
8093 case "$LIBEXT" in
8094 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8095 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'` ;;
8096 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8097 esac
8099 rm -f core conftest.err conftest.$ac_objext \
8100 conftest$ac_exeext conftest.$ac_ext
8101 LIBS=$ac_check_soname_save_LIBS
8103 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8105 $as_echo "not found" >&6; }
8107 else
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8109 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8111 cat >>confdefs.h <<_ACEOF
8112 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8113 _ACEOF
8118 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8119 case "x$with_xinput" in
8120 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8121 xno) ;;
8122 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8123 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8124 esac
8127 if test "x$ac_cv_lib_soname_Xi" != x
8128 then
8129 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8130 case "x$with_xinput2" in
8131 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8132 xno) ;;
8133 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
8134 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8135 esac
8139 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8140 then
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8142 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8143 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
8144 $as_echo_n "(cached) " >&6
8145 else
8146 ac_check_lib_save_LIBS=$LIBS
8147 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8149 /* end confdefs.h. */
8151 /* Override any GCC internal prototype to avoid an error.
8152 Use char because int might match the return type of a GCC
8153 builtin and then its argument prototype would still apply. */
8154 #ifdef __cplusplus
8155 extern "C"
8156 #endif
8157 char XShmQueryExtension ();
8159 main ()
8161 return XShmQueryExtension ();
8163 return 0;
8165 _ACEOF
8166 if ac_fn_c_try_link "$LINENO"; then :
8167 ac_cv_lib_Xext_XShmQueryExtension=yes
8168 else
8169 ac_cv_lib_Xext_XShmQueryExtension=no
8171 rm -f core conftest.err conftest.$ac_objext \
8172 conftest$ac_exeext conftest.$ac_ext
8173 LIBS=$ac_check_lib_save_LIBS
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8176 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8177 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
8179 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8184 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8185 case "x$with_xshm" in
8186 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8187 xno) ;;
8188 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8189 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8190 esac
8193 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8194 then
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8196 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8197 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
8198 $as_echo_n "(cached) " >&6
8199 else
8200 ac_check_lib_save_LIBS=$LIBS
8201 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8203 /* end confdefs.h. */
8205 /* Override any GCC internal prototype to avoid an error.
8206 Use char because int might match the return type of a GCC
8207 builtin and then its argument prototype would still apply. */
8208 #ifdef __cplusplus
8209 extern "C"
8210 #endif
8211 char XShapeQueryExtension ();
8213 main ()
8215 return XShapeQueryExtension ();
8217 return 0;
8219 _ACEOF
8220 if ac_fn_c_try_link "$LINENO"; then :
8221 ac_cv_lib_Xext_XShapeQueryExtension=yes
8222 else
8223 ac_cv_lib_Xext_XShapeQueryExtension=no
8225 rm -f core conftest.err conftest.$ac_objext \
8226 conftest$ac_exeext conftest.$ac_ext
8227 LIBS=$ac_check_lib_save_LIBS
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8230 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8231 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
8233 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8238 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8239 case "x$with_xshape" in
8240 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8241 xno) ;;
8242 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8243 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8244 esac
8247 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8248 then
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8250 $as_echo_n "checking for -lXxf86vm... " >&6; }
8251 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
8252 $as_echo_n "(cached) " >&6
8253 else
8254 ac_check_soname_save_LIBS=$LIBS
8255 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8257 /* end confdefs.h. */
8259 /* Override any GCC internal prototype to avoid an error.
8260 Use char because int might match the return type of a GCC
8261 builtin and then its argument prototype would still apply. */
8262 #ifdef __cplusplus
8263 extern "C"
8264 #endif
8265 char XF86VidModeQueryExtension ();
8267 main ()
8269 return XF86VidModeQueryExtension ();
8271 return 0;
8273 _ACEOF
8274 if ac_fn_c_try_link "$LINENO"; then :
8275 case "$LIBEXT" in
8276 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8277 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'` ;;
8278 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8279 esac
8281 rm -f core conftest.err conftest.$ac_objext \
8282 conftest$ac_exeext conftest.$ac_ext
8283 LIBS=$ac_check_soname_save_LIBS
8285 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8287 $as_echo "not found" >&6; }
8289 else
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8291 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8293 cat >>confdefs.h <<_ACEOF
8294 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8295 _ACEOF
8300 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8301 case "x$with_xxf86vm" in
8302 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8303 xno) ;;
8304 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8305 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8306 esac
8309 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
8310 then
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8312 $as_echo_n "checking for -lXrender... " >&6; }
8313 if ${ac_cv_lib_soname_Xrender+:} false; then :
8314 $as_echo_n "(cached) " >&6
8315 else
8316 ac_check_soname_save_LIBS=$LIBS
8317 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8319 /* end confdefs.h. */
8321 /* Override any GCC internal prototype to avoid an error.
8322 Use char because int might match the return type of a GCC
8323 builtin and then its argument prototype would still apply. */
8324 #ifdef __cplusplus
8325 extern "C"
8326 #endif
8327 char XRenderQueryExtension ();
8329 main ()
8331 return XRenderQueryExtension ();
8333 return 0;
8335 _ACEOF
8336 if ac_fn_c_try_link "$LINENO"; then :
8337 case "$LIBEXT" in
8338 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8339 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'` ;;
8340 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8341 esac
8343 rm -f core conftest.err conftest.$ac_objext \
8344 conftest$ac_exeext conftest.$ac_ext
8345 LIBS=$ac_check_soname_save_LIBS
8347 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8349 $as_echo "not found" >&6; }
8351 else
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8353 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8355 cat >>confdefs.h <<_ACEOF
8356 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8357 _ACEOF
8359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8360 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8361 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
8362 $as_echo_n "(cached) " >&6
8363 else
8364 ac_check_lib_save_LIBS=$LIBS
8365 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8367 /* end confdefs.h. */
8369 /* Override any GCC internal prototype to avoid an error.
8370 Use char because int might match the return type of a GCC
8371 builtin and then its argument prototype would still apply. */
8372 #ifdef __cplusplus
8373 extern "C"
8374 #endif
8375 char XRenderSetPictureTransform ();
8377 main ()
8379 return XRenderSetPictureTransform ();
8381 return 0;
8383 _ACEOF
8384 if ac_fn_c_try_link "$LINENO"; then :
8385 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8386 else
8387 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8389 rm -f core conftest.err conftest.$ac_objext \
8390 conftest$ac_exeext conftest.$ac_ext
8391 LIBS=$ac_check_lib_save_LIBS
8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8394 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8395 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
8397 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8404 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8405 case "x$with_xrender" in
8406 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8407 xno) ;;
8408 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8409 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8410 esac
8413 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8414 then
8415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416 /* end confdefs.h. */
8417 #include <X11/Xlib.h>
8418 #include <X11/extensions/Xrandr.h>
8420 main ()
8422 static typeof(XRRSetScreenConfigAndRate) * func;
8424 return 0;
8426 _ACEOF
8427 if ac_fn_c_try_compile "$LINENO"; then :
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8429 $as_echo_n "checking for -lXrandr... " >&6; }
8430 if ${ac_cv_lib_soname_Xrandr+:} false; then :
8431 $as_echo_n "(cached) " >&6
8432 else
8433 ac_check_soname_save_LIBS=$LIBS
8434 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8436 /* end confdefs.h. */
8438 /* Override any GCC internal prototype to avoid an error.
8439 Use char because int might match the return type of a GCC
8440 builtin and then its argument prototype would still apply. */
8441 #ifdef __cplusplus
8442 extern "C"
8443 #endif
8444 char XRRQueryExtension ();
8446 main ()
8448 return XRRQueryExtension ();
8450 return 0;
8452 _ACEOF
8453 if ac_fn_c_try_link "$LINENO"; then :
8454 case "$LIBEXT" in
8455 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8456 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'` ;;
8457 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8458 esac
8460 rm -f core conftest.err conftest.$ac_objext \
8461 conftest$ac_exeext conftest.$ac_ext
8462 LIBS=$ac_check_soname_save_LIBS
8464 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8466 $as_echo "not found" >&6; }
8468 else
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8470 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8472 cat >>confdefs.h <<_ACEOF
8473 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8474 _ACEOF
8479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8481 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8482 case "x$with_xrandr" in
8483 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8484 xno) ;;
8485 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8486 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8487 esac
8490 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8491 then
8492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8493 /* end confdefs.h. */
8494 #include <X11/Xlib.h>
8495 #include <X11/extensions/Xinerama.h>
8497 main ()
8499 static typeof(XineramaQueryScreens) * func;
8501 return 0;
8503 _ACEOF
8504 if ac_fn_c_try_compile "$LINENO"; then :
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8506 $as_echo_n "checking for -lXinerama... " >&6; }
8507 if ${ac_cv_lib_soname_Xinerama+:} false; then :
8508 $as_echo_n "(cached) " >&6
8509 else
8510 ac_check_soname_save_LIBS=$LIBS
8511 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8513 /* end confdefs.h. */
8515 /* Override any GCC internal prototype to avoid an error.
8516 Use char because int might match the return type of a GCC
8517 builtin and then its argument prototype would still apply. */
8518 #ifdef __cplusplus
8519 extern "C"
8520 #endif
8521 char XineramaQueryScreens ();
8523 main ()
8525 return XineramaQueryScreens ();
8527 return 0;
8529 _ACEOF
8530 if ac_fn_c_try_link "$LINENO"; then :
8531 case "$LIBEXT" in
8532 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8533 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'` ;;
8534 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8535 esac
8537 rm -f core conftest.err conftest.$ac_objext \
8538 conftest$ac_exeext conftest.$ac_ext
8539 LIBS=$ac_check_soname_save_LIBS
8541 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8543 $as_echo "not found" >&6; }
8545 else
8546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8547 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8549 cat >>confdefs.h <<_ACEOF
8550 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8551 _ACEOF
8556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8558 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8559 case "x$with_xinerama" in
8560 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8561 xno) ;;
8562 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8563 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8564 esac
8567 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8568 then
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8570 $as_echo_n "checking for -lXcomposite... " >&6; }
8571 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
8572 $as_echo_n "(cached) " >&6
8573 else
8574 ac_check_soname_save_LIBS=$LIBS
8575 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8577 /* end confdefs.h. */
8579 /* Override any GCC internal prototype to avoid an error.
8580 Use char because int might match the return type of a GCC
8581 builtin and then its argument prototype would still apply. */
8582 #ifdef __cplusplus
8583 extern "C"
8584 #endif
8585 char XCompositeRedirectWindow ();
8587 main ()
8589 return XCompositeRedirectWindow ();
8591 return 0;
8593 _ACEOF
8594 if ac_fn_c_try_link "$LINENO"; then :
8595 case "$LIBEXT" in
8596 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8597 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'` ;;
8598 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8599 esac
8601 rm -f core conftest.err conftest.$ac_objext \
8602 conftest$ac_exeext conftest.$ac_ext
8603 LIBS=$ac_check_soname_save_LIBS
8605 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8607 $as_echo "not found" >&6; }
8609 else
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8611 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8613 cat >>confdefs.h <<_ACEOF
8614 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8615 _ACEOF
8620 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8621 case "x$with_xcomposite" in
8622 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8623 xno) ;;
8624 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8625 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8626 esac
8629 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8630 #include <X11/Xlib.h>
8631 #endif
8633 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
8635 cat >>confdefs.h <<_ACEOF
8636 #define HAVE_XICCALLBACK_CALLBACK 1
8637 _ACEOF
8641 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
8642 #include <X11/Xlib.h>
8643 #endif
8645 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
8647 cat >>confdefs.h <<_ACEOF
8648 #define HAVE_XEVENT_XCOOKIE 1
8649 _ACEOF
8656 opengl_msg=""
8657 if test "x$with_opengl" != "xno"
8658 then
8659 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8660 do :
8661 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8662 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8663 # include <GL/glx.h>
8664 #endif
8666 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8667 cat >>confdefs.h <<_ACEOF
8668 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8669 _ACEOF
8673 done
8675 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8676 then
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8678 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8679 if ${wine_cv_opengl_header_version_OK+:} false; then :
8680 $as_echo_n "(cached) " >&6
8681 else
8682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8683 /* end confdefs.h. */
8684 #include <GL/gl.h>
8686 main ()
8688 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8690 return 0;
8692 _ACEOF
8693 if ac_fn_c_try_compile "$LINENO"; then :
8694 wine_cv_opengl_header_version_OK="yes"
8695 else
8696 wine_cv_opengl_header_version_OK="no"
8698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8701 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8703 if test "$wine_cv_opengl_header_version_OK" = "yes"
8704 then
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8706 $as_echo_n "checking for -lGL... " >&6; }
8707 if ${ac_cv_lib_soname_GL+:} false; then :
8708 $as_echo_n "(cached) " >&6
8709 else
8710 ac_check_soname_save_LIBS=$LIBS
8711 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8713 /* end confdefs.h. */
8715 /* Override any GCC internal prototype to avoid an error.
8716 Use char because int might match the return type of a GCC
8717 builtin and then its argument prototype would still apply. */
8718 #ifdef __cplusplus
8719 extern "C"
8720 #endif
8721 char glXCreateContext ();
8723 main ()
8725 return glXCreateContext ();
8727 return 0;
8729 _ACEOF
8730 if ac_fn_c_try_link "$LINENO"; then :
8731 case "$LIBEXT" in
8732 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8733 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'` ;;
8734 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8735 esac
8737 rm -f core conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext conftest.$ac_ext
8739 LIBS=$ac_check_soname_save_LIBS
8741 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8743 $as_echo "not found" >&6; }
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8745 $as_echo_n "checking for -lGL... " >&6; }
8746 if ${ac_cv_lib_soname_GL+:} false; then :
8747 $as_echo_n "(cached) " >&6
8748 else
8749 ac_check_soname_save_LIBS=$LIBS
8750 LIBS="-lGL $X_LIBS $XLIB -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"
8751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8752 /* end confdefs.h. */
8754 /* Override any GCC internal prototype to avoid an error.
8755 Use char because int might match the return type of a GCC
8756 builtin and then its argument prototype would still apply. */
8757 #ifdef __cplusplus
8758 extern "C"
8759 #endif
8760 char glXCreateContext ();
8762 main ()
8764 return glXCreateContext ();
8766 return 0;
8768 _ACEOF
8769 if ac_fn_c_try_link "$LINENO"; then :
8770 case "$LIBEXT" in
8771 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8772 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'` ;;
8773 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8774 esac
8776 rm -f core conftest.err conftest.$ac_objext \
8777 conftest$ac_exeext conftest.$ac_ext
8778 LIBS=$ac_check_soname_save_LIBS
8780 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8782 $as_echo "not found" >&6; }
8783 if test -f /usr/X11R6/lib/libGL.a
8784 then
8785 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8786 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8787 else
8788 opengl_msg="No OpenGL library found on this system."
8790 else
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8792 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8794 cat >>confdefs.h <<_ACEOF
8795 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8796 _ACEOF
8798 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"
8800 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8803 else
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8805 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8807 cat >>confdefs.h <<_ACEOF
8808 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8809 _ACEOF
8811 OPENGL_LIBS="-lGL"
8813 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8816 if test "$ac_cv_header_GL_glu_h" = "yes"
8817 then
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8819 $as_echo_n "checking for -lGLU... " >&6; }
8820 if ${ac_cv_lib_soname_GLU+:} false; then :
8821 $as_echo_n "(cached) " >&6
8822 else
8823 ac_check_soname_save_LIBS=$LIBS
8824 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h. */
8828 /* Override any GCC internal prototype to avoid an error.
8829 Use char because int might match the return type of a GCC
8830 builtin and then its argument prototype would still apply. */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char gluLookAt ();
8836 main ()
8838 return gluLookAt ();
8840 return 0;
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844 case "$LIBEXT" in
8845 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8846 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8847 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8848 esac
8850 rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852 LIBS=$ac_check_soname_save_LIBS
8854 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8856 $as_echo "not found" >&6; }
8858 else
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8860 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8862 cat >>confdefs.h <<_ACEOF
8863 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8864 _ACEOF
8869 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8870 case "x$with_glu" in
8871 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8872 xno) ;;
8873 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
8874 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8875 esac
8877 else
8878 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8880 else
8881 opengl_msg="OpenGL development headers not found."
8883 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8884 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8885 else
8886 enable_opengl32=${enable_opengl32:-no}
8887 enable_glu32=${enable_glu32:-no}
8889 if test -n "$opengl_msg"; then :
8890 case "x$with_opengl" in
8891 x) as_fn_append wine_warnings "|$opengl_msg
8892 OpenGL and Direct3D won't be supported." ;;
8893 xno) ;;
8894 *) as_fn_error $? "$opengl_msg
8895 OpenGL and Direct3D won't be supported.
8896 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8897 esac
8900 CPPFLAGS="$ac_save_CPPFLAGS"
8901 else
8902 XLIB=""
8903 X_CFLAGS=""
8904 X_LIBS=""
8905 enable_winex11_drv=${enable_winex11_drv:-no}
8906 enable_opengl32=${enable_opengl32:-no}
8907 enable_glu32=${enable_glu32:-no}
8909 if test "x$XLIB" = "x"; then :
8910 case "x$with_x" in
8911 xno) ;;
8912 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
8913 without X support, which probably isn't what you want. You will need
8914 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8915 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8916 esac
8919 if test "$ac_cv_header_CL_cl_h" = "yes"
8920 then
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
8922 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
8923 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
8924 $as_echo_n "(cached) " >&6
8925 else
8926 ac_check_lib_save_LIBS=$LIBS
8927 LIBS="-lOpenCL $LIBS"
8928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8929 /* end confdefs.h. */
8931 /* Override any GCC internal prototype to avoid an error.
8932 Use char because int might match the return type of a GCC
8933 builtin and then its argument prototype would still apply. */
8934 #ifdef __cplusplus
8935 extern "C"
8936 #endif
8937 char clGetPlatformInfo ();
8939 main ()
8941 return clGetPlatformInfo ();
8943 return 0;
8945 _ACEOF
8946 if ac_fn_c_try_link "$LINENO"; then :
8947 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8948 else
8949 ac_cv_lib_OpenCL_clGetPlatformInfo=no
8951 rm -f core conftest.err conftest.$ac_objext \
8952 conftest$ac_exeext conftest.$ac_ext
8953 LIBS=$ac_check_lib_save_LIBS
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
8956 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
8957 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
8958 LIBOPENCL="-lOpenCL"
8963 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
8964 case "x$with_opencl" in
8965 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
8966 xno) ;;
8967 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
8968 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
8969 esac
8971 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
8974 XML2LIBS=""
8976 XML2INCL=""
8978 XSLTINCL=""
8980 if test "x$with_xml" != "xno"
8981 then
8982 ac_save_CPPFLAGS="$CPPFLAGS"
8983 if test "$PKG_CONFIG" != "false"
8984 then
8985 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8986 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8987 else
8988 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8989 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8991 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8992 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
8993 do :
8994 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8995 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8996 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8997 cat >>confdefs.h <<_ACEOF
8998 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8999 _ACEOF
9003 done
9005 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"
9006 then
9007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9008 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9009 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
9010 $as_echo_n "(cached) " >&6
9011 else
9012 ac_check_lib_save_LIBS=$LIBS
9013 LIBS="-lxml2 $ac_xml_libs $LIBS"
9014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9015 /* end confdefs.h. */
9017 /* Override any GCC internal prototype to avoid an error.
9018 Use char because int might match the return type of a GCC
9019 builtin and then its argument prototype would still apply. */
9020 #ifdef __cplusplus
9021 extern "C"
9022 #endif
9023 char xmlParseMemory ();
9025 main ()
9027 return xmlParseMemory ();
9029 return 0;
9031 _ACEOF
9032 if ac_fn_c_try_link "$LINENO"; then :
9033 ac_cv_lib_xml2_xmlParseMemory=yes
9034 else
9035 ac_cv_lib_xml2_xmlParseMemory=no
9037 rm -f core conftest.err conftest.$ac_objext \
9038 conftest$ac_exeext conftest.$ac_ext
9039 LIBS=$ac_check_lib_save_LIBS
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9042 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9043 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
9045 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9047 XML2LIBS="$ac_xml_libs"
9048 XML2INCL="$ac_xml_cflags"
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9052 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9053 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
9054 $as_echo_n "(cached) " >&6
9055 else
9056 ac_check_lib_save_LIBS=$LIBS
9057 LIBS="-lxml2 $ac_xml_libs $LIBS"
9058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9059 /* end confdefs.h. */
9061 /* Override any GCC internal prototype to avoid an error.
9062 Use char because int might match the return type of a GCC
9063 builtin and then its argument prototype would still apply. */
9064 #ifdef __cplusplus
9065 extern "C"
9066 #endif
9067 char xmlReadMemory ();
9069 main ()
9071 return xmlReadMemory ();
9073 return 0;
9075 _ACEOF
9076 if ac_fn_c_try_link "$LINENO"; then :
9077 ac_cv_lib_xml2_xmlReadMemory=yes
9078 else
9079 ac_cv_lib_xml2_xmlReadMemory=no
9081 rm -f core conftest.err conftest.$ac_objext \
9082 conftest$ac_exeext conftest.$ac_ext
9083 LIBS=$ac_check_lib_save_LIBS
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9086 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9087 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
9089 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9094 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9095 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
9096 $as_echo_n "(cached) " >&6
9097 else
9098 ac_check_lib_save_LIBS=$LIBS
9099 LIBS="-lxml2 $ac_xml_libs $LIBS"
9100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9101 /* end confdefs.h. */
9103 /* Override any GCC internal prototype to avoid an error.
9104 Use char because int might match the return type of a GCC
9105 builtin and then its argument prototype would still apply. */
9106 #ifdef __cplusplus
9107 extern "C"
9108 #endif
9109 char xmlNewDocPI ();
9111 main ()
9113 return xmlNewDocPI ();
9115 return 0;
9117 _ACEOF
9118 if ac_fn_c_try_link "$LINENO"; then :
9119 ac_cv_lib_xml2_xmlNewDocPI=yes
9120 else
9121 ac_cv_lib_xml2_xmlNewDocPI=no
9123 rm -f core conftest.err conftest.$ac_objext \
9124 conftest$ac_exeext conftest.$ac_ext
9125 LIBS=$ac_check_lib_save_LIBS
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9128 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9129 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
9131 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9136 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9137 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
9138 $as_echo_n "(cached) " >&6
9139 else
9140 ac_check_lib_save_LIBS=$LIBS
9141 LIBS="-lxml2 $ac_xml_libs $LIBS"
9142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9143 /* end confdefs.h. */
9145 /* Override any GCC internal prototype to avoid an error.
9146 Use char because int might match the return type of a GCC
9147 builtin and then its argument prototype would still apply. */
9148 #ifdef __cplusplus
9149 extern "C"
9150 #endif
9151 char xmlSchemaSetParserStructuredErrors ();
9153 main ()
9155 return xmlSchemaSetParserStructuredErrors ();
9157 return 0;
9159 _ACEOF
9160 if ac_fn_c_try_link "$LINENO"; then :
9161 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9162 else
9163 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
9165 rm -f core conftest.err conftest.$ac_objext \
9166 conftest$ac_exeext conftest.$ac_ext
9167 LIBS=$ac_check_lib_save_LIBS
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9170 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9171 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
9173 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9178 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9179 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-lxml2 $ac_xml_libs $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char xmlSchemaSetValidStructuredErrors ();
9195 main ()
9197 return xmlSchemaSetValidStructuredErrors ();
9199 return 0;
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9204 else
9205 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9212 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9213 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
9215 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9220 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9221 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
9222 $as_echo_n "(cached) " >&6
9223 else
9224 ac_check_lib_save_LIBS=$LIBS
9225 LIBS="-lxml2 $ac_xml_libs $LIBS"
9226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9227 /* end confdefs.h. */
9229 /* Override any GCC internal prototype to avoid an error.
9230 Use char because int might match the return type of a GCC
9231 builtin and then its argument prototype would still apply. */
9232 #ifdef __cplusplus
9233 extern "C"
9234 #endif
9235 char xmlFirstElementChild ();
9237 main ()
9239 return xmlFirstElementChild ();
9241 return 0;
9243 _ACEOF
9244 if ac_fn_c_try_link "$LINENO"; then :
9245 ac_cv_lib_xml2_xmlFirstElementChild=yes
9246 else
9247 ac_cv_lib_xml2_xmlFirstElementChild=no
9249 rm -f core conftest.err conftest.$ac_objext \
9250 conftest$ac_exeext conftest.$ac_ext
9251 LIBS=$ac_check_lib_save_LIBS
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9254 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9255 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
9257 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9261 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9263 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
9265 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9270 CPPFLAGS="$ac_save_CPPFLAGS"
9272 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9273 case "x$with_xml" in
9274 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9275 xno) ;;
9276 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9277 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9278 esac
9281 if test "x$with_xslt" != "xno"
9282 then
9283 if test "$PKG_CONFIG" != "false"
9284 then
9285 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9286 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9287 else
9288 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9289 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9291 ac_save_CPPFLAGS="$CPPFLAGS"
9292 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9293 for ac_header in libxslt/pattern.h libxslt/transform.h
9294 do :
9295 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9296 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9297 # include <libxslt/pattern.h>
9298 #endif
9300 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9301 cat >>confdefs.h <<_ACEOF
9302 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9303 _ACEOF
9307 done
9309 CPPFLAGS="$ac_save_CPPFLAGS"
9310 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9311 then
9312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9313 $as_echo_n "checking for -lxslt... " >&6; }
9314 if ${ac_cv_lib_soname_xslt+:} false; then :
9315 $as_echo_n "(cached) " >&6
9316 else
9317 ac_check_soname_save_LIBS=$LIBS
9318 LIBS="-lxslt $ac_xslt_libs $LIBS"
9319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9320 /* end confdefs.h. */
9322 /* Override any GCC internal prototype to avoid an error.
9323 Use char because int might match the return type of a GCC
9324 builtin and then its argument prototype would still apply. */
9325 #ifdef __cplusplus
9326 extern "C"
9327 #endif
9328 char xsltCompilePattern ();
9330 main ()
9332 return xsltCompilePattern ();
9334 return 0;
9336 _ACEOF
9337 if ac_fn_c_try_link "$LINENO"; then :
9338 case "$LIBEXT" in
9339 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9340 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'` ;;
9341 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9342 esac
9344 rm -f core conftest.err conftest.$ac_objext \
9345 conftest$ac_exeext conftest.$ac_ext
9346 LIBS=$ac_check_soname_save_LIBS
9348 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9350 $as_echo "not found" >&6; }
9352 else
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9354 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9356 cat >>confdefs.h <<_ACEOF
9357 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9358 _ACEOF
9360 XSLTINCL="$ac_xslt_cflags"
9364 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9365 case "x$with_xslt" in
9366 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9367 xno) ;;
9368 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9369 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9370 esac
9373 HALINCL=""
9375 if test "x$with_hal" != "xno"
9376 then
9377 ac_save_CPPFLAGS="$CPPFLAGS"
9378 if test "$PKG_CONFIG" != "false"
9379 then
9380 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9381 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9382 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9384 for ac_header in dbus/dbus.h hal/libhal.h
9385 do :
9386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9387 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9388 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9389 cat >>confdefs.h <<_ACEOF
9390 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9391 _ACEOF
9395 done
9397 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9398 then
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9400 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9401 if ${ac_cv_lib_dbus_1_dbus_connection_close+:} false; then :
9402 $as_echo_n "(cached) " >&6
9403 else
9404 ac_check_lib_save_LIBS=$LIBS
9405 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9407 /* end confdefs.h. */
9409 /* Override any GCC internal prototype to avoid an error.
9410 Use char because int might match the return type of a GCC
9411 builtin and then its argument prototype would still apply. */
9412 #ifdef __cplusplus
9413 extern "C"
9414 #endif
9415 char dbus_connection_close ();
9417 main ()
9419 return dbus_connection_close ();
9421 return 0;
9423 _ACEOF
9424 if ac_fn_c_try_link "$LINENO"; then :
9425 ac_cv_lib_dbus_1_dbus_connection_close=yes
9426 else
9427 ac_cv_lib_dbus_1_dbus_connection_close=no
9429 rm -f core conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext conftest.$ac_ext
9431 LIBS=$ac_check_lib_save_LIBS
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9434 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9435 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = xyes; then :
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9437 $as_echo_n "checking for -lhal... " >&6; }
9438 if ${ac_cv_lib_soname_hal+:} false; then :
9439 $as_echo_n "(cached) " >&6
9440 else
9441 ac_check_soname_save_LIBS=$LIBS
9442 LIBS="-lhal $ac_hal_libs $LIBS"
9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9446 /* Override any GCC internal prototype to avoid an error.
9447 Use char because int might match the return type of a GCC
9448 builtin and then its argument prototype would still apply. */
9449 #ifdef __cplusplus
9450 extern "C"
9451 #endif
9452 char libhal_ctx_new ();
9454 main ()
9456 return libhal_ctx_new ();
9458 return 0;
9460 _ACEOF
9461 if ac_fn_c_try_link "$LINENO"; then :
9462 case "$LIBEXT" in
9463 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9464 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'` ;;
9465 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9466 esac
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_soname_save_LIBS
9472 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9474 $as_echo "not found" >&6; }
9476 else
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9478 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9480 cat >>confdefs.h <<_ACEOF
9481 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9482 _ACEOF
9484 HALINCL="$ac_hal_cflags"
9489 CPPFLAGS="$ac_save_CPPFLAGS"
9491 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9492 case "x$with_hal" in
9493 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9494 xno) ;;
9495 *) as_fn_error $? "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9496 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9497 esac
9500 if test "x$with_gnutls" != "xno"
9501 then
9502 ac_save_CPPFLAGS="$CPPFLAGS"
9503 if test "$PKG_CONFIG" != "false"
9504 then
9505 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9506 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9507 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9509 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9510 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
9511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9512 /* end confdefs.h. */
9513 #include <gnutls/gnutls.h>
9515 main ()
9517 typeof(gnutls_mac_get_key_size) *pfunc;
9519 return 0;
9521 _ACEOF
9522 if ac_fn_c_try_compile "$LINENO"; then :
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9524 $as_echo_n "checking for -lgnutls... " >&6; }
9525 if ${ac_cv_lib_soname_gnutls+:} false; then :
9526 $as_echo_n "(cached) " >&6
9527 else
9528 ac_check_soname_save_LIBS=$LIBS
9529 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9531 /* end confdefs.h. */
9533 /* Override any GCC internal prototype to avoid an error.
9534 Use char because int might match the return type of a GCC
9535 builtin and then its argument prototype would still apply. */
9536 #ifdef __cplusplus
9537 extern "C"
9538 #endif
9539 char gnutls_global_init ();
9541 main ()
9543 return gnutls_global_init ();
9545 return 0;
9547 _ACEOF
9548 if ac_fn_c_try_link "$LINENO"; then :
9549 case "$LIBEXT" in
9550 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9551 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9552 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9553 esac
9555 rm -f core conftest.err conftest.$ac_objext \
9556 conftest$ac_exeext conftest.$ac_ext
9557 LIBS=$ac_check_soname_save_LIBS
9559 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9561 $as_echo "not found" >&6; }
9563 else
9564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9565 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9567 cat >>confdefs.h <<_ACEOF
9568 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9569 _ACEOF
9571 GNUTLSINCL="$ac_gnutls_cflags"
9575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9579 CPPFLAGS="$ac_save_CPPFLAGS"
9581 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9582 case "x$with_gnutls" in
9583 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9584 xno) ;;
9585 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9586 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9587 esac
9590 CURSESLIBS=""
9591 if test "$ac_cv_header_ncurses_h" = "yes"
9592 then
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9594 $as_echo_n "checking for -lncurses... " >&6; }
9595 if ${ac_cv_lib_soname_ncurses+:} false; then :
9596 $as_echo_n "(cached) " >&6
9597 else
9598 ac_check_soname_save_LIBS=$LIBS
9599 LIBS="-lncurses $LIBS"
9600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9601 /* end confdefs.h. */
9603 /* Override any GCC internal prototype to avoid an error.
9604 Use char because int might match the return type of a GCC
9605 builtin and then its argument prototype would still apply. */
9606 #ifdef __cplusplus
9607 extern "C"
9608 #endif
9609 char waddch ();
9611 main ()
9613 return waddch ();
9615 return 0;
9617 _ACEOF
9618 if ac_fn_c_try_link "$LINENO"; then :
9619 case "$LIBEXT" in
9620 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9621 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9622 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9623 esac
9625 rm -f core conftest.err conftest.$ac_objext \
9626 conftest$ac_exeext conftest.$ac_ext
9627 LIBS=$ac_check_soname_save_LIBS
9629 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9631 $as_echo "not found" >&6; }
9633 else
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9635 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9637 cat >>confdefs.h <<_ACEOF
9638 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9639 _ACEOF
9641 CURSESLIBS="-lncurses"
9643 elif test "$ac_cv_header_curses_h" = "yes"
9644 then
9645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9646 $as_echo_n "checking for -lcurses... " >&6; }
9647 if ${ac_cv_lib_soname_curses+:} false; then :
9648 $as_echo_n "(cached) " >&6
9649 else
9650 ac_check_soname_save_LIBS=$LIBS
9651 LIBS="-lcurses $LIBS"
9652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9653 /* end confdefs.h. */
9655 /* Override any GCC internal prototype to avoid an error.
9656 Use char because int might match the return type of a GCC
9657 builtin and then its argument prototype would still apply. */
9658 #ifdef __cplusplus
9659 extern "C"
9660 #endif
9661 char waddch ();
9663 main ()
9665 return waddch ();
9667 return 0;
9669 _ACEOF
9670 if ac_fn_c_try_link "$LINENO"; then :
9671 case "$LIBEXT" in
9672 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9673 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'` ;;
9674 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9675 esac
9677 rm -f core conftest.err conftest.$ac_objext \
9678 conftest$ac_exeext conftest.$ac_ext
9679 LIBS=$ac_check_soname_save_LIBS
9681 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9683 $as_echo "not found" >&6; }
9685 else
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9687 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9689 cat >>confdefs.h <<_ACEOF
9690 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9691 _ACEOF
9693 CURSESLIBS="-lcurses"
9696 ac_save_LIBS="$LIBS"
9697 LIBS="$LIBS $CURSESLIBS"
9698 for ac_func in mousemask
9699 do :
9700 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9701 if test "x$ac_cv_func_mousemask" = xyes; then :
9702 cat >>confdefs.h <<_ACEOF
9703 #define HAVE_MOUSEMASK 1
9704 _ACEOF
9707 done
9709 LIBS="$ac_save_LIBS"
9710 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9711 case "x$with_curses" in
9712 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9713 xno) ;;
9714 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9715 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9716 esac
9719 if test "x$with_sane" != "xno"
9720 then
9721 ac_save_CPPFLAGS="$CPPFLAGS"
9722 # Extract the first word of "sane-config", so it can be a program name with args.
9723 set dummy sane-config; ac_word=$2
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9725 $as_echo_n "checking for $ac_word... " >&6; }
9726 if ${ac_cv_prog_sane_devel+:} false; then :
9727 $as_echo_n "(cached) " >&6
9728 else
9729 if test -n "$sane_devel"; then
9730 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9731 else
9732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9733 for as_dir in $PATH
9735 IFS=$as_save_IFS
9736 test -z "$as_dir" && as_dir=.
9737 for ac_exec_ext in '' $ac_executable_extensions; do
9738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9739 ac_cv_prog_sane_devel="sane-config"
9740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9741 break 2
9743 done
9744 done
9745 IFS=$as_save_IFS
9747 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9750 sane_devel=$ac_cv_prog_sane_devel
9751 if test -n "$sane_devel"; then
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9753 $as_echo "$sane_devel" >&6; }
9754 else
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9756 $as_echo "no" >&6; }
9760 if test "$sane_devel" != "no"
9761 then
9762 ac_sane_incl="`$sane_devel --cflags`"
9763 ac_sane_libs="`$sane_devel --ldflags`"
9764 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9766 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9767 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9769 $as_echo_n "checking for -lsane... " >&6; }
9770 if ${ac_cv_lib_soname_sane+:} false; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 ac_check_soname_save_LIBS=$LIBS
9774 LIBS="-lsane $ac_sane_libs $LIBS"
9775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9776 /* end confdefs.h. */
9778 /* Override any GCC internal prototype to avoid an error.
9779 Use char because int might match the return type of a GCC
9780 builtin and then its argument prototype would still apply. */
9781 #ifdef __cplusplus
9782 extern "C"
9783 #endif
9784 char sane_init ();
9786 main ()
9788 return sane_init ();
9790 return 0;
9792 _ACEOF
9793 if ac_fn_c_try_link "$LINENO"; then :
9794 case "$LIBEXT" in
9795 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9796 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'` ;;
9797 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9798 esac
9800 rm -f core conftest.err conftest.$ac_objext \
9801 conftest$ac_exeext conftest.$ac_ext
9802 LIBS=$ac_check_soname_save_LIBS
9804 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9806 $as_echo "not found" >&6; }
9808 else
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9810 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9812 cat >>confdefs.h <<_ACEOF
9813 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9814 _ACEOF
9816 SANEINCL="$ac_sane_incl"
9822 CPPFLAGS="$ac_save_CPPFLAGS"
9824 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9825 case "x$with_sane" in
9826 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9827 xno) ;;
9828 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
9829 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9830 esac
9833 if test "x$with_v4l" != "xno"
9834 then
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9836 $as_echo_n "checking for -lv4l1... " >&6; }
9837 if ${ac_cv_lib_soname_v4l1+:} false; then :
9838 $as_echo_n "(cached) " >&6
9839 else
9840 ac_check_soname_save_LIBS=$LIBS
9841 LIBS="-lv4l1 $LIBS"
9842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9843 /* end confdefs.h. */
9845 /* Override any GCC internal prototype to avoid an error.
9846 Use char because int might match the return type of a GCC
9847 builtin and then its argument prototype would still apply. */
9848 #ifdef __cplusplus
9849 extern "C"
9850 #endif
9851 char v4l1_open ();
9853 main ()
9855 return v4l1_open ();
9857 return 0;
9859 _ACEOF
9860 if ac_fn_c_try_link "$LINENO"; then :
9861 case "$LIBEXT" in
9862 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9863 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'` ;;
9864 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9865 esac
9867 rm -f core conftest.err conftest.$ac_objext \
9868 conftest$ac_exeext conftest.$ac_ext
9869 LIBS=$ac_check_soname_save_LIBS
9871 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9873 $as_echo "not found" >&6; }
9875 else
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9877 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9879 cat >>confdefs.h <<_ACEOF
9880 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9881 _ACEOF
9886 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9887 case "x$with_v4l" in
9888 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9889 xno) ;;
9890 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
9891 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9892 esac
9895 if test "x$with_gphoto" != "xno"
9896 then
9897 ac_save_CPPFLAGS="$CPPFLAGS"
9898 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9899 set dummy gphoto2-config; ac_word=$2
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9901 $as_echo_n "checking for $ac_word... " >&6; }
9902 if ${ac_cv_prog_gphoto2_devel+:} false; then :
9903 $as_echo_n "(cached) " >&6
9904 else
9905 if test -n "$gphoto2_devel"; then
9906 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9907 else
9908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9909 for as_dir in $PATH
9911 IFS=$as_save_IFS
9912 test -z "$as_dir" && as_dir=.
9913 for ac_exec_ext in '' $ac_executable_extensions; do
9914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9915 ac_cv_prog_gphoto2_devel="gphoto2-config"
9916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9917 break 2
9919 done
9920 done
9921 IFS=$as_save_IFS
9923 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9926 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9927 if test -n "$gphoto2_devel"; then
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9929 $as_echo "$gphoto2_devel" >&6; }
9930 else
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9932 $as_echo "no" >&6; }
9936 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9937 set dummy gphoto2-port-config; ac_word=$2
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9939 $as_echo_n "checking for $ac_word... " >&6; }
9940 if ${ac_cv_prog_gphoto2port_devel+:} false; then :
9941 $as_echo_n "(cached) " >&6
9942 else
9943 if test -n "$gphoto2port_devel"; then
9944 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9945 else
9946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9947 for as_dir in $PATH
9949 IFS=$as_save_IFS
9950 test -z "$as_dir" && as_dir=.
9951 for ac_exec_ext in '' $ac_executable_extensions; do
9952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9953 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9955 break 2
9957 done
9958 done
9959 IFS=$as_save_IFS
9961 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9964 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9965 if test -n "$gphoto2port_devel"; then
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9967 $as_echo "$gphoto2port_devel" >&6; }
9968 else
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9970 $as_echo "no" >&6; }
9974 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9975 then
9976 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9977 ac_gphoto2_libs=""
9978 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9980 case "$i" in
9981 -L/usr/lib|-L/usr/lib64) ;;
9982 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9983 esac
9984 done
9985 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9987 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9988 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9989 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
9990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9991 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9992 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
9993 $as_echo_n "(cached) " >&6
9994 else
9995 ac_check_lib_save_LIBS=$LIBS
9996 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9998 /* end confdefs.h. */
10000 /* Override any GCC internal prototype to avoid an error.
10001 Use char because int might match the return type of a GCC
10002 builtin and then its argument prototype would still apply. */
10003 #ifdef __cplusplus
10004 extern "C"
10005 #endif
10006 char gp_camera_new ();
10008 main ()
10010 return gp_camera_new ();
10012 return 0;
10014 _ACEOF
10015 if ac_fn_c_try_link "$LINENO"; then :
10016 ac_cv_lib_gphoto2_gp_camera_new=yes
10017 else
10018 ac_cv_lib_gphoto2_gp_camera_new=no
10020 rm -f core conftest.err conftest.$ac_objext \
10021 conftest$ac_exeext conftest.$ac_ext
10022 LIBS=$ac_check_lib_save_LIBS
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10025 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10026 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
10028 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10030 GPHOTO2LIBS="$ac_gphoto2_libs"
10032 GPHOTO2INCL="$ac_gphoto2_incl"
10039 CPPFLAGS="$ac_save_CPPFLAGS"
10041 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10042 case "x$with_gphoto" in
10043 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10044 xno) ;;
10045 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10046 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10047 esac
10051 if test "$ac_cv_header_resolv_h" = "yes"
10052 then
10053 ac_save_LIBS="$LIBS"
10054 for lib in '' -lresolv
10056 LIBS="$lib $ac_save_LIBS"
10057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10058 /* end confdefs.h. */
10059 #ifdef HAVE_NETINET_IN_H
10060 #include <netinet/in.h>
10061 #endif
10062 #include <resolv.h>
10064 main ()
10066 res_query("foo",ns_c_in,0,0,0);
10068 return 0;
10070 _ACEOF
10071 if ac_fn_c_try_link "$LINENO"; then :
10073 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10075 RESOLVLIBS="$lib"
10078 rm -f core conftest.err conftest.$ac_objext \
10079 conftest$ac_exeext conftest.$ac_ext
10080 if test "${RESOLVLIBS+set}" = set; then
10081 break
10083 done
10084 LIBS="$ac_save_LIBS"
10087 LCMSLIBS=""
10089 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10090 then
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10092 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10093 if ${ac_cv_lib_lcms_cmsOpenProfileFromFile+:} false; then :
10094 $as_echo_n "(cached) " >&6
10095 else
10096 ac_check_lib_save_LIBS=$LIBS
10097 LIBS="-llcms $LIBS"
10098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10099 /* end confdefs.h. */
10101 /* Override any GCC internal prototype to avoid an error.
10102 Use char because int might match the return type of a GCC
10103 builtin and then its argument prototype would still apply. */
10104 #ifdef __cplusplus
10105 extern "C"
10106 #endif
10107 char cmsOpenProfileFromFile ();
10109 main ()
10111 return cmsOpenProfileFromFile ();
10113 return 0;
10115 _ACEOF
10116 if ac_fn_c_try_link "$LINENO"; then :
10117 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10118 else
10119 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10121 rm -f core conftest.err conftest.$ac_objext \
10122 conftest$ac_exeext conftest.$ac_ext
10123 LIBS=$ac_check_lib_save_LIBS
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10126 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10127 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = xyes; then :
10129 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10131 LCMSLIBS="-llcms"
10135 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10136 case "x$with_cms" in
10137 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10138 xno) ;;
10139 *) as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10140 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10141 esac
10144 if test "x$with_freetype" != "xno"
10145 then
10146 for ac_prog in freetype-config freetype2-config
10148 # Extract the first word of "$ac_prog", so it can be a program name with args.
10149 set dummy $ac_prog; ac_word=$2
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10151 $as_echo_n "checking for $ac_word... " >&6; }
10152 if ${ac_cv_prog_ft_devel+:} false; then :
10153 $as_echo_n "(cached) " >&6
10154 else
10155 if test -n "$ft_devel"; then
10156 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10157 else
10158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10159 for as_dir in $PATH
10161 IFS=$as_save_IFS
10162 test -z "$as_dir" && as_dir=.
10163 for ac_exec_ext in '' $ac_executable_extensions; do
10164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10165 ac_cv_prog_ft_devel="$ac_prog"
10166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10167 break 2
10169 done
10170 done
10171 IFS=$as_save_IFS
10175 ft_devel=$ac_cv_prog_ft_devel
10176 if test -n "$ft_devel"; then
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10178 $as_echo "$ft_devel" >&6; }
10179 else
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10181 $as_echo "no" >&6; }
10185 test -n "$ft_devel" && break
10186 done
10187 test -n "$ft_devel" || ft_devel="no"
10189 if test "$ft_devel" != "no"
10190 then
10191 ac_freetype_incl=`$ft_devel --cflags`
10192 ac_freetype_libs=`$ft_devel --libs`
10194 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10196 $as_echo_n "checking for -lfreetype... " >&6; }
10197 if ${ac_cv_lib_soname_freetype+:} false; then :
10198 $as_echo_n "(cached) " >&6
10199 else
10200 ac_check_soname_save_LIBS=$LIBS
10201 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203 /* end confdefs.h. */
10205 /* Override any GCC internal prototype to avoid an error.
10206 Use char because int might match the return type of a GCC
10207 builtin and then its argument prototype would still apply. */
10208 #ifdef __cplusplus
10209 extern "C"
10210 #endif
10211 char FT_Init_FreeType ();
10213 main ()
10215 return FT_Init_FreeType ();
10217 return 0;
10219 _ACEOF
10220 if ac_fn_c_try_link "$LINENO"; then :
10221 case "$LIBEXT" in
10222 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10223 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'` ;;
10224 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10225 esac
10227 rm -f core conftest.err conftest.$ac_objext \
10228 conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_soname_save_LIBS
10231 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10233 $as_echo "not found" >&6; }
10234 ft_lib=no
10235 else
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10237 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10239 cat >>confdefs.h <<_ACEOF
10240 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10241 _ACEOF
10243 ft_lib=yes
10245 if test "$ft_lib" = "yes"
10246 then
10247 ac_save_CPPFLAGS="$CPPFLAGS"
10248 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10249 for ac_header in ft2build.h \
10250 freetype/freetype.h \
10251 freetype/ftglyph.h \
10252 freetype/fttypes.h \
10253 freetype/tttables.h \
10254 freetype/ftsnames.h \
10255 freetype/ttnameid.h \
10256 freetype/ftoutln.h \
10257 freetype/ftwinfnt.h \
10258 freetype/ftmodapi.h \
10259 freetype/ftlcdfil.h \
10260 freetype/internal/sfnt.h
10261 do :
10262 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10263 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10264 # include <ft2build.h>
10265 #endif
10267 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10268 cat >>confdefs.h <<_ACEOF
10269 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10270 _ACEOF
10274 done
10276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10277 /* end confdefs.h. */
10278 #include <ft2build.h>
10279 #include <freetype/fttrigon.h>
10280 _ACEOF
10281 if ac_fn_c_try_cpp "$LINENO"; then :
10283 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10285 wine_cv_fttrigon=yes
10286 else
10287 wine_cv_fttrigon=no
10289 rm -f conftest.err conftest.i conftest.$ac_ext
10290 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10292 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
10294 cat >>confdefs.h <<_ACEOF
10295 #define HAVE_FT_TRUETYPEENGINETYPE 1
10296 _ACEOF
10301 ac_save_CFLAGS="$CFLAGS"
10302 CFLAGS="$CFLAGS $ac_freetype_libs"
10303 for ac_func in FT_Load_Sfnt_Table
10304 do :
10305 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10306 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = xyes; then :
10307 cat >>confdefs.h <<_ACEOF
10308 #define HAVE_FT_LOAD_SFNT_TABLE 1
10309 _ACEOF
10312 done
10314 CFLAGS="$ac_save_CFLAGS"
10315 CPPFLAGS="$ac_save_CPPFLAGS"
10316 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10317 then
10319 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10321 FREETYPELIBS="$ac_freetype_libs"
10323 FREETYPEINCL="$ac_freetype_incl"
10328 if test "x$FREETYPELIBS" = "x"; then :
10329 case "x$with_freetype" in
10330 xno) ;;
10331 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10332 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10333 esac
10335 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10338 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10339 if ${ac_cv_c_ppdev+:} false; then :
10340 $as_echo_n "(cached) " >&6
10341 else
10342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10344 #ifdef HAVE_SYS_IOCTL_H
10345 # include <sys/ioctl.h>
10346 #endif
10347 #include <linux/ppdev.h>
10349 main ()
10351 ioctl (1,PPCLAIM,0)
10353 return 0;
10355 _ACEOF
10356 if ac_fn_c_try_compile "$LINENO"; then :
10357 ac_cv_c_ppdev="yes"
10358 else
10359 ac_cv_c_ppdev="no"
10361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10364 $as_echo "$ac_cv_c_ppdev" >&6; }
10365 if test "$ac_cv_c_ppdev" = "yes"
10366 then
10368 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10372 ac_wine_check_funcs_save_LIBS="$LIBS"
10373 LIBS="$LIBS $LIBPTHREAD"
10374 for ac_func in \
10375 pthread_attr_get_np \
10376 pthread_getattr_np \
10377 pthread_get_stackaddr_np \
10378 pthread_get_stacksize_np
10379 do :
10380 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10381 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10382 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10383 cat >>confdefs.h <<_ACEOF
10384 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10385 _ACEOF
10388 done
10390 LIBS="$ac_wine_check_funcs_save_LIBS"
10392 if test "$ac_cv_header_zlib_h" = "yes"
10393 then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10395 $as_echo_n "checking for inflate in -lz... " >&6; }
10396 if ${ac_cv_lib_z_inflate+:} false; then :
10397 $as_echo_n "(cached) " >&6
10398 else
10399 ac_check_lib_save_LIBS=$LIBS
10400 LIBS="-lz $LIBS"
10401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10404 /* Override any GCC internal prototype to avoid an error.
10405 Use char because int might match the return type of a GCC
10406 builtin and then its argument prototype would still apply. */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char inflate ();
10412 main ()
10414 return inflate ();
10416 return 0;
10418 _ACEOF
10419 if ac_fn_c_try_link "$LINENO"; then :
10420 ac_cv_lib_z_inflate=yes
10421 else
10422 ac_cv_lib_z_inflate=no
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_lib_save_LIBS
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10429 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10430 if test "x$ac_cv_lib_z_inflate" = xyes; then :
10432 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10434 ZLIB="-lz"
10439 if test "x$ZLIB" = "x"; then :
10440 case "x$with_zlib" in
10441 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
10442 xno) ;;
10443 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
10444 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
10445 esac
10448 if test "x$enable_tools" != xno
10449 then
10450 if test "$ac_cv_header_gettext_po_h" = "yes"
10451 then
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
10453 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
10454 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
10455 $as_echo_n "(cached) " >&6
10456 else
10457 ac_check_lib_save_LIBS=$LIBS
10458 LIBS="-lgettextpo $LIBS"
10459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char po_message_msgctxt ();
10470 main ()
10472 return po_message_msgctxt ();
10474 return 0;
10476 _ACEOF
10477 if ac_fn_c_try_link "$LINENO"; then :
10478 ac_cv_lib_gettextpo_po_message_msgctxt=yes
10479 else
10480 ac_cv_lib_gettextpo_po_message_msgctxt=no
10482 rm -f core conftest.err conftest.$ac_objext \
10483 conftest$ac_exeext conftest.$ac_ext
10484 LIBS=$ac_check_lib_save_LIBS
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
10487 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
10488 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
10490 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
10492 LIBGETTEXTPO="-lgettextpo"
10497 if test "x$LIBGETTEXTPO" = "x"; then :
10498 case "x$with_gettextpo" in
10499 x) as_fn_append wine_warnings "|GetText ${notice_platform}development files not found (or too old). Internationalization won't be fully supported." ;;
10500 xno) ;;
10501 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old). Internationalization won't be fully supported.
10502 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
10503 esac
10507 if test "x$with_gstreamer" != "xno"
10508 then
10509 ac_save_CPPFLAGS="$CPPFLAGS"
10510 if test "$PKG_CONFIG" != "false"; then
10511 ac_gst_incl=""
10512 for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10514 case "$i" in
10515 -I*) ac_gst_incl="$ac_gst_incl $i";;
10516 esac
10517 done
10518 ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10519 CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10520 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10521 if test "x$ac_cv_header_gst_gstpad_h" = xyes; then :
10522 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10523 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes; then :
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10525 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10526 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false; then :
10527 $as_echo_n "(cached) " >&6
10528 else
10529 ac_check_lib_save_LIBS=$LIBS
10530 LIBS="-lgstreamer-0.10 $LIBS"
10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10534 /* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
10537 #ifdef __cplusplus
10538 extern "C"
10539 #endif
10540 char gst_pad_get_caps_reffed ();
10542 main ()
10544 return gst_pad_get_caps_reffed ();
10546 return 0;
10548 _ACEOF
10549 if ac_fn_c_try_link "$LINENO"; then :
10550 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10551 else
10552 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10554 rm -f core conftest.err conftest.$ac_objext \
10555 conftest$ac_exeext conftest.$ac_ext
10556 LIBS=$ac_check_lib_save_LIBS
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10559 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10560 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes; then :
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10562 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10563 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false; then :
10564 $as_echo_n "(cached) " >&6
10565 else
10566 ac_check_lib_save_LIBS=$LIBS
10567 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569 /* end confdefs.h. */
10571 /* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574 #ifdef __cplusplus
10575 extern "C"
10576 #endif
10577 char gst_app_buffer_new ();
10579 main ()
10581 return gst_app_buffer_new ();
10583 return 0;
10585 _ACEOF
10586 if ac_fn_c_try_link "$LINENO"; then :
10587 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10588 else
10589 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10591 rm -f core conftest.err conftest.$ac_objext \
10592 conftest$ac_exeext conftest.$ac_ext
10593 LIBS=$ac_check_lib_save_LIBS
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10596 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10597 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes; then :
10598 GSTREAMER_LIBS="$ac_gst_libs"
10600 GSTREAMER_INCL="$ac_gst_incl"
10613 CPPFLAGS="$ac_save_CPPFLAGS"
10615 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes; then :
10616 case "x$with_gstreamer" in
10617 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
10618 xno) ;;
10619 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
10620 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10621 esac
10623 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10625 ALSALIBS=""
10627 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10628 then
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
10630 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
10631 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
10632 $as_echo_n "(cached) " >&6
10633 else
10634 ac_check_lib_save_LIBS=$LIBS
10635 LIBS="-lasound $LIBS"
10636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10637 /* end confdefs.h. */
10639 /* Override any GCC internal prototype to avoid an error.
10640 Use char because int might match the return type of a GCC
10641 builtin and then its argument prototype would still apply. */
10642 #ifdef __cplusplus
10643 extern "C"
10644 #endif
10645 char snd_pcm_hw_params_get_access_mask ();
10647 main ()
10649 return snd_pcm_hw_params_get_access_mask ();
10651 return 0;
10653 _ACEOF
10654 if ac_fn_c_try_link "$LINENO"; then :
10655 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
10656 else
10657 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
10659 rm -f core conftest.err conftest.$ac_objext \
10660 conftest$ac_exeext conftest.$ac_ext
10661 LIBS=$ac_check_lib_save_LIBS
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
10664 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
10665 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
10666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10667 /* end confdefs.h. */
10668 #ifdef HAVE_ALSA_ASOUNDLIB_H
10669 #include <alsa/asoundlib.h>
10670 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10671 #include <sys/asoundlib.h>
10672 #endif
10674 main ()
10676 snd_pcm_hw_params_get_access_mask(NULL, NULL)
10678 return 0;
10680 _ACEOF
10681 if ac_fn_c_try_compile "$LINENO"; then :
10682 ALSALIBS="-lasound"
10684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10689 if test "x$with_oss" != xno
10690 then
10691 ac_save_CPPFLAGS="$CPPFLAGS"
10692 if test -f /etc/oss.conf
10693 then
10694 . /etc/oss.conf
10696 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
10697 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
10698 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
10699 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
10700 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
10702 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
10704 cat >>confdefs.h <<_ACEOF
10705 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
10706 _ACEOF
10708 OSS4INCL="$ac_oss_incl"
10715 CPPFLAGS="$ac_save_CPPFLAGS"
10716 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
10717 then
10718 as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
10723 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10724 then
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10726 $as_echo_n "checking for -lcapi20... " >&6; }
10727 if ${ac_cv_lib_soname_capi20+:} false; then :
10728 $as_echo_n "(cached) " >&6
10729 else
10730 ac_check_soname_save_LIBS=$LIBS
10731 LIBS="-lcapi20 $LIBS"
10732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10738 #ifdef __cplusplus
10739 extern "C"
10740 #endif
10741 char capi20_register ();
10743 main ()
10745 return capi20_register ();
10747 return 0;
10749 _ACEOF
10750 if ac_fn_c_try_link "$LINENO"; then :
10751 case "$LIBEXT" in
10752 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10753 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'` ;;
10754 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10755 esac
10757 rm -f core conftest.err conftest.$ac_objext \
10758 conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_soname_save_LIBS
10761 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10763 $as_echo "not found" >&6; }
10765 else
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10767 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10769 cat >>confdefs.h <<_ACEOF
10770 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10771 _ACEOF
10776 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10777 case "x$with_capi" in
10778 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10779 xno) ;;
10780 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10781 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10782 esac
10785 CUPSINCL=""
10787 if test "x$with_cups" != "xno"
10788 then
10789 ac_save_CPPFLAGS="$CPPFLAGS"
10790 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10791 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10792 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10793 for ac_header in cups/cups.h
10794 do :
10795 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10796 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
10797 cat >>confdefs.h <<_ACEOF
10798 #define HAVE_CUPS_CUPS_H 1
10799 _ACEOF
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10801 $as_echo_n "checking for -lcups... " >&6; }
10802 if ${ac_cv_lib_soname_cups+:} false; then :
10803 $as_echo_n "(cached) " >&6
10804 else
10805 ac_check_soname_save_LIBS=$LIBS
10806 LIBS="-lcups $ac_cups_libs $LIBS"
10807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10808 /* end confdefs.h. */
10810 /* Override any GCC internal prototype to avoid an error.
10811 Use char because int might match the return type of a GCC
10812 builtin and then its argument prototype would still apply. */
10813 #ifdef __cplusplus
10814 extern "C"
10815 #endif
10816 char cupsGetDefault ();
10818 main ()
10820 return cupsGetDefault ();
10822 return 0;
10824 _ACEOF
10825 if ac_fn_c_try_link "$LINENO"; then :
10826 case "$LIBEXT" in
10827 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10828 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'` ;;
10829 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10830 esac
10832 rm -f core conftest.err conftest.$ac_objext \
10833 conftest$ac_exeext conftest.$ac_ext
10834 LIBS=$ac_check_soname_save_LIBS
10836 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10838 $as_echo "not found" >&6; }
10840 else
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10842 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10844 cat >>confdefs.h <<_ACEOF
10845 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10846 _ACEOF
10848 CUPSINCL="$ac_cups_cflags"
10852 done
10854 CPPFLAGS="$ac_save_CPPFLAGS"
10856 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10857 case "x$with_cups" in
10858 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10859 xno) ;;
10860 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
10861 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10862 esac
10865 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10866 then
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10868 $as_echo_n "checking for -lfontconfig... " >&6; }
10869 if ${ac_cv_lib_soname_fontconfig+:} false; then :
10870 $as_echo_n "(cached) " >&6
10871 else
10872 ac_check_soname_save_LIBS=$LIBS
10873 LIBS="-lfontconfig $LIBS"
10874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10875 /* end confdefs.h. */
10877 /* Override any GCC internal prototype to avoid an error.
10878 Use char because int might match the return type of a GCC
10879 builtin and then its argument prototype would still apply. */
10880 #ifdef __cplusplus
10881 extern "C"
10882 #endif
10883 char FcInit ();
10885 main ()
10887 return FcInit ();
10889 return 0;
10891 _ACEOF
10892 if ac_fn_c_try_link "$LINENO"; then :
10893 case "$LIBEXT" in
10894 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10895 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'` ;;
10896 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10897 esac
10899 rm -f core conftest.err conftest.$ac_objext \
10900 conftest$ac_exeext conftest.$ac_ext
10901 LIBS=$ac_check_soname_save_LIBS
10903 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10905 $as_echo "not found" >&6; }
10907 else
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10909 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10911 cat >>confdefs.h <<_ACEOF
10912 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10913 _ACEOF
10917 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10918 then
10919 ac_save_CPPFLAGS="$CPPFLAGS"
10920 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10921 $as_unset ac_cv_header_fontconfig_fontconfig_h
10922 for ac_header in fontconfig/fontconfig.h
10923 do :
10924 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10925 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
10926 cat >>confdefs.h <<_ACEOF
10927 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10928 _ACEOF
10932 done
10934 CPPFLAGS="$ac_save_CPPFLAGS"
10935 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10936 then
10937 FONTCONFIGINCL="$X_CFLAGS"
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10940 $as_echo_n "checking for -lfontconfig... " >&6; }
10941 if ${ac_cv_lib_soname_fontconfig+:} false; then :
10942 $as_echo_n "(cached) " >&6
10943 else
10944 ac_check_soname_save_LIBS=$LIBS
10945 LIBS="-lfontconfig $X_LIBS $LIBS"
10946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10947 /* end confdefs.h. */
10949 /* Override any GCC internal prototype to avoid an error.
10950 Use char because int might match the return type of a GCC
10951 builtin and then its argument prototype would still apply. */
10952 #ifdef __cplusplus
10953 extern "C"
10954 #endif
10955 char FcInit ();
10957 main ()
10959 return FcInit ();
10961 return 0;
10963 _ACEOF
10964 if ac_fn_c_try_link "$LINENO"; then :
10965 case "$LIBEXT" in
10966 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10967 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'` ;;
10968 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10969 esac
10971 rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
10973 LIBS=$ac_check_soname_save_LIBS
10975 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10977 $as_echo "not found" >&6; }
10979 else
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10981 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10983 cat >>confdefs.h <<_ACEOF
10984 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10985 _ACEOF
10991 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10992 case "x$with_fontconfig" in
10993 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10994 xno) ;;
10995 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10996 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10997 esac
11000 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11001 then
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11003 $as_echo_n "checking for -lssl... " >&6; }
11004 if ${ac_cv_lib_soname_ssl+:} false; then :
11005 $as_echo_n "(cached) " >&6
11006 else
11007 ac_check_soname_save_LIBS=$LIBS
11008 LIBS="-lssl $LIBS"
11009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11010 /* end confdefs.h. */
11012 /* Override any GCC internal prototype to avoid an error.
11013 Use char because int might match the return type of a GCC
11014 builtin and then its argument prototype would still apply. */
11015 #ifdef __cplusplus
11016 extern "C"
11017 #endif
11018 char SSL_library_init ();
11020 main ()
11022 return SSL_library_init ();
11024 return 0;
11026 _ACEOF
11027 if ac_fn_c_try_link "$LINENO"; then :
11028 case "$LIBEXT" in
11029 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11030 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11031 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11032 esac
11034 rm -f core conftest.err conftest.$ac_objext \
11035 conftest$ac_exeext conftest.$ac_ext
11036 LIBS=$ac_check_soname_save_LIBS
11038 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11040 $as_echo "not found" >&6; }
11042 else
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11044 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11046 cat >>confdefs.h <<_ACEOF
11047 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11048 _ACEOF
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11053 $as_echo_n "checking for -lcrypto... " >&6; }
11054 if ${ac_cv_lib_soname_crypto+:} false; then :
11055 $as_echo_n "(cached) " >&6
11056 else
11057 ac_check_soname_save_LIBS=$LIBS
11058 LIBS="-lcrypto $LIBS"
11059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11065 #ifdef __cplusplus
11066 extern "C"
11067 #endif
11068 char BIO_new_socket ();
11070 main ()
11072 return BIO_new_socket ();
11074 return 0;
11076 _ACEOF
11077 if ac_fn_c_try_link "$LINENO"; then :
11078 case "$LIBEXT" in
11079 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11080 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11081 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11082 esac
11084 rm -f core conftest.err conftest.$ac_objext \
11085 conftest$ac_exeext conftest.$ac_ext
11086 LIBS=$ac_check_soname_save_LIBS
11088 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11090 $as_echo "not found" >&6; }
11092 else
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11094 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11096 cat >>confdefs.h <<_ACEOF
11097 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11098 _ACEOF
11103 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11104 case "x$with_openssl" in
11105 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11106 xno) ;;
11107 *) as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11108 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11109 esac
11112 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11113 then
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11115 $as_echo_n "checking for -lgsm... " >&6; }
11116 if ${ac_cv_lib_soname_gsm+:} false; then :
11117 $as_echo_n "(cached) " >&6
11118 else
11119 ac_check_soname_save_LIBS=$LIBS
11120 LIBS="-lgsm $LIBS"
11121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11122 /* end confdefs.h. */
11124 /* Override any GCC internal prototype to avoid an error.
11125 Use char because int might match the return type of a GCC
11126 builtin and then its argument prototype would still apply. */
11127 #ifdef __cplusplus
11128 extern "C"
11129 #endif
11130 char gsm_create ();
11132 main ()
11134 return gsm_create ();
11136 return 0;
11138 _ACEOF
11139 if ac_fn_c_try_link "$LINENO"; then :
11140 case "$LIBEXT" in
11141 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11142 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'` ;;
11143 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11144 esac
11146 rm -f core conftest.err conftest.$ac_objext \
11147 conftest$ac_exeext conftest.$ac_ext
11148 LIBS=$ac_check_soname_save_LIBS
11150 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11152 $as_echo "not found" >&6; }
11154 else
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11156 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11158 cat >>confdefs.h <<_ACEOF
11159 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11160 _ACEOF
11165 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11166 case "x$with_gsm" in
11167 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11168 xno) ;;
11169 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11170 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11171 esac
11174 if test "$ac_cv_header_jpeglib_h" = "yes"
11175 then
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11177 $as_echo_n "checking for -ljpeg... " >&6; }
11178 if ${ac_cv_lib_soname_jpeg+:} false; then :
11179 $as_echo_n "(cached) " >&6
11180 else
11181 ac_check_soname_save_LIBS=$LIBS
11182 LIBS="-ljpeg $LIBS"
11183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11184 /* end confdefs.h. */
11186 /* Override any GCC internal prototype to avoid an error.
11187 Use char because int might match the return type of a GCC
11188 builtin and then its argument prototype would still apply. */
11189 #ifdef __cplusplus
11190 extern "C"
11191 #endif
11192 char jpeg_start_decompress ();
11194 main ()
11196 return jpeg_start_decompress ();
11198 return 0;
11200 _ACEOF
11201 if ac_fn_c_try_link "$LINENO"; then :
11202 case "$LIBEXT" in
11203 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11204 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'` ;;
11205 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11206 esac
11208 rm -f core conftest.err conftest.$ac_objext \
11209 conftest$ac_exeext conftest.$ac_ext
11210 LIBS=$ac_check_soname_save_LIBS
11212 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11214 $as_echo "not found" >&6; }
11216 else
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11218 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11220 cat >>confdefs.h <<_ACEOF
11221 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11222 _ACEOF
11227 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11228 case "x$with_jpeg" in
11229 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11230 xno) ;;
11231 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11232 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11233 esac
11236 if test "$ac_cv_header_png_h" = "yes"
11237 then
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11239 $as_echo_n "checking for -lpng... " >&6; }
11240 if ${ac_cv_lib_soname_png+:} false; then :
11241 $as_echo_n "(cached) " >&6
11242 else
11243 ac_check_soname_save_LIBS=$LIBS
11244 LIBS="-lpng -lm -lz $LIBS"
11245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11246 /* end confdefs.h. */
11248 /* Override any GCC internal prototype to avoid an error.
11249 Use char because int might match the return type of a GCC
11250 builtin and then its argument prototype would still apply. */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char png_create_read_struct ();
11256 main ()
11258 return png_create_read_struct ();
11260 return 0;
11262 _ACEOF
11263 if ac_fn_c_try_link "$LINENO"; then :
11264 case "$LIBEXT" in
11265 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11266 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'` ;;
11267 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11268 esac
11270 rm -f core conftest.err conftest.$ac_objext \
11271 conftest$ac_exeext conftest.$ac_ext
11272 LIBS=$ac_check_soname_save_LIBS
11274 if test "x$ac_cv_lib_soname_png" = "x"; then :
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11276 $as_echo "not found" >&6; }
11278 else
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11280 $as_echo "$ac_cv_lib_soname_png" >&6; }
11282 cat >>confdefs.h <<_ACEOF
11283 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11284 _ACEOF
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11289 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11290 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11291 $as_echo_n "(cached) " >&6
11292 else
11293 ac_check_lib_save_LIBS=$LIBS
11294 LIBS="-lpng -lm -lz $LIBS"
11295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11296 /* end confdefs.h. */
11298 /* Override any GCC internal prototype to avoid an error.
11299 Use char because int might match the return type of a GCC
11300 builtin and then its argument prototype would still apply. */
11301 #ifdef __cplusplus
11302 extern "C"
11303 #endif
11304 char png_set_expand_gray_1_2_4_to_8 ();
11306 main ()
11308 return png_set_expand_gray_1_2_4_to_8 ();
11310 return 0;
11312 _ACEOF
11313 if ac_fn_c_try_link "$LINENO"; then :
11314 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11315 else
11316 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11318 rm -f core conftest.err conftest.$ac_objext \
11319 conftest$ac_exeext conftest.$ac_ext
11320 LIBS=$ac_check_lib_save_LIBS
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11323 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11324 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11326 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11331 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11332 then
11333 ac_save_CPPFLAGS="$CPPFLAGS"
11334 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11335 $as_unset ac_cv_header_png_h
11336 for ac_header in png.h
11337 do :
11338 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11339 if test "x$ac_cv_header_png_h" = xyes; then :
11340 cat >>confdefs.h <<_ACEOF
11341 #define HAVE_PNG_H 1
11342 _ACEOF
11346 done
11348 CPPFLAGS="$ac_save_CPPFLAGS"
11349 if test "$ac_cv_header_png_h" = "yes"
11350 then
11351 PNGINCL="$X_CFLAGS"
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11354 $as_echo_n "checking for -lpng... " >&6; }
11355 if ${ac_cv_lib_soname_png+:} false; then :
11356 $as_echo_n "(cached) " >&6
11357 else
11358 ac_check_soname_save_LIBS=$LIBS
11359 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11361 /* end confdefs.h. */
11363 /* Override any GCC internal prototype to avoid an error.
11364 Use char because int might match the return type of a GCC
11365 builtin and then its argument prototype would still apply. */
11366 #ifdef __cplusplus
11367 extern "C"
11368 #endif
11369 char png_create_read_struct ();
11371 main ()
11373 return png_create_read_struct ();
11375 return 0;
11377 _ACEOF
11378 if ac_fn_c_try_link "$LINENO"; then :
11379 case "$LIBEXT" in
11380 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11381 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'` ;;
11382 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11383 esac
11385 rm -f core conftest.err conftest.$ac_objext \
11386 conftest$ac_exeext conftest.$ac_ext
11387 LIBS=$ac_check_soname_save_LIBS
11389 if test "x$ac_cv_lib_soname_png" = "x"; then :
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11391 $as_echo "not found" >&6; }
11393 else
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11395 $as_echo "$ac_cv_lib_soname_png" >&6; }
11397 cat >>confdefs.h <<_ACEOF
11398 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11399 _ACEOF
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11404 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11405 if ${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+:} false; then :
11406 $as_echo_n "(cached) " >&6
11407 else
11408 ac_check_lib_save_LIBS=$LIBS
11409 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11411 /* end confdefs.h. */
11413 /* Override any GCC internal prototype to avoid an error.
11414 Use char because int might match the return type of a GCC
11415 builtin and then its argument prototype would still apply. */
11416 #ifdef __cplusplus
11417 extern "C"
11418 #endif
11419 char png_set_expand_gray_1_2_4_to_8 ();
11421 main ()
11423 return png_set_expand_gray_1_2_4_to_8 ();
11425 return 0;
11427 _ACEOF
11428 if ac_fn_c_try_link "$LINENO"; then :
11429 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11430 else
11431 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11433 rm -f core conftest.err conftest.$ac_objext \
11434 conftest$ac_exeext conftest.$ac_ext
11435 LIBS=$ac_check_lib_save_LIBS
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11438 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11439 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = xyes; then :
11440 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11446 if test "x$ac_cv_lib_soname_png" = "x"; then :
11447 case "x$with_png" in
11448 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11449 xno) ;;
11450 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11451 This is an error since --with-png was requested." "$LINENO" 5 ;;
11452 esac
11455 if test "$ac_cv_header_tiffio_h" = "yes"
11456 then
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11458 $as_echo_n "checking for -ltiff... " >&6; }
11459 if ${ac_cv_lib_soname_tiff+:} false; then :
11460 $as_echo_n "(cached) " >&6
11461 else
11462 ac_check_soname_save_LIBS=$LIBS
11463 LIBS="-ltiff $LIBS"
11464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h. */
11467 /* Override any GCC internal prototype to avoid an error.
11468 Use char because int might match the return type of a GCC
11469 builtin and then its argument prototype would still apply. */
11470 #ifdef __cplusplus
11471 extern "C"
11472 #endif
11473 char TIFFClientOpen ();
11475 main ()
11477 return TIFFClientOpen ();
11479 return 0;
11481 _ACEOF
11482 if ac_fn_c_try_link "$LINENO"; then :
11483 case "$LIBEXT" in
11484 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11485 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'` ;;
11486 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11487 esac
11489 rm -f core conftest.err conftest.$ac_objext \
11490 conftest$ac_exeext conftest.$ac_ext
11491 LIBS=$ac_check_soname_save_LIBS
11493 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11495 $as_echo "not found" >&6; }
11497 else
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11499 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11501 cat >>confdefs.h <<_ACEOF
11502 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11503 _ACEOF
11508 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11509 case "x$with_tiff" in
11510 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11511 xno) ;;
11512 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11513 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11514 esac
11517 if test "$ac_cv_header_mpg123_h" = "yes"
11518 then
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11520 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11521 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
11522 $as_echo_n "(cached) " >&6
11523 else
11524 ac_check_lib_save_LIBS=$LIBS
11525 LIBS="-lmpg123 $LIBS"
11526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h. */
11529 /* Override any GCC internal prototype to avoid an error.
11530 Use char because int might match the return type of a GCC
11531 builtin and then its argument prototype would still apply. */
11532 #ifdef __cplusplus
11533 extern "C"
11534 #endif
11535 char mpg123_feed ();
11537 main ()
11539 return mpg123_feed ();
11541 return 0;
11543 _ACEOF
11544 if ac_fn_c_try_link "$LINENO"; then :
11545 ac_cv_lib_mpg123_mpg123_feed=yes
11546 else
11547 ac_cv_lib_mpg123_mpg123_feed=no
11549 rm -f core conftest.err conftest.$ac_objext \
11550 conftest$ac_exeext conftest.$ac_ext
11551 LIBS=$ac_check_lib_save_LIBS
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11554 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11555 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
11556 LIBMPG123="-lmpg123"
11561 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11562 case "x$with_mpg123" in
11563 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11564 xno) ;;
11565 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11566 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11567 esac
11569 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}
11571 if test "$ac_cv_header_AL_al_h" = "yes"
11572 then
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11574 $as_echo_n "checking for -lopenal... " >&6; }
11575 if ${ac_cv_lib_soname_openal+:} false; then :
11576 $as_echo_n "(cached) " >&6
11577 else
11578 ac_check_soname_save_LIBS=$LIBS
11579 LIBS="-lopenal $LIBS"
11580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h. */
11583 /* Override any GCC internal prototype to avoid an error.
11584 Use char because int might match the return type of a GCC
11585 builtin and then its argument prototype would still apply. */
11586 #ifdef __cplusplus
11587 extern "C"
11588 #endif
11589 char alGetSource3i ();
11591 main ()
11593 return alGetSource3i ();
11595 return 0;
11597 _ACEOF
11598 if ac_fn_c_try_link "$LINENO"; then :
11599 case "$LIBEXT" in
11600 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11601 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'` ;;
11602 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11603 esac
11605 rm -f core conftest.err conftest.$ac_objext \
11606 conftest$ac_exeext conftest.$ac_ext
11607 LIBS=$ac_check_soname_save_LIBS
11609 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11611 $as_echo "not found" >&6; }
11613 else
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11615 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11617 cat >>confdefs.h <<_ACEOF
11618 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11619 _ACEOF
11621 LIBOPENAL="-lopenal"
11623 ac_cv_lib_openal=yes
11625 cat >>confdefs.h <<_ACEOF
11626 #define HAVE_OPENAL 1
11627 _ACEOF
11631 if test "x$ac_cv_lib_openal" != xyes; then :
11632 case "x$with_openal" in
11633 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11634 xno) ;;
11635 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11636 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11637 esac
11639 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11641 if test "$ac_cv_header_kstat_h" = "yes"
11642 then
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11644 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11645 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
11646 $as_echo_n "(cached) " >&6
11647 else
11648 ac_check_lib_save_LIBS=$LIBS
11649 LIBS="-lkstat $LIBS"
11650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11651 /* end confdefs.h. */
11653 /* Override any GCC internal prototype to avoid an error.
11654 Use char because int might match the return type of a GCC
11655 builtin and then its argument prototype would still apply. */
11656 #ifdef __cplusplus
11657 extern "C"
11658 #endif
11659 char kstat_open ();
11661 main ()
11663 return kstat_open ();
11665 return 0;
11667 _ACEOF
11668 if ac_fn_c_try_link "$LINENO"; then :
11669 ac_cv_lib_kstat_kstat_open=yes
11670 else
11671 ac_cv_lib_kstat_kstat_open=no
11673 rm -f core conftest.err conftest.$ac_objext \
11674 conftest$ac_exeext conftest.$ac_ext
11675 LIBS=$ac_check_lib_save_LIBS
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11678 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11679 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
11681 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11683 LIBKSTAT="-lkstat"
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11690 $as_echo_n "checking for -lodbc... " >&6; }
11691 if ${ac_cv_lib_soname_odbc+:} false; then :
11692 $as_echo_n "(cached) " >&6
11693 else
11694 ac_check_soname_save_LIBS=$LIBS
11695 LIBS="-lodbc $LIBS"
11696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11697 /* end confdefs.h. */
11699 /* Override any GCC internal prototype to avoid an error.
11700 Use char because int might match the return type of a GCC
11701 builtin and then its argument prototype would still apply. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 char SQLConnect ();
11707 main ()
11709 return SQLConnect ();
11711 return 0;
11713 _ACEOF
11714 if ac_fn_c_try_link "$LINENO"; then :
11715 case "$LIBEXT" in
11716 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11717 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'` ;;
11718 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11719 esac
11721 rm -f core conftest.err conftest.$ac_objext \
11722 conftest$ac_exeext conftest.$ac_ext
11723 LIBS=$ac_check_soname_save_LIBS
11725 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11727 $as_echo "not found" >&6; }
11728 cat >>confdefs.h <<_ACEOF
11729 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11730 _ACEOF
11732 else
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11734 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11736 cat >>confdefs.h <<_ACEOF
11737 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11738 _ACEOF
11743 test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
11744 test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
11745 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv=${enable_wineoss_drv:-no}
11746 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
11748 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
11749 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes -a \
11750 "x$with_alsa$with_coreaudio$with_oss" != xnonono
11751 then
11752 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11756 EXTRACFLAGS=""
11758 if test "x${GCC}" = "xyes"
11759 then
11760 EXTRACFLAGS="-Wall -pipe"
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11763 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11764 if ${ac_cv_c_gcc_strength_bug+:} false; then :
11765 $as_echo_n "(cached) " >&6
11766 else
11767 if test "$cross_compiling" = yes; then :
11768 ac_cv_c_gcc_strength_bug="yes"
11769 else
11770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11771 /* end confdefs.h. */
11772 int L[4] = {0,1,2,3};
11774 main ()
11776 static int Array[3];
11777 unsigned int B = 3;
11778 int i;
11779 for(i=0; i<B; i++) Array[i] = i - 3;
11780 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11781 L[i] = 4;
11782 return (Array[1] != -2 || L[2] != 3)
11784 return 0;
11786 _ACEOF
11787 if ac_fn_c_try_run "$LINENO"; then :
11788 ac_cv_c_gcc_strength_bug="no"
11789 else
11790 ac_cv_c_gcc_strength_bug="yes"
11792 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11793 conftest.$ac_objext conftest.beam conftest.$ac_ext
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11798 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11799 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11800 then
11801 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11805 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11806 if ${ac_cv_cflags__fno_builtin+:} false; then :
11807 $as_echo_n "(cached) " >&6
11808 else
11809 ac_wine_try_cflags_saved=$CFLAGS
11810 CFLAGS="$CFLAGS -fno-builtin"
11811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11812 /* end confdefs.h. */
11813 int main(int argc, char **argv) { return 0; }
11814 _ACEOF
11815 if ac_fn_c_try_link "$LINENO"; then :
11816 ac_cv_cflags__fno_builtin=yes
11817 else
11818 ac_cv_cflags__fno_builtin=no
11820 rm -f core conftest.err conftest.$ac_objext \
11821 conftest$ac_exeext conftest.$ac_ext
11822 CFLAGS=$ac_wine_try_cflags_saved
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11825 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11826 if test $ac_cv_cflags__fno_builtin = yes; then :
11827 BUILTINFLAG="-fno-builtin"
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11831 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11832 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
11833 $as_echo_n "(cached) " >&6
11834 else
11835 ac_wine_try_cflags_saved=$CFLAGS
11836 CFLAGS="$CFLAGS -fno-strict-aliasing"
11837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11838 /* end confdefs.h. */
11839 int main(int argc, char **argv) { return 0; }
11840 _ACEOF
11841 if ac_fn_c_try_link "$LINENO"; then :
11842 ac_cv_cflags__fno_strict_aliasing=yes
11843 else
11844 ac_cv_cflags__fno_strict_aliasing=no
11846 rm -f core conftest.err conftest.$ac_objext \
11847 conftest$ac_exeext conftest.$ac_ext
11848 CFLAGS=$ac_wine_try_cflags_saved
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11851 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11852 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11853 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11856 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11857 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 ac_wine_try_cflags_saved=$CFLAGS
11861 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11863 /* end confdefs.h. */
11864 int main(int argc, char **argv) { return 0; }
11865 _ACEOF
11866 if ac_fn_c_try_link "$LINENO"; then :
11867 ac_cv_cflags__Wdeclaration_after_statement=yes
11868 else
11869 ac_cv_cflags__Wdeclaration_after_statement=no
11871 rm -f core conftest.err conftest.$ac_objext \
11872 conftest$ac_exeext conftest.$ac_ext
11873 CFLAGS=$ac_wine_try_cflags_saved
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11876 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11877 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11878 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
11881 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
11882 if ${ac_cv_cflags__Wempty_body+:} false; then :
11883 $as_echo_n "(cached) " >&6
11884 else
11885 ac_wine_try_cflags_saved=$CFLAGS
11886 CFLAGS="$CFLAGS -Wempty-body"
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 int main(int argc, char **argv) { return 0; }
11890 _ACEOF
11891 if ac_fn_c_try_link "$LINENO"; then :
11892 ac_cv_cflags__Wempty_body=yes
11893 else
11894 ac_cv_cflags__Wempty_body=no
11896 rm -f core conftest.err conftest.$ac_objext \
11897 conftest$ac_exeext conftest.$ac_ext
11898 CFLAGS=$ac_wine_try_cflags_saved
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
11901 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
11902 if test $ac_cv_cflags__Wempty_body = yes; then :
11903 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11906 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11907 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
11908 $as_echo_n "(cached) " >&6
11909 else
11910 ac_wine_try_cflags_saved=$CFLAGS
11911 CFLAGS="$CFLAGS -Wstrict-prototypes"
11912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11913 /* end confdefs.h. */
11914 int main(int argc, char **argv) { return 0; }
11915 _ACEOF
11916 if ac_fn_c_try_link "$LINENO"; then :
11917 ac_cv_cflags__Wstrict_prototypes=yes
11918 else
11919 ac_cv_cflags__Wstrict_prototypes=no
11921 rm -f core conftest.err conftest.$ac_objext \
11922 conftest$ac_exeext conftest.$ac_ext
11923 CFLAGS=$ac_wine_try_cflags_saved
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11926 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11927 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11928 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11931 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11932 if ${ac_cv_cflags__Wtype_limits+:} false; then :
11933 $as_echo_n "(cached) " >&6
11934 else
11935 ac_wine_try_cflags_saved=$CFLAGS
11936 CFLAGS="$CFLAGS -Wtype-limits"
11937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h. */
11939 int main(int argc, char **argv) { return 0; }
11940 _ACEOF
11941 if ac_fn_c_try_link "$LINENO"; then :
11942 ac_cv_cflags__Wtype_limits=yes
11943 else
11944 ac_cv_cflags__Wtype_limits=no
11946 rm -f core conftest.err conftest.$ac_objext \
11947 conftest$ac_exeext conftest.$ac_ext
11948 CFLAGS=$ac_wine_try_cflags_saved
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11951 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11952 if test $ac_cv_cflags__Wtype_limits = yes; then :
11953 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
11956 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
11957 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
11958 $as_echo_n "(cached) " >&6
11959 else
11960 ac_wine_try_cflags_saved=$CFLAGS
11961 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
11962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11963 /* end confdefs.h. */
11964 int main(int argc, char **argv) { return 0; }
11965 _ACEOF
11966 if ac_fn_c_try_link "$LINENO"; then :
11967 ac_cv_cflags__Wunused_but_set_parameter=yes
11968 else
11969 ac_cv_cflags__Wunused_but_set_parameter=no
11971 rm -f core conftest.err conftest.$ac_objext \
11972 conftest$ac_exeext conftest.$ac_ext
11973 CFLAGS=$ac_wine_try_cflags_saved
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
11976 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
11977 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
11978 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11981 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11982 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
11983 $as_echo_n "(cached) " >&6
11984 else
11985 ac_wine_try_cflags_saved=$CFLAGS
11986 CFLAGS="$CFLAGS -Wwrite-strings"
11987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11988 /* end confdefs.h. */
11989 int main(int argc, char **argv) { return 0; }
11990 _ACEOF
11991 if ac_fn_c_try_link "$LINENO"; then :
11992 ac_cv_cflags__Wwrite_strings=yes
11993 else
11994 ac_cv_cflags__Wwrite_strings=no
11996 rm -f core conftest.err conftest.$ac_objext \
11997 conftest$ac_exeext conftest.$ac_ext
11998 CFLAGS=$ac_wine_try_cflags_saved
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12001 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12002 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12003 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12006 saved_CFLAGS="$CFLAGS"
12007 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12009 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12010 if ${ac_cv_c_string_h_warnings+:} false; then :
12011 $as_echo_n "(cached) " >&6
12012 else
12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12014 /* end confdefs.h. */
12015 #include <string.h>
12017 main ()
12021 return 0;
12023 _ACEOF
12024 if ac_fn_c_try_compile "$LINENO"; then :
12025 ac_cv_c_string_h_warnings=no
12026 else
12027 ac_cv_c_string_h_warnings=yes
12029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12032 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12033 CFLAGS="$saved_CFLAGS"
12034 if test "$ac_cv_c_string_h_warnings" = "no"
12035 then
12036 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12039 saved_CFLAGS="$CFLAGS"
12040 CFLAGS="$CFLAGS -Wlogical-op -Werror"
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12042 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12043 if ${ac_cv_c_logicalop_noisy+:} false; then :
12044 $as_echo_n "(cached) " >&6
12045 else
12046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12047 /* end confdefs.h. */
12048 #include <string.h>
12050 main ()
12052 char*f(const char *h,char n) {return strchr(h,n);}
12054 return 0;
12056 _ACEOF
12057 if ac_fn_c_try_compile "$LINENO"; then :
12058 ac_cv_c_logicalop_noisy=no
12059 else
12060 ac_cv_c_logicalop_noisy=yes
12062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12065 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12066 CFLAGS="$saved_CFLAGS"
12067 if test "$ac_cv_c_logicalop_noisy" = "no"
12068 then
12069 EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12072 if test "x$enable_maintainer_mode" = "xyes"
12073 then
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12075 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12076 if ${ac_cv_cflags__Werror+:} false; then :
12077 $as_echo_n "(cached) " >&6
12078 else
12079 ac_wine_try_cflags_saved=$CFLAGS
12080 CFLAGS="$CFLAGS -Werror"
12081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12082 /* end confdefs.h. */
12083 int main(int argc, char **argv) { return 0; }
12084 _ACEOF
12085 if ac_fn_c_try_link "$LINENO"; then :
12086 ac_cv_cflags__Werror=yes
12087 else
12088 ac_cv_cflags__Werror=no
12090 rm -f core conftest.err conftest.$ac_objext \
12091 conftest$ac_exeext conftest.$ac_ext
12092 CFLAGS=$ac_wine_try_cflags_saved
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12095 $as_echo "$ac_cv_cflags__Werror" >&6; }
12096 if test $ac_cv_cflags__Werror = yes; then :
12097 EXTRACFLAGS="$EXTRACFLAGS -Werror"
12101 saved_CFLAGS="$CFLAGS"
12102 CFLAGS="$CFLAGS -Werror"
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12104 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12105 if ${ac_cv_have_ms_hook_prologue+:} false; then :
12106 $as_echo_n "(cached) " >&6
12107 else
12108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h. */
12110 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12112 main ()
12116 return 0;
12118 _ACEOF
12119 if ac_fn_c_try_compile "$LINENO"; then :
12120 ac_cv_have_ms_hook_prologue="yes"
12121 else
12122 ac_cv_have_ms_hook_prologue="no"
12124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12127 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12128 CFLAGS="$saved_CFLAGS"
12129 if test "$ac_cv_have_ms_hook_prologue" = "yes"
12130 then
12132 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12134 else
12135 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12142 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12143 if ${ac_cv_c_fortify_enabled+:} false; then :
12144 $as_echo_n "(cached) " >&6
12145 else
12146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147 /* end confdefs.h. */
12148 #include <string.h>
12150 main ()
12152 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12153 #error Fortify enabled
12154 #endif
12156 return 0;
12158 _ACEOF
12159 if ac_fn_c_try_compile "$LINENO"; then :
12160 ac_cv_c_fortify_enabled=no
12161 else
12162 ac_cv_c_fortify_enabled=yes
12164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12167 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12168 if test "$ac_cv_c_fortify_enabled" = yes
12169 then
12170 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12175 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12176 if ${ac_cv_c_extern_prefix+:} false; then :
12177 $as_echo_n "(cached) " >&6
12178 else
12179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12180 /* end confdefs.h. */
12181 extern int ac_test;
12183 main ()
12185 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12187 return 0;
12189 _ACEOF
12190 if ac_fn_c_try_link "$LINENO"; then :
12191 ac_cv_c_extern_prefix="yes"
12192 else
12193 ac_cv_c_extern_prefix="no"
12195 rm -f core conftest.err conftest.$ac_objext \
12196 conftest$ac_exeext conftest.$ac_ext
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12199 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12201 case $host_cpu in
12202 *i[3456789]86*)
12203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12204 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12205 if ${ac_cv_c_stdcall_suffix+:} false; then :
12206 $as_echo_n "(cached) " >&6
12207 else
12208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12209 /* end confdefs.h. */
12210 #ifndef _MSC_VER
12211 #define __stdcall __attribute__((__stdcall__))
12212 #endif
12213 int __stdcall ac_test(int i) { return i; }
12215 main ()
12217 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12219 return 0;
12221 _ACEOF
12222 if ac_fn_c_try_link "$LINENO"; then :
12223 ac_cv_c_stdcall_suffix="yes"
12224 else
12225 ac_cv_c_stdcall_suffix="no"
12227 rm -f core conftest.err conftest.$ac_objext \
12228 conftest$ac_exeext conftest.$ac_ext
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12231 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12232 *) ac_cv_c_stdcall_suffix="no" ;;
12233 esac
12236 if test "$ac_cv_c_extern_prefix" = "yes"
12237 then
12238 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12240 asm_name_prefix="_"
12241 else
12242 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12244 asm_name_prefix=""
12248 if test "$ac_cv_c_stdcall_suffix" = "yes"
12249 then
12250 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12252 else
12253 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12259 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12260 if ${ac_cv_asm_func_def+:} false; then :
12261 $as_echo_n "(cached) " >&6
12262 else
12263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12264 /* end confdefs.h. */
12267 main ()
12269 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12271 return 0;
12273 _ACEOF
12274 if ac_fn_c_try_link "$LINENO"; then :
12275 ac_cv_asm_func_def=".def"
12276 else
12277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12278 /* end confdefs.h. */
12281 main ()
12283 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12285 return 0;
12287 _ACEOF
12288 if ac_fn_c_try_link "$LINENO"; then :
12289 ac_cv_asm_func_def=".type @function"
12290 else
12291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12292 /* end confdefs.h. */
12295 main ()
12297 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12299 return 0;
12301 _ACEOF
12302 if ac_fn_c_try_link "$LINENO"; then :
12303 ac_cv_asm_func_def=".type 2"
12304 else
12305 ac_cv_asm_func_def="unknown"
12307 rm -f core conftest.err conftest.$ac_objext \
12308 conftest$ac_exeext conftest.$ac_ext
12310 rm -f core conftest.err conftest.$ac_objext \
12311 conftest$ac_exeext conftest.$ac_ext
12313 rm -f core conftest.err conftest.$ac_objext \
12314 conftest$ac_exeext conftest.$ac_ext
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12317 $as_echo "$ac_cv_asm_func_def" >&6; }
12320 case "$ac_cv_asm_func_def" in
12321 ".def")
12322 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12324 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12325 ".type @function")
12326 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12328 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12329 ".type 2")
12330 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12332 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12334 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12336 asm_func_header="" ;;
12337 esac
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12340 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12341 if ${ac_cv_c_asm_outside_funcs+:} false; then :
12342 $as_echo_n "(cached) " >&6
12343 else
12344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12345 /* end confdefs.h. */
12346 asm(".text\n\t.long 0");
12348 main ()
12352 return 0;
12354 _ACEOF
12355 if ac_fn_c_try_compile "$LINENO"; then :
12356 ac_cv_c_asm_outside_funcs="yes"
12357 else
12358 ac_cv_c_asm_outside_funcs="no"
12360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12363 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12366 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12367 if ${ac_cv_c_dot_previous+:} false; then :
12368 $as_echo_n "(cached) " >&6
12369 else
12370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12371 /* end confdefs.h. */
12374 main ()
12376 asm(".text\nac_test:\t.long 0\n\t.previous");
12378 return 0;
12380 _ACEOF
12381 if ac_fn_c_try_link "$LINENO"; then :
12382 ac_cv_c_dot_previous="yes"
12383 else
12384 ac_cv_c_dot_previous="no"
12386 rm -f core conftest.err conftest.$ac_objext \
12387 conftest$ac_exeext conftest.$ac_ext
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12390 $as_echo "$ac_cv_c_dot_previous" >&6; }
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12393 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12394 if ${ac_cv_c_cfi_support+:} false; then :
12395 $as_echo_n "(cached) " >&6
12396 else
12397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12399 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12401 main ()
12405 return 0;
12407 _ACEOF
12408 if ac_fn_c_try_compile "$LINENO"; then :
12409 ac_cv_c_cfi_support="yes"
12410 else
12411 ac_cv_c_cfi_support="no"
12413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12416 $as_echo "$ac_cv_c_cfi_support" >&6; }
12418 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12419 asm_func_trailer=""
12420 if test "$ac_cv_c_dot_previous" = "yes"
12421 then
12422 asm_func_trailer="\\n\\t.previous"
12424 if test "$ac_cv_c_cfi_support" = "yes"
12425 then
12426 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12427 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12429 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12431 UNWINDFLAGS=-fasynchronous-unwind-tables
12433 else
12434 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12438 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12441 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12442 then
12443 cat >>confdefs.h <<_ACEOF
12444 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12445 _ACEOF
12447 else
12448 cat >>confdefs.h <<_ACEOF
12449 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12450 _ACEOF
12454 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12457 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12461 LDPATH=""
12463 case $build_os in
12464 cygwin*|mingw32*)
12465 TOOLSEXT=".exe"
12467 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12469 darwin*|macosx*)
12472 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12474 esac
12476 case $host_os in
12477 mingw32*)
12478 CRTLIBS="-lmsvcrt"
12480 SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12483 esac
12485 MAIN_BINARY="wine"
12487 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12489 case $host_os in
12490 linux*)
12491 case $host_cpu in
12492 *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
12494 x86_64*) EXTRA_BINARIES="wine64-preloader"
12496 esac
12498 esac
12501 ac_save_CFLAGS="$CFLAGS"
12502 CFLAGS="$CFLAGS $BUILTINFLAG"
12503 for ac_func in \
12504 _finite \
12505 _isnan \
12506 _pclose \
12507 _popen \
12508 _snprintf \
12509 _spawnvp \
12510 _strdup \
12511 _stricmp \
12512 _strnicmp \
12513 _strtoi64 \
12514 _strtoui64 \
12515 _vsnprintf \
12516 asctime_r \
12517 chsize \
12518 dlopen \
12519 epoll_create \
12520 ffs \
12521 finite \
12522 fnmatch \
12523 fork \
12524 fpclass \
12525 fstatfs \
12526 fstatvfs \
12527 ftruncate \
12528 futimes \
12529 futimesat \
12530 getattrlist \
12531 getdirentries \
12532 getopt_long \
12533 getpagesize \
12534 getpwuid \
12535 gettimeofday \
12536 getuid \
12537 kqueue \
12538 lstat \
12539 memmove \
12540 mmap \
12541 pclose \
12542 pipe2 \
12543 poll \
12544 popen \
12545 port_create \
12546 prctl \
12547 pread \
12548 pwrite \
12549 readdir \
12550 readlink \
12551 sched_yield \
12552 select \
12553 setproctitle \
12554 setrlimit \
12555 settimeofday \
12556 sigaltstack \
12557 sigprocmask \
12558 snprintf \
12559 spawnvp \
12560 statfs \
12561 statvfs \
12562 strcasecmp \
12563 strdup \
12564 strerror \
12565 strncasecmp \
12566 strtold \
12567 strtoll \
12568 strtoull \
12569 symlink \
12570 tcgetattr \
12571 thr_kill2 \
12572 timegm \
12573 usleep \
12574 vsnprintf \
12575 wait4 \
12576 waitpid \
12578 do :
12579 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12580 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12581 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12582 cat >>confdefs.h <<_ACEOF
12583 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12584 _ACEOF
12587 done
12589 CFLAGS="$ac_save_CFLAGS"
12591 if test "$ac_cv_func_dlopen" = no
12592 then
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12594 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12595 if ${ac_cv_lib_dl_dlopen+:} false; then :
12596 $as_echo_n "(cached) " >&6
12597 else
12598 ac_check_lib_save_LIBS=$LIBS
12599 LIBS="-ldl $LIBS"
12600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12601 /* end confdefs.h. */
12603 /* Override any GCC internal prototype to avoid an error.
12604 Use char because int might match the return type of a GCC
12605 builtin and then its argument prototype would still apply. */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char dlopen ();
12611 main ()
12613 return dlopen ();
12615 return 0;
12617 _ACEOF
12618 if ac_fn_c_try_link "$LINENO"; then :
12619 ac_cv_lib_dl_dlopen=yes
12620 else
12621 ac_cv_lib_dl_dlopen=no
12623 rm -f core conftest.err conftest.$ac_objext \
12624 conftest$ac_exeext conftest.$ac_ext
12625 LIBS=$ac_check_lib_save_LIBS
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12628 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12629 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12630 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12631 LIBDL="-ldl"
12636 ac_wine_check_funcs_save_LIBS="$LIBS"
12637 LIBS="$LIBS $LIBDL"
12638 for ac_func in dladdr
12639 do :
12640 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12641 if test "x$ac_cv_func_dladdr" = xyes; then :
12642 cat >>confdefs.h <<_ACEOF
12643 #define HAVE_DLADDR 1
12644 _ACEOF
12647 done
12649 LIBS="$ac_wine_check_funcs_save_LIBS"
12651 if test "$ac_cv_func_poll" = no
12652 then
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12654 $as_echo_n "checking for poll in -lpoll... " >&6; }
12655 if ${ac_cv_lib_poll_poll+:} false; then :
12656 $as_echo_n "(cached) " >&6
12657 else
12658 ac_check_lib_save_LIBS=$LIBS
12659 LIBS="-lpoll $LIBS"
12660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12661 /* end confdefs.h. */
12663 /* Override any GCC internal prototype to avoid an error.
12664 Use char because int might match the return type of a GCC
12665 builtin and then its argument prototype would still apply. */
12666 #ifdef __cplusplus
12667 extern "C"
12668 #endif
12669 char poll ();
12671 main ()
12673 return poll ();
12675 return 0;
12677 _ACEOF
12678 if ac_fn_c_try_link "$LINENO"; then :
12679 ac_cv_lib_poll_poll=yes
12680 else
12681 ac_cv_lib_poll_poll=no
12683 rm -f core conftest.err conftest.$ac_objext \
12684 conftest$ac_exeext conftest.$ac_ext
12685 LIBS=$ac_check_lib_save_LIBS
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12688 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12689 if test "x$ac_cv_lib_poll_poll" = xyes; then :
12690 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12691 LIBPOLL="-lpoll"
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12698 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12699 if ${ac_cv_search_gethostbyname+:} false; then :
12700 $as_echo_n "(cached) " >&6
12701 else
12702 ac_func_search_save_LIBS=$LIBS
12703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12706 /* Override any GCC internal prototype to avoid an error.
12707 Use char because int might match the return type of a GCC
12708 builtin and then its argument prototype would still apply. */
12709 #ifdef __cplusplus
12710 extern "C"
12711 #endif
12712 char gethostbyname ();
12714 main ()
12716 return gethostbyname ();
12718 return 0;
12720 _ACEOF
12721 for ac_lib in '' nsl; do
12722 if test -z "$ac_lib"; then
12723 ac_res="none required"
12724 else
12725 ac_res=-l$ac_lib
12726 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12728 if ac_fn_c_try_link "$LINENO"; then :
12729 ac_cv_search_gethostbyname=$ac_res
12731 rm -f core conftest.err conftest.$ac_objext \
12732 conftest$ac_exeext
12733 if ${ac_cv_search_gethostbyname+:} false; then :
12734 break
12736 done
12737 if ${ac_cv_search_gethostbyname+:} false; then :
12739 else
12740 ac_cv_search_gethostbyname=no
12742 rm conftest.$ac_ext
12743 LIBS=$ac_func_search_save_LIBS
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12746 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12747 ac_res=$ac_cv_search_gethostbyname
12748 if test "$ac_res" != no; then :
12749 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12755 $as_echo_n "checking for library containing connect... " >&6; }
12756 if ${ac_cv_search_connect+:} false; then :
12757 $as_echo_n "(cached) " >&6
12758 else
12759 ac_func_search_save_LIBS=$LIBS
12760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12761 /* end confdefs.h. */
12763 /* Override any GCC internal prototype to avoid an error.
12764 Use char because int might match the return type of a GCC
12765 builtin and then its argument prototype would still apply. */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char connect ();
12771 main ()
12773 return connect ();
12775 return 0;
12777 _ACEOF
12778 for ac_lib in '' socket; do
12779 if test -z "$ac_lib"; then
12780 ac_res="none required"
12781 else
12782 ac_res=-l$ac_lib
12783 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12785 if ac_fn_c_try_link "$LINENO"; then :
12786 ac_cv_search_connect=$ac_res
12788 rm -f core conftest.err conftest.$ac_objext \
12789 conftest$ac_exeext
12790 if ${ac_cv_search_connect+:} false; then :
12791 break
12793 done
12794 if ${ac_cv_search_connect+:} false; then :
12796 else
12797 ac_cv_search_connect=no
12799 rm conftest.$ac_ext
12800 LIBS=$ac_func_search_save_LIBS
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12803 $as_echo "$ac_cv_search_connect" >&6; }
12804 ac_res=$ac_cv_search_connect
12805 if test "$ac_res" != no; then :
12806 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12812 $as_echo_n "checking for library containing inet_aton... " >&6; }
12813 if ${ac_cv_search_inet_aton+:} false; then :
12814 $as_echo_n "(cached) " >&6
12815 else
12816 ac_func_search_save_LIBS=$LIBS
12817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12818 /* end confdefs.h. */
12820 /* Override any GCC internal prototype to avoid an error.
12821 Use char because int might match the return type of a GCC
12822 builtin and then its argument prototype would still apply. */
12823 #ifdef __cplusplus
12824 extern "C"
12825 #endif
12826 char inet_aton ();
12828 main ()
12830 return inet_aton ();
12832 return 0;
12834 _ACEOF
12835 for ac_lib in '' resolv; do
12836 if test -z "$ac_lib"; then
12837 ac_res="none required"
12838 else
12839 ac_res=-l$ac_lib
12840 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12842 if ac_fn_c_try_link "$LINENO"; then :
12843 ac_cv_search_inet_aton=$ac_res
12845 rm -f core conftest.err conftest.$ac_objext \
12846 conftest$ac_exeext
12847 if ${ac_cv_search_inet_aton+:} false; then :
12848 break
12850 done
12851 if ${ac_cv_search_inet_aton+:} false; then :
12853 else
12854 ac_cv_search_inet_aton=no
12856 rm conftest.$ac_ext
12857 LIBS=$ac_func_search_save_LIBS
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12860 $as_echo "$ac_cv_search_inet_aton" >&6; }
12861 ac_res=$ac_cv_search_inet_aton
12862 if test "$ac_res" != no; then :
12863 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12868 for ac_func in \
12869 getaddrinfo \
12870 getnameinfo \
12871 getnetbyname \
12872 getprotobyname \
12873 getprotobynumber \
12874 getservbyport \
12875 inet_network \
12876 inet_ntop \
12877 inet_pton \
12878 sendmsg \
12879 socketpair \
12881 do :
12882 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12883 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12884 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12885 cat >>confdefs.h <<_ACEOF
12886 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12887 _ACEOF
12890 done
12893 LDAPLIBS=""
12895 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12896 then
12897 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12899 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12901 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12902 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
12903 $as_echo_n "(cached) " >&6
12904 else
12905 ac_check_lib_save_LIBS=$LIBS
12906 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12908 /* end confdefs.h. */
12910 /* Override any GCC internal prototype to avoid an error.
12911 Use char because int might match the return type of a GCC
12912 builtin and then its argument prototype would still apply. */
12913 #ifdef __cplusplus
12914 extern "C"
12915 #endif
12916 char ldap_initialize ();
12918 main ()
12920 return ldap_initialize ();
12922 return 0;
12924 _ACEOF
12925 if ac_fn_c_try_link "$LINENO"; then :
12926 ac_cv_lib_ldap_r_ldap_initialize=yes
12927 else
12928 ac_cv_lib_ldap_r_ldap_initialize=no
12930 rm -f core conftest.err conftest.$ac_objext \
12931 conftest$ac_exeext conftest.$ac_ext
12932 LIBS=$ac_check_lib_save_LIBS
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12935 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12936 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12938 $as_echo_n "checking for ber_init in -llber... " >&6; }
12939 if ${ac_cv_lib_lber_ber_init+:} false; then :
12940 $as_echo_n "(cached) " >&6
12941 else
12942 ac_check_lib_save_LIBS=$LIBS
12943 LIBS="-llber $LIBPTHREAD $LIBS"
12944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12945 /* end confdefs.h. */
12947 /* Override any GCC internal prototype to avoid an error.
12948 Use char because int might match the return type of a GCC
12949 builtin and then its argument prototype would still apply. */
12950 #ifdef __cplusplus
12951 extern "C"
12952 #endif
12953 char ber_init ();
12955 main ()
12957 return ber_init ();
12959 return 0;
12961 _ACEOF
12962 if ac_fn_c_try_link "$LINENO"; then :
12963 ac_cv_lib_lber_ber_init=yes
12964 else
12965 ac_cv_lib_lber_ber_init=no
12967 rm -f core conftest.err conftest.$ac_objext \
12968 conftest$ac_exeext conftest.$ac_ext
12969 LIBS=$ac_check_lib_save_LIBS
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12972 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12973 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
12975 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12977 LDAPLIBS="-lldap_r -llber"
12984 ac_wine_check_funcs_save_LIBS="$LIBS"
12985 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12986 for ac_func in \
12987 ldap_count_references \
12988 ldap_first_reference \
12989 ldap_next_reference \
12990 ldap_parse_reference \
12991 ldap_parse_sort_control \
12992 ldap_parse_sortresponse_control \
12993 ldap_parse_vlv_control \
12994 ldap_parse_vlvresponse_control
12995 do :
12996 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12997 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12998 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12999 cat >>confdefs.h <<_ACEOF
13000 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13001 _ACEOF
13004 done
13006 LIBS="$ac_wine_check_funcs_save_LIBS"
13008 if test "x$LDAPLIBS" = "x"; then :
13009 case "x$with_ldap" in
13010 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13011 xno) ;;
13012 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13013 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13014 esac
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13018 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13019 if ${wine_cv_one_arg_mkdir+:} false; then :
13020 $as_echo_n "(cached) " >&6
13021 else
13022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13023 /* end confdefs.h. */
13024 #include <sys/stat.h>
13026 main ()
13028 mkdir("foo");
13030 return 0;
13032 _ACEOF
13033 if ac_fn_c_try_compile "$LINENO"; then :
13034 wine_cv_one_arg_mkdir=yes
13035 else
13036 wine_cv_one_arg_mkdir=no
13038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13041 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13042 if test "$wine_cv_one_arg_mkdir" = "yes"
13043 then
13045 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
13050 $as_echo_n "checking for sched_setaffinity... " >&6; }
13051 if ${wine_cv_have_sched_setaffinity+:} false; then :
13052 $as_echo_n "(cached) " >&6
13053 else
13054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13055 /* end confdefs.h. */
13056 #define _GNU_SOURCE
13057 #include <sched.h>
13059 main ()
13061 sched_setaffinity(0, 0, 0);
13063 return 0;
13065 _ACEOF
13066 if ac_fn_c_try_link "$LINENO"; then :
13067 wine_cv_have_sched_setaffinity=yes
13068 else
13069 wine_cv_have_sched_setaffinity=no
13071 rm -f core conftest.err conftest.$ac_objext \
13072 conftest$ac_exeext conftest.$ac_ext
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
13075 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
13076 if test "$wine_cv_have_sched_setaffinity" = "yes"
13077 then
13079 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
13085 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13086 if ${ac_cv_c_const+:} false; then :
13087 $as_echo_n "(cached) " >&6
13088 else
13089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13090 /* end confdefs.h. */
13093 main ()
13095 /* FIXME: Include the comments suggested by Paul. */
13096 #ifndef __cplusplus
13097 /* Ultrix mips cc rejects this. */
13098 typedef int charset[2];
13099 const charset cs;
13100 /* SunOS 4.1.1 cc rejects this. */
13101 char const *const *pcpcc;
13102 char **ppc;
13103 /* NEC SVR4.0.2 mips cc rejects this. */
13104 struct point {int x, y;};
13105 static struct point const zero = {0,0};
13106 /* AIX XL C 1.02.0.0 rejects this.
13107 It does not let you subtract one const X* pointer from another in
13108 an arm of an if-expression whose if-part is not a constant
13109 expression */
13110 const char *g = "string";
13111 pcpcc = &g + (g ? g-g : 0);
13112 /* HPUX 7.0 cc rejects these. */
13113 ++pcpcc;
13114 ppc = (char**) pcpcc;
13115 pcpcc = (char const *const *) ppc;
13116 { /* SCO 3.2v4 cc rejects this. */
13117 char *t;
13118 char const *s = 0 ? (char *) 0 : (char const *) 0;
13120 *t++ = 0;
13121 if (s) return 0;
13123 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13124 int x[] = {25, 17};
13125 const int *foo = &x[0];
13126 ++foo;
13128 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13129 typedef const int *iptr;
13130 iptr p = 0;
13131 ++p;
13133 { /* AIX XL C 1.02.0.0 rejects this saying
13134 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13135 struct s { int j; const int *ap[3]; };
13136 struct s *b; b->j = 5;
13138 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13139 const int foo = 10;
13140 if (!foo) return 0;
13142 return !cs[0] && !zero.x;
13143 #endif
13146 return 0;
13148 _ACEOF
13149 if ac_fn_c_try_compile "$LINENO"; then :
13150 ac_cv_c_const=yes
13151 else
13152 ac_cv_c_const=no
13154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13157 $as_echo "$ac_cv_c_const" >&6; }
13158 if test $ac_cv_c_const = no; then
13160 $as_echo "#define const /**/" >>confdefs.h
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13165 $as_echo_n "checking for inline... " >&6; }
13166 if ${ac_cv_c_inline+:} false; then :
13167 $as_echo_n "(cached) " >&6
13168 else
13169 ac_cv_c_inline=no
13170 for ac_kw in inline __inline__ __inline; do
13171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13172 /* end confdefs.h. */
13173 #ifndef __cplusplus
13174 typedef int foo_t;
13175 static $ac_kw foo_t static_foo () {return 0; }
13176 $ac_kw foo_t foo () {return 0; }
13177 #endif
13179 _ACEOF
13180 if ac_fn_c_try_compile "$LINENO"; then :
13181 ac_cv_c_inline=$ac_kw
13183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13184 test "$ac_cv_c_inline" != no && break
13185 done
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13189 $as_echo "$ac_cv_c_inline" >&6; }
13191 case $ac_cv_c_inline in
13192 inline | yes) ;;
13194 case $ac_cv_c_inline in
13195 no) ac_val=;;
13196 *) ac_val=$ac_cv_c_inline;;
13197 esac
13198 cat >>confdefs.h <<_ACEOF
13199 #ifndef __cplusplus
13200 #define inline $ac_val
13201 #endif
13202 _ACEOF
13204 esac
13206 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13207 if test "x$ac_cv_type_mode_t" = xyes; then :
13209 cat >>confdefs.h <<_ACEOF
13210 #define HAVE_MODE_T 1
13211 _ACEOF
13215 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13216 if test "x$ac_cv_type_off_t" = xyes; then :
13218 cat >>confdefs.h <<_ACEOF
13219 #define HAVE_OFF_T 1
13220 _ACEOF
13224 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13225 if test "x$ac_cv_type_pid_t" = xyes; then :
13227 cat >>confdefs.h <<_ACEOF
13228 #define HAVE_PID_T 1
13229 _ACEOF
13233 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13234 if test "x$ac_cv_type_size_t" = xyes; then :
13236 cat >>confdefs.h <<_ACEOF
13237 #define HAVE_SIZE_T 1
13238 _ACEOF
13242 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13243 if test "x$ac_cv_type_ssize_t" = xyes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_SSIZE_T 1
13247 _ACEOF
13251 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13252 if test "x$ac_cv_type_long_long" = xyes; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_LONG_LONG 1
13256 _ACEOF
13260 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13261 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
13263 cat >>confdefs.h <<_ACEOF
13264 #define HAVE_FSBLKCNT_T 1
13265 _ACEOF
13269 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13270 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_FSFILCNT_T 1
13274 _ACEOF
13279 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13280 #include <signal.h>
13282 if test "x$ac_cv_type_sigset_t" = xyes; then :
13284 cat >>confdefs.h <<_ACEOF
13285 #define HAVE_SIGSET_T 1
13286 _ACEOF
13291 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13293 if test "x$ac_cv_type_request_sense" = xyes; then :
13295 cat >>confdefs.h <<_ACEOF
13296 #define HAVE_REQUEST_SENSE 1
13297 _ACEOF
13303 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13304 #ifdef HAVE_SYS_SOCKET_H
13305 #include <sys/socket.h>
13306 #endif
13307 #ifdef HAVE_SYS_SOCKETVAR_H
13308 #include <sys/socketvar.h>
13309 #endif
13310 #ifdef HAVE_NET_ROUTE_H
13311 #include <net/route.h>
13312 #endif
13313 #ifdef HAVE_NETINET_IN_H
13314 #include <netinet/in.h>
13315 #endif
13316 #ifdef HAVE_NETINET_IN_SYSTM_H
13317 #include <netinet/in_systm.h>
13318 #endif
13319 #ifdef HAVE_NETINET_IP_H
13320 #include <netinet/ip.h>
13321 #endif
13322 #ifdef HAVE_NETINET_IN_PCB_H
13323 #include <netinet/in_pcb.h>
13324 #endif
13326 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
13328 cat >>confdefs.h <<_ACEOF
13329 #define HAVE_STRUCT_XINPGEN 1
13330 _ACEOF
13336 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13337 #include <linux/input.h>
13338 #endif
13340 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
13342 cat >>confdefs.h <<_ACEOF
13343 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13344 _ACEOF
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13351 $as_echo_n "checking for sigaddset... " >&6; }
13352 if ${wine_cv_have_sigaddset+:} false; then :
13353 $as_echo_n "(cached) " >&6
13354 else
13355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13356 /* end confdefs.h. */
13357 #include <signal.h>
13359 main ()
13361 sigset_t set; sigaddset(&set,SIGTERM);
13363 return 0;
13365 _ACEOF
13366 if ac_fn_c_try_link "$LINENO"; then :
13367 wine_cv_have_sigaddset=yes
13368 else
13369 wine_cv_have_sigaddset=no
13371 rm -f core conftest.err conftest.$ac_objext \
13372 conftest$ac_exeext conftest.$ac_ext
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13375 $as_echo "$wine_cv_have_sigaddset" >&6; }
13376 if test "$wine_cv_have_sigaddset" = "yes"
13377 then
13379 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13385 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13386 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
13387 $as_echo_n "(cached) " >&6
13388 else
13389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13390 /* end confdefs.h. */
13391 #include <netdb.h>
13393 main ()
13396 char *name=0;
13397 struct hostent he;
13398 struct hostent *result;
13399 char *buf=0;
13400 int bufsize=0;
13401 int errnr;
13402 char *addr=0;
13403 int addrlen=0;
13404 int addrtype=0;
13405 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13406 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13409 return 0;
13411 _ACEOF
13412 if ac_fn_c_try_link "$LINENO"; then :
13413 wine_cv_linux_gethostbyname_r_6=yes
13414 else
13415 wine_cv_linux_gethostbyname_r_6=no
13418 rm -f core conftest.err conftest.$ac_objext \
13419 conftest$ac_exeext conftest.$ac_ext
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13423 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13424 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13425 then
13427 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13431 if test "$ac_cv_header_linux_joystick_h" = "yes"
13432 then
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13434 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13435 if ${wine_cv_linux_joystick_22_api+:} false; then :
13436 $as_echo_n "(cached) " >&6
13437 else
13438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13439 /* end confdefs.h. */
13441 #include <sys/ioctl.h>
13442 #include <sys/types.h>
13443 #include <linux/joystick.h>
13445 struct js_event blub;
13446 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13447 #error "no 2.2 header"
13448 #endif
13451 main ()
13453 /*empty*/
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_compile "$LINENO"; then :
13459 wine_cv_linux_joystick_22_api=yes
13460 else
13461 wine_cv_linux_joystick_22_api=no
13463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13467 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13468 if test "$wine_cv_linux_joystick_22_api" = "yes"
13469 then
13471 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13477 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13478 #ifdef HAVE_SYS_PARAM_H
13479 # include <sys/param.h>
13480 #endif
13481 #ifdef HAVE_SYS_MOUNT_H
13482 # include <sys/mount.h>
13483 #endif
13484 #ifdef HAVE_SYS_VFS_H
13485 # include <sys/vfs.h>
13486 #endif
13487 #ifdef HAVE_SYS_STATFS_H
13488 # include <sys/statfs.h>
13489 #endif
13491 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
13493 cat >>confdefs.h <<_ACEOF
13494 #define HAVE_STRUCT_STATFS_F_BFREE 1
13495 _ACEOF
13499 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13500 #ifdef HAVE_SYS_PARAM_H
13501 # include <sys/param.h>
13502 #endif
13503 #ifdef HAVE_SYS_MOUNT_H
13504 # include <sys/mount.h>
13505 #endif
13506 #ifdef HAVE_SYS_VFS_H
13507 # include <sys/vfs.h>
13508 #endif
13509 #ifdef HAVE_SYS_STATFS_H
13510 # include <sys/statfs.h>
13511 #endif
13513 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
13515 cat >>confdefs.h <<_ACEOF
13516 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13517 _ACEOF
13521 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13522 #ifdef HAVE_SYS_PARAM_H
13523 # include <sys/param.h>
13524 #endif
13525 #ifdef HAVE_SYS_MOUNT_H
13526 # include <sys/mount.h>
13527 #endif
13528 #ifdef HAVE_SYS_VFS_H
13529 # include <sys/vfs.h>
13530 #endif
13531 #ifdef HAVE_SYS_STATFS_H
13532 # include <sys/statfs.h>
13533 #endif
13535 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
13537 cat >>confdefs.h <<_ACEOF
13538 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13539 _ACEOF
13543 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13544 #ifdef HAVE_SYS_PARAM_H
13545 # include <sys/param.h>
13546 #endif
13547 #ifdef HAVE_SYS_MOUNT_H
13548 # include <sys/mount.h>
13549 #endif
13550 #ifdef HAVE_SYS_VFS_H
13551 # include <sys/vfs.h>
13552 #endif
13553 #ifdef HAVE_SYS_STATFS_H
13554 # include <sys/statfs.h>
13555 #endif
13557 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
13559 cat >>confdefs.h <<_ACEOF
13560 #define HAVE_STRUCT_STATFS_F_FFREE 1
13561 _ACEOF
13565 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13566 #ifdef HAVE_SYS_PARAM_H
13567 # include <sys/param.h>
13568 #endif
13569 #ifdef HAVE_SYS_MOUNT_H
13570 # include <sys/mount.h>
13571 #endif
13572 #ifdef HAVE_SYS_VFS_H
13573 # include <sys/vfs.h>
13574 #endif
13575 #ifdef HAVE_SYS_STATFS_H
13576 # include <sys/statfs.h>
13577 #endif
13579 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
13581 cat >>confdefs.h <<_ACEOF
13582 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13583 _ACEOF
13587 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13588 #ifdef HAVE_SYS_PARAM_H
13589 # include <sys/param.h>
13590 #endif
13591 #ifdef HAVE_SYS_MOUNT_H
13592 # include <sys/mount.h>
13593 #endif
13594 #ifdef HAVE_SYS_VFS_H
13595 # include <sys/vfs.h>
13596 #endif
13597 #ifdef HAVE_SYS_STATFS_H
13598 # include <sys/statfs.h>
13599 #endif
13601 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
13603 cat >>confdefs.h <<_ACEOF
13604 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13605 _ACEOF
13611 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13612 #include <sys/statvfs.h>
13613 #endif
13615 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
13617 cat >>confdefs.h <<_ACEOF
13618 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13619 _ACEOF
13625 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13626 #ifdef HAVE_SYS_SOCKET_H
13627 # include <sys/socket.h>
13628 #endif
13629 #ifdef HAVE_SYS_UN_H
13630 # include <sys/un.h>
13631 #endif
13633 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
13635 cat >>confdefs.h <<_ACEOF
13636 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13637 _ACEOF
13641 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13642 #ifdef HAVE_SYS_SOCKET_H
13643 # include <sys/socket.h>
13644 #endif
13645 #ifdef HAVE_SYS_UN_H
13646 # include <sys/un.h>
13647 #endif
13649 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
13651 cat >>confdefs.h <<_ACEOF
13652 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13653 _ACEOF
13657 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13658 #ifdef HAVE_SYS_SOCKET_H
13659 # include <sys/socket.h>
13660 #endif
13661 #ifdef HAVE_SYS_UN_H
13662 # include <sys/un.h>
13663 #endif
13665 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
13667 cat >>confdefs.h <<_ACEOF
13668 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13669 _ACEOF
13675 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13676 #ifdef HAVE_SCSI_SG_H
13677 #include <scsi/sg.h>
13678 #endif
13680 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
13682 cat >>confdefs.h <<_ACEOF
13683 #define HAVE_SCSIREQ_T_CMD 1
13684 _ACEOF
13688 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>
13689 #ifdef HAVE_SCSI_SG_H
13690 #include <scsi/sg.h>
13691 #endif
13693 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
13695 cat >>confdefs.h <<_ACEOF
13696 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13697 _ACEOF
13703 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13705 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
13707 cat >>confdefs.h <<_ACEOF
13708 #define HAVE_SIGINFO_T_SI_FD 1
13709 _ACEOF
13715 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13716 #ifdef HAVE_SYS_MTIO_H
13717 #include <sys/mtio.h>
13718 #endif
13720 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
13722 cat >>confdefs.h <<_ACEOF
13723 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13724 _ACEOF
13728 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13729 #ifdef HAVE_SYS_MTIO_H
13730 #include <sys/mtio.h>
13731 #endif
13733 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
13735 cat >>confdefs.h <<_ACEOF
13736 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13737 _ACEOF
13741 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13742 #ifdef HAVE_SYS_MTIO_H
13743 #include <sys/mtio.h>
13744 #endif
13746 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
13748 cat >>confdefs.h <<_ACEOF
13749 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13750 _ACEOF
13756 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13757 #include <getopt.h>
13758 #endif
13760 if test "x$ac_cv_member_struct_option_name" = xyes; then :
13762 cat >>confdefs.h <<_ACEOF
13763 #define HAVE_STRUCT_OPTION_NAME 1
13764 _ACEOF
13770 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13771 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
13773 cat >>confdefs.h <<_ACEOF
13774 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13775 _ACEOF
13779 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13780 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
13782 cat >>confdefs.h <<_ACEOF
13783 #define HAVE_STRUCT_STAT_ST_MTIM 1
13784 _ACEOF
13788 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13789 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
13791 cat >>confdefs.h <<_ACEOF
13792 #define HAVE_STRUCT_STAT_ST_CTIM 1
13793 _ACEOF
13797 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13798 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
13800 cat >>confdefs.h <<_ACEOF
13801 #define HAVE_STRUCT_STAT_ST_ATIM 1
13802 _ACEOF
13808 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
13809 #include <sys/types.h>
13810 #endif
13811 #ifdef HAVE_NETINET_IN_H
13812 #include <netinet/in.h>
13813 #endif
13815 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
13817 cat >>confdefs.h <<_ACEOF
13818 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13819 _ACEOF
13825 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13826 #include <sys/types.h>
13827 #endif
13828 #ifdef HAVE_NETINET_IN_H
13829 # include <netinet/in.h>
13830 #endif
13831 #ifdef HAVE_ARPA_NAMESER_H
13832 # include <arpa/nameser.h>
13833 #endif
13835 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
13837 cat >>confdefs.h <<_ACEOF
13838 #define HAVE_NS_MSG__MSG_PTR 1
13839 _ACEOF
13845 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13846 #include <sys/types.h>
13847 #endif
13848 #ifdef HAVE_ALIAS_H
13849 #include <alias.h>
13850 #endif
13851 #ifdef HAVE_SYS_SOCKET_H
13852 #include <sys/socket.h>
13853 #endif
13854 #ifdef HAVE_SYS_SOCKETVAR_H
13855 #include <sys/socketvar.h>
13856 #endif
13857 #ifdef HAVE_SYS_TIMEOUT_H
13858 #include <sys/timeout.h>
13859 #endif
13860 #ifdef HAVE_NETINET_IN_H
13861 #include <netinet/in.h>
13862 #endif
13863 #ifdef HAVE_NETINET_IN_SYSTM_H
13864 #include <netinet/in_systm.h>
13865 #endif
13866 #ifdef HAVE_NETINET_IP_H
13867 #include <netinet/ip.h>
13868 #endif
13869 #ifdef HAVE_NETINET_IP_VAR_H
13870 #include <netinet/ip_var.h>
13871 #endif
13872 #ifdef HAVE_NETINET_IP_ICMP_H
13873 #include <netinet/ip_icmp.h>
13874 #endif
13875 #ifdef HAVE_NETINET_ICMP_VAR
13876 #include <netinet/icmp_var.h>
13877 #endif
13879 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
13881 cat >>confdefs.h <<_ACEOF
13882 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13883 _ACEOF
13889 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13890 #include <sys/types.h>
13891 #endif
13892 #ifdef HAVE_NET_IF_H
13893 # include <net/if.h>
13894 #endif
13896 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
13898 cat >>confdefs.h <<_ACEOF
13899 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13900 _ACEOF
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13907 $as_echo_n "checking for timezone variable... " >&6; }
13908 if ${ac_cv_have_timezone+:} false; then :
13909 $as_echo_n "(cached) " >&6
13910 else
13911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13912 /* end confdefs.h. */
13913 #include <time.h>
13915 main ()
13917 timezone = 1
13919 return 0;
13921 _ACEOF
13922 if ac_fn_c_try_link "$LINENO"; then :
13923 ac_cv_have_timezone="yes"
13924 else
13925 ac_cv_have_timezone="no"
13927 rm -f core conftest.err conftest.$ac_objext \
13928 conftest$ac_exeext conftest.$ac_ext
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13931 $as_echo "$ac_cv_have_timezone" >&6; }
13932 if test "$ac_cv_have_timezone" = "yes"
13933 then
13935 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13939 $as_echo_n "checking for daylight variable... " >&6; }
13940 if ${ac_cv_have_daylight+:} false; then :
13941 $as_echo_n "(cached) " >&6
13942 else
13943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13944 /* end confdefs.h. */
13945 #include <time.h>
13947 main ()
13949 daylight = 1
13951 return 0;
13953 _ACEOF
13954 if ac_fn_c_try_link "$LINENO"; then :
13955 ac_cv_have_daylight="yes"
13956 else
13957 ac_cv_have_daylight="no"
13959 rm -f core conftest.err conftest.$ac_objext \
13960 conftest$ac_exeext conftest.$ac_ext
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13963 $as_echo "$ac_cv_have_daylight" >&6; }
13964 if test "$ac_cv_have_daylight" = "yes"
13965 then
13967 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13971 ac_save_LIBS="$LIBS"
13972 LIBS="$LIBS -lm"
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13974 $as_echo_n "checking for isinf... " >&6; }
13975 if ${ac_cv_have_isinf+:} false; then :
13976 $as_echo_n "(cached) " >&6
13977 else
13978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13979 /* end confdefs.h. */
13980 #include <math.h>
13982 main ()
13984 float f = 0.0; return isinf(f)
13986 return 0;
13988 _ACEOF
13989 if ac_fn_c_try_link "$LINENO"; then :
13990 ac_cv_have_isinf="yes"
13991 else
13992 ac_cv_have_isinf="no"
13994 rm -f core conftest.err conftest.$ac_objext \
13995 conftest$ac_exeext conftest.$ac_ext
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13998 $as_echo "$ac_cv_have_isinf" >&6; }
13999 if test "$ac_cv_have_isinf" = "yes"
14000 then
14002 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14007 $as_echo_n "checking for isnan... " >&6; }
14008 if ${ac_cv_have_isnan+:} false; then :
14009 $as_echo_n "(cached) " >&6
14010 else
14011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14012 /* end confdefs.h. */
14013 #include <math.h>
14015 main ()
14017 float f = 0.0; return isnan(f)
14019 return 0;
14021 _ACEOF
14022 if ac_fn_c_try_link "$LINENO"; then :
14023 ac_cv_have_isnan="yes"
14024 else
14025 ac_cv_have_isnan="no"
14027 rm -f core conftest.err conftest.$ac_objext \
14028 conftest$ac_exeext conftest.$ac_ext
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14031 $as_echo "$ac_cv_have_isnan" >&6; }
14032 if test "$ac_cv_have_isnan" = "yes"
14033 then
14035 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14038 LIBS="$ac_save_LIBS"
14041 case $host_cpu in
14042 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14043 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14044 if ${ac_cv_cpp_def___i386__+:} false; then :
14045 $as_echo_n "(cached) " >&6
14046 else
14047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14048 /* end confdefs.h. */
14049 #ifndef __i386__
14051 #endif
14052 _ACEOF
14053 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14054 $EGREP "yes" >/dev/null 2>&1; then :
14055 ac_cv_cpp_def___i386__=yes
14056 else
14057 ac_cv_cpp_def___i386__=no
14059 rm -f conftest*
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14063 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14064 if test $ac_cv_cpp_def___i386__ = yes; then :
14065 CFLAGS="$CFLAGS -D__i386__"
14066 LINTFLAGS="$LINTFLAGS -D__i386__"
14067 fi ;;
14068 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14069 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14070 if ${ac_cv_cpp_def___x86_64__+:} false; then :
14071 $as_echo_n "(cached) " >&6
14072 else
14073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14074 /* end confdefs.h. */
14075 #ifndef __x86_64__
14077 #endif
14078 _ACEOF
14079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14080 $EGREP "yes" >/dev/null 2>&1; then :
14081 ac_cv_cpp_def___x86_64__=yes
14082 else
14083 ac_cv_cpp_def___x86_64__=no
14085 rm -f conftest*
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14089 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14090 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14091 CFLAGS="$CFLAGS -D__x86_64__"
14092 LINTFLAGS="$LINTFLAGS -D__x86_64__"
14093 fi ;;
14094 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14095 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14096 if ${ac_cv_cpp_def___sparc__+:} false; then :
14097 $as_echo_n "(cached) " >&6
14098 else
14099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14100 /* end confdefs.h. */
14101 #ifndef __sparc__
14103 #endif
14104 _ACEOF
14105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14106 $EGREP "yes" >/dev/null 2>&1; then :
14107 ac_cv_cpp_def___sparc__=yes
14108 else
14109 ac_cv_cpp_def___sparc__=no
14111 rm -f conftest*
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14115 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14116 if test $ac_cv_cpp_def___sparc__ = yes; then :
14117 CFLAGS="$CFLAGS -D__sparc__"
14118 LINTFLAGS="$LINTFLAGS -D__sparc__"
14119 fi ;;
14120 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14121 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14122 if ${ac_cv_cpp_def___powerpc__+:} false; then :
14123 $as_echo_n "(cached) " >&6
14124 else
14125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14126 /* end confdefs.h. */
14127 #ifndef __powerpc__
14129 #endif
14130 _ACEOF
14131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14132 $EGREP "yes" >/dev/null 2>&1; then :
14133 ac_cv_cpp_def___powerpc__=yes
14134 else
14135 ac_cv_cpp_def___powerpc__=no
14137 rm -f conftest*
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14141 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14142 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14143 CFLAGS="$CFLAGS -D__powerpc__"
14144 LINTFLAGS="$LINTFLAGS -D__powerpc__"
14145 fi ;;
14146 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
14147 $as_echo_n "checking whether we need to define __arm__... " >&6; }
14148 if ${ac_cv_cpp_def___arm__+:} false; then :
14149 $as_echo_n "(cached) " >&6
14150 else
14151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14152 /* end confdefs.h. */
14153 #ifndef __arm__
14155 #endif
14156 _ACEOF
14157 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14158 $EGREP "yes" >/dev/null 2>&1; then :
14159 ac_cv_cpp_def___arm__=yes
14160 else
14161 ac_cv_cpp_def___arm__=no
14163 rm -f conftest*
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
14167 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
14168 if test $ac_cv_cpp_def___arm__ = yes; then :
14169 CFLAGS="$CFLAGS -D__arm__"
14170 LINTFLAGS="$LINTFLAGS -D__arm__"
14171 fi ;;
14172 esac
14174 case $host_vendor in
14175 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14176 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14177 if ${ac_cv_cpp_def___sun__+:} false; then :
14178 $as_echo_n "(cached) " >&6
14179 else
14180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14181 /* end confdefs.h. */
14182 #ifndef __sun__
14184 #endif
14185 _ACEOF
14186 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14187 $EGREP "yes" >/dev/null 2>&1; then :
14188 ac_cv_cpp_def___sun__=yes
14189 else
14190 ac_cv_cpp_def___sun__=no
14192 rm -f conftest*
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14196 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14197 if test $ac_cv_cpp_def___sun__ = yes; then :
14198 CFLAGS="$CFLAGS -D__sun__"
14199 LINTFLAGS="$LINTFLAGS -D__sun__"
14200 fi ;;
14201 esac
14207 ac_config_commands="$ac_config_commands include/stamp-h"
14210 ALL_MAKEFILE_DEPENDS="
14211 # Rules automatically generated by configure
14213 .INIT: Makefile
14214 .MAKEFILEDEPS:
14215 all: Makefile
14216 Makefile: Makefile.in Make.vars.in Make.rules config.status
14217 @./config.status Make.tmp Makefile"
14219 ALL_POT_FILES=""
14220 ALL_TEST_RESOURCES=""
14223 wine_fn_append_file ()
14225 as_fn_append $1 " \\$as_nl $2"
14228 wine_fn_append_rule ()
14230 as_fn_append $1 "$as_nl$2"
14233 wine_fn_has_flag ()
14235 expr ",$2," : ".*,$1,.*" >/dev/null
14238 wine_fn_all_dir_rules ()
14240 ac_dir=$1
14241 ac_alldeps=$2
14242 ac_makedep="\$(MAKEDEP)"
14243 ac_input=Make.vars.in:$ac_dir/Makefile.in
14244 if test $ac_dir != tools
14245 then
14246 ac_alldeps="$2 $ac_makedep"
14248 case $2 in
14249 *.in) ac_input=$ac_input:$2 ;;
14250 *) ac_makedep="$2 $ac_makedep" ;;
14251 esac
14253 wine_fn_append_file ALL_DIRS $ac_dir
14254 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14255 "__clean__: $ac_dir/__clean__
14256 .PHONY: $ac_dir/__clean__
14257 $ac_dir/__clean__: $ac_dir/Makefile
14258 @cd $ac_dir && \$(MAKE) clean
14259 \$(RM) $ac_dir/Makefile
14260 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14261 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14262 depend: $ac_dir/__depend__
14263 .PHONY: $ac_dir/__depend__
14264 $ac_dir/__depend__: $ac_makedep dummy
14265 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14268 wine_fn_config_makefile ()
14270 ac_dir=$1
14271 ac_enable=$2
14272 ac_flags=$3
14273 ac_rules=$4
14274 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14275 return 0
14278 wine_fn_all_dir_rules $ac_dir ${ac_rules:-Make.rules}
14279 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14280 "all: $ac_dir
14281 .PHONY: $ac_dir
14282 $ac_dir: $ac_dir/Makefile dummy
14283 @cd $ac_dir && \$(MAKE)"
14285 wine_fn_has_flag install-lib $ac_flags || wine_fn_has_flag install-dev $ac_flags || return
14287 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14288 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14289 $ac_dir/__install__:: $ac_dir
14290 @cd $ac_dir && \$(MAKE) install
14291 $ac_dir/__uninstall__:: $ac_dir/Makefile
14292 @cd $ac_dir && \$(MAKE) uninstall
14293 install:: $ac_dir/__install__
14294 __uninstall__: $ac_dir/__uninstall__"
14296 if wine_fn_has_flag install-lib $ac_flags
14297 then
14298 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14299 ".PHONY: $ac_dir/__install-lib__
14300 $ac_dir/__install-lib__:: $ac_dir
14301 @cd $ac_dir && \$(MAKE) install-lib
14302 install-lib:: $ac_dir/__install-lib__"
14305 if wine_fn_has_flag install-dev $ac_flags
14306 then
14307 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14308 ".PHONY: $ac_dir/__install-dev
14309 $ac_dir/__install-dev__:: $ac_dir
14310 @cd $ac_dir && \$(MAKE) install-dev
14311 install-dev:: $ac_dir/__install-dev__"
14315 wine_fn_config_lib ()
14317 ac_name=$1
14318 ac_flags=$2
14319 ac_dir=dlls/$ac_name
14320 wine_fn_config_makefile $ac_dir enable_$ac_name "$ac_flags" dlls/Makeimplib.rules
14322 if wine_fn_has_flag install-dev $ac_flags
14323 then :
14324 else
14325 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14326 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14327 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
14328 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14329 $ac_dir/__uninstall__::
14330 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
14331 install install-dev:: $ac_dir/__install__
14332 __uninstall__: $ac_dir/__uninstall__"
14335 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__builddeps__: $ac_dir"
14336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: tools/widl tools/winebuild tools/winegcc include"
14339 wine_fn_config_dll ()
14341 ac_name=$1
14342 ac_dir=dlls/$ac_name
14343 ac_enable=$2
14344 ac_flags=$3
14345 ac_implib=${4:-$ac_name}
14346 ac_file=$ac_dir/lib$ac_implib
14347 ac_dll=$ac_name
14348 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14349 ac_implibflags=""
14351 case $ac_name in
14352 *16) ac_implibflags=" -m16" ;;
14353 *.*) ;;
14354 *) ac_dll=$ac_dll.dll ;;
14355 esac
14357 wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" dlls/Makedll.rules
14359 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14360 test "$ac_enable" != enable_win16 || return 0
14361 wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14362 else
14363 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14364 "$ac_dir: __builddeps__
14365 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14366 @cd $ac_dir && \$(MAKE) \$@"
14368 if wine_fn_has_flag install-lib $ac_flags
14369 then :
14370 else
14371 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14372 ".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
14373 install install-lib:: $ac_dir/__install-lib__
14374 __uninstall__: $ac_dir/__uninstall__"
14375 if test -n "$DLLEXT"
14376 then
14377 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14378 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
14379 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
14380 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
14381 $ac_dir/__uninstall__::
14382 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
14383 else
14384 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14385 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
14386 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
14387 $ac_dir/__uninstall__::
14388 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
14392 if test "x$enable_maintainer_mode" = xyes
14393 then
14394 if wine_fn_has_flag mc $ac_flags
14395 then
14396 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14397 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14398 "$ac_dir/msg.pot: $ac_dir"
14400 if wine_fn_has_flag po $ac_flags
14401 then
14402 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14403 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14404 "$ac_dir/rsrc.pot: $ac_dir"
14409 if wine_fn_has_flag staticimplib $ac_flags
14410 then
14411 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14412 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14413 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14414 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14415 @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14416 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14417 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14418 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14419 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14420 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14421 $ac_dir/__uninstall__::
14422 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14423 install install-dev:: $ac_dir/__install-dev__
14424 __uninstall__: $ac_dir/__uninstall__"
14426 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
14427 then
14428 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14429 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
14430 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
14431 $ac_dir/__uninstall__::
14432 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
14435 if test "x$CROSSTEST_DISABLE" = x
14436 then
14437 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14438 "__builddeps__: $ac_file.cross.a
14439 $ac_file.cross.a: $ac_dir/Makefile dummy
14440 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14443 elif wine_fn_has_flag implib $ac_flags
14444 then
14445 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14446 "__builddeps__: $ac_file.$IMPLIBEXT
14447 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14448 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14449 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14450 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14451 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
14452 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
14453 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14454 $ac_dir/__uninstall__::
14455 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
14456 install install-dev:: $ac_dir/__install-dev__
14457 __uninstall__: $ac_dir/__uninstall__"
14458 if test "x$CROSSTEST_DISABLE" = x
14459 then
14460 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14461 "__builddeps__: $ac_file.cross.a
14462 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14463 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14466 if test "$ac_name" != "$ac_implib"
14467 then
14468 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14469 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14470 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14471 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14472 clean::
14473 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14474 if test "x$CROSSTEST_DISABLE" = x
14475 then
14476 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14477 "__builddeps__: dlls/lib$ac_implib.cross.a
14478 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14479 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14485 wine_fn_config_program ()
14487 ac_name=$1
14488 ac_dir=programs/$ac_name
14489 ac_enable=$2
14490 ac_flags=$3
14491 ac_program=$ac_name
14493 case $ac_name in
14494 *.*) ;;
14495 *) ac_program=$ac_program.exe ;;
14496 esac
14498 wine_fn_config_makefile $ac_dir $ac_enable "$ac_flags" programs/Makeprog.rules
14500 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14502 else
14503 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14504 "$ac_dir: __builddeps__"
14506 if test "x$enable_maintainer_mode" = xyes
14507 then
14508 if wine_fn_has_flag mc $ac_flags
14509 then
14510 wine_fn_append_file ALL_POT_FILES $ac_dir/msg.pot
14511 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14512 "$ac_dir/msg.pot: $ac_dir"
14514 if wine_fn_has_flag po $ac_flags
14515 then
14516 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14517 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14518 "$ac_dir/rsrc.pot: $ac_dir"
14522 wine_fn_has_flag install $ac_flags || return
14523 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14524 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
14525 install install-lib:: $ac_dir/__install__
14526 __uninstall__: $ac_dir/__uninstall__"
14528 if test -n "$DLLEXT"
14529 then
14530 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14531 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
14532 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
14533 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
14534 $ac_dir/__uninstall__::
14535 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
14537 if test "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
14538 then
14539 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14540 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
14541 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14542 $ac_dir/__uninstall__::
14543 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14545 else
14546 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14547 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
14548 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(dlldir)/$ac_program
14549 $ac_dir/__uninstall__::
14550 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program"
14555 wine_fn_config_test ()
14557 ac_dir=$1
14558 ac_name=$2
14559 ac_flags=$3
14560 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
14561 wine_fn_all_dir_rules $ac_dir Maketest.rules
14563 if test "x$enable_tests" = xno; then :
14565 else
14566 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14567 "all: $ac_dir
14568 .PHONY: $ac_dir
14569 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
14570 @cd $ac_dir && \$(MAKE)
14571 programs/winetest: $ac_dir
14572 check test: $ac_dir/__test__
14573 .PHONY: $ac_dir/__test__
14574 $ac_dir/__test__: dummy
14575 @cd $ac_dir && \$(MAKE) test
14576 testclean::
14577 \$(RM) $ac_dir/*.ok"
14579 if test "x$CROSSTEST_DISABLE" = x
14580 then
14581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14582 "crosstest: $ac_dir/__crosstest__
14583 .PHONY: $ac_dir/__crosstest__
14584 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14585 @cd $ac_dir && \$(MAKE) crosstest"
14590 wine_fn_config_tool ()
14592 ac_dir=$1
14593 ac_flags=$2
14594 if test "x$enable_tools" = xno; then :
14595 return 0
14598 wine_fn_config_makefile $ac_dir enable_tools $ac_flags
14600 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
14601 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
14602 case $ac_dir in
14603 tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14604 esac
14607 wine_fn_config_makerules ()
14609 ac_rules=$1
14610 ac_deps=$2
14611 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14612 "$ac_rules: $ac_rules.in $ac_deps config.status
14613 @./config.status $ac_rules
14614 distclean::
14615 \$(RM) $ac_rules"
14618 wine_fn_config_symlink ()
14620 ac_link=$1
14621 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14622 "$ac_link:
14623 @./config.status $ac_link
14624 distclean::
14625 \$(RM) $ac_link"
14628 if test "x$CROSSTEST_DISABLE" != x
14629 then
14630 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14631 "crosstest:
14632 @echo \"crosstest is not supported (mingw not installed?)\" && false"
14634 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
14635 wine_fn_config_symlink dlls/shell32/AUTHORS
14636 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14637 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14638 if test "x$enable_fonts" != xno; then
14639 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14640 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14642 if test "x$enable_fonts" != xno; then
14643 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14644 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14646 if test "x$enable_fonts" != xno; then
14647 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14648 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14650 if test "x$enable_fonts" != xno; then
14651 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14652 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14654 if test "x$enable_tools" != xno; then
14655 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14656 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14658 ac_config_links="$ac_config_links wine:tools/winewrapper"
14659 wine_fn_config_symlink wine
14660 if test "x$enable_win64" != xno; then
14661 ac_config_links="$ac_config_links wine64:tools/winewrapper"
14662 wine_fn_config_symlink wine64
14665 ac_config_commands="$ac_config_commands dlls/gdi32/dibdrv"
14667 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14669 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14671 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14673 ac_config_commands="$ac_config_commands dlls/user32/resources"
14675 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14677 ac_config_commands="$ac_config_commands include/wine"
14680 wine_fn_config_makerules Make.rules
14681 MAKE_RULES=Make.rules
14682 ac_config_files="$ac_config_files Make.rules"
14684 wine_fn_config_makerules Maketest.rules Make.rules
14685 MAKE_TEST_RULES=Maketest.rules
14686 ac_config_files="$ac_config_files Maketest.rules"
14688 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14689 MAKE_DLL_RULES=dlls/Makedll.rules
14690 ac_config_files="$ac_config_files dlls/Makedll.rules"
14692 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14693 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14694 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14696 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14697 MAKE_PROG_RULES=programs/Makeprog.rules
14698 ac_config_files="$ac_config_files programs/Makeprog.rules"
14701 wine_fn_config_dll acledit enable_acledit
14702 wine_fn_config_dll aclui enable_aclui implib
14703 wine_fn_config_dll activeds enable_activeds implib
14704 wine_fn_config_dll actxprxy enable_actxprxy
14705 wine_fn_config_lib adsiid
14706 wine_fn_config_dll advapi32 enable_advapi32 implib
14707 wine_fn_config_test dlls/advapi32/tests advapi32_test
14708 wine_fn_config_dll advpack enable_advpack implib
14709 wine_fn_config_test dlls/advpack/tests advpack_test
14710 wine_fn_config_dll amstream enable_amstream
14711 wine_fn_config_test dlls/amstream/tests amstream_test
14712 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
14713 wine_fn_config_dll atl enable_atl implib
14714 wine_fn_config_test dlls/atl/tests atl_test
14715 wine_fn_config_dll authz enable_authz
14716 wine_fn_config_dll avicap32 enable_avicap32 implib
14717 wine_fn_config_dll avifil32 enable_avifil32 implib,po
14718 wine_fn_config_test dlls/avifil32/tests avifil32_test
14719 wine_fn_config_dll avifile.dll16 enable_win16
14720 wine_fn_config_dll avrt enable_avrt implib
14721 wine_fn_config_dll bcrypt enable_bcrypt
14722 wine_fn_config_dll browseui enable_browseui po
14723 wine_fn_config_test dlls/browseui/tests browseui_test
14724 wine_fn_config_dll cabinet enable_cabinet implib
14725 wine_fn_config_test dlls/cabinet/tests cabinet_test
14726 wine_fn_config_dll capi2032 enable_capi2032 implib
14727 wine_fn_config_dll cards enable_cards implib
14728 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
14729 wine_fn_config_dll clusapi enable_clusapi implib
14730 wine_fn_config_dll comcat enable_comcat
14731 wine_fn_config_test dlls/comcat/tests comcat_test
14732 wine_fn_config_dll comctl32 enable_comctl32 implib,po
14733 wine_fn_config_test dlls/comctl32/tests comctl32_test
14734 wine_fn_config_dll comdlg32 enable_comdlg32 implib,po
14735 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14736 wine_fn_config_dll comm.drv16 enable_win16
14737 wine_fn_config_dll commdlg.dll16 enable_win16
14738 wine_fn_config_dll compobj.dll16 enable_win16
14739 wine_fn_config_dll compstui enable_compstui implib
14740 wine_fn_config_dll credui enable_credui implib,po
14741 wine_fn_config_test dlls/credui/tests credui_test
14742 wine_fn_config_dll crtdll enable_crtdll implib
14743 wine_fn_config_dll crypt32 enable_crypt32 implib,po
14744 wine_fn_config_test dlls/crypt32/tests crypt32_test
14745 wine_fn_config_dll cryptdlg enable_cryptdlg po
14746 wine_fn_config_dll cryptdll enable_cryptdll implib
14747 wine_fn_config_dll cryptnet enable_cryptnet implib
14748 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14749 wine_fn_config_dll cryptui enable_cryptui implib,po
14750 wine_fn_config_test dlls/cryptui/tests cryptui_test
14751 wine_fn_config_dll ctapi32 enable_ctapi32
14752 wine_fn_config_dll ctl3d.dll16 enable_win16
14753 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
14754 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14755 wine_fn_config_dll d3d10 enable_d3d10 implib
14756 wine_fn_config_test dlls/d3d10/tests d3d10_test
14757 wine_fn_config_dll d3d10core enable_d3d10core implib
14758 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14759 wine_fn_config_dll d3d8 enable_d3d8 implib
14760 wine_fn_config_test dlls/d3d8/tests d3d8_test
14761 wine_fn_config_dll d3d9 enable_d3d9 implib
14762 wine_fn_config_test dlls/d3d9/tests d3d9_test
14763 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14764 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14765 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14766 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14767 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14768 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14769 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14770 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14771 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14772 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14773 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
14774 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14775 wine_fn_config_dll d3dim enable_d3dim implib
14776 wine_fn_config_dll d3drm enable_d3drm implib
14777 wine_fn_config_test dlls/d3drm/tests d3drm_test
14778 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14779 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14780 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14781 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14782 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14783 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14784 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14785 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14786 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14787 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14788 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14789 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14790 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14791 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14792 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14793 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14794 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14795 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14796 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14797 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14798 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14799 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14800 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14801 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
14802 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14803 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14804 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14805 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14806 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14807 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14808 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14809 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
14810 wine_fn_config_dll d3dxof enable_d3dxof implib
14811 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14812 wine_fn_config_dll dbgeng enable_dbgeng implib
14813 wine_fn_config_dll dbghelp enable_dbghelp implib
14814 wine_fn_config_dll dciman32 enable_dciman32 implib
14815 wine_fn_config_dll ddeml.dll16 enable_win16
14816 wine_fn_config_dll ddraw enable_ddraw implib
14817 wine_fn_config_test dlls/ddraw/tests ddraw_test
14818 wine_fn_config_dll ddrawex enable_ddrawex
14819 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14820 wine_fn_config_dll devenum enable_devenum po
14821 wine_fn_config_dll dinput enable_dinput implib,staticimplib
14822 wine_fn_config_test dlls/dinput/tests dinput_test
14823 wine_fn_config_dll dinput8 enable_dinput8 implib
14824 wine_fn_config_test dlls/dinput8/tests dinput8_test
14825 wine_fn_config_dll dispdib.dll16 enable_win16
14826 wine_fn_config_dll dispex enable_dispex
14827 wine_fn_config_test dlls/dispex/tests dispex_test
14828 wine_fn_config_dll display.drv16 enable_win16
14829 wine_fn_config_dll dmband enable_dmband
14830 wine_fn_config_dll dmcompos enable_dmcompos
14831 wine_fn_config_dll dmime enable_dmime
14832 wine_fn_config_test dlls/dmime/tests dmime_test
14833 wine_fn_config_dll dmloader enable_dmloader
14834 wine_fn_config_test dlls/dmloader/tests dmloader_test
14835 wine_fn_config_dll dmscript enable_dmscript
14836 wine_fn_config_dll dmstyle enable_dmstyle
14837 wine_fn_config_dll dmsynth enable_dmsynth
14838 wine_fn_config_dll dmusic enable_dmusic
14839 wine_fn_config_dll dmusic32 enable_dmusic32 implib
14840 wine_fn_config_dll dnsapi enable_dnsapi implib
14841 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14842 wine_fn_config_dll dplay enable_dplay implib
14843 wine_fn_config_dll dplayx enable_dplayx implib
14844 wine_fn_config_test dlls/dplayx/tests dplayx_test
14845 wine_fn_config_dll dpnaddr enable_dpnaddr
14846 wine_fn_config_dll dpnet enable_dpnet implib
14847 wine_fn_config_dll dpnhpast enable_dpnhpast
14848 wine_fn_config_dll dpnlobby enable_dpnlobby
14849 wine_fn_config_dll dpwsockx enable_dpwsockx
14850 wine_fn_config_dll drmclien enable_drmclien
14851 wine_fn_config_dll dsound enable_dsound implib
14852 wine_fn_config_test dlls/dsound/tests dsound_test
14853 wine_fn_config_dll dssenh enable_dssenh
14854 wine_fn_config_dll dswave enable_dswave
14855 wine_fn_config_dll dwmapi enable_dwmapi implib
14856 wine_fn_config_dll dxdiagn enable_dxdiagn po
14857 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14858 wine_fn_config_lib dxerr8
14859 wine_fn_config_lib dxerr9
14860 wine_fn_config_dll dxgi enable_dxgi implib
14861 wine_fn_config_test dlls/dxgi/tests dxgi_test
14862 wine_fn_config_lib dxguid
14863 wine_fn_config_dll explorerframe enable_explorerframe
14864 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14865 wine_fn_config_dll faultrep enable_faultrep implib
14866 wine_fn_config_test dlls/faultrep/tests faultrep_test
14867 wine_fn_config_dll fltlib enable_fltlib
14868 wine_fn_config_dll fusion enable_fusion
14869 wine_fn_config_test dlls/fusion/tests fusion_test
14870 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14871 wine_fn_config_dll gameux enable_gameux
14872 wine_fn_config_test dlls/gameux/tests gameux_test
14873 wine_fn_config_dll gdi.exe16 enable_win16
14874 wine_fn_config_dll gdi32 enable_gdi32 implib
14875 wine_fn_config_test dlls/gdi32/tests gdi32_test
14876 wine_fn_config_dll gdiplus enable_gdiplus implib
14877 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14878 wine_fn_config_dll glu32 enable_glu32 implib
14879 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14880 wine_fn_config_dll gpkcsp enable_gpkcsp
14881 wine_fn_config_dll hal enable_hal
14882 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
14883 wine_fn_config_dll hid enable_hid implib
14884 wine_fn_config_dll hlink enable_hlink implib
14885 wine_fn_config_test dlls/hlink/tests hlink_test
14886 wine_fn_config_dll hnetcfg enable_hnetcfg
14887 wine_fn_config_dll httpapi enable_httpapi
14888 wine_fn_config_dll iccvid enable_iccvid po
14889 wine_fn_config_dll icmp enable_icmp
14890 wine_fn_config_dll ieframe enable_ieframe implib,po
14891 wine_fn_config_dll ifsmgr.vxd enable_win16
14892 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14893 wine_fn_config_dll imagehlp enable_imagehlp implib
14894 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14895 wine_fn_config_dll imm.dll16 enable_win16
14896 wine_fn_config_dll imm32 enable_imm32 implib
14897 wine_fn_config_test dlls/imm32/tests imm32_test
14898 wine_fn_config_dll inetcomm enable_inetcomm implib
14899 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14900 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
14901 wine_fn_config_dll inetmib1 enable_inetmib1
14902 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14903 wine_fn_config_dll infosoft enable_infosoft
14904 wine_fn_config_test dlls/infosoft/tests infosoft_test
14905 wine_fn_config_dll initpki enable_initpki
14906 wine_fn_config_dll inkobj enable_inkobj
14907 wine_fn_config_dll inseng enable_inseng
14908 wine_fn_config_dll iphlpapi enable_iphlpapi implib
14909 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14910 wine_fn_config_dll itircl enable_itircl
14911 wine_fn_config_dll itss enable_itss
14912 wine_fn_config_test dlls/itss/tests itss_test
14913 wine_fn_config_dll jscript enable_jscript po
14914 wine_fn_config_test dlls/jscript/tests jscript_test
14915 wine_fn_config_dll kernel32 enable_kernel32 implib,mc
14916 wine_fn_config_test dlls/kernel32/tests kernel32_test
14917 wine_fn_config_dll keyboard.drv16 enable_win16
14918 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
14919 wine_fn_config_dll ktmw32 enable_ktmw32
14920 wine_fn_config_dll loadperf enable_loadperf implib
14921 wine_fn_config_dll localspl enable_localspl po
14922 wine_fn_config_test dlls/localspl/tests localspl_test
14923 wine_fn_config_dll localui enable_localui po
14924 wine_fn_config_test dlls/localui/tests localui_test
14925 wine_fn_config_dll lz32 enable_lz32 implib
14926 wine_fn_config_test dlls/lz32/tests lz32_test
14927 wine_fn_config_dll lzexpand.dll16 enable_win16
14928 wine_fn_config_dll mapi32 enable_mapi32 implib,po
14929 wine_fn_config_test dlls/mapi32/tests mapi32_test
14930 wine_fn_config_dll mapistub enable_mapistub
14931 wine_fn_config_dll mciavi32 enable_mciavi32
14932 wine_fn_config_dll mcicda enable_mcicda
14933 wine_fn_config_dll mciqtz32 enable_mciqtz32
14934 wine_fn_config_dll mciseq enable_mciseq
14935 wine_fn_config_dll mciwave enable_mciwave
14936 wine_fn_config_dll midimap enable_midimap
14937 wine_fn_config_dll mlang enable_mlang implib
14938 wine_fn_config_test dlls/mlang/tests mlang_test
14939 wine_fn_config_dll mmdevapi enable_mmdevapi
14940 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14941 wine_fn_config_dll mmdevldr.vxd enable_win16
14942 wine_fn_config_dll mmsystem.dll16 enable_win16
14943 wine_fn_config_dll monodebg.vxd enable_win16
14944 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14945 wine_fn_config_dll mouse.drv16 enable_win16
14946 wine_fn_config_dll mpr enable_mpr implib,po
14947 wine_fn_config_dll mprapi enable_mprapi implib
14948 wine_fn_config_dll msacm.dll16 enable_win16
14949 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14950 wine_fn_config_dll msacm32 enable_msacm32 implib
14951 wine_fn_config_test dlls/msacm32/tests msacm32_test
14952 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14953 wine_fn_config_dll mscat32 enable_mscat32
14954 wine_fn_config_dll mscms enable_mscms implib
14955 wine_fn_config_test dlls/mscms/tests mscms_test
14956 wine_fn_config_dll mscoree enable_mscoree
14957 wine_fn_config_test dlls/mscoree/tests mscoree_test
14958 wine_fn_config_dll msctf enable_msctf
14959 wine_fn_config_test dlls/msctf/tests msctf_test
14960 wine_fn_config_dll msdaps enable_msdaps
14961 wine_fn_config_dll msdmo enable_msdmo implib
14962 wine_fn_config_dll msftedit enable_msftedit
14963 wine_fn_config_dll msg711.acm enable_msg711_acm
14964 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14965 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14966 wine_fn_config_dll mshtml enable_mshtml implib,po
14967 wine_fn_config_test dlls/mshtml/tests mshtml_test
14968 wine_fn_config_dll msi enable_msi implib,po
14969 wine_fn_config_test dlls/msi/tests msi_test
14970 wine_fn_config_dll msimg32 enable_msimg32 implib
14971 wine_fn_config_dll msimsg enable_msimsg
14972 wine_fn_config_dll msimtf enable_msimtf
14973 wine_fn_config_dll msisip enable_msisip
14974 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14975 wine_fn_config_dll msnet32 enable_msnet32
14976 wine_fn_config_dll mspatcha enable_mspatcha
14977 wine_fn_config_dll msrle32 enable_msrle32 po
14978 wine_fn_config_dll mssign32 enable_mssign32
14979 wine_fn_config_dll mssip32 enable_mssip32
14980 wine_fn_config_dll mstask enable_mstask
14981 wine_fn_config_test dlls/mstask/tests mstask_test
14982 wine_fn_config_dll msvcirt enable_msvcirt
14983 wine_fn_config_dll msvcp100 enable_msvcp100
14984 wine_fn_config_dll msvcp60 enable_msvcp60
14985 wine_fn_config_dll msvcp70 enable_msvcp70
14986 wine_fn_config_dll msvcp71 enable_msvcp71
14987 wine_fn_config_dll msvcp80 enable_msvcp80
14988 wine_fn_config_dll msvcp90 enable_msvcp90
14989 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
14990 wine_fn_config_dll msvcr100 enable_msvcr100
14991 wine_fn_config_dll msvcr70 enable_msvcr70 implib
14992 wine_fn_config_dll msvcr71 enable_msvcr71 implib
14993 wine_fn_config_dll msvcr80 enable_msvcr80
14994 wine_fn_config_dll msvcr90 enable_msvcr90
14995 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14996 wine_fn_config_dll msvcrt enable_msvcrt implib
14997 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14998 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
14999 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
15000 wine_fn_config_dll msvcrtd enable_msvcrtd implib
15001 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15002 wine_fn_config_dll msvfw32 enable_msvfw32 implib,po
15003 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15004 wine_fn_config_dll msvidc32 enable_msvidc32 po
15005 wine_fn_config_dll msvideo.dll16 enable_win16
15006 wine_fn_config_dll mswsock enable_mswsock implib
15007 wine_fn_config_dll msxml enable_msxml
15008 wine_fn_config_dll msxml2 enable_msxml2
15009 wine_fn_config_dll msxml3 enable_msxml3
15010 wine_fn_config_test dlls/msxml3/tests msxml3_test
15011 wine_fn_config_dll msxml4 enable_msxml4
15012 wine_fn_config_dll msxml6 enable_msxml6
15013 wine_fn_config_dll nddeapi enable_nddeapi implib
15014 wine_fn_config_dll netapi32 enable_netapi32 implib
15015 wine_fn_config_test dlls/netapi32/tests netapi32_test
15016 wine_fn_config_dll newdev enable_newdev implib
15017 wine_fn_config_dll normaliz enable_normaliz implib
15018 wine_fn_config_dll npmshtml enable_npmshtml
15019 wine_fn_config_dll ntdll enable_ntdll implib
15020 wine_fn_config_test dlls/ntdll/tests ntdll_test
15021 wine_fn_config_dll ntdsapi enable_ntdsapi implib
15022 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15023 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
15024 wine_fn_config_dll ntprint enable_ntprint
15025 wine_fn_config_test dlls/ntprint/tests ntprint_test
15026 wine_fn_config_dll objsel enable_objsel
15027 wine_fn_config_dll odbc32 enable_odbc32 implib
15028 wine_fn_config_dll odbccp32 enable_odbccp32 implib
15029 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15030 wine_fn_config_dll ole2.dll16 enable_win16
15031 wine_fn_config_dll ole2conv.dll16 enable_win16
15032 wine_fn_config_dll ole2disp.dll16 enable_win16
15033 wine_fn_config_dll ole2nls.dll16 enable_win16
15034 wine_fn_config_dll ole2prox.dll16 enable_win16
15035 wine_fn_config_dll ole2thk.dll16 enable_win16
15036 wine_fn_config_dll ole32 enable_ole32 implib
15037 wine_fn_config_test dlls/ole32/tests ole32_test
15038 wine_fn_config_dll oleacc enable_oleacc implib,po
15039 wine_fn_config_test dlls/oleacc/tests oleacc_test
15040 wine_fn_config_dll oleaut32 enable_oleaut32 implib,po
15041 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15042 wine_fn_config_dll olecli.dll16 enable_win16
15043 wine_fn_config_dll olecli32 enable_olecli32 implib
15044 wine_fn_config_dll oledb32 enable_oledb32
15045 wine_fn_config_test dlls/oledb32/tests oledb32_test
15046 wine_fn_config_dll oledlg enable_oledlg implib,po
15047 wine_fn_config_dll olepro32 enable_olepro32 implib
15048 wine_fn_config_dll olesvr.dll16 enable_win16
15049 wine_fn_config_dll olesvr32 enable_olesvr32 implib
15050 wine_fn_config_dll olethk32 enable_olethk32
15051 wine_fn_config_dll openal32 enable_openal32
15052 wine_fn_config_dll opencl enable_opencl
15053 wine_fn_config_dll opengl32 enable_opengl32 implib
15054 wine_fn_config_test dlls/opengl32/tests opengl32_test
15055 wine_fn_config_dll pdh enable_pdh implib
15056 wine_fn_config_test dlls/pdh/tests pdh_test
15057 wine_fn_config_dll pidgen enable_pidgen
15058 wine_fn_config_dll powrprof enable_powrprof implib
15059 wine_fn_config_dll printui enable_printui
15060 wine_fn_config_dll propsys enable_propsys implib
15061 wine_fn_config_test dlls/propsys/tests propsys_test
15062 wine_fn_config_dll psapi enable_psapi implib
15063 wine_fn_config_test dlls/psapi/tests psapi_test
15064 wine_fn_config_dll pstorec enable_pstorec
15065 wine_fn_config_dll qcap enable_qcap
15066 wine_fn_config_dll qedit enable_qedit
15067 wine_fn_config_test dlls/qedit/tests qedit_test
15068 wine_fn_config_dll qmgr enable_qmgr
15069 wine_fn_config_test dlls/qmgr/tests qmgr_test
15070 wine_fn_config_dll qmgrprxy enable_qmgrprxy
15071 wine_fn_config_dll quartz enable_quartz implib
15072 wine_fn_config_test dlls/quartz/tests quartz_test
15073 wine_fn_config_dll query enable_query
15074 wine_fn_config_dll rasapi16.dll16 enable_win16
15075 wine_fn_config_dll rasapi32 enable_rasapi32 implib
15076 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15077 wine_fn_config_dll rasdlg enable_rasdlg implib
15078 wine_fn_config_dll regapi enable_regapi
15079 wine_fn_config_dll resutils enable_resutils implib
15080 wine_fn_config_dll riched20 enable_riched20 implib
15081 wine_fn_config_test dlls/riched20/tests riched20_test
15082 wine_fn_config_dll riched32 enable_riched32
15083 wine_fn_config_test dlls/riched32/tests riched32_test
15084 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
15085 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15086 wine_fn_config_dll rsabase enable_rsabase
15087 wine_fn_config_dll rsaenh enable_rsaenh implib
15088 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15089 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15090 wine_fn_config_dll rtutils enable_rtutils implib
15091 wine_fn_config_dll samlib enable_samlib
15092 wine_fn_config_dll sane.ds enable_sane_ds po
15093 wine_fn_config_dll scarddlg enable_scarddlg
15094 wine_fn_config_dll sccbase enable_sccbase
15095 wine_fn_config_dll schannel enable_schannel
15096 wine_fn_config_test dlls/schannel/tests schannel_test
15097 wine_fn_config_dll secur32 enable_secur32 implib
15098 wine_fn_config_test dlls/secur32/tests secur32_test
15099 wine_fn_config_dll security enable_security
15100 wine_fn_config_dll sensapi enable_sensapi implib
15101 wine_fn_config_dll serialui enable_serialui implib
15102 wine_fn_config_test dlls/serialui/tests serialui_test
15103 wine_fn_config_dll setupapi enable_setupapi implib,po
15104 wine_fn_config_test dlls/setupapi/tests setupapi_test
15105 wine_fn_config_dll setupx.dll16 enable_win16
15106 wine_fn_config_dll sfc enable_sfc implib
15107 wine_fn_config_dll sfc_os enable_sfc_os implib
15108 wine_fn_config_dll shdoclc enable_shdoclc po
15109 wine_fn_config_dll shdocvw enable_shdocvw implib
15110 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15111 wine_fn_config_dll shell.dll16 enable_win16
15112 wine_fn_config_dll shell32 enable_shell32 implib,po
15113 wine_fn_config_test dlls/shell32/tests shell32_test
15114 wine_fn_config_dll shfolder enable_shfolder implib
15115 wine_fn_config_dll shlwapi enable_shlwapi implib,po
15116 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15117 wine_fn_config_dll slbcsp enable_slbcsp
15118 wine_fn_config_dll slc enable_slc implib
15119 wine_fn_config_dll snmpapi enable_snmpapi implib
15120 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15121 wine_fn_config_dll softpub enable_softpub
15122 wine_fn_config_dll sound.drv16 enable_win16
15123 wine_fn_config_dll spoolss enable_spoolss implib
15124 wine_fn_config_test dlls/spoolss/tests spoolss_test
15125 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15126 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15127 wine_fn_config_dll sti enable_sti implib
15128 wine_fn_config_test dlls/sti/tests sti_test
15129 wine_fn_config_dll storage.dll16 enable_win16
15130 wine_fn_config_dll stress.dll16 enable_win16
15131 wine_fn_config_lib strmbase
15132 wine_fn_config_lib strmiids
15133 wine_fn_config_dll svrapi enable_svrapi
15134 wine_fn_config_dll sxs enable_sxs
15135 wine_fn_config_dll system.drv16 enable_win16
15136 wine_fn_config_dll t2embed enable_t2embed
15137 wine_fn_config_dll tapi32 enable_tapi32 implib
15138 wine_fn_config_dll toolhelp.dll16 enable_win16
15139 wine_fn_config_dll traffic enable_traffic
15140 wine_fn_config_dll twain.dll16 enable_win16
15141 wine_fn_config_dll twain_32 enable_twain_32
15142 wine_fn_config_test dlls/twain_32/tests twain_32_test
15143 wine_fn_config_dll typelib.dll16 enable_win16
15144 wine_fn_config_dll unicows enable_unicows implib
15145 wine_fn_config_dll updspapi enable_updspapi
15146 wine_fn_config_dll url enable_url implib
15147 wine_fn_config_dll urlmon enable_urlmon implib
15148 wine_fn_config_test dlls/urlmon/tests urlmon_test
15149 wine_fn_config_dll usbd.sys enable_usbd_sys implib
15150 wine_fn_config_dll user.exe16 enable_win16
15151 wine_fn_config_dll user32 enable_user32 implib,po
15152 wine_fn_config_test dlls/user32/tests user32_test
15153 wine_fn_config_dll userenv enable_userenv implib
15154 wine_fn_config_test dlls/userenv/tests userenv_test
15155 wine_fn_config_dll usp10 enable_usp10 implib
15156 wine_fn_config_test dlls/usp10/tests usp10_test
15157 wine_fn_config_lib uuid
15158 wine_fn_config_dll uxtheme enable_uxtheme implib
15159 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15160 wine_fn_config_dll vbscript enable_vbscript
15161 wine_fn_config_test dlls/vbscript/tests vbscript_test
15162 wine_fn_config_dll vcomp enable_vcomp
15163 wine_fn_config_dll vdhcp.vxd enable_win16
15164 wine_fn_config_dll vdmdbg enable_vdmdbg implib
15165 wine_fn_config_dll ver.dll16 enable_win16
15166 wine_fn_config_dll version enable_version implib
15167 wine_fn_config_test dlls/version/tests version_test
15168 wine_fn_config_dll vmm.vxd enable_win16
15169 wine_fn_config_dll vnbt.vxd enable_win16
15170 wine_fn_config_dll vnetbios.vxd enable_win16
15171 wine_fn_config_dll vtdapi.vxd enable_win16
15172 wine_fn_config_dll vwin32.vxd enable_win16
15173 wine_fn_config_dll w32skrnl enable_win16
15174 wine_fn_config_dll w32sys.dll16 enable_win16
15175 wine_fn_config_dll wbemprox enable_wbemprox
15176 wine_fn_config_dll wer enable_wer implib
15177 wine_fn_config_test dlls/wer/tests wer_test
15178 wine_fn_config_dll wiaservc enable_wiaservc
15179 wine_fn_config_dll win32s16.dll16 enable_win16
15180 wine_fn_config_dll win87em.dll16 enable_win16
15181 wine_fn_config_dll winaspi.dll16 enable_win16
15182 wine_fn_config_dll windebug.dll16 enable_win16
15183 wine_fn_config_dll windowscodecs enable_windowscodecs implib
15184 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15185 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15186 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15187 wine_fn_config_lib winecrt0
15188 wine_fn_config_dll wined3d enable_wined3d implib
15189 wine_fn_config_dll winegstreamer enable_winegstreamer
15190 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15191 wine_fn_config_dll winemapi enable_winemapi
15192 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15193 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15194 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib
15195 wine_fn_config_dll wineps16.drv16 enable_win16
15196 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
15197 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15198 wine_fn_config_dll winex11.drv enable_winex11_drv
15199 wine_fn_config_dll wing.dll16 enable_win16
15200 wine_fn_config_dll wing32 enable_wing32
15201 wine_fn_config_dll winhttp enable_winhttp implib
15202 wine_fn_config_test dlls/winhttp/tests winhttp_test
15203 wine_fn_config_dll wininet enable_wininet implib,po
15204 wine_fn_config_test dlls/wininet/tests wininet_test
15205 wine_fn_config_dll winmm enable_winmm implib,po
15206 wine_fn_config_test dlls/winmm/tests winmm_test
15207 wine_fn_config_dll winnls.dll16 enable_win16
15208 wine_fn_config_dll winnls32 enable_winnls32 implib
15209 wine_fn_config_dll winscard enable_winscard implib
15210 wine_fn_config_dll winsock.dll16 enable_win16
15211 wine_fn_config_dll winspool.drv enable_winspool_drv implib,po winspool
15212 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15213 wine_fn_config_dll winsta enable_winsta
15214 wine_fn_config_dll wintab.dll16 enable_win16
15215 wine_fn_config_dll wintab32 enable_wintab32 implib
15216 wine_fn_config_test dlls/wintab32/tests wintab32_test
15217 wine_fn_config_dll wintrust enable_wintrust implib
15218 wine_fn_config_test dlls/wintrust/tests wintrust_test
15219 wine_fn_config_dll wlanapi enable_wlanapi
15220 wine_fn_config_dll wldap32 enable_wldap32 implib,po
15221 wine_fn_config_test dlls/wldap32/tests wldap32_test
15222 wine_fn_config_dll wmi enable_wmi
15223 wine_fn_config_dll wmiutils enable_wmiutils
15224 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
15225 wine_fn_config_dll wow32 enable_win16 implib
15226 wine_fn_config_dll ws2_32 enable_ws2_32 implib
15227 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15228 wine_fn_config_dll wsock32 enable_wsock32 implib
15229 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
15230 wine_fn_config_dll wuapi enable_wuapi
15231 wine_fn_config_dll wuaueng enable_wuaueng
15232 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15233 wine_fn_config_dll xinput1_1 enable_xinput1_1
15234 wine_fn_config_dll xinput1_2 enable_xinput1_2
15235 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
15236 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15237 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15238 wine_fn_config_dll xmllite enable_xmllite
15239 wine_fn_config_test dlls/xmllite/tests xmllite_test
15240 wine_fn_config_makefile documentation enable_documentation
15241 wine_fn_config_makefile fonts enable_fonts install-lib
15242 wine_fn_config_makefile include enable_include install-dev
15243 wine_fn_config_makefile libs/port enable_libs_port
15244 wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
15245 wine_fn_config_makefile libs/wpp enable_libs_wpp
15246 wine_fn_config_makefile loader enable_loader install-lib
15247 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15248 wine_fn_config_program attrib enable_attrib install
15249 wine_fn_config_program cabarc enable_cabarc install
15250 wine_fn_config_program cacls enable_cacls install
15251 wine_fn_config_program clock enable_clock install,po
15252 wine_fn_config_program cmd enable_cmd install,po
15253 wine_fn_config_test programs/cmd/tests cmd.exe_test
15254 wine_fn_config_program cmdlgtst enable_cmdlgtst
15255 wine_fn_config_program control enable_control install
15256 wine_fn_config_program dxdiag enable_dxdiag install,po
15257 wine_fn_config_program eject enable_eject install
15258 wine_fn_config_program expand enable_expand install
15259 wine_fn_config_program explorer enable_explorer install,po
15260 wine_fn_config_program extrac32 enable_extrac32 install
15261 wine_fn_config_program hh enable_hh install
15262 wine_fn_config_program hostname enable_hostname install,po
15263 wine_fn_config_program icinfo enable_icinfo install
15264 wine_fn_config_program iexplore enable_iexplore install
15265 wine_fn_config_program ipconfig enable_ipconfig install,po
15266 wine_fn_config_program lodctr enable_lodctr install
15267 wine_fn_config_program mofcomp enable_mofcomp install
15268 wine_fn_config_program mshta enable_mshta install
15269 wine_fn_config_program msiexec enable_msiexec install,installbin
15270 wine_fn_config_program net enable_net install,po
15271 wine_fn_config_program netsh enable_netsh install
15272 wine_fn_config_program ngen enable_ngen install
15273 wine_fn_config_program notepad enable_notepad install,installbin,po
15274 wine_fn_config_program oleview enable_oleview install,po
15275 wine_fn_config_program ping enable_ping install
15276 wine_fn_config_program plugplay enable_plugplay install
15277 wine_fn_config_program progman enable_progman install,po
15278 wine_fn_config_program reg enable_reg install,po
15279 wine_fn_config_program regedit enable_regedit install,installbin,po
15280 wine_fn_config_test programs/regedit/tests regedit.exe_test
15281 wine_fn_config_program regsvcs enable_regsvcs install
15282 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin
15283 wine_fn_config_program rpcss enable_rpcss install
15284 wine_fn_config_program rundll.exe16 enable_win16 install
15285 wine_fn_config_program rundll32 enable_rundll32 install
15286 wine_fn_config_program sc enable_sc install
15287 wine_fn_config_program secedit enable_secedit install
15288 wine_fn_config_program servicemodelreg enable_servicemodelreg install
15289 wine_fn_config_program services enable_services install
15290 wine_fn_config_program spoolsv enable_spoolsv install
15291 wine_fn_config_program start enable_start install,po
15292 wine_fn_config_program svchost enable_svchost install
15293 wine_fn_config_program taskkill enable_taskkill install,po
15294 wine_fn_config_program taskmgr enable_taskmgr install,po
15295 wine_fn_config_program termsv enable_termsv install
15296 wine_fn_config_program uninstaller enable_uninstaller install,po
15297 wine_fn_config_program unlodctr enable_unlodctr install
15298 wine_fn_config_program view enable_view po
15299 wine_fn_config_program wineboot enable_wineboot install,installbin
15300 wine_fn_config_program winebrowser enable_winebrowser install
15301 wine_fn_config_program winecfg enable_winecfg install,installbin,po
15302 wine_fn_config_program wineconsole enable_wineconsole install,installbin,po
15303 wine_fn_config_program winedbg enable_winedbg install,installbin,po
15304 wine_fn_config_program winedevice enable_winedevice install
15305 wine_fn_config_program winefile enable_winefile install,installbin,po
15306 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15307 wine_fn_config_program winemine enable_winemine install,installbin,po
15308 wine_fn_config_program winemsibuilder enable_winemsibuilder install
15309 wine_fn_config_program winepath enable_winepath install,installbin
15310 wine_fn_config_program winetest enable_winetest
15311 wine_fn_config_program winevdm enable_win16 install
15312 wine_fn_config_program winhelp.exe16 enable_win16 install
15313 wine_fn_config_program winhlp32 enable_winhlp32 install,po
15314 wine_fn_config_program winoldap.mod16 enable_win16 install
15315 wine_fn_config_program winver enable_winver install
15316 wine_fn_config_program wmic enable_wmic install
15317 wine_fn_config_program wordpad enable_wordpad install,po
15318 wine_fn_config_program write enable_write install,po
15319 wine_fn_config_program wscript enable_wscript install
15320 wine_fn_config_test programs/wscript/tests wscript.exe_test
15321 wine_fn_config_program xcopy enable_xcopy install,po
15322 wine_fn_config_makefile server enable_server install-lib
15323 wine_fn_config_tool tools install-dev,install-lib
15324 wine_fn_config_tool tools/widl install-dev
15325 wine_fn_config_tool tools/winebuild install-dev
15326 wine_fn_config_tool tools/winedump install-dev
15327 wine_fn_config_tool tools/winegcc install-dev
15328 wine_fn_config_tool tools/wmc install-dev
15329 wine_fn_config_tool tools/wrc install-dev
15331 LINGUAS="\
15332 ar \
15333 bg \
15334 ca \
15335 cs \
15336 da \
15337 de \
15338 el \
15339 en \
15340 en_US \
15341 eo \
15342 es \
15343 fa \
15344 fi \
15345 fr \
15346 he \
15347 hi \
15348 hu \
15349 it \
15350 ja \
15351 ko \
15352 lt \
15353 ml \
15354 nb_NO \
15355 nl \
15356 or \
15357 pa \
15358 pl \
15359 pt_BR \
15360 pt_PT \
15361 rm \
15362 ro \
15363 ru \
15364 sk \
15365 sl \
15366 sr_RS@cyrillic \
15367 sr_RS@latin \
15368 sv \
15369 te \
15370 th \
15371 tr \
15372 uk \
15373 wa \
15374 zh_CN \
15375 zh_TW"
15379 ac_config_commands="$ac_config_commands Makefile"
15382 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15386 if test "x$enable_maintainer_mode" = xyes
15387 then
15388 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
15389 cd \$(srcdir) && autoconf --warnings=all
15390 \$(srcdir)/include/config.h.in: include/stamp-h.in
15391 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
15392 cd \$(srcdir) && autoheader --warnings=all
15393 @echo timestamp > \$@
15395 ALL_POT_FILES =$ALL_POT_FILES
15396 all: \$(ALL_PO_FILES)
15397 \$(ALL_PO_FILES): \$(srcdir)/po/wine.pot
15398 msgmerge -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
15399 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
15400 msgcat -o \$@ \$(ALL_POT_FILES)"
15403 if test "x$enable_tools" != xno
15404 then
15405 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(MAKEDEP): tools/Makefile
15406 clean:: __clean__
15407 \$(RM) tools/makedep\$(EXEEXT)"
15410 if test -n "$with_wine64"
15411 then
15412 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
15413 fonts server tools:
15414 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15415 $with_wine64/loader/wine:
15416 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15417 $with_wine64/loader/wine-preloader:
15418 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
15419 clean::
15420 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
15423 cat >confcache <<\_ACEOF
15424 # This file is a shell script that caches the results of configure
15425 # tests run on this system so they can be shared between configure
15426 # scripts and configure runs, see configure's option --config-cache.
15427 # It is not useful on other systems. If it contains results you don't
15428 # want to keep, you may remove or edit it.
15430 # config.status only pays attention to the cache file if you give it
15431 # the --recheck option to rerun configure.
15433 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15434 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15435 # following values.
15437 _ACEOF
15439 # The following way of writing the cache mishandles newlines in values,
15440 # but we know of no workaround that is simple, portable, and efficient.
15441 # So, we kill variables containing newlines.
15442 # Ultrix sh set writes to stderr and can't be redirected directly,
15443 # and sets the high bit in the cache file unless we assign to the vars.
15445 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15446 eval ac_val=\$$ac_var
15447 case $ac_val in #(
15448 *${as_nl}*)
15449 case $ac_var in #(
15450 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15451 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15452 esac
15453 case $ac_var in #(
15454 _ | IFS | as_nl) ;; #(
15455 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15456 *) { eval $ac_var=; unset $ac_var;} ;;
15457 esac ;;
15458 esac
15459 done
15461 (set) 2>&1 |
15462 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15463 *${as_nl}ac_space=\ *)
15464 # `set' does not quote correctly, so add quotes: double-quote
15465 # substitution turns \\\\ into \\, and sed turns \\ into \.
15466 sed -n \
15467 "s/'/'\\\\''/g;
15468 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15469 ;; #(
15471 # `set' quotes correctly as required by POSIX, so do not add quotes.
15472 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15474 esac |
15475 sort
15477 sed '
15478 /^ac_cv_env_/b end
15479 t clear
15480 :clear
15481 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15482 t end
15483 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15484 :end' >>confcache
15485 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15486 if test -w "$cache_file"; then
15487 if test "x$cache_file" != "x/dev/null"; then
15488 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15489 $as_echo "$as_me: updating cache $cache_file" >&6;}
15490 if test ! -f "$cache_file" || test -h "$cache_file"; then
15491 cat confcache >"$cache_file"
15492 else
15493 case $cache_file in #(
15494 */* | ?:*)
15495 mv -f confcache "$cache_file"$$ &&
15496 mv -f "$cache_file"$$ "$cache_file" ;; #(
15498 mv -f confcache "$cache_file" ;;
15499 esac
15502 else
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15504 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15507 rm -f confcache
15509 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15510 # Let make expand exec_prefix.
15511 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15513 DEFS=-DHAVE_CONFIG_H
15515 ac_libobjs=
15516 ac_ltlibobjs=
15518 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15519 # 1. Remove the extension, and $U if already installed.
15520 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15521 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15522 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15523 # will be set to the directory where LIBOBJS objects are built.
15524 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15525 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15526 done
15527 LIBOBJS=$ac_libobjs
15529 LTLIBOBJS=$ac_ltlibobjs
15533 : "${CONFIG_STATUS=./config.status}"
15534 ac_write_fail=0
15535 ac_clean_files_save=$ac_clean_files
15536 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15538 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15539 as_write_fail=0
15540 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15541 #! $SHELL
15542 # Generated by $as_me.
15543 # Run this file to recreate the current configuration.
15544 # Compiler output produced by configure, useful for debugging
15545 # configure, is in config.log if it exists.
15547 debug=false
15548 ac_cs_recheck=false
15549 ac_cs_silent=false
15551 SHELL=\${CONFIG_SHELL-$SHELL}
15552 export SHELL
15553 _ASEOF
15554 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15555 ## -------------------- ##
15556 ## M4sh Initialization. ##
15557 ## -------------------- ##
15559 # Be more Bourne compatible
15560 DUALCASE=1; export DUALCASE # for MKS sh
15561 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15562 emulate sh
15563 NULLCMD=:
15564 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15565 # is contrary to our usage. Disable this feature.
15566 alias -g '${1+"$@"}'='"$@"'
15567 setopt NO_GLOB_SUBST
15568 else
15569 case `(set -o) 2>/dev/null` in #(
15570 *posix*) :
15571 set -o posix ;; #(
15572 *) :
15574 esac
15578 as_nl='
15580 export as_nl
15581 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15582 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15583 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15584 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15585 # Prefer a ksh shell builtin over an external printf program on Solaris,
15586 # but without wasting forks for bash or zsh.
15587 if test -z "$BASH_VERSION$ZSH_VERSION" \
15588 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15589 as_echo='print -r --'
15590 as_echo_n='print -rn --'
15591 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15592 as_echo='printf %s\n'
15593 as_echo_n='printf %s'
15594 else
15595 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15596 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15597 as_echo_n='/usr/ucb/echo -n'
15598 else
15599 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15600 as_echo_n_body='eval
15601 arg=$1;
15602 case $arg in #(
15603 *"$as_nl"*)
15604 expr "X$arg" : "X\\(.*\\)$as_nl";
15605 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15606 esac;
15607 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15609 export as_echo_n_body
15610 as_echo_n='sh -c $as_echo_n_body as_echo'
15612 export as_echo_body
15613 as_echo='sh -c $as_echo_body as_echo'
15616 # The user is always right.
15617 if test "${PATH_SEPARATOR+set}" != set; then
15618 PATH_SEPARATOR=:
15619 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15620 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15621 PATH_SEPARATOR=';'
15626 # IFS
15627 # We need space, tab and new line, in precisely that order. Quoting is
15628 # there to prevent editors from complaining about space-tab.
15629 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15630 # splitting by setting IFS to empty value.)
15631 IFS=" "" $as_nl"
15633 # Find who we are. Look in the path if we contain no directory separator.
15634 as_myself=
15635 case $0 in #((
15636 *[\\/]* ) as_myself=$0 ;;
15637 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15638 for as_dir in $PATH
15640 IFS=$as_save_IFS
15641 test -z "$as_dir" && as_dir=.
15642 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15643 done
15644 IFS=$as_save_IFS
15647 esac
15648 # We did not find ourselves, most probably we were run as `sh COMMAND'
15649 # in which case we are not to be found in the path.
15650 if test "x$as_myself" = x; then
15651 as_myself=$0
15653 if test ! -f "$as_myself"; then
15654 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15655 exit 1
15658 # Unset variables that we do not need and which cause bugs (e.g. in
15659 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15660 # suppresses any "Segmentation fault" message there. '((' could
15661 # trigger a bug in pdksh 5.2.14.
15662 for as_var in BASH_ENV ENV MAIL MAILPATH
15663 do eval test x\${$as_var+set} = xset \
15664 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15665 done
15666 PS1='$ '
15667 PS2='> '
15668 PS4='+ '
15670 # NLS nuisances.
15671 LC_ALL=C
15672 export LC_ALL
15673 LANGUAGE=C
15674 export LANGUAGE
15676 # CDPATH.
15677 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15680 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15681 # ----------------------------------------
15682 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15683 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15684 # script with STATUS, using 1 if that was 0.
15685 as_fn_error ()
15687 as_status=$1; test $as_status -eq 0 && as_status=1
15688 if test "$4"; then
15689 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15690 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15692 $as_echo "$as_me: error: $2" >&2
15693 as_fn_exit $as_status
15694 } # as_fn_error
15697 # as_fn_set_status STATUS
15698 # -----------------------
15699 # Set $? to STATUS, without forking.
15700 as_fn_set_status ()
15702 return $1
15703 } # as_fn_set_status
15705 # as_fn_exit STATUS
15706 # -----------------
15707 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15708 as_fn_exit ()
15710 set +e
15711 as_fn_set_status $1
15712 exit $1
15713 } # as_fn_exit
15715 # as_fn_unset VAR
15716 # ---------------
15717 # Portably unset VAR.
15718 as_fn_unset ()
15720 { eval $1=; unset $1;}
15722 as_unset=as_fn_unset
15723 # as_fn_append VAR VALUE
15724 # ----------------------
15725 # Append the text in VALUE to the end of the definition contained in VAR. Take
15726 # advantage of any shell optimizations that allow amortized linear growth over
15727 # repeated appends, instead of the typical quadratic growth present in naive
15728 # implementations.
15729 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15730 eval 'as_fn_append ()
15732 eval $1+=\$2
15734 else
15735 as_fn_append ()
15737 eval $1=\$$1\$2
15739 fi # as_fn_append
15741 # as_fn_arith ARG...
15742 # ------------------
15743 # Perform arithmetic evaluation on the ARGs, and store the result in the
15744 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15745 # must be portable across $(()) and expr.
15746 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15747 eval 'as_fn_arith ()
15749 as_val=$(( $* ))
15751 else
15752 as_fn_arith ()
15754 as_val=`expr "$@" || test $? -eq 1`
15756 fi # as_fn_arith
15759 if expr a : '\(a\)' >/dev/null 2>&1 &&
15760 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15761 as_expr=expr
15762 else
15763 as_expr=false
15766 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15767 as_basename=basename
15768 else
15769 as_basename=false
15772 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15773 as_dirname=dirname
15774 else
15775 as_dirname=false
15778 as_me=`$as_basename -- "$0" ||
15779 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15780 X"$0" : 'X\(//\)$' \| \
15781 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15782 $as_echo X/"$0" |
15783 sed '/^.*\/\([^/][^/]*\)\/*$/{
15784 s//\1/
15787 /^X\/\(\/\/\)$/{
15788 s//\1/
15791 /^X\/\(\/\).*/{
15792 s//\1/
15795 s/.*/./; q'`
15797 # Avoid depending upon Character Ranges.
15798 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15799 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15800 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15801 as_cr_digits='0123456789'
15802 as_cr_alnum=$as_cr_Letters$as_cr_digits
15804 ECHO_C= ECHO_N= ECHO_T=
15805 case `echo -n x` in #(((((
15806 -n*)
15807 case `echo 'xy\c'` in
15808 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15809 xy) ECHO_C='\c';;
15810 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15811 ECHO_T=' ';;
15812 esac;;
15814 ECHO_N='-n';;
15815 esac
15817 rm -f conf$$ conf$$.exe conf$$.file
15818 if test -d conf$$.dir; then
15819 rm -f conf$$.dir/conf$$.file
15820 else
15821 rm -f conf$$.dir
15822 mkdir conf$$.dir 2>/dev/null
15824 if (echo >conf$$.file) 2>/dev/null; then
15825 if ln -s conf$$.file conf$$ 2>/dev/null; then
15826 as_ln_s='ln -s'
15827 # ... but there are two gotchas:
15828 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15829 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15830 # In both cases, we have to default to `cp -p'.
15831 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15832 as_ln_s='cp -p'
15833 elif ln conf$$.file conf$$ 2>/dev/null; then
15834 as_ln_s=ln
15835 else
15836 as_ln_s='cp -p'
15838 else
15839 as_ln_s='cp -p'
15841 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15842 rmdir conf$$.dir 2>/dev/null
15845 # as_fn_mkdir_p
15846 # -------------
15847 # Create "$as_dir" as a directory, including parents if necessary.
15848 as_fn_mkdir_p ()
15851 case $as_dir in #(
15852 -*) as_dir=./$as_dir;;
15853 esac
15854 test -d "$as_dir" || eval $as_mkdir_p || {
15855 as_dirs=
15856 while :; do
15857 case $as_dir in #(
15858 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15859 *) as_qdir=$as_dir;;
15860 esac
15861 as_dirs="'$as_qdir' $as_dirs"
15862 as_dir=`$as_dirname -- "$as_dir" ||
15863 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15864 X"$as_dir" : 'X\(//\)[^/]' \| \
15865 X"$as_dir" : 'X\(//\)$' \| \
15866 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15867 $as_echo X"$as_dir" |
15868 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15869 s//\1/
15872 /^X\(\/\/\)[^/].*/{
15873 s//\1/
15876 /^X\(\/\/\)$/{
15877 s//\1/
15880 /^X\(\/\).*/{
15881 s//\1/
15884 s/.*/./; q'`
15885 test -d "$as_dir" && break
15886 done
15887 test -z "$as_dirs" || eval "mkdir $as_dirs"
15888 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15891 } # as_fn_mkdir_p
15892 if mkdir -p . 2>/dev/null; then
15893 as_mkdir_p='mkdir -p "$as_dir"'
15894 else
15895 test -d ./-p && rmdir ./-p
15896 as_mkdir_p=false
15899 if test -x / >/dev/null 2>&1; then
15900 as_test_x='test -x'
15901 else
15902 if ls -dL / >/dev/null 2>&1; then
15903 as_ls_L_option=L
15904 else
15905 as_ls_L_option=
15907 as_test_x='
15908 eval sh -c '\''
15909 if test -d "$1"; then
15910 test -d "$1/.";
15911 else
15912 case $1 in #(
15913 -*)set "./$1";;
15914 esac;
15915 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15916 ???[sx]*):;;*)false;;esac;fi
15917 '\'' sh
15920 as_executable_p=$as_test_x
15922 # Sed expression to map a string onto a valid CPP name.
15923 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15925 # Sed expression to map a string onto a valid variable name.
15926 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15929 exec 6>&1
15930 ## ----------------------------------- ##
15931 ## Main body of $CONFIG_STATUS script. ##
15932 ## ----------------------------------- ##
15933 _ASEOF
15934 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15937 # Save the log message, to keep $0 and so on meaningful, and to
15938 # report actual input values of CONFIG_FILES etc. instead of their
15939 # values after options handling.
15940 ac_log="
15941 This file was extended by Wine $as_me 1.3.25, which was
15942 generated by GNU Autoconf 2.68. Invocation command line was
15944 CONFIG_FILES = $CONFIG_FILES
15945 CONFIG_HEADERS = $CONFIG_HEADERS
15946 CONFIG_LINKS = $CONFIG_LINKS
15947 CONFIG_COMMANDS = $CONFIG_COMMANDS
15948 $ $0 $@
15950 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15953 _ACEOF
15955 case $ac_config_files in *"
15956 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15957 esac
15959 case $ac_config_headers in *"
15960 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15961 esac
15964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15965 # Files that config.status was made for.
15966 config_files="$ac_config_files"
15967 config_headers="$ac_config_headers"
15968 config_links="$ac_config_links"
15969 config_commands="$ac_config_commands"
15971 _ACEOF
15973 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15974 ac_cs_usage="\
15975 \`$as_me' instantiates files and other configuration actions
15976 from templates according to the current configuration. Unless the files
15977 and actions are specified as TAGs, all are instantiated by default.
15979 Usage: $0 [OPTION]... [TAG]...
15981 -h, --help print this help, then exit
15982 -V, --version print version number and configuration settings, then exit
15983 --config print configuration, then exit
15984 -q, --quiet, --silent
15985 do not print progress messages
15986 -d, --debug don't remove temporary files
15987 --recheck update $as_me by reconfiguring in the same conditions
15988 --file=FILE[:TEMPLATE]
15989 instantiate the configuration file FILE
15990 --header=FILE[:TEMPLATE]
15991 instantiate the configuration header FILE
15993 Configuration files:
15994 $config_files
15996 Configuration headers:
15997 $config_headers
15999 Configuration links:
16000 $config_links
16002 Configuration commands:
16003 $config_commands
16005 Report bugs to <wine-devel@winehq.org>.
16006 Wine home page: <http://www.winehq.org>."
16008 _ACEOF
16009 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16010 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16011 ac_cs_version="\\
16012 Wine config.status 1.3.25
16013 configured by $0, generated by GNU Autoconf 2.68,
16014 with options \\"\$ac_cs_config\\"
16016 Copyright (C) 2010 Free Software Foundation, Inc.
16017 This config.status script is free software; the Free Software Foundation
16018 gives unlimited permission to copy, distribute and modify it."
16020 ac_pwd='$ac_pwd'
16021 srcdir='$srcdir'
16022 INSTALL='$INSTALL'
16023 test -n "\$AWK" || AWK=awk
16024 _ACEOF
16026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16027 # The default lists apply if the user does not specify any file.
16028 ac_need_defaults=:
16029 while test $# != 0
16031 case $1 in
16032 --*=?*)
16033 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16034 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16035 ac_shift=:
16037 --*=)
16038 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16039 ac_optarg=
16040 ac_shift=:
16043 ac_option=$1
16044 ac_optarg=$2
16045 ac_shift=shift
16047 esac
16049 case $ac_option in
16050 # Handling of the options.
16051 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16052 ac_cs_recheck=: ;;
16053 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16054 $as_echo "$ac_cs_version"; exit ;;
16055 --config | --confi | --conf | --con | --co | --c )
16056 $as_echo "$ac_cs_config"; exit ;;
16057 --debug | --debu | --deb | --de | --d | -d )
16058 debug=: ;;
16059 --file | --fil | --fi | --f )
16060 $ac_shift
16061 case $ac_optarg in
16062 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16063 '') as_fn_error $? "missing file argument" ;;
16064 esac
16065 as_fn_append CONFIG_FILES " '$ac_optarg'"
16066 ac_need_defaults=false;;
16067 --header | --heade | --head | --hea )
16068 $ac_shift
16069 case $ac_optarg in
16070 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16071 esac
16072 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16073 ac_need_defaults=false;;
16074 --he | --h)
16075 # Conflict between --help and --header
16076 as_fn_error $? "ambiguous option: \`$1'
16077 Try \`$0 --help' for more information.";;
16078 --help | --hel | -h )
16079 $as_echo "$ac_cs_usage"; exit ;;
16080 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16081 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16082 ac_cs_silent=: ;;
16084 # This is an error.
16085 -*) as_fn_error $? "unrecognized option: \`$1'
16086 Try \`$0 --help' for more information." ;;
16088 *) as_fn_append ac_config_targets " $1"
16089 ac_need_defaults=false ;;
16091 esac
16092 shift
16093 done
16095 ac_configure_extra_args=
16097 if $ac_cs_silent; then
16098 exec 6>/dev/null
16099 ac_configure_extra_args="$ac_configure_extra_args --silent"
16102 _ACEOF
16103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16104 if \$ac_cs_recheck; then
16105 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16106 shift
16107 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16108 CONFIG_SHELL='$SHELL'
16109 export CONFIG_SHELL
16110 exec "\$@"
16113 _ACEOF
16114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16115 exec 5>>config.log
16117 echo
16118 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16119 ## Running $as_me. ##
16120 _ASBOX
16121 $as_echo "$ac_log"
16122 } >&5
16124 _ACEOF
16125 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16127 # INIT-COMMANDS
16129 wine_fn_output_makefile ()
16131 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
16132 $ALL_MAKEFILE_DEPENDS
16133 _WINE_EOF
16134 as_fn_error $? "could not create Makefile" "$LINENO" 5
16137 _ACEOF
16139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16141 # Handling of arguments.
16142 for ac_config_target in $ac_config_targets
16144 case $ac_config_target in
16145 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16146 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16147 "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
16148 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16149 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16150 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16151 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16152 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16153 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
16154 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16155 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
16156 "dlls/gdi32/dibdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
16157 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16158 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16159 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16160 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16161 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16162 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16163 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16164 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16165 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16166 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16167 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16168 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
16169 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
16171 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16172 esac
16173 done
16176 # If the user did not use the arguments to specify the items to instantiate,
16177 # then the envvar interface is used. Set only those that are not.
16178 # We use the long form for the default assignment because of an extremely
16179 # bizarre bug on SunOS 4.1.3.
16180 if $ac_need_defaults; then
16181 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16182 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16183 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16184 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16187 # Have a temporary directory for convenience. Make it in the build tree
16188 # simply because there is no reason against having it here, and in addition,
16189 # creating and moving files from /tmp can sometimes cause problems.
16190 # Hook for its removal unless debugging.
16191 # Note that there is a small window in which the directory will not be cleaned:
16192 # after its creation but before its name has been assigned to `$tmp'.
16193 $debug ||
16195 tmp= ac_tmp=
16196 trap 'exit_status=$?
16197 : "${ac_tmp:=$tmp}"
16198 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16200 trap 'as_fn_exit 1' 1 2 13 15
16202 # Create a (secure) tmp directory for tmp files.
16205 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16206 test -d "$tmp"
16207 } ||
16209 tmp=./conf$$-$RANDOM
16210 (umask 077 && mkdir "$tmp")
16211 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16212 ac_tmp=$tmp
16214 # Set up the scripts for CONFIG_FILES section.
16215 # No need to generate them if there are no CONFIG_FILES.
16216 # This happens for instance with `./config.status config.h'.
16217 if test -n "$CONFIG_FILES"; then
16219 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16220 ac_cs_awk_getline=:
16221 ac_cs_awk_pipe_init=
16222 ac_cs_awk_read_file='
16223 while ((getline aline < (F[key])) > 0)
16224 print(aline)
16225 close(F[key])'
16226 ac_cs_awk_pipe_fini=
16227 else
16228 ac_cs_awk_getline=false
16229 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16230 ac_cs_awk_read_file='
16231 print "|#_!!_#|"
16232 print "cat " F[key] " &&"
16233 '$ac_cs_awk_pipe_init
16234 # The final `:' finishes the AND list.
16235 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16237 ac_cr=`echo X | tr X '\015'`
16238 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16239 # But we know of no other shell where ac_cr would be empty at this
16240 # point, so we can use a bashism as a fallback.
16241 if test "x$ac_cr" = x; then
16242 eval ac_cr=\$\'\\r\'
16244 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16245 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16246 ac_cs_awk_cr='\\r'
16247 else
16248 ac_cs_awk_cr=$ac_cr
16251 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16252 _ACEOF
16254 # Create commands to substitute file output variables.
16256 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16257 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
16258 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16259 echo "_ACAWK" &&
16260 echo "_ACEOF"
16261 } >conf$$files.sh &&
16262 . ./conf$$files.sh ||
16263 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16264 rm -f conf$$files.sh
16267 echo "cat >conf$$subs.awk <<_ACEOF" &&
16268 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16269 echo "_ACEOF"
16270 } >conf$$subs.sh ||
16271 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16272 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16273 ac_delim='%!_!# '
16274 for ac_last_try in false false false false false :; do
16275 . ./conf$$subs.sh ||
16276 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16278 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16279 if test $ac_delim_n = $ac_delim_num; then
16280 break
16281 elif $ac_last_try; then
16282 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16283 else
16284 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16286 done
16287 rm -f conf$$subs.sh
16289 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16290 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16291 _ACEOF
16292 sed -n '
16294 s/^/S["/; s/!.*/"]=/
16297 s/^[^!]*!//
16298 :repl
16299 t repl
16300 s/'"$ac_delim"'$//
16301 t delim
16304 s/\(.\{148\}\)..*/\1/
16305 t more1
16306 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16309 b repl
16310 :more1
16311 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16314 s/.\{148\}//
16315 t nl
16316 :delim
16318 s/\(.\{148\}\)..*/\1/
16319 t more2
16320 s/["\\]/\\&/g; s/^/"/; s/$/"/
16323 :more2
16324 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16327 s/.\{148\}//
16328 t delim
16329 ' <conf$$subs.awk | sed '
16330 /^[^""]/{
16332 s/\n//
16334 ' >>$CONFIG_STATUS || ac_write_fail=1
16335 rm -f conf$$subs.awk
16336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16337 _ACAWK
16338 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16339 for (key in S) S_is_set[key] = 1
16340 FS = "\a"
16341 \$ac_cs_awk_pipe_init
16344 line = $ 0
16345 nfields = split(line, field, "@")
16346 substed = 0
16347 len = length(field[1])
16348 for (i = 2; i < nfields; i++) {
16349 key = field[i]
16350 keylen = length(key)
16351 if (S_is_set[key]) {
16352 value = S[key]
16353 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16354 len += length(value) + length(field[++i])
16355 substed = 1
16356 } else
16357 len += 1 + keylen
16359 if (nfields == 3 && !substed) {
16360 key = field[2]
16361 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16362 \$ac_cs_awk_read_file
16363 next
16366 print line
16368 \$ac_cs_awk_pipe_fini
16369 _ACAWK
16370 _ACEOF
16371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16372 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16373 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16374 else
16376 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16377 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16378 _ACEOF
16380 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16381 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16382 # trailing colons and then remove the whole line if VPATH becomes empty
16383 # (actually we leave an empty line to preserve line numbers).
16384 if test "x$srcdir" = x.; then
16385 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16387 s///
16388 s/^/:/
16389 s/[ ]*$/:/
16390 s/:\$(srcdir):/:/g
16391 s/:\${srcdir}:/:/g
16392 s/:@srcdir@:/:/g
16393 s/^:*//
16394 s/:*$//
16396 s/\(=[ ]*\).*/\1/
16398 s/\n//
16399 s/^[^=]*=[ ]*$//
16403 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16404 fi # test -n "$CONFIG_FILES"
16406 # Set up the scripts for CONFIG_HEADERS section.
16407 # No need to generate them if there are no CONFIG_HEADERS.
16408 # This happens for instance with `./config.status Makefile'.
16409 if test -n "$CONFIG_HEADERS"; then
16410 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16411 BEGIN {
16412 _ACEOF
16414 # Transform confdefs.h into an awk script `defines.awk', embedded as
16415 # here-document in config.status, that substitutes the proper values into
16416 # config.h.in to produce config.h.
16418 # Create a delimiter string that does not exist in confdefs.h, to ease
16419 # handling of long lines.
16420 ac_delim='%!_!# '
16421 for ac_last_try in false false :; do
16422 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16423 if test -z "$ac_tt"; then
16424 break
16425 elif $ac_last_try; then
16426 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16427 else
16428 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16430 done
16432 # For the awk script, D is an array of macro values keyed by name,
16433 # likewise P contains macro parameters if any. Preserve backslash
16434 # newline sequences.
16436 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16437 sed -n '
16438 s/.\{148\}/&'"$ac_delim"'/g
16439 t rset
16440 :rset
16441 s/^[ ]*#[ ]*define[ ][ ]*/ /
16442 t def
16444 :def
16445 s/\\$//
16446 t bsnl
16447 s/["\\]/\\&/g
16448 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16449 D["\1"]=" \3"/p
16450 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16452 :bsnl
16453 s/["\\]/\\&/g
16454 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16455 D["\1"]=" \3\\\\\\n"\\/p
16456 t cont
16457 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16458 t cont
16460 :cont
16462 s/.\{148\}/&'"$ac_delim"'/g
16463 t clear
16464 :clear
16465 s/\\$//
16466 t bsnlc
16467 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16469 :bsnlc
16470 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16471 b cont
16472 ' <confdefs.h | sed '
16473 s/'"$ac_delim"'/"\\\
16474 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16476 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16477 for (key in D) D_is_set[key] = 1
16478 FS = "\a"
16480 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16481 line = \$ 0
16482 split(line, arg, " ")
16483 if (arg[1] == "#") {
16484 defundef = arg[2]
16485 mac1 = arg[3]
16486 } else {
16487 defundef = substr(arg[1], 2)
16488 mac1 = arg[2]
16490 split(mac1, mac2, "(") #)
16491 macro = mac2[1]
16492 prefix = substr(line, 1, index(line, defundef) - 1)
16493 if (D_is_set[macro]) {
16494 # Preserve the white space surrounding the "#".
16495 print prefix "define", macro P[macro] D[macro]
16496 next
16497 } else {
16498 # Replace #undef with comments. This is necessary, for example,
16499 # in the case of _POSIX_SOURCE, which is predefined and required
16500 # on some systems where configure will not decide to define it.
16501 if (defundef == "undef") {
16502 print "/*", prefix defundef, macro, "*/"
16503 next
16507 { print }
16508 _ACAWK
16509 _ACEOF
16510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16511 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16512 fi # test -n "$CONFIG_HEADERS"
16515 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16516 shift
16517 for ac_tag
16519 case $ac_tag in
16520 :[FHLC]) ac_mode=$ac_tag; continue;;
16521 esac
16522 case $ac_mode$ac_tag in
16523 :[FHL]*:*);;
16524 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16525 :[FH]-) ac_tag=-:-;;
16526 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16527 esac
16528 ac_save_IFS=$IFS
16529 IFS=:
16530 set x $ac_tag
16531 IFS=$ac_save_IFS
16532 shift
16533 ac_file=$1
16534 shift
16536 case $ac_mode in
16537 :L) ac_source=$1;;
16538 :[FH])
16539 ac_file_inputs=
16540 for ac_f
16542 case $ac_f in
16543 -) ac_f="$ac_tmp/stdin";;
16544 *) # Look for the file first in the build tree, then in the source tree
16545 # (if the path is not absolute). The absolute path cannot be DOS-style,
16546 # because $ac_f cannot contain `:'.
16547 test -f "$ac_f" ||
16548 case $ac_f in
16549 [\\/$]*) false;;
16550 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16551 esac ||
16552 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16553 esac
16554 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16555 as_fn_append ac_file_inputs " '$ac_f'"
16556 done
16558 # Let's still pretend it is `configure' which instantiates (i.e., don't
16559 # use $as_me), people would be surprised to read:
16560 # /* config.h. Generated by config.status. */
16561 configure_input='Generated from '`
16562 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16563 `' by configure.'
16564 if test x"$ac_file" != x-; then
16565 configure_input="$ac_file. $configure_input"
16566 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16567 $as_echo "$as_me: creating $ac_file" >&6;}
16569 # Neutralize special characters interpreted by sed in replacement strings.
16570 case $configure_input in #(
16571 *\&* | *\|* | *\\* )
16572 ac_sed_conf_input=`$as_echo "$configure_input" |
16573 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16574 *) ac_sed_conf_input=$configure_input;;
16575 esac
16577 case $ac_tag in
16578 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16579 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16580 esac
16582 esac
16584 ac_dir=`$as_dirname -- "$ac_file" ||
16585 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16586 X"$ac_file" : 'X\(//\)[^/]' \| \
16587 X"$ac_file" : 'X\(//\)$' \| \
16588 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16589 $as_echo X"$ac_file" |
16590 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16591 s//\1/
16594 /^X\(\/\/\)[^/].*/{
16595 s//\1/
16598 /^X\(\/\/\)$/{
16599 s//\1/
16602 /^X\(\/\).*/{
16603 s//\1/
16606 s/.*/./; q'`
16607 as_dir="$ac_dir"; as_fn_mkdir_p
16608 ac_builddir=.
16610 case "$ac_dir" in
16611 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16613 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16614 # A ".." for each directory in $ac_dir_suffix.
16615 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16616 case $ac_top_builddir_sub in
16617 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16618 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16619 esac ;;
16620 esac
16621 ac_abs_top_builddir=$ac_pwd
16622 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16623 # for backward compatibility:
16624 ac_top_builddir=$ac_top_build_prefix
16626 case $srcdir in
16627 .) # We are building in place.
16628 ac_srcdir=.
16629 ac_top_srcdir=$ac_top_builddir_sub
16630 ac_abs_top_srcdir=$ac_pwd ;;
16631 [\\/]* | ?:[\\/]* ) # Absolute name.
16632 ac_srcdir=$srcdir$ac_dir_suffix;
16633 ac_top_srcdir=$srcdir
16634 ac_abs_top_srcdir=$srcdir ;;
16635 *) # Relative name.
16636 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16637 ac_top_srcdir=$ac_top_build_prefix$srcdir
16638 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16639 esac
16640 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16643 case $ac_mode in
16646 # CONFIG_FILE
16649 case $INSTALL in
16650 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16651 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16652 esac
16653 _ACEOF
16655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16656 # If the template does not know about datarootdir, expand it.
16657 # FIXME: This hack should be removed a few years after 2.60.
16658 ac_datarootdir_hack=; ac_datarootdir_seen=
16659 ac_sed_dataroot='
16660 /datarootdir/ {
16664 /@datadir@/p
16665 /@docdir@/p
16666 /@infodir@/p
16667 /@localedir@/p
16668 /@mandir@/p'
16669 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16670 *datarootdir*) ac_datarootdir_seen=yes;;
16671 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16673 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16674 _ACEOF
16675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16676 ac_datarootdir_hack='
16677 s&@datadir@&$datadir&g
16678 s&@docdir@&$docdir&g
16679 s&@infodir@&$infodir&g
16680 s&@localedir@&$localedir&g
16681 s&@mandir@&$mandir&g
16682 s&\\\${datarootdir}&$datarootdir&g' ;;
16683 esac
16684 _ACEOF
16686 # Neutralize VPATH when `$srcdir' = `.'.
16687 # Shell code in configure.ac might set extrasub.
16688 # FIXME: do we really want to maintain this feature?
16689 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16690 ac_sed_extra="$ac_vpsub
16691 $extrasub
16692 _ACEOF
16693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16695 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16696 s|@configure_input@|$ac_sed_conf_input|;t t
16697 s&@top_builddir@&$ac_top_builddir_sub&;t t
16698 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16699 s&@srcdir@&$ac_srcdir&;t t
16700 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16701 s&@top_srcdir@&$ac_top_srcdir&;t t
16702 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16703 s&@builddir@&$ac_builddir&;t t
16704 s&@abs_builddir@&$ac_abs_builddir&;t t
16705 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16706 s&@INSTALL@&$ac_INSTALL&;t t
16707 $ac_datarootdir_hack
16709 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16710 if $ac_cs_awk_getline; then
16711 $AWK -f "$ac_tmp/subs.awk"
16712 else
16713 $AWK -f "$ac_tmp/subs.awk" | $SHELL
16714 fi \
16715 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16717 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16718 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16719 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16720 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16722 which seems to be undefined. Please make sure it is defined" >&5
16723 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16724 which seems to be undefined. Please make sure it is defined" >&2;}
16726 rm -f "$ac_tmp/stdin"
16727 case $ac_file in
16728 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16729 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16730 esac \
16731 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16735 # CONFIG_HEADER
16737 if test x"$ac_file" != x-; then
16739 $as_echo "/* $configure_input */" \
16740 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16741 } >"$ac_tmp/config.h" \
16742 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16743 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16744 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16745 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16746 else
16747 rm -f "$ac_file"
16748 mv "$ac_tmp/config.h" "$ac_file" \
16749 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16751 else
16752 $as_echo "/* $configure_input */" \
16753 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16754 || as_fn_error $? "could not create -" "$LINENO" 5
16759 # CONFIG_LINK
16762 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16764 else
16765 # Prefer the file from the source tree if names are identical.
16766 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16767 ac_source=$srcdir/$ac_source
16770 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16771 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16773 if test ! -r "$ac_source"; then
16774 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16776 rm -f "$ac_file"
16778 # Try a relative symlink, then a hard link, then a copy.
16779 case $ac_source in
16780 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16781 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16782 esac
16783 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16784 ln "$ac_source" "$ac_file" 2>/dev/null ||
16785 cp -p "$ac_source" "$ac_file" ||
16786 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16789 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16790 $as_echo "$as_me: executing $ac_file commands" >&6;}
16792 esac
16795 case $ac_file$ac_mode in
16796 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16797 "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
16798 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
16799 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16800 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16801 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16802 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16803 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16804 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16805 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16806 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16807 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16808 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16809 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16810 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16811 "Makefile":C) wine_fn_output_makefile Makefile ;;
16813 esac
16814 done # for ac_tag
16817 as_fn_exit 0
16818 _ACEOF
16819 ac_clean_files=$ac_clean_files_save
16821 test $ac_write_fail = 0 ||
16822 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16825 # configure is writing to config.log, and then calls config.status.
16826 # config.status does its own redirection, appending to config.log.
16827 # Unfortunately, on DOS this fails, as config.log is still kept open
16828 # by configure, so config.status won't be able to write to it; its
16829 # output is simply discarded. So we exec the FD to /dev/null,
16830 # effectively closing config.log, so it can be properly (re)opened and
16831 # appended to by config.status. When coming back to configure, we
16832 # need to make the FD available again.
16833 if test "$no_create" != yes; then
16834 ac_cs_success=:
16835 ac_config_status_args=
16836 test "$silent" = yes &&
16837 ac_config_status_args="$ac_config_status_args --quiet"
16838 exec 5>/dev/null
16839 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16840 exec 5>>config.log
16841 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16842 # would make configure fail if this is the last instruction.
16843 $ac_cs_success || as_fn_exit 1
16845 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16846 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16847 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16851 if test "$no_create" = "yes"
16852 then
16853 exit 0
16856 ac_save_IFS="$IFS"
16857 if test "x$wine_notices != "x; then
16858 echo >&6
16859 IFS="|"
16860 for msg in $wine_notices; do
16861 IFS="$ac_save_IFS"
16862 if test -n "$msg"; then
16863 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16864 $as_echo "$as_me: $msg" >&6;}
16866 done
16868 IFS="|"
16869 for msg in $wine_warnings; do
16870 IFS="$ac_save_IFS"
16871 if test -n "$msg"; then
16872 echo >&2
16873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16874 $as_echo "$as_me: WARNING: $msg" >&2;}
16876 done
16877 IFS="$ac_save_IFS"
16879 echo "
16880 $as_me: Finished. Do '${ac_make}' to compile Wine.
16881 " >&6