Release 1.1.44.
[wine/multimedia.git] / configure
blob4940ce63291f8609bdf5931ee4495dd113f5182b
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.44.
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 Free Software Foundation,
10 # 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 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.44'
556 PACKAGE_STRING='Wine 1.1.44'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_TEST_BINARIES
600 ALL_WINETEST_DEPENDS
601 LDAPLIBS
602 LIBPOLL
603 LIBDL
604 EXTRA_BINARIES
605 MAIN_BINARY
606 SOCKETLIBS
607 CRTLIBS
608 TOOLSEXT
609 LDPATH
610 UNWINDFLAGS
611 BUILTINFLAG
612 EXTRACFLAGS
613 LIBKSTAT
614 LIBOPENAL
615 LIBMPG123
616 PNGINCL
617 FONTCONFIGINCL
618 CUPSINCL
619 AUDIOIOLIBS
620 ALSALIBS
621 ESDLIBS
622 ESDINCL
623 ESDCONFIG
624 ZLIB
625 FREETYPEINCL
626 FREETYPELIBS
627 ft_devel
628 LCMSLIBS
629 RESOLVLIBS
630 GPHOTO2INCL
631 GPHOTO2LIBS
632 gphoto2port_devel
633 gphoto2_devel
634 SANEINCL
635 sane_devel
636 GNUTLSINCL
637 HALINCL
638 XSLTINCL
639 XML2INCL
640 XML2LIBS
641 NASLIBS
642 X_EXTRA_LIBS
643 X_LIBS
644 X_PRE_LIBS
645 X_CFLAGS
646 XMKMF
647 LIBPTHREAD
648 CROSSTARGET
649 CROSSTEST
650 CROSSCC
651 CARBONLIB
652 FRAMEWORK_OPENAL
653 COREAUDIO
654 DISKARBITRATIONLIB
655 LDEXECFLAGS
656 IOKITLIB
657 COREFOUNDATIONLIB
658 SECURITYLIB
659 DLLWRAP
660 DLLTOOL
662 LDRPATH_LOCAL
663 LDRPATH_INSTALL
664 IMPLIBEXT
665 LIBEXT
666 LDDLLFLAGS
667 LDSHARED
668 DLLFLAGS
669 DLLEXT
671 OPENGL_LIBS
672 XLIB
673 PRELINK
674 ICOTOOL
675 CONVERT
676 RSVG
677 PKG_CONFIG
678 FONTFORGE
679 LINTFLAGS
680 LINT
681 INSTALL_DATA
682 INSTALL_SCRIPT
683 INSTALL_PROGRAM
684 LDCONFIG
685 EGREP
686 GREP
687 LN_S
688 STRIP
689 RANLIB
690 ARFLAGS
691 ac_ct_AR
693 BISON
694 FLEX
695 TOOLSDIR
696 WOW64_DISABLE
697 TARGETFLAGS
698 CPPBIN
699 ac_ct_CXX
700 CXXFLAGS
702 OBJEXT
703 EXEEXT
704 ac_ct_CC
705 CPPFLAGS
706 LDFLAGS
707 CFLAGS
709 SET_MAKE
710 host_os
711 host_vendor
712 host_cpu
713 host
714 build_os
715 build_vendor
716 build_cpu
717 build
718 MAINTAINER_MODE
719 target_alias
720 host_alias
721 build_alias
722 LIBS
723 ECHO_T
724 ECHO_N
725 ECHO_C
726 DEFS
727 mandir
728 localedir
729 libdir
730 psdir
731 pdfdir
732 dvidir
733 htmldir
734 infodir
735 docdir
736 oldincludedir
737 includedir
738 localstatedir
739 sharedstatedir
740 sysconfdir
741 datadir
742 datarootdir
743 libexecdir
744 sbindir
745 bindir
746 program_transform_name
747 prefix
748 exec_prefix
749 PACKAGE_URL
750 PACKAGE_BUGREPORT
751 PACKAGE_STRING
752 PACKAGE_VERSION
753 PACKAGE_TARNAME
754 PACKAGE_NAME
755 PATH_SEPARATOR
756 SHELL'
757 ac_subst_files='MAKE_RULES
758 MAKE_TEST_RULES
759 MAKE_DLL_RULES
760 MAKE_IMPLIB_RULES
761 MAKE_PROG_RULES'
762 ac_user_opts='
763 enable_option_checking
764 enable_win16
765 enable_win64
766 enable_tests
767 enable_maintainer_mode
768 with_alsa
769 with_audioio
770 with_capi
771 with_cms
772 with_coreaudio
773 with_cups
774 with_curses
775 with_esd
776 with_fontconfig
777 with_freetype
778 with_gphoto
779 with_glu
780 with_gnutls
781 with_gsm
782 with_hal
783 with_jack
784 with_jpeg
785 with_ldap
786 with_mpg123
787 with_nas
788 with_openal
789 with_opengl
790 with_openssl
791 with_oss
792 with_png
793 with_pthread
794 with_sane
795 with_tiff
796 with_v4l
797 with_xcomposite
798 with_xcursor
799 with_xinerama
800 with_xinput
801 with_xml
802 with_xrandr
803 with_xrender
804 with_xshape
805 with_xshm
806 with_xslt
807 with_xxf86vm
808 with_wine_tools
809 with_wine64
810 enable_largefile
811 with_x
813 ac_precious_vars='build_alias
814 host_alias
815 target_alias
817 CFLAGS
818 LDFLAGS
819 LIBS
820 CPPFLAGS
822 CXXFLAGS
825 XMKMF'
828 # Initialize some variables set by options.
829 ac_init_help=
830 ac_init_version=false
831 ac_unrecognized_opts=
832 ac_unrecognized_sep=
833 # The variables have the same names as the options, with
834 # dashes changed to underlines.
835 cache_file=/dev/null
836 exec_prefix=NONE
837 no_create=
838 no_recursion=
839 prefix=NONE
840 program_prefix=NONE
841 program_suffix=NONE
842 program_transform_name=s,x,x,
843 silent=
844 site=
845 srcdir=
846 verbose=
847 x_includes=NONE
848 x_libraries=NONE
850 # Installation directory options.
851 # These are left unexpanded so users can "make install exec_prefix=/foo"
852 # and all the variables that are supposed to be based on exec_prefix
853 # by default will actually change.
854 # Use braces instead of parens because sh, perl, etc. also accept them.
855 # (The list follows the same order as the GNU Coding Standards.)
856 bindir='${exec_prefix}/bin'
857 sbindir='${exec_prefix}/sbin'
858 libexecdir='${exec_prefix}/libexec'
859 datarootdir='${prefix}/share'
860 datadir='${datarootdir}'
861 sysconfdir='${prefix}/etc'
862 sharedstatedir='${prefix}/com'
863 localstatedir='${prefix}/var'
864 includedir='${prefix}/include'
865 oldincludedir='/usr/include'
866 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
867 infodir='${datarootdir}/info'
868 htmldir='${docdir}'
869 dvidir='${docdir}'
870 pdfdir='${docdir}'
871 psdir='${docdir}'
872 libdir='${exec_prefix}/lib'
873 localedir='${datarootdir}/locale'
874 mandir='${datarootdir}/man'
876 ac_prev=
877 ac_dashdash=
878 for ac_option
880 # If the previous option needs an argument, assign it.
881 if test -n "$ac_prev"; then
882 eval $ac_prev=\$ac_option
883 ac_prev=
884 continue
887 case $ac_option in
888 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
889 *) ac_optarg=yes ;;
890 esac
892 # Accept the important Cygnus configure options, so we can diagnose typos.
894 case $ac_dashdash$ac_option in
896 ac_dashdash=yes ;;
898 -bindir | --bindir | --bindi | --bind | --bin | --bi)
899 ac_prev=bindir ;;
900 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
901 bindir=$ac_optarg ;;
903 -build | --build | --buil | --bui | --bu)
904 ac_prev=build_alias ;;
905 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
906 build_alias=$ac_optarg ;;
908 -cache-file | --cache-file | --cache-fil | --cache-fi \
909 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
910 ac_prev=cache_file ;;
911 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
912 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
913 cache_file=$ac_optarg ;;
915 --config-cache | -C)
916 cache_file=config.cache ;;
918 -datadir | --datadir | --datadi | --datad)
919 ac_prev=datadir ;;
920 -datadir=* | --datadir=* | --datadi=* | --datad=*)
921 datadir=$ac_optarg ;;
923 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
924 | --dataroo | --dataro | --datar)
925 ac_prev=datarootdir ;;
926 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
927 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
928 datarootdir=$ac_optarg ;;
930 -disable-* | --disable-*)
931 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
932 # Reject names that are not valid shell variable names.
933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
934 as_fn_error "invalid feature name: $ac_useropt"
935 ac_useropt_orig=$ac_useropt
936 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937 case $ac_user_opts in
939 "enable_$ac_useropt"
940 "*) ;;
941 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
942 ac_unrecognized_sep=', ';;
943 esac
944 eval enable_$ac_useropt=no ;;
946 -docdir | --docdir | --docdi | --doc | --do)
947 ac_prev=docdir ;;
948 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
949 docdir=$ac_optarg ;;
951 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
952 ac_prev=dvidir ;;
953 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
954 dvidir=$ac_optarg ;;
956 -enable-* | --enable-*)
957 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
958 # Reject names that are not valid shell variable names.
959 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
960 as_fn_error "invalid feature name: $ac_useropt"
961 ac_useropt_orig=$ac_useropt
962 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963 case $ac_user_opts in
965 "enable_$ac_useropt"
966 "*) ;;
967 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968 ac_unrecognized_sep=', ';;
969 esac
970 eval enable_$ac_useropt=\$ac_optarg ;;
972 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
973 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
974 | --exec | --exe | --ex)
975 ac_prev=exec_prefix ;;
976 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
977 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
978 | --exec=* | --exe=* | --ex=*)
979 exec_prefix=$ac_optarg ;;
981 -gas | --gas | --ga | --g)
982 # Obsolete; use --with-gas.
983 with_gas=yes ;;
985 -help | --help | --hel | --he | -h)
986 ac_init_help=long ;;
987 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
988 ac_init_help=recursive ;;
989 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
990 ac_init_help=short ;;
992 -host | --host | --hos | --ho)
993 ac_prev=host_alias ;;
994 -host=* | --host=* | --hos=* | --ho=*)
995 host_alias=$ac_optarg ;;
997 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
998 ac_prev=htmldir ;;
999 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1000 | --ht=*)
1001 htmldir=$ac_optarg ;;
1003 -includedir | --includedir | --includedi | --included | --include \
1004 | --includ | --inclu | --incl | --inc)
1005 ac_prev=includedir ;;
1006 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1007 | --includ=* | --inclu=* | --incl=* | --inc=*)
1008 includedir=$ac_optarg ;;
1010 -infodir | --infodir | --infodi | --infod | --info | --inf)
1011 ac_prev=infodir ;;
1012 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1013 infodir=$ac_optarg ;;
1015 -libdir | --libdir | --libdi | --libd)
1016 ac_prev=libdir ;;
1017 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1018 libdir=$ac_optarg ;;
1020 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1021 | --libexe | --libex | --libe)
1022 ac_prev=libexecdir ;;
1023 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1024 | --libexe=* | --libex=* | --libe=*)
1025 libexecdir=$ac_optarg ;;
1027 -localedir | --localedir | --localedi | --localed | --locale)
1028 ac_prev=localedir ;;
1029 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1030 localedir=$ac_optarg ;;
1032 -localstatedir | --localstatedir | --localstatedi | --localstated \
1033 | --localstate | --localstat | --localsta | --localst | --locals)
1034 ac_prev=localstatedir ;;
1035 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1036 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1037 localstatedir=$ac_optarg ;;
1039 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1040 ac_prev=mandir ;;
1041 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1042 mandir=$ac_optarg ;;
1044 -nfp | --nfp | --nf)
1045 # Obsolete; use --without-fp.
1046 with_fp=no ;;
1048 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1049 | --no-cr | --no-c | -n)
1050 no_create=yes ;;
1052 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1053 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1054 no_recursion=yes ;;
1056 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1057 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1058 | --oldin | --oldi | --old | --ol | --o)
1059 ac_prev=oldincludedir ;;
1060 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1061 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1062 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1063 oldincludedir=$ac_optarg ;;
1065 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1066 ac_prev=prefix ;;
1067 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1068 prefix=$ac_optarg ;;
1070 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1071 | --program-pre | --program-pr | --program-p)
1072 ac_prev=program_prefix ;;
1073 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1074 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1075 program_prefix=$ac_optarg ;;
1077 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1078 | --program-suf | --program-su | --program-s)
1079 ac_prev=program_suffix ;;
1080 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1081 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1082 program_suffix=$ac_optarg ;;
1084 -program-transform-name | --program-transform-name \
1085 | --program-transform-nam | --program-transform-na \
1086 | --program-transform-n | --program-transform- \
1087 | --program-transform | --program-transfor \
1088 | --program-transfo | --program-transf \
1089 | --program-trans | --program-tran \
1090 | --progr-tra | --program-tr | --program-t)
1091 ac_prev=program_transform_name ;;
1092 -program-transform-name=* | --program-transform-name=* \
1093 | --program-transform-nam=* | --program-transform-na=* \
1094 | --program-transform-n=* | --program-transform-=* \
1095 | --program-transform=* | --program-transfor=* \
1096 | --program-transfo=* | --program-transf=* \
1097 | --program-trans=* | --program-tran=* \
1098 | --progr-tra=* | --program-tr=* | --program-t=*)
1099 program_transform_name=$ac_optarg ;;
1101 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1102 ac_prev=pdfdir ;;
1103 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1104 pdfdir=$ac_optarg ;;
1106 -psdir | --psdir | --psdi | --psd | --ps)
1107 ac_prev=psdir ;;
1108 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1109 psdir=$ac_optarg ;;
1111 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1112 | -silent | --silent | --silen | --sile | --sil)
1113 silent=yes ;;
1115 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1116 ac_prev=sbindir ;;
1117 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1118 | --sbi=* | --sb=*)
1119 sbindir=$ac_optarg ;;
1121 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1122 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1123 | --sharedst | --shareds | --shared | --share | --shar \
1124 | --sha | --sh)
1125 ac_prev=sharedstatedir ;;
1126 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1127 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1128 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1129 | --sha=* | --sh=*)
1130 sharedstatedir=$ac_optarg ;;
1132 -site | --site | --sit)
1133 ac_prev=site ;;
1134 -site=* | --site=* | --sit=*)
1135 site=$ac_optarg ;;
1137 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1138 ac_prev=srcdir ;;
1139 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1140 srcdir=$ac_optarg ;;
1142 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1143 | --syscon | --sysco | --sysc | --sys | --sy)
1144 ac_prev=sysconfdir ;;
1145 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1146 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1147 sysconfdir=$ac_optarg ;;
1149 -target | --target | --targe | --targ | --tar | --ta | --t)
1150 ac_prev=target_alias ;;
1151 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1152 target_alias=$ac_optarg ;;
1154 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1155 verbose=yes ;;
1157 -version | --version | --versio | --versi | --vers | -V)
1158 ac_init_version=: ;;
1160 -with-* | --with-*)
1161 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1162 # Reject names that are not valid shell variable names.
1163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1164 as_fn_error "invalid package name: $ac_useropt"
1165 ac_useropt_orig=$ac_useropt
1166 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1169 "with_$ac_useropt"
1170 "*) ;;
1171 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1172 ac_unrecognized_sep=', ';;
1173 esac
1174 eval with_$ac_useropt=\$ac_optarg ;;
1176 -without-* | --without-*)
1177 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1178 # Reject names that are not valid shell variable names.
1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1180 as_fn_error "invalid package name: $ac_useropt"
1181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1185 "with_$ac_useropt"
1186 "*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
1189 esac
1190 eval with_$ac_useropt=no ;;
1192 --x)
1193 # Obsolete; use --with-x.
1194 with_x=yes ;;
1196 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1197 | --x-incl | --x-inc | --x-in | --x-i)
1198 ac_prev=x_includes ;;
1199 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1200 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1201 x_includes=$ac_optarg ;;
1203 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1204 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1205 ac_prev=x_libraries ;;
1206 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1207 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1208 x_libraries=$ac_optarg ;;
1210 -*) as_fn_error "unrecognized option: \`$ac_option'
1211 Try \`$0 --help' for more information."
1214 *=*)
1215 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1216 # Reject names that are not valid shell variable names.
1217 case $ac_envvar in #(
1218 '' | [0-9]* | *[!_$as_cr_alnum]* )
1219 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1220 esac
1221 eval $ac_envvar=\$ac_optarg
1222 export $ac_envvar ;;
1225 # FIXME: should be removed in autoconf 3.0.
1226 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1227 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1228 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1229 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1232 esac
1233 done
1235 if test -n "$ac_prev"; then
1236 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1237 as_fn_error "missing argument to $ac_option"
1240 if test -n "$ac_unrecognized_opts"; then
1241 case $enable_option_checking in
1242 no) ;;
1243 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1244 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1245 esac
1248 # Check all directory arguments for consistency.
1249 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1250 datadir sysconfdir sharedstatedir localstatedir includedir \
1251 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1252 libdir localedir mandir
1254 eval ac_val=\$$ac_var
1255 # Remove trailing slashes.
1256 case $ac_val in
1257 */ )
1258 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1259 eval $ac_var=\$ac_val;;
1260 esac
1261 # Be sure to have absolute directory names.
1262 case $ac_val in
1263 [\\/$]* | ?:[\\/]* ) continue;;
1264 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1265 esac
1266 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1267 done
1269 # There might be people who depend on the old broken behavior: `$host'
1270 # used to hold the argument of --host etc.
1271 # FIXME: To remove some day.
1272 build=$build_alias
1273 host=$host_alias
1274 target=$target_alias
1276 # FIXME: To remove some day.
1277 if test "x$host_alias" != x; then
1278 if test "x$build_alias" = x; then
1279 cross_compiling=maybe
1280 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1281 If a cross compiler is detected then cross compile mode will be used." >&2
1282 elif test "x$build_alias" != "x$host_alias"; then
1283 cross_compiling=yes
1287 ac_tool_prefix=
1288 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1290 test "$silent" = yes && exec 6>/dev/null
1293 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1294 ac_ls_di=`ls -di .` &&
1295 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1296 as_fn_error "working directory cannot be determined"
1297 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1298 as_fn_error "pwd does not report name of working directory"
1301 # Find the source files, if location was not specified.
1302 if test -z "$srcdir"; then
1303 ac_srcdir_defaulted=yes
1304 # Try the directory containing this script, then the parent directory.
1305 ac_confdir=`$as_dirname -- "$as_myself" ||
1306 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307 X"$as_myself" : 'X\(//\)[^/]' \| \
1308 X"$as_myself" : 'X\(//\)$' \| \
1309 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310 $as_echo X"$as_myself" |
1311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312 s//\1/
1315 /^X\(\/\/\)[^/].*/{
1316 s//\1/
1319 /^X\(\/\/\)$/{
1320 s//\1/
1323 /^X\(\/\).*/{
1324 s//\1/
1327 s/.*/./; q'`
1328 srcdir=$ac_confdir
1329 if test ! -r "$srcdir/$ac_unique_file"; then
1330 srcdir=..
1332 else
1333 ac_srcdir_defaulted=no
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1337 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1339 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340 ac_abs_confdir=`(
1341 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1342 pwd)`
1343 # When building in place, set srcdir=.
1344 if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 srcdir=.
1347 # Remove unnecessary trailing slashes from srcdir.
1348 # Double slashes in file names in object file debugging info
1349 # mess up M-x gdb in Emacs.
1350 case $srcdir in
1351 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352 esac
1353 for ac_var in $ac_precious_vars; do
1354 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355 eval ac_env_${ac_var}_value=\$${ac_var}
1356 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1358 done
1361 # Report the --help message.
1363 if test "$ac_init_help" = "long"; then
1364 # Omit some internal or obsolete options to make the list less imposing.
1365 # This message is too long to be a string in the A/UX 3.1 sh.
1366 cat <<_ACEOF
1367 \`configure' configures Wine 1.1.44 to adapt to many kinds of systems.
1369 Usage: $0 [OPTION]... [VAR=VALUE]...
1371 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372 VAR=VALUE. See below for descriptions of some of the useful variables.
1374 Defaults for the options are specified in brackets.
1376 Configuration:
1377 -h, --help display this help and exit
1378 --help=short display options specific to this package
1379 --help=recursive display the short help of all the included packages
1380 -V, --version display version information and exit
1381 -q, --quiet, --silent do not print \`checking...' messages
1382 --cache-file=FILE cache test results in FILE [disabled]
1383 -C, --config-cache alias for \`--cache-file=config.cache'
1384 -n, --no-create do not create output files
1385 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1387 Installation directories:
1388 --prefix=PREFIX install architecture-independent files in PREFIX
1389 [$ac_default_prefix]
1390 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1391 [PREFIX]
1393 By default, \`make install' will install all the files in
1394 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1395 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396 for instance \`--prefix=\$HOME'.
1398 For better control, use the options below.
1400 Fine tuning of the installation directories:
1401 --bindir=DIR user executables [EPREFIX/bin]
1402 --sbindir=DIR system admin executables [EPREFIX/sbin]
1403 --libexecdir=DIR program executables [EPREFIX/libexec]
1404 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1405 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1406 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1407 --libdir=DIR object code libraries [EPREFIX/lib]
1408 --includedir=DIR C header files [PREFIX/include]
1409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1410 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1411 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1412 --infodir=DIR info documentation [DATAROOTDIR/info]
1413 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1414 --mandir=DIR man documentation [DATAROOTDIR/man]
1415 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1416 --htmldir=DIR html documentation [DOCDIR]
1417 --dvidir=DIR dvi documentation [DOCDIR]
1418 --pdfdir=DIR pdf documentation [DOCDIR]
1419 --psdir=DIR ps documentation [DOCDIR]
1420 _ACEOF
1422 cat <<\_ACEOF
1424 X features:
1425 --x-includes=DIR X include files are in DIR
1426 --x-libraries=DIR X library files are in DIR
1428 System types:
1429 --build=BUILD configure for building on BUILD [guessed]
1430 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1431 _ACEOF
1434 if test -n "$ac_init_help"; then
1435 case $ac_init_help in
1436 short | recursive ) echo "Configuration of Wine 1.1.44:";;
1437 esac
1438 cat <<\_ACEOF
1440 Optional Features:
1441 --disable-option-checking ignore unrecognized --enable/--with options
1442 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1443 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1444 --disable-win16 do not include Win16 support
1445 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1446 binaries)
1447 --disable-tests do not build the regression tests
1448 --enable-maintainer-mode
1449 enable maintainer-specific build rules
1450 --disable-largefile omit support for large files
1452 Optional Packages:
1453 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1454 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1455 --without-alsa do not use the Alsa sound support
1456 --without-audioio do not use the AudioIO sound support
1457 --without-capi do not use CAPI (ISDN support)
1458 --without-cms do not use CMS (color management support)
1459 --without-coreaudio do not use the CoreAudio sound support
1460 --without-cups do not use CUPS
1461 --without-curses do not use (n)curses
1462 --without-esd do not use the EsounD sound support
1463 --without-fontconfig do not use fontconfig
1464 --without-freetype do not use the FreeType library
1465 --without-gphoto do not use gphoto (Digital Camera support)
1466 --without-glu do not use the GLU library
1467 --without-gnutls do not use GnuTLS (schannel support)
1468 --without-gsm do not use libgsm (GSM 06.10 codec support)
1469 --without-hal do not use HAL (dynamic device support)
1470 --without-jack do not use the Jack sound support
1471 --without-jpeg do not use JPEG
1472 --without-ldap do not use LDAP
1473 --without-mpg123 do not use the mpg123 library
1474 --without-nas do not use the NAS sound support
1475 --without-openal do not use OpenAL
1476 --without-opengl do not use OpenGL
1477 --without-openssl do not use OpenSSL
1478 --without-oss do not use the OSS sound support
1479 --without-png do not use PNG
1480 --without-pthread do not use the pthread library
1481 --without-sane do not use SANE (scanner support)
1482 --without-tiff do not use TIFF
1483 --without-v4l do not use v4l1 (v4l support)
1484 --without-xcomposite do not use the Xcomposite extension
1485 --without-xcursor do not use the Xcursor extension
1486 --without-xinerama do not use Xinerama (multi-monitor support)
1487 --without-xinput do not use the Xinput extension
1488 --without-xml do not use XML
1489 --without-xrandr do not use Xrandr (resolution changes)
1490 --without-xrender do not use the Xrender extension
1491 --without-xshape do not use the Xshape extension
1492 --without-xshm do not use XShm (shared memory extension)
1493 --without-xslt do not use XSLT
1494 --without-xxf86vm do not use XFree video mode extension
1495 --with-wine-tools=DIR use Wine tools from directory DIR
1496 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1497 --with-x use the X Window System
1499 Some influential environment variables:
1500 CC C compiler command
1501 CFLAGS C compiler flags
1502 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1503 nonstandard directory <lib dir>
1504 LIBS libraries to pass to the linker, e.g. -l<library>
1505 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1506 you have headers in a nonstandard directory <include dir>
1507 CXX C++ compiler command
1508 CXXFLAGS C++ compiler flags
1509 CPP C preprocessor
1510 XMKMF Path to xmkmf, Makefile generator for X Window System
1512 Use these variables to override the choices made by `configure' or to help
1513 it to find libraries and programs with nonstandard names/locations.
1515 Report bugs to <wine-devel@winehq.org>.
1516 Wine home page: <http://www.winehq.org>.
1517 _ACEOF
1518 ac_status=$?
1521 if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
1523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
1527 ac_builddir=.
1529 case "$ac_dir" in
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539 esac
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1545 case $srcdir in
1546 .) # We are building in place.
1547 ac_srcdir=.
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
1551 ac_srcdir=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1558 esac
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1569 else
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
1573 done
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1578 cat <<\_ACEOF
1579 Wine configure 1.1.44
1580 generated by GNU Autoconf 2.65
1582 Copyright (C) 2009 Free Software Foundation, Inc.
1583 This configure script is free software; the Free Software Foundation
1584 gives unlimited permission to copy, distribute and modify it.
1585 _ACEOF
1586 exit
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile ()
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601 case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604 esac
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620 else
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1624 ac_retval=1
1626 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1627 as_fn_set_status $ac_retval
1629 } # ac_fn_c_try_compile
1631 # ac_fn_cxx_try_compile LINENO
1632 # ----------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_cxx_try_compile ()
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext
1638 if { { ac_try="$ac_compile"
1639 case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_cxx_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.$ac_objext; then :
1657 ac_retval=0
1658 else
1659 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1662 ac_retval=1
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665 as_fn_set_status $ac_retval
1667 } # ac_fn_cxx_try_compile
1669 # ac_fn_c_try_link LINENO
1670 # -----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_c_try_link ()
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 rm -f conftest.$ac_objext conftest$ac_exeext
1676 if { { ac_try="$ac_link"
1677 case "(($ac_try" in
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>conftest.err
1684 ac_status=$?
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest$ac_exeext && {
1695 test "$cross_compiling" = yes ||
1696 $as_test_x conftest$ac_exeext
1697 }; then :
1698 ac_retval=0
1699 else
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1703 ac_retval=1
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711 as_fn_set_status $ac_retval
1713 } # ac_fn_c_try_link
1715 # ac_fn_c_try_cpp LINENO
1716 # ----------------------
1717 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1718 ac_fn_c_try_cpp ()
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { { ac_try="$ac_cpp conftest.$ac_ext"
1722 case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725 esac
1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1729 ac_status=$?
1730 if test -s conftest.err; then
1731 grep -v '^ *+' conftest.err >conftest.er1
1732 cat conftest.er1 >&5
1733 mv -f conftest.er1 conftest.err
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } >/dev/null && {
1737 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1738 test ! -s conftest.err
1739 }; then :
1740 ac_retval=0
1741 else
1742 $as_echo "$as_me: failed program was:" >&5
1743 sed 's/^/| /' conftest.$ac_ext >&5
1745 ac_retval=1
1747 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748 as_fn_set_status $ac_retval
1750 } # ac_fn_c_try_cpp
1752 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1753 # -------------------------------------------------------
1754 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1755 # the include files in INCLUDES and setting the cache variable VAR
1756 # accordingly.
1757 ac_fn_c_check_header_mongrel ()
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 $as_echo_n "(cached) " >&6
1766 eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 else
1770 # Is the header compilable?
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1772 $as_echo_n "checking $2 usability... " >&6; }
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1776 #include <$2>
1777 _ACEOF
1778 if ac_fn_c_try_compile "$LINENO"; then :
1779 ac_header_compiler=yes
1780 else
1781 ac_header_compiler=no
1783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1785 $as_echo "$ac_header_compiler" >&6; }
1787 # Is the header present?
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1789 $as_echo_n "checking $2 presence... " >&6; }
1790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1791 /* end confdefs.h. */
1792 #include <$2>
1793 _ACEOF
1794 if ac_fn_c_try_cpp "$LINENO"; then :
1795 ac_header_preproc=yes
1796 else
1797 ac_header_preproc=no
1799 rm -f conftest.err conftest.$ac_ext
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1801 $as_echo "$ac_header_preproc" >&6; }
1803 # So? What about this header?
1804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1805 yes:no: )
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1807 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1811 no:yes:* )
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1813 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1815 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1817 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1819 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&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;}
1822 ( cat <<\_ASBOX
1823 ## ------------------------------------ ##
1824 ## Report this to wine-devel@winehq.org ##
1825 ## ------------------------------------ ##
1826 _ASBOX
1827 ) | sed "s/^/$as_me: WARNING: /" >&2
1829 esac
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833 $as_echo_n "(cached) " >&6
1834 else
1835 eval "$3=\$ac_header_compiler"
1837 eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1841 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1843 } # ac_fn_c_check_header_mongrel
1845 # ac_fn_c_try_run LINENO
1846 # ----------------------
1847 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1848 # that executables *can* be run.
1849 ac_fn_c_try_run ()
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 if { { ac_try="$ac_link"
1853 case "(($ac_try" in
1854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855 *) ac_try_echo=$ac_try;;
1856 esac
1857 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858 $as_echo "$ac_try_echo"; } >&5
1859 (eval "$ac_link") 2>&5
1860 ac_status=$?
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; }; }; then :
1873 ac_retval=0
1874 else
1875 $as_echo "$as_me: program exited with status $ac_status" >&5
1876 $as_echo "$as_me: failed program was:" >&5
1877 sed 's/^/| /' conftest.$ac_ext >&5
1879 ac_retval=$ac_status
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883 as_fn_set_status $ac_retval
1885 } # ac_fn_c_try_run
1887 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1888 # -------------------------------------------------------
1889 # Tests whether HEADER exists and can be compiled using the include files in
1890 # INCLUDES, setting the cache variable VAR accordingly.
1891 ac_fn_c_check_header_compile ()
1893 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897 $as_echo_n "(cached) " >&6
1898 else
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h. */
1902 #include <$2>
1903 _ACEOF
1904 if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$3=yes"
1906 else
1907 eval "$3=no"
1909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1911 eval ac_res=\$$3
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1913 $as_echo "$ac_res" >&6; }
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1916 } # ac_fn_c_check_header_compile
1918 # ac_fn_c_check_func LINENO FUNC VAR
1919 # ----------------------------------
1920 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1921 ac_fn_c_check_func ()
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925 $as_echo_n "checking for $2... " >&6; }
1926 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1928 else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h. */
1931 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1932 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1933 #define $2 innocuous_$2
1935 /* System header to define __stub macros and hopefully few prototypes,
1936 which can conflict with char $2 (); below.
1937 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1938 <limits.h> exists even on freestanding compilers. */
1940 #ifdef __STDC__
1941 # include <limits.h>
1942 #else
1943 # include <assert.h>
1944 #endif
1946 #undef $2
1948 /* Override any GCC internal prototype to avoid an error.
1949 Use char because int might match the return type of a GCC
1950 builtin and then its argument prototype would still apply. */
1951 #ifdef __cplusplus
1952 extern "C"
1953 #endif
1954 char $2 ();
1955 /* The GNU C library defines this for functions which it implements
1956 to always fail with ENOSYS. Some functions are actually named
1957 something starting with __ and the normal name is an alias. */
1958 #if defined __stub_$2 || defined __stub___$2
1959 choke me
1960 #endif
1963 main ()
1965 return $2 ();
1967 return 0;
1969 _ACEOF
1970 if ac_fn_c_try_link "$LINENO"; then :
1971 eval "$3=yes"
1972 else
1973 eval "$3=no"
1975 rm -f core conftest.err conftest.$ac_objext \
1976 conftest$ac_exeext conftest.$ac_ext
1978 eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980 $as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1983 } # ac_fn_c_check_func
1985 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1986 # ----------------------------------------------------
1987 # Tries to find if the field MEMBER exists in type AGGR, after including
1988 # INCLUDES, setting cache variable VAR accordingly.
1989 ac_fn_c_check_member ()
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1993 $as_echo_n "checking for $2.$3... " >&6; }
1994 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1995 $as_echo_n "(cached) " >&6
1996 else
1997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1998 /* end confdefs.h. */
2001 main ()
2003 static $2 ac_aggr;
2004 if (ac_aggr.$3)
2005 return 0;
2007 return 0;
2009 _ACEOF
2010 if ac_fn_c_try_compile "$LINENO"; then :
2011 eval "$4=yes"
2012 else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2017 main ()
2019 static $2 ac_aggr;
2020 if (sizeof ac_aggr.$3)
2021 return 0;
2023 return 0;
2025 _ACEOF
2026 if ac_fn_c_try_compile "$LINENO"; then :
2027 eval "$4=yes"
2028 else
2029 eval "$4=no"
2031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 eval ac_res=\$$4
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037 $as_echo "$ac_res" >&6; }
2038 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2040 } # ac_fn_c_check_member
2042 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2043 # -------------------------------------------
2044 # Tests whether TYPE exists after having included INCLUDES, setting cache
2045 # variable VAR accordingly.
2046 ac_fn_c_check_type ()
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050 $as_echo_n "checking for $2... " >&6; }
2051 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2052 $as_echo_n "(cached) " >&6
2053 else
2054 eval "$3=no"
2055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056 /* end confdefs.h. */
2059 main ()
2061 if (sizeof ($2))
2062 return 0;
2064 return 0;
2066 _ACEOF
2067 if ac_fn_c_try_compile "$LINENO"; then :
2068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069 /* end confdefs.h. */
2072 main ()
2074 if (sizeof (($2)))
2075 return 0;
2077 return 0;
2079 _ACEOF
2080 if ac_fn_c_try_compile "$LINENO"; then :
2082 else
2083 eval "$3=yes"
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 eval ac_res=\$$3
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2091 $as_echo "$ac_res" >&6; }
2092 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2094 } # ac_fn_c_check_type
2095 cat >config.log <<_ACEOF
2096 This file contains any messages produced by compilers while
2097 running configure, to aid debugging if configure makes a mistake.
2099 It was created by Wine $as_me 1.1.44, which was
2100 generated by GNU Autoconf 2.65. Invocation command line was
2102 $ $0 $@
2104 _ACEOF
2105 exec 5>>config.log
2107 cat <<_ASUNAME
2108 ## --------- ##
2109 ## Platform. ##
2110 ## --------- ##
2112 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2113 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2114 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2115 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2116 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2118 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2119 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2121 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2122 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2123 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2124 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2125 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2126 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2127 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2129 _ASUNAME
2131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132 for as_dir in $PATH
2134 IFS=$as_save_IFS
2135 test -z "$as_dir" && as_dir=.
2136 $as_echo "PATH: $as_dir"
2137 done
2138 IFS=$as_save_IFS
2140 } >&5
2142 cat >&5 <<_ACEOF
2145 ## ----------- ##
2146 ## Core tests. ##
2147 ## ----------- ##
2149 _ACEOF
2152 # Keep a trace of the command line.
2153 # Strip out --no-create and --no-recursion so they do not pile up.
2154 # Strip out --silent because we don't want to record it for future runs.
2155 # Also quote any args containing shell meta-characters.
2156 # Make two passes to allow for proper duplicate-argument suppression.
2157 ac_configure_args=
2158 ac_configure_args0=
2159 ac_configure_args1=
2160 ac_must_keep_next=false
2161 for ac_pass in 1 2
2163 for ac_arg
2165 case $ac_arg in
2166 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2167 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2168 | -silent | --silent | --silen | --sile | --sil)
2169 continue ;;
2170 *\'*)
2171 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2172 esac
2173 case $ac_pass in
2174 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2176 as_fn_append ac_configure_args1 " '$ac_arg'"
2177 if test $ac_must_keep_next = true; then
2178 ac_must_keep_next=false # Got value, back to normal.
2179 else
2180 case $ac_arg in
2181 *=* | --config-cache | -C | -disable-* | --disable-* \
2182 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2183 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2184 | -with-* | --with-* | -without-* | --without-* | --x)
2185 case "$ac_configure_args0 " in
2186 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2187 esac
2189 -* ) ac_must_keep_next=true ;;
2190 esac
2192 as_fn_append ac_configure_args " '$ac_arg'"
2194 esac
2195 done
2196 done
2197 { ac_configure_args0=; unset ac_configure_args0;}
2198 { ac_configure_args1=; unset ac_configure_args1;}
2200 # When interrupted or exit'd, cleanup temporary files, and complete
2201 # config.log. We remove comments because anyway the quotes in there
2202 # would cause problems or look ugly.
2203 # WARNING: Use '\'' to represent an apostrophe within the trap.
2204 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2205 trap 'exit_status=$?
2206 # Save into config.log some information that might help in debugging.
2208 echo
2210 cat <<\_ASBOX
2211 ## ---------------- ##
2212 ## Cache variables. ##
2213 ## ---------------- ##
2214 _ASBOX
2215 echo
2216 # The following way of writing the cache mishandles newlines in values,
2218 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2219 eval ac_val=\$$ac_var
2220 case $ac_val in #(
2221 *${as_nl}*)
2222 case $ac_var in #(
2223 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2224 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2225 esac
2226 case $ac_var in #(
2227 _ | IFS | as_nl) ;; #(
2228 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2229 *) { eval $ac_var=; unset $ac_var;} ;;
2230 esac ;;
2231 esac
2232 done
2233 (set) 2>&1 |
2234 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2235 *${as_nl}ac_space=\ *)
2236 sed -n \
2237 "s/'\''/'\''\\\\'\'''\''/g;
2238 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2239 ;; #(
2241 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2243 esac |
2244 sort
2246 echo
2248 cat <<\_ASBOX
2249 ## ----------------- ##
2250 ## Output variables. ##
2251 ## ----------------- ##
2252 _ASBOX
2253 echo
2254 for ac_var in $ac_subst_vars
2256 eval ac_val=\$$ac_var
2257 case $ac_val in
2258 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259 esac
2260 $as_echo "$ac_var='\''$ac_val'\''"
2261 done | sort
2262 echo
2264 if test -n "$ac_subst_files"; then
2265 cat <<\_ASBOX
2266 ## ------------------- ##
2267 ## File substitutions. ##
2268 ## ------------------- ##
2269 _ASBOX
2270 echo
2271 for ac_var in $ac_subst_files
2273 eval ac_val=\$$ac_var
2274 case $ac_val in
2275 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2276 esac
2277 $as_echo "$ac_var='\''$ac_val'\''"
2278 done | sort
2279 echo
2282 if test -s confdefs.h; then
2283 cat <<\_ASBOX
2284 ## ----------- ##
2285 ## confdefs.h. ##
2286 ## ----------- ##
2287 _ASBOX
2288 echo
2289 cat confdefs.h
2290 echo
2292 test "$ac_signal" != 0 &&
2293 $as_echo "$as_me: caught signal $ac_signal"
2294 $as_echo "$as_me: exit $exit_status"
2295 } >&5
2296 rm -f core *.core core.conftest.* &&
2297 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2298 exit $exit_status
2300 for ac_signal in 1 2 13 15; do
2301 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2302 done
2303 ac_signal=0
2305 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2306 rm -f -r conftest* confdefs.h
2308 $as_echo "/* confdefs.h */" > confdefs.h
2310 # Predefined preprocessor variables.
2312 cat >>confdefs.h <<_ACEOF
2313 #define PACKAGE_NAME "$PACKAGE_NAME"
2314 _ACEOF
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2318 _ACEOF
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_STRING "$PACKAGE_STRING"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_URL "$PACKAGE_URL"
2334 _ACEOF
2337 # Let the site file select an alternate cache file if it wants to.
2338 # Prefer an explicitly selected file to automatically selected ones.
2339 ac_site_file1=NONE
2340 ac_site_file2=NONE
2341 if test -n "$CONFIG_SITE"; then
2342 ac_site_file1=$CONFIG_SITE
2343 elif test "x$prefix" != xNONE; then
2344 ac_site_file1=$prefix/share/config.site
2345 ac_site_file2=$prefix/etc/config.site
2346 else
2347 ac_site_file1=$ac_default_prefix/share/config.site
2348 ac_site_file2=$ac_default_prefix/etc/config.site
2350 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2352 test "x$ac_site_file" = xNONE && continue
2353 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2355 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2356 sed 's/^/| /' "$ac_site_file" >&5
2357 . "$ac_site_file"
2359 done
2361 if test -r "$cache_file"; then
2362 # Some versions of bash will fail to source /dev/null (special files
2363 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2364 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2366 $as_echo "$as_me: loading cache $cache_file" >&6;}
2367 case $cache_file in
2368 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2369 *) . "./$cache_file";;
2370 esac
2372 else
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2374 $as_echo "$as_me: creating cache $cache_file" >&6;}
2375 >$cache_file
2378 # Check that the precious variables saved in the cache have kept the same
2379 # value.
2380 ac_cache_corrupted=false
2381 for ac_var in $ac_precious_vars; do
2382 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2383 eval ac_new_set=\$ac_env_${ac_var}_set
2384 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2385 eval ac_new_val=\$ac_env_${ac_var}_value
2386 case $ac_old_set,$ac_new_set in
2387 set,)
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2389 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2390 ac_cache_corrupted=: ;;
2391 ,set)
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2394 ac_cache_corrupted=: ;;
2395 ,);;
2397 if test "x$ac_old_val" != "x$ac_new_val"; then
2398 # differences in whitespace do not lead to failure.
2399 ac_old_val_w=`echo x $ac_old_val`
2400 ac_new_val_w=`echo x $ac_new_val`
2401 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2403 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2404 ac_cache_corrupted=:
2405 else
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2407 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2408 eval $ac_var=\$ac_old_val
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2411 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2413 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2414 fi;;
2415 esac
2416 # Pass precious variables to config.status.
2417 if test "$ac_new_set" = set; then
2418 case $ac_new_val in
2419 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2420 *) ac_arg=$ac_var=$ac_new_val ;;
2421 esac
2422 case " $ac_configure_args " in
2423 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2424 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2425 esac
2427 done
2428 if $ac_cache_corrupted; then
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2432 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2433 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2435 ## -------------------- ##
2436 ## Main body of script. ##
2437 ## -------------------- ##
2439 ac_ext=c
2440 ac_cpp='$CPP $CPPFLAGS'
2441 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2442 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2443 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2447 ac_config_headers="$ac_config_headers include/config.h"
2449 ac_aux_dir=
2450 for ac_dir in tools "$srcdir"/tools; do
2451 for ac_t in install-sh install.sh shtool; do
2452 if test -f "$ac_dir/$ac_t"; then
2453 ac_aux_dir=$ac_dir
2454 ac_install_sh="$ac_aux_dir/$ac_t -c"
2455 break 2
2457 done
2458 done
2459 if test -z "$ac_aux_dir"; then
2460 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2463 # These three variables are undocumented and unsupported,
2464 # and are intended to be withdrawn in a future Autoconf release.
2465 # They can cause serious problems if a builder's source tree is in a directory
2466 # whose full name contains unusual characters.
2467 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2468 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2469 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2475 # Check whether --enable-win16 was given.
2476 if test "${enable_win16+set}" = set; then :
2477 enableval=$enable_win16;
2480 # Check whether --enable-win64 was given.
2481 if test "${enable_win64+set}" = set; then :
2482 enableval=$enable_win64;
2485 # Check whether --enable-tests was given.
2486 if test "${enable_tests+set}" = set; then :
2487 enableval=$enable_tests;
2490 # Check whether --enable-maintainer-mode was given.
2491 if test "${enable_maintainer_mode+set}" = set; then :
2492 enableval=$enable_maintainer_mode;
2493 else
2494 MAINTAINER_MODE=\#
2500 # Check whether --with-alsa was given.
2501 if test "${with_alsa+set}" = set; then :
2502 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506 # Check whether --with-audioio was given.
2507 if test "${with_audioio+set}" = set; then :
2508 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512 # Check whether --with-capi was given.
2513 if test "${with_capi+set}" = set; then :
2514 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518 # Check whether --with-cms was given.
2519 if test "${with_cms+set}" = set; then :
2520 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524 # Check whether --with-coreaudio was given.
2525 if test "${with_coreaudio+set}" = set; then :
2526 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530 # Check whether --with-cups was given.
2531 if test "${with_cups+set}" = set; then :
2532 withval=$with_cups;
2536 # Check whether --with-curses was given.
2537 if test "${with_curses+set}" = set; then :
2538 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542 # Check whether --with-esd was given.
2543 if test "${with_esd+set}" = set; then :
2544 withval=$with_esd;
2548 # Check whether --with-fontconfig was given.
2549 if test "${with_fontconfig+set}" = set; then :
2550 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554 # Check whether --with-freetype was given.
2555 if test "${with_freetype+set}" = set; then :
2556 withval=$with_freetype;
2560 # Check whether --with-gphoto was given.
2561 if test "${with_gphoto+set}" = set; then :
2562 withval=$with_gphoto;
2566 # Check whether --with-glu was given.
2567 if test "${with_glu+set}" = set; then :
2568 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572 # Check whether --with-gnutls was given.
2573 if test "${with_gnutls+set}" = set; then :
2574 withval=$with_gnutls;
2578 # Check whether --with-gsm was given.
2579 if test "${with_gsm+set}" = set; then :
2580 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2584 # Check whether --with-hal was given.
2585 if test "${with_hal+set}" = set; then :
2586 withval=$with_hal;
2590 # Check whether --with-jack was given.
2591 if test "${with_jack+set}" = set; then :
2592 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596 # Check whether --with-jpeg was given.
2597 if test "${with_jpeg+set}" = set; then :
2598 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602 # Check whether --with-ldap was given.
2603 if test "${with_ldap+set}" = set; then :
2604 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608 # Check whether --with-mpg123 was given.
2609 if test "${with_mpg123+set}" = set; then :
2610 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614 # Check whether --with-nas was given.
2615 if test "${with_nas+set}" = set; then :
2616 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620 # Check whether --with-openal was given.
2621 if test "${with_openal+set}" = set; then :
2622 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2626 # Check whether --with-opengl was given.
2627 if test "${with_opengl+set}" = set; then :
2628 withval=$with_opengl;
2632 # Check whether --with-openssl was given.
2633 if test "${with_openssl+set}" = set; then :
2634 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2638 # Check whether --with-oss was given.
2639 if test "${with_oss+set}" = set; then :
2640 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2644 # Check whether --with-png was given.
2645 if test "${with_png+set}" = set; then :
2646 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2650 # Check whether --with-pthread was given.
2651 if test "${with_pthread+set}" = set; then :
2652 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2656 # Check whether --with-sane was given.
2657 if test "${with_sane+set}" = set; then :
2658 withval=$with_sane;
2662 # Check whether --with-tiff was given.
2663 if test "${with_tiff+set}" = set; then :
2664 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2668 # Check whether --with-v4l was given.
2669 if test "${with_v4l+set}" = set; then :
2670 withval=$with_v4l;
2674 # Check whether --with-xcomposite was given.
2675 if test "${with_xcomposite+set}" = set; then :
2676 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2680 # Check whether --with-xcursor was given.
2681 if test "${with_xcursor+set}" = set; then :
2682 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2686 # Check whether --with-xinerama was given.
2687 if test "${with_xinerama+set}" = set; then :
2688 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2692 # Check whether --with-xinput was given.
2693 if test "${with_xinput+set}" = set; then :
2694 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2698 # Check whether --with-xml was given.
2699 if test "${with_xml+set}" = set; then :
2700 withval=$with_xml;
2704 # Check whether --with-xrandr was given.
2705 if test "${with_xrandr+set}" = set; then :
2706 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2710 # Check whether --with-xrender was given.
2711 if test "${with_xrender+set}" = set; then :
2712 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2716 # Check whether --with-xshape was given.
2717 if test "${with_xshape+set}" = set; then :
2718 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2722 # Check whether --with-xshm was given.
2723 if test "${with_xshm+set}" = set; then :
2724 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2728 # Check whether --with-xslt was given.
2729 if test "${with_xslt+set}" = set; then :
2730 withval=$with_xslt;
2734 # Check whether --with-xxf86vm was given.
2735 if test "${with_xxf86vm+set}" = set; then :
2736 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
2741 # Check whether --with-wine-tools was given.
2742 if test "${with_wine_tools+set}" = set; then :
2743 withval=$with_wine_tools;
2747 # Check whether --with-wine64 was given.
2748 if test "${with_wine64+set}" = set; then :
2749 withval=$with_wine64;
2753 # Make sure we can run config.sub.
2754 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2755 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2758 $as_echo_n "checking build system type... " >&6; }
2759 if test "${ac_cv_build+set}" = set; then :
2760 $as_echo_n "(cached) " >&6
2761 else
2762 ac_build_alias=$build_alias
2763 test "x$ac_build_alias" = x &&
2764 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2765 test "x$ac_build_alias" = x &&
2766 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2767 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2768 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2772 $as_echo "$ac_cv_build" >&6; }
2773 case $ac_cv_build in
2774 *-*-*) ;;
2775 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2776 esac
2777 build=$ac_cv_build
2778 ac_save_IFS=$IFS; IFS='-'
2779 set x $ac_cv_build
2780 shift
2781 build_cpu=$1
2782 build_vendor=$2
2783 shift; shift
2784 # Remember, the first character of IFS is used to create $*,
2785 # except with old shells:
2786 build_os=$*
2787 IFS=$ac_save_IFS
2788 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2792 $as_echo_n "checking host system type... " >&6; }
2793 if test "${ac_cv_host+set}" = set; then :
2794 $as_echo_n "(cached) " >&6
2795 else
2796 if test "x$host_alias" = x; then
2797 ac_cv_host=$ac_cv_build
2798 else
2799 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2800 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2805 $as_echo "$ac_cv_host" >&6; }
2806 case $ac_cv_host in
2807 *-*-*) ;;
2808 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2809 esac
2810 host=$ac_cv_host
2811 ac_save_IFS=$IFS; IFS='-'
2812 set x $ac_cv_host
2813 shift
2814 host_cpu=$1
2815 host_vendor=$2
2816 shift; shift
2817 # Remember, the first character of IFS is used to create $*,
2818 # except with old shells:
2819 host_os=$*
2820 IFS=$ac_save_IFS
2821 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2825 case "$srcdir" in
2826 .) ;;
2827 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2828 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2829 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2830 fi ;;
2831 esac
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2835 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2836 set x ${MAKE-make}
2837 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2838 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2839 $as_echo_n "(cached) " >&6
2840 else
2841 cat >conftest.make <<\_ACEOF
2842 SHELL = /bin/sh
2843 all:
2844 @echo '@@@%%%=$(MAKE)=@@@%%%'
2845 _ACEOF
2846 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2847 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2848 *@@@%%%=?*=@@@%%%*)
2849 eval ac_cv_prog_make_${ac_make}_set=yes;;
2851 eval ac_cv_prog_make_${ac_make}_set=no;;
2852 esac
2853 rm -f conftest.make
2855 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2857 $as_echo "yes" >&6; }
2858 SET_MAKE=
2859 else
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2861 $as_echo "no" >&6; }
2862 SET_MAKE="MAKE=${MAKE-make}"
2865 ac_ext=c
2866 ac_cpp='$CPP $CPPFLAGS'
2867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2872 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874 $as_echo_n "checking for $ac_word... " >&6; }
2875 if test "${ac_cv_prog_CC+set}" = set; then :
2876 $as_echo_n "(cached) " >&6
2877 else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880 else
2881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882 for as_dir in $PATH
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2888 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2892 done
2893 done
2894 IFS=$as_save_IFS
2898 CC=$ac_cv_prog_CC
2899 if test -n "$CC"; then
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2901 $as_echo "$CC" >&6; }
2902 else
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2904 $as_echo "no" >&6; }
2909 if test -z "$ac_cv_prog_CC"; then
2910 ac_ct_CC=$CC
2911 # Extract the first word of "gcc", so it can be a program name with args.
2912 set dummy gcc; ac_word=$2
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2914 $as_echo_n "checking for $ac_word... " >&6; }
2915 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2916 $as_echo_n "(cached) " >&6
2917 else
2918 if test -n "$ac_ct_CC"; then
2919 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2920 else
2921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2922 for as_dir in $PATH
2924 IFS=$as_save_IFS
2925 test -z "$as_dir" && as_dir=.
2926 for ac_exec_ext in '' $ac_executable_extensions; do
2927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2928 ac_cv_prog_ac_ct_CC="gcc"
2929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2930 break 2
2932 done
2933 done
2934 IFS=$as_save_IFS
2938 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2939 if test -n "$ac_ct_CC"; then
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2941 $as_echo "$ac_ct_CC" >&6; }
2942 else
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2944 $as_echo "no" >&6; }
2947 if test "x$ac_ct_CC" = x; then
2948 CC=""
2949 else
2950 case $cross_compiling:$ac_tool_warned in
2951 yes:)
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2954 ac_tool_warned=yes ;;
2955 esac
2956 CC=$ac_ct_CC
2958 else
2959 CC="$ac_cv_prog_CC"
2962 if test -z "$CC"; then
2963 if test -n "$ac_tool_prefix"; then
2964 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2965 set dummy ${ac_tool_prefix}cc; ac_word=$2
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2967 $as_echo_n "checking for $ac_word... " >&6; }
2968 if test "${ac_cv_prog_CC+set}" = set; then :
2969 $as_echo_n "(cached) " >&6
2970 else
2971 if test -n "$CC"; then
2972 ac_cv_prog_CC="$CC" # Let the user override the test.
2973 else
2974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2975 for as_dir in $PATH
2977 IFS=$as_save_IFS
2978 test -z "$as_dir" && as_dir=.
2979 for ac_exec_ext in '' $ac_executable_extensions; do
2980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2981 ac_cv_prog_CC="${ac_tool_prefix}cc"
2982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2983 break 2
2985 done
2986 done
2987 IFS=$as_save_IFS
2991 CC=$ac_cv_prog_CC
2992 if test -n "$CC"; then
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2994 $as_echo "$CC" >&6; }
2995 else
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2997 $as_echo "no" >&6; }
3003 if test -z "$CC"; then
3004 # Extract the first word of "cc", so it can be a program name with args.
3005 set dummy cc; ac_word=$2
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3007 $as_echo_n "checking for $ac_word... " >&6; }
3008 if test "${ac_cv_prog_CC+set}" = set; then :
3009 $as_echo_n "(cached) " >&6
3010 else
3011 if test -n "$CC"; then
3012 ac_cv_prog_CC="$CC" # Let the user override the test.
3013 else
3014 ac_prog_rejected=no
3015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3016 for as_dir in $PATH
3018 IFS=$as_save_IFS
3019 test -z "$as_dir" && as_dir=.
3020 for ac_exec_ext in '' $ac_executable_extensions; do
3021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3022 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3023 ac_prog_rejected=yes
3024 continue
3026 ac_cv_prog_CC="cc"
3027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3028 break 2
3030 done
3031 done
3032 IFS=$as_save_IFS
3034 if test $ac_prog_rejected = yes; then
3035 # We found a bogon in the path, so make sure we never use it.
3036 set dummy $ac_cv_prog_CC
3037 shift
3038 if test $# != 0; then
3039 # We chose a different compiler from the bogus one.
3040 # However, it has the same basename, so the bogon will be chosen
3041 # first if we set CC to just the basename; use the full file name.
3042 shift
3043 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3048 CC=$ac_cv_prog_CC
3049 if test -n "$CC"; then
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3051 $as_echo "$CC" >&6; }
3052 else
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3054 $as_echo "no" >&6; }
3059 if test -z "$CC"; then
3060 if test -n "$ac_tool_prefix"; then
3061 for ac_prog in cl.exe
3063 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3064 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3066 $as_echo_n "checking for $ac_word... " >&6; }
3067 if test "${ac_cv_prog_CC+set}" = set; then :
3068 $as_echo_n "(cached) " >&6
3069 else
3070 if test -n "$CC"; then
3071 ac_cv_prog_CC="$CC" # Let the user override the test.
3072 else
3073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3074 for as_dir in $PATH
3076 IFS=$as_save_IFS
3077 test -z "$as_dir" && as_dir=.
3078 for ac_exec_ext in '' $ac_executable_extensions; do
3079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3080 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3082 break 2
3084 done
3085 done
3086 IFS=$as_save_IFS
3090 CC=$ac_cv_prog_CC
3091 if test -n "$CC"; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3093 $as_echo "$CC" >&6; }
3094 else
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3096 $as_echo "no" >&6; }
3100 test -n "$CC" && break
3101 done
3103 if test -z "$CC"; then
3104 ac_ct_CC=$CC
3105 for ac_prog in cl.exe
3107 # Extract the first word of "$ac_prog", so it can be a program name with args.
3108 set dummy $ac_prog; ac_word=$2
3109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3110 $as_echo_n "checking for $ac_word... " >&6; }
3111 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3112 $as_echo_n "(cached) " >&6
3113 else
3114 if test -n "$ac_ct_CC"; then
3115 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3116 else
3117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3118 for as_dir in $PATH
3120 IFS=$as_save_IFS
3121 test -z "$as_dir" && as_dir=.
3122 for ac_exec_ext in '' $ac_executable_extensions; do
3123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3124 ac_cv_prog_ac_ct_CC="$ac_prog"
3125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3126 break 2
3128 done
3129 done
3130 IFS=$as_save_IFS
3134 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3135 if test -n "$ac_ct_CC"; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3137 $as_echo "$ac_ct_CC" >&6; }
3138 else
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3140 $as_echo "no" >&6; }
3144 test -n "$ac_ct_CC" && break
3145 done
3147 if test "x$ac_ct_CC" = x; then
3148 CC=""
3149 else
3150 case $cross_compiling:$ac_tool_warned in
3151 yes:)
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3153 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3154 ac_tool_warned=yes ;;
3155 esac
3156 CC=$ac_ct_CC
3163 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165 as_fn_error "no acceptable C compiler found in \$PATH
3166 See \`config.log' for more details." "$LINENO" 5; }
3168 # Provide some information about the compiler.
3169 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3170 set X $ac_compile
3171 ac_compiler=$2
3172 for ac_option in --version -v -V -qversion; do
3173 { { ac_try="$ac_compiler $ac_option >&5"
3174 case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177 esac
3178 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3179 $as_echo "$ac_try_echo"; } >&5
3180 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3181 ac_status=$?
3182 if test -s conftest.err; then
3183 sed '10a\
3184 ... rest of stderr output deleted ...
3185 10q' conftest.err >conftest.er1
3186 cat conftest.er1 >&5
3188 rm -f conftest.er1 conftest.err
3189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3190 test $ac_status = 0; }
3191 done
3193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3194 /* end confdefs.h. */
3197 main ()
3201 return 0;
3203 _ACEOF
3204 ac_clean_files_save=$ac_clean_files
3205 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3206 # Try to create an executable without -o first, disregard a.out.
3207 # It will help us diagnose broken compilers, and finding out an intuition
3208 # of exeext.
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3210 $as_echo_n "checking whether the C compiler works... " >&6; }
3211 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3213 # The possible output files:
3214 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3216 ac_rmfiles=
3217 for ac_file in $ac_files
3219 case $ac_file in
3220 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3221 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3222 esac
3223 done
3224 rm -f $ac_rmfiles
3226 if { { ac_try="$ac_link_default"
3227 case "(($ac_try" in
3228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3229 *) ac_try_echo=$ac_try;;
3230 esac
3231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3232 $as_echo "$ac_try_echo"; } >&5
3233 (eval "$ac_link_default") 2>&5
3234 ac_status=$?
3235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3236 test $ac_status = 0; }; then :
3237 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3238 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3239 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3240 # so that the user can short-circuit this test for compilers unknown to
3241 # Autoconf.
3242 for ac_file in $ac_files ''
3244 test -f "$ac_file" || continue
3245 case $ac_file in
3246 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3248 [ab].out )
3249 # We found the default executable, but exeext='' is most
3250 # certainly right.
3251 break;;
3252 *.* )
3253 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3254 then :; else
3255 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3257 # We set ac_cv_exeext here because the later test for it is not
3258 # safe: cross compilers may not add the suffix if given an `-o'
3259 # argument, so we may need to know it at that point already.
3260 # Even if this section looks crufty: it has the advantage of
3261 # actually working.
3262 break;;
3264 break;;
3265 esac
3266 done
3267 test "$ac_cv_exeext" = no && ac_cv_exeext=
3269 else
3270 ac_file=''
3272 if test -z "$ac_file"; then :
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274 $as_echo "no" >&6; }
3275 $as_echo "$as_me: failed program was:" >&5
3276 sed 's/^/| /' conftest.$ac_ext >&5
3278 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3279 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3280 { as_fn_set_status 77
3281 as_fn_error "C compiler cannot create executables
3282 See \`config.log' for more details." "$LINENO" 5; }; }
3283 else
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3285 $as_echo "yes" >&6; }
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3288 $as_echo_n "checking for C compiler default output file name... " >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3290 $as_echo "$ac_file" >&6; }
3291 ac_exeext=$ac_cv_exeext
3293 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3294 ac_clean_files=$ac_clean_files_save
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3296 $as_echo_n "checking for suffix of executables... " >&6; }
3297 if { { ac_try="$ac_link"
3298 case "(($ac_try" in
3299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3300 *) ac_try_echo=$ac_try;;
3301 esac
3302 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3303 $as_echo "$ac_try_echo"; } >&5
3304 (eval "$ac_link") 2>&5
3305 ac_status=$?
3306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3307 test $ac_status = 0; }; then :
3308 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3309 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3310 # work properly (i.e., refer to `conftest.exe'), while it won't with
3311 # `rm'.
3312 for ac_file in conftest.exe conftest conftest.*; do
3313 test -f "$ac_file" || continue
3314 case $ac_file in
3315 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3316 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3317 break;;
3318 * ) break;;
3319 esac
3320 done
3321 else
3322 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3323 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3324 as_fn_error "cannot compute suffix of executables: cannot compile and link
3325 See \`config.log' for more details." "$LINENO" 5; }
3327 rm -f conftest conftest$ac_cv_exeext
3328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3329 $as_echo "$ac_cv_exeext" >&6; }
3331 rm -f conftest.$ac_ext
3332 EXEEXT=$ac_cv_exeext
3333 ac_exeext=$EXEEXT
3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335 /* end confdefs.h. */
3336 #include <stdio.h>
3338 main ()
3340 FILE *f = fopen ("conftest.out", "w");
3341 return ferror (f) || fclose (f) != 0;
3344 return 0;
3346 _ACEOF
3347 ac_clean_files="$ac_clean_files conftest.out"
3348 # Check that the compiler produces executables we can run. If not, either
3349 # the compiler is broken, or we cross compile.
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3351 $as_echo_n "checking whether we are cross compiling... " >&6; }
3352 if test "$cross_compiling" != yes; then
3353 { { ac_try="$ac_link"
3354 case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3357 esac
3358 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3359 $as_echo "$ac_try_echo"; } >&5
3360 (eval "$ac_link") 2>&5
3361 ac_status=$?
3362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3363 test $ac_status = 0; }
3364 if { ac_try='./conftest$ac_cv_exeext'
3365 { { case "(($ac_try" in
3366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3367 *) ac_try_echo=$ac_try;;
3368 esac
3369 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3370 $as_echo "$ac_try_echo"; } >&5
3371 (eval "$ac_try") 2>&5
3372 ac_status=$?
3373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3374 test $ac_status = 0; }; }; then
3375 cross_compiling=no
3376 else
3377 if test "$cross_compiling" = maybe; then
3378 cross_compiling=yes
3379 else
3380 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3381 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3382 as_fn_error "cannot run C compiled programs.
3383 If you meant to cross compile, use \`--host'.
3384 See \`config.log' for more details." "$LINENO" 5; }
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3389 $as_echo "$cross_compiling" >&6; }
3391 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3392 ac_clean_files=$ac_clean_files_save
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3394 $as_echo_n "checking for suffix of object files... " >&6; }
3395 if test "${ac_cv_objext+set}" = set; then :
3396 $as_echo_n "(cached) " >&6
3397 else
3398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3399 /* end confdefs.h. */
3402 main ()
3406 return 0;
3408 _ACEOF
3409 rm -f conftest.o conftest.obj
3410 if { { ac_try="$ac_compile"
3411 case "(($ac_try" in
3412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413 *) ac_try_echo=$ac_try;;
3414 esac
3415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3416 $as_echo "$ac_try_echo"; } >&5
3417 (eval "$ac_compile") 2>&5
3418 ac_status=$?
3419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3420 test $ac_status = 0; }; then :
3421 for ac_file in conftest.o conftest.obj conftest.*; do
3422 test -f "$ac_file" || continue;
3423 case $ac_file in
3424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3425 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3426 break;;
3427 esac
3428 done
3429 else
3430 $as_echo "$as_me: failed program was:" >&5
3431 sed 's/^/| /' conftest.$ac_ext >&5
3433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3435 as_fn_error "cannot compute suffix of object files: cannot compile
3436 See \`config.log' for more details." "$LINENO" 5; }
3438 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3441 $as_echo "$ac_cv_objext" >&6; }
3442 OBJEXT=$ac_cv_objext
3443 ac_objext=$OBJEXT
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3445 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3446 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3447 $as_echo_n "(cached) " >&6
3448 else
3449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3450 /* end confdefs.h. */
3453 main ()
3455 #ifndef __GNUC__
3456 choke me
3457 #endif
3460 return 0;
3462 _ACEOF
3463 if ac_fn_c_try_compile "$LINENO"; then :
3464 ac_compiler_gnu=yes
3465 else
3466 ac_compiler_gnu=no
3468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3469 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3473 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3474 if test $ac_compiler_gnu = yes; then
3475 GCC=yes
3476 else
3477 GCC=
3479 ac_test_CFLAGS=${CFLAGS+set}
3480 ac_save_CFLAGS=$CFLAGS
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3482 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3483 if test "${ac_cv_prog_cc_g+set}" = set; then :
3484 $as_echo_n "(cached) " >&6
3485 else
3486 ac_save_c_werror_flag=$ac_c_werror_flag
3487 ac_c_werror_flag=yes
3488 ac_cv_prog_cc_g=no
3489 CFLAGS="-g"
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491 /* end confdefs.h. */
3494 main ()
3498 return 0;
3500 _ACEOF
3501 if ac_fn_c_try_compile "$LINENO"; then :
3502 ac_cv_prog_cc_g=yes
3503 else
3504 CFLAGS=""
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3506 /* end confdefs.h. */
3509 main ()
3513 return 0;
3515 _ACEOF
3516 if ac_fn_c_try_compile "$LINENO"; then :
3518 else
3519 ac_c_werror_flag=$ac_save_c_werror_flag
3520 CFLAGS="-g"
3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 if ac_fn_c_try_compile "$LINENO"; then :
3533 ac_cv_prog_cc_g=yes
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 ac_c_werror_flag=$ac_save_c_werror_flag
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3543 $as_echo "$ac_cv_prog_cc_g" >&6; }
3544 if test "$ac_test_CFLAGS" = set; then
3545 CFLAGS=$ac_save_CFLAGS
3546 elif test $ac_cv_prog_cc_g = yes; then
3547 if test "$GCC" = yes; then
3548 CFLAGS="-g -O2"
3549 else
3550 CFLAGS="-g"
3552 else
3553 if test "$GCC" = yes; then
3554 CFLAGS="-O2"
3555 else
3556 CFLAGS=
3559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3560 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3561 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_cv_prog_cc_c89=no
3565 ac_save_CC=$CC
3566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3567 /* end confdefs.h. */
3568 #include <stdarg.h>
3569 #include <stdio.h>
3570 #include <sys/types.h>
3571 #include <sys/stat.h>
3572 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3573 struct buf { int x; };
3574 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3575 static char *e (p, i)
3576 char **p;
3577 int i;
3579 return p[i];
3581 static char *f (char * (*g) (char **, int), char **p, ...)
3583 char *s;
3584 va_list v;
3585 va_start (v,p);
3586 s = g (p, va_arg (v,int));
3587 va_end (v);
3588 return s;
3591 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3592 function prototypes and stuff, but not '\xHH' hex character constants.
3593 These don't provoke an error unfortunately, instead are silently treated
3594 as 'x'. The following induces an error, until -std is added to get
3595 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3596 array size at least. It's necessary to write '\x00'==0 to get something
3597 that's true only with -std. */
3598 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3600 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3601 inside strings and character constants. */
3602 #define FOO(x) 'x'
3603 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3605 int test (int i, double x);
3606 struct s1 {int (*f) (int a);};
3607 struct s2 {int (*f) (double a);};
3608 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3609 int argc;
3610 char **argv;
3612 main ()
3614 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3616 return 0;
3618 _ACEOF
3619 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3620 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3622 CC="$ac_save_CC $ac_arg"
3623 if ac_fn_c_try_compile "$LINENO"; then :
3624 ac_cv_prog_cc_c89=$ac_arg
3626 rm -f core conftest.err conftest.$ac_objext
3627 test "x$ac_cv_prog_cc_c89" != "xno" && break
3628 done
3629 rm -f conftest.$ac_ext
3630 CC=$ac_save_CC
3633 # AC_CACHE_VAL
3634 case "x$ac_cv_prog_cc_c89" in
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3637 $as_echo "none needed" >&6; } ;;
3638 xno)
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3640 $as_echo "unsupported" >&6; } ;;
3642 CC="$CC $ac_cv_prog_cc_c89"
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3644 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3645 esac
3646 if test "x$ac_cv_prog_cc_c89" != xno; then :
3650 ac_ext=c
3651 ac_cpp='$CPP $CPPFLAGS'
3652 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3656 ac_ext=cpp
3657 ac_cpp='$CXXCPP $CPPFLAGS'
3658 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3659 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3660 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3661 if test -z "$CXX"; then
3662 if test -n "$CCC"; then
3663 CXX=$CCC
3664 else
3665 if test -n "$ac_tool_prefix"; then
3666 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3668 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3669 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3671 $as_echo_n "checking for $ac_word... " >&6; }
3672 if test "${ac_cv_prog_CXX+set}" = set; then :
3673 $as_echo_n "(cached) " >&6
3674 else
3675 if test -n "$CXX"; then
3676 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3677 else
3678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679 for as_dir in $PATH
3681 IFS=$as_save_IFS
3682 test -z "$as_dir" && as_dir=.
3683 for ac_exec_ext in '' $ac_executable_extensions; do
3684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3685 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3687 break 2
3689 done
3690 done
3691 IFS=$as_save_IFS
3695 CXX=$ac_cv_prog_CXX
3696 if test -n "$CXX"; then
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3698 $as_echo "$CXX" >&6; }
3699 else
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3701 $as_echo "no" >&6; }
3705 test -n "$CXX" && break
3706 done
3708 if test -z "$CXX"; then
3709 ac_ct_CXX=$CXX
3710 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3712 # Extract the first word of "$ac_prog", so it can be a program name with args.
3713 set dummy $ac_prog; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3718 else
3719 if test -n "$ac_ct_CXX"; then
3720 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729 ac_cv_prog_ac_ct_CXX="$ac_prog"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731 break 2
3733 done
3734 done
3735 IFS=$as_save_IFS
3739 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3740 if test -n "$ac_ct_CXX"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3742 $as_echo "$ac_ct_CXX" >&6; }
3743 else
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3749 test -n "$ac_ct_CXX" && break
3750 done
3752 if test "x$ac_ct_CXX" = x; then
3753 CXX="g++"
3754 else
3755 case $cross_compiling:$ac_tool_warned in
3756 yes:)
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3758 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3759 ac_tool_warned=yes ;;
3760 esac
3761 CXX=$ac_ct_CXX
3767 # Provide some information about the compiler.
3768 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3769 set X $ac_compile
3770 ac_compiler=$2
3771 for ac_option in --version -v -V -qversion; do
3772 { { ac_try="$ac_compiler $ac_option >&5"
3773 case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776 esac
3777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3778 $as_echo "$ac_try_echo"; } >&5
3779 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3780 ac_status=$?
3781 if test -s conftest.err; then
3782 sed '10a\
3783 ... rest of stderr output deleted ...
3784 10q' conftest.err >conftest.er1
3785 cat conftest.er1 >&5
3787 rm -f conftest.er1 conftest.err
3788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3789 test $ac_status = 0; }
3790 done
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3793 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3794 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3795 $as_echo_n "(cached) " >&6
3796 else
3797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3798 /* end confdefs.h. */
3801 main ()
3803 #ifndef __GNUC__
3804 choke me
3805 #endif
3808 return 0;
3810 _ACEOF
3811 if ac_fn_cxx_try_compile "$LINENO"; then :
3812 ac_compiler_gnu=yes
3813 else
3814 ac_compiler_gnu=no
3816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3817 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3821 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3822 if test $ac_compiler_gnu = yes; then
3823 GXX=yes
3824 else
3825 GXX=
3827 ac_test_CXXFLAGS=${CXXFLAGS+set}
3828 ac_save_CXXFLAGS=$CXXFLAGS
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3830 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3831 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3832 $as_echo_n "(cached) " >&6
3833 else
3834 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3835 ac_cxx_werror_flag=yes
3836 ac_cv_prog_cxx_g=no
3837 CXXFLAGS="-g"
3838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3839 /* end confdefs.h. */
3842 main ()
3846 return 0;
3848 _ACEOF
3849 if ac_fn_cxx_try_compile "$LINENO"; then :
3850 ac_cv_prog_cxx_g=yes
3851 else
3852 CXXFLAGS=""
3853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3854 /* end confdefs.h. */
3857 main ()
3861 return 0;
3863 _ACEOF
3864 if ac_fn_cxx_try_compile "$LINENO"; then :
3866 else
3867 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3868 CXXFLAGS="-g"
3869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3870 /* end confdefs.h. */
3873 main ()
3877 return 0;
3879 _ACEOF
3880 if ac_fn_cxx_try_compile "$LINENO"; then :
3881 ac_cv_prog_cxx_g=yes
3883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3891 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3892 if test "$ac_test_CXXFLAGS" = set; then
3893 CXXFLAGS=$ac_save_CXXFLAGS
3894 elif test $ac_cv_prog_cxx_g = yes; then
3895 if test "$GXX" = yes; then
3896 CXXFLAGS="-g -O2"
3897 else
3898 CXXFLAGS="-g"
3900 else
3901 if test "$GXX" = yes; then
3902 CXXFLAGS="-O2"
3903 else
3904 CXXFLAGS=
3907 ac_ext=c
3908 ac_cpp='$CPP $CPPFLAGS'
3909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3913 if test -n "$ac_tool_prefix"; then
3914 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3915 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3917 $as_echo_n "checking for $ac_word... " >&6; }
3918 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3919 $as_echo_n "(cached) " >&6
3920 else
3921 if test -n "$CPPBIN"; then
3922 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3923 else
3924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3925 for as_dir in $PATH
3927 IFS=$as_save_IFS
3928 test -z "$as_dir" && as_dir=.
3929 for ac_exec_ext in '' $ac_executable_extensions; do
3930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3931 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3933 break 2
3935 done
3936 done
3937 IFS=$as_save_IFS
3941 CPPBIN=$ac_cv_prog_CPPBIN
3942 if test -n "$CPPBIN"; then
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3944 $as_echo "$CPPBIN" >&6; }
3945 else
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3947 $as_echo "no" >&6; }
3952 if test -z "$ac_cv_prog_CPPBIN"; then
3953 ac_ct_CPPBIN=$CPPBIN
3954 # Extract the first word of "cpp", so it can be a program name with args.
3955 set dummy cpp; ac_word=$2
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3957 $as_echo_n "checking for $ac_word... " >&6; }
3958 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3959 $as_echo_n "(cached) " >&6
3960 else
3961 if test -n "$ac_ct_CPPBIN"; then
3962 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3963 else
3964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965 for as_dir in $PATH
3967 IFS=$as_save_IFS
3968 test -z "$as_dir" && as_dir=.
3969 for ac_exec_ext in '' $ac_executable_extensions; do
3970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3971 ac_cv_prog_ac_ct_CPPBIN="cpp"
3972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3973 break 2
3975 done
3976 done
3977 IFS=$as_save_IFS
3981 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3982 if test -n "$ac_ct_CPPBIN"; then
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3984 $as_echo "$ac_ct_CPPBIN" >&6; }
3985 else
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3987 $as_echo "no" >&6; }
3990 if test "x$ac_ct_CPPBIN" = x; then
3991 CPPBIN="cpp"
3992 else
3993 case $cross_compiling:$ac_tool_warned in
3994 yes:)
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3997 ac_tool_warned=yes ;;
3998 esac
3999 CPPBIN=$ac_ct_CPPBIN
4001 else
4002 CPPBIN="$ac_cv_prog_CPPBIN"
4006 cat >>confdefs.h <<_ACEOF
4007 #define EXEEXT "$ac_exeext"
4008 _ACEOF
4011 case $host in
4012 *-darwin*)
4013 if test "x$enable_win64" = "xyes"
4014 then
4015 CC="$CC -m64"
4016 CXX="$CXX -m64"
4017 LD="${LD:-ld} -arch x86_64"
4018 AS="${AS:-as} -arch x86_64"
4019 host_cpu="x86_64"
4020 notice_platform="64-bit "
4021 TARGETFLAGS="-m64"
4023 else
4024 CC="$CC -m32"
4025 CXX="$CXX -m32"
4026 LD="${LD:-ld} -arch i386"
4027 AS="${AS:-as} -arch i386"
4028 host_cpu="i386"
4029 notice_platform="32-bit "
4030 TARGETFLAGS="-m32"
4032 enable_win16=${enable_win16:-yes}
4035 x86_64*)
4036 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4037 then
4038 CC="$CC -m32"
4039 CXX="$CXX -m32"
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4041 $as_echo_n "checking whether $CC works... " >&6; }
4043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4044 /* end confdefs.h. */
4047 main ()
4051 return 0;
4053 _ACEOF
4054 if ac_fn_c_try_link "$LINENO"; then :
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4056 $as_echo "yes" >&6; }
4057 else
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4060 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4062 rm -f core conftest.err conftest.$ac_objext \
4063 conftest$ac_exeext conftest.$ac_ext
4064 LD="${LD:-ld} -m elf_i386"
4065 AS="${AS:-as} --32"
4066 host_cpu="i386"
4067 notice_platform="32-bit "
4068 TARGETFLAGS="-m32"
4070 enable_win16=${enable_win16:-yes}
4071 else
4072 if test "x${GCC}" = "xyes"
4073 then
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4075 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4077 /* end confdefs.h. */
4078 #include <stdarg.h>
4080 main ()
4082 void func(__builtin_ms_va_list *args);
4084 return 0;
4086 _ACEOF
4087 if ac_fn_c_try_compile "$LINENO"; then :
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4089 $as_echo "yes" >&6; }
4090 else
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4092 $as_echo "no" >&6; }
4093 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4097 TARGETFLAGS="-m64"
4101 *-mingw32*|*-cygwin*)
4102 enable_win16=${enable_win16:-no}
4103 CFLAGS="$CFLAGS -D_WIN32"
4105 i[3456789]86*)
4106 enable_win16=${enable_win16:-yes}
4108 esac
4110 enable_win16=${enable_win16:-no}
4112 enable_winetest=${enable_winetest:-$enable_tests}
4114 if test -n "$with_wine64"
4115 then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4121 WOW64_DISABLE=\#
4123 enable_fonts=${enable_fonts:-no}
4124 enable_server=${enable_server:-no}
4125 enable_tools=${enable_tools:-no}
4126 elif test "x$enable_win64" = "xyes"
4127 then
4128 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4132 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4133 if test "${wine_cv_toolsdir+set}" = set; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 wine_cv_toolsdir="$with_wine_tools"
4137 if test -z "$with_wine_tools"; then
4138 if test "$cross_compiling" = "yes"; then
4139 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4140 elif test -n "$with_wine64"; then
4141 wine_cv_toolsdir="$with_wine64"
4144 if test -z "$wine_cv_toolsdir"; then
4145 wine_cv_toolsdir="\$(TOPOBJDIR)"
4146 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4147 case "$wine_cv_toolsdir" in
4148 /*) ;;
4149 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4150 esac
4151 else
4152 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4156 $as_echo "$wine_cv_toolsdir" >&6; }
4157 TOOLSDIR=$wine_cv_toolsdir
4159 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4160 then
4161 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4165 for ac_prog in flex
4167 # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_FLEX+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
4173 else
4174 if test -n "$FLEX"; then
4175 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 ac_cv_prog_FLEX="$ac_prog"
4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 break 2
4188 done
4189 done
4190 IFS=$as_save_IFS
4194 FLEX=$ac_cv_prog_FLEX
4195 if test -n "$FLEX"; then
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4197 $as_echo "$FLEX" >&6; }
4198 else
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4204 test -n "$FLEX" && break
4205 done
4206 test -n "$FLEX" || FLEX="none"
4208 if test "$FLEX" = "none"
4209 then
4210 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4213 $as_echo_n "checking whether flex is recent enough... " >&6; }
4214 cat >conftest.l <<EOF
4215 %top{
4216 #include "prediluvian.h"
4220 if $FLEX -t conftest.l >/dev/null 2>&1
4221 then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4223 $as_echo "yes" >&6; }
4224 else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226 $as_echo "no" >&6; }
4227 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4230 for ac_prog in bison
4232 # Extract the first word of "$ac_prog", so it can be a program name with args.
4233 set dummy $ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_BISON+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
4238 else
4239 if test -n "$BISON"; then
4240 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_BISON="$ac_prog"
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4253 done
4254 done
4255 IFS=$as_save_IFS
4259 BISON=$ac_cv_prog_BISON
4260 if test -n "$BISON"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4262 $as_echo "$BISON" >&6; }
4263 else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4269 test -n "$BISON" && break
4270 done
4271 test -n "$BISON" || BISON="none"
4273 if test "$BISON" = "none"
4274 then
4275 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4278 if test -n "$ac_tool_prefix"; then
4279 for ac_prog in ar gar
4281 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_AR+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 if test -n "$AR"; then
4289 ac_cv_prog_AR="$AR" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4294 IFS=$as_save_IFS
4295 test -z "$as_dir" && as_dir=.
4296 for ac_exec_ext in '' $ac_executable_extensions; do
4297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 break 2
4302 done
4303 done
4304 IFS=$as_save_IFS
4308 AR=$ac_cv_prog_AR
4309 if test -n "$AR"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4311 $as_echo "$AR" >&6; }
4312 else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4318 test -n "$AR" && break
4319 done
4321 if test -z "$AR"; then
4322 ac_ct_AR=$AR
4323 for ac_prog in ar gar
4325 # Extract the first word of "$ac_prog", so it can be a program name with args.
4326 set dummy $ac_prog; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
4331 else
4332 if test -n "$ac_ct_AR"; then
4333 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4338 IFS=$as_save_IFS
4339 test -z "$as_dir" && as_dir=.
4340 for ac_exec_ext in '' $ac_executable_extensions; do
4341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342 ac_cv_prog_ac_ct_AR="$ac_prog"
4343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344 break 2
4346 done
4347 done
4348 IFS=$as_save_IFS
4352 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4353 if test -n "$ac_ct_AR"; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4355 $as_echo "$ac_ct_AR" >&6; }
4356 else
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4362 test -n "$ac_ct_AR" && break
4363 done
4365 if test "x$ac_ct_AR" = x; then
4366 AR="ar"
4367 else
4368 case $cross_compiling:$ac_tool_warned in
4369 yes:)
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4372 ac_tool_warned=yes ;;
4373 esac
4374 AR=$ac_ct_AR
4378 ARFLAGS=rc
4380 if test -n "$ac_tool_prefix"; then
4381 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4382 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4384 $as_echo_n "checking for $ac_word... " >&6; }
4385 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4386 $as_echo_n "(cached) " >&6
4387 else
4388 if test -n "$RANLIB"; then
4389 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4390 else
4391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4392 for as_dir in $PATH
4394 IFS=$as_save_IFS
4395 test -z "$as_dir" && as_dir=.
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4400 break 2
4402 done
4403 done
4404 IFS=$as_save_IFS
4408 RANLIB=$ac_cv_prog_RANLIB
4409 if test -n "$RANLIB"; then
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4411 $as_echo "$RANLIB" >&6; }
4412 else
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4419 if test -z "$ac_cv_prog_RANLIB"; then
4420 ac_ct_RANLIB=$RANLIB
4421 # Extract the first word of "ranlib", so it can be a program name with args.
4422 set dummy ranlib; ac_word=$2
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4424 $as_echo_n "checking for $ac_word... " >&6; }
4425 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4426 $as_echo_n "(cached) " >&6
4427 else
4428 if test -n "$ac_ct_RANLIB"; then
4429 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4430 else
4431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4432 for as_dir in $PATH
4434 IFS=$as_save_IFS
4435 test -z "$as_dir" && as_dir=.
4436 for ac_exec_ext in '' $ac_executable_extensions; do
4437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4438 ac_cv_prog_ac_ct_RANLIB="ranlib"
4439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4440 break 2
4442 done
4443 done
4444 IFS=$as_save_IFS
4448 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4449 if test -n "$ac_ct_RANLIB"; then
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4451 $as_echo "$ac_ct_RANLIB" >&6; }
4452 else
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4454 $as_echo "no" >&6; }
4457 if test "x$ac_ct_RANLIB" = x; then
4458 RANLIB=":"
4459 else
4460 case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466 RANLIB=$ac_ct_RANLIB
4468 else
4469 RANLIB="$ac_cv_prog_RANLIB"
4472 if test -n "$ac_tool_prefix"; then
4473 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}strip; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_STRIP+set}" = set; then :
4478 $as_echo_n "(cached) " >&6
4479 else
4480 if test -n "$STRIP"; then
4481 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4486 IFS=$as_save_IFS
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 break 2
4494 done
4495 done
4496 IFS=$as_save_IFS
4500 STRIP=$ac_cv_prog_STRIP
4501 if test -n "$STRIP"; then
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4503 $as_echo "$STRIP" >&6; }
4504 else
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4506 $as_echo "no" >&6; }
4511 if test -z "$ac_cv_prog_STRIP"; then
4512 ac_ct_STRIP=$STRIP
4513 # Extract the first word of "strip", so it can be a program name with args.
4514 set dummy strip; ac_word=$2
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4518 $as_echo_n "(cached) " >&6
4519 else
4520 if test -n "$ac_ct_STRIP"; then
4521 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4526 IFS=$as_save_IFS
4527 test -z "$as_dir" && as_dir=.
4528 for ac_exec_ext in '' $ac_executable_extensions; do
4529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530 ac_cv_prog_ac_ct_STRIP="strip"
4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 break 2
4534 done
4535 done
4536 IFS=$as_save_IFS
4540 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4541 if test -n "$ac_ct_STRIP"; then
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4543 $as_echo "$ac_ct_STRIP" >&6; }
4544 else
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4549 if test "x$ac_ct_STRIP" = x; then
4550 STRIP="strip"
4551 else
4552 case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558 STRIP=$ac_ct_STRIP
4560 else
4561 STRIP="$ac_cv_prog_STRIP"
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4565 $as_echo_n "checking whether ln -s works... " >&6; }
4566 LN_S=$as_ln_s
4567 if test "$LN_S" = "ln -s"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4569 $as_echo "yes" >&6; }
4570 else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4572 $as_echo "no, using $LN_S" >&6; }
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4576 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4577 if test "${ac_cv_path_GREP+set}" = set; then :
4578 $as_echo_n "(cached) " >&6
4579 else
4580 if test -z "$GREP"; then
4581 ac_path_GREP_found=false
4582 # Loop through the user's path and test for each of PROGNAME-LIST
4583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4586 IFS=$as_save_IFS
4587 test -z "$as_dir" && as_dir=.
4588 for ac_prog in grep ggrep; do
4589 for ac_exec_ext in '' $ac_executable_extensions; do
4590 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4591 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4592 # Check for GNU ac_path_GREP and select it if it is found.
4593 # Check for GNU $ac_path_GREP
4594 case `"$ac_path_GREP" --version 2>&1` in
4595 *GNU*)
4596 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4598 ac_count=0
4599 $as_echo_n 0123456789 >"conftest.in"
4600 while :
4602 cat "conftest.in" "conftest.in" >"conftest.tmp"
4603 mv "conftest.tmp" "conftest.in"
4604 cp "conftest.in" "conftest.nl"
4605 $as_echo 'GREP' >> "conftest.nl"
4606 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4607 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4608 as_fn_arith $ac_count + 1 && ac_count=$as_val
4609 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4610 # Best one so far, save it but keep looking for a better one
4611 ac_cv_path_GREP="$ac_path_GREP"
4612 ac_path_GREP_max=$ac_count
4614 # 10*(2^10) chars as input seems more than enough
4615 test $ac_count -gt 10 && break
4616 done
4617 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4618 esac
4620 $ac_path_GREP_found && break 3
4621 done
4622 done
4623 done
4624 IFS=$as_save_IFS
4625 if test -z "$ac_cv_path_GREP"; then
4626 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4628 else
4629 ac_cv_path_GREP=$GREP
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4634 $as_echo "$ac_cv_path_GREP" >&6; }
4635 GREP="$ac_cv_path_GREP"
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4639 $as_echo_n "checking for egrep... " >&6; }
4640 if test "${ac_cv_path_EGREP+set}" = set; then :
4641 $as_echo_n "(cached) " >&6
4642 else
4643 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4644 then ac_cv_path_EGREP="$GREP -E"
4645 else
4646 if test -z "$EGREP"; then
4647 ac_path_EGREP_found=false
4648 # Loop through the user's path and test for each of PROGNAME-LIST
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_prog in egrep; do
4655 for ac_exec_ext in '' $ac_executable_extensions; do
4656 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4657 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4658 # Check for GNU ac_path_EGREP and select it if it is found.
4659 # Check for GNU $ac_path_EGREP
4660 case `"$ac_path_EGREP" --version 2>&1` in
4661 *GNU*)
4662 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4664 ac_count=0
4665 $as_echo_n 0123456789 >"conftest.in"
4666 while :
4668 cat "conftest.in" "conftest.in" >"conftest.tmp"
4669 mv "conftest.tmp" "conftest.in"
4670 cp "conftest.in" "conftest.nl"
4671 $as_echo 'EGREP' >> "conftest.nl"
4672 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674 as_fn_arith $ac_count + 1 && ac_count=$as_val
4675 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4676 # Best one so far, save it but keep looking for a better one
4677 ac_cv_path_EGREP="$ac_path_EGREP"
4678 ac_path_EGREP_max=$ac_count
4680 # 10*(2^10) chars as input seems more than enough
4681 test $ac_count -gt 10 && break
4682 done
4683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684 esac
4686 $ac_path_EGREP_found && break 3
4687 done
4688 done
4689 done
4690 IFS=$as_save_IFS
4691 if test -z "$ac_cv_path_EGREP"; then
4692 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4694 else
4695 ac_cv_path_EGREP=$EGREP
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4701 $as_echo "$ac_cv_path_EGREP" >&6; }
4702 EGREP="$ac_cv_path_EGREP"
4705 # Extract the first word of "ldconfig", so it can be a program name with args.
4706 set dummy ldconfig; ac_word=$2
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4708 $as_echo_n "checking for $ac_word... " >&6; }
4709 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4710 $as_echo_n "(cached) " >&6
4711 else
4712 case $LDCONFIG in
4713 [\\/]* | ?:[\\/]*)
4714 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in /sbin /usr/sbin $PATH
4720 IFS=$as_save_IFS
4721 test -z "$as_dir" && as_dir=.
4722 for ac_exec_ext in '' $ac_executable_extensions; do
4723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4724 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726 break 2
4728 done
4729 done
4730 IFS=$as_save_IFS
4732 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4734 esac
4736 LDCONFIG=$ac_cv_path_LDCONFIG
4737 if test -n "$LDCONFIG"; then
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4739 $as_echo "$LDCONFIG" >&6; }
4740 else
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742 $as_echo "no" >&6; }
4746 # Find a good install program. We prefer a C program (faster),
4747 # so one script is as good as another. But avoid the broken or
4748 # incompatible versions:
4749 # SysV /etc/install, /usr/sbin/install
4750 # SunOS /usr/etc/install
4751 # IRIX /sbin/install
4752 # AIX /bin/install
4753 # AmigaOS /C/install, which installs bootblocks on floppy discs
4754 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4755 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4756 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4757 # OS/2's system install, which has a completely different semantic
4758 # ./install, which can be erroneously created by make from ./install.sh.
4759 # Reject install programs that cannot install multiple files.
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4761 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4762 if test -z "$INSTALL"; then
4763 if test "${ac_cv_path_install+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 # Account for people who put trailing slashes in PATH elements.
4772 case $as_dir/ in #((
4773 ./ | .// | /[cC]/* | \
4774 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4775 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4776 /usr/ucb/* ) ;;
4778 # OSF1 and SCO ODT 3.0 have their own names for install.
4779 # Don't use installbsd from OSF since it installs stuff as root
4780 # by default.
4781 for ac_prog in ginstall scoinst install; do
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4784 if test $ac_prog = install &&
4785 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4786 # AIX install. It has an incompatible calling convention.
4788 elif test $ac_prog = install &&
4789 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # program-specific install script used by HP pwplus--don't use.
4792 else
4793 rm -rf conftest.one conftest.two conftest.dir
4794 echo one > conftest.one
4795 echo two > conftest.two
4796 mkdir conftest.dir
4797 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4798 test -s conftest.one && test -s conftest.two &&
4799 test -s conftest.dir/conftest.one &&
4800 test -s conftest.dir/conftest.two
4801 then
4802 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4803 break 3
4807 done
4808 done
4810 esac
4812 done
4813 IFS=$as_save_IFS
4815 rm -rf conftest.one conftest.two conftest.dir
4818 if test "${ac_cv_path_install+set}" = set; then
4819 INSTALL=$ac_cv_path_install
4820 else
4821 # As a last resort, use the slow shell script. Don't cache a
4822 # value for INSTALL within a source directory, because that will
4823 # break other packages using the cache if that directory is
4824 # removed, or if the value is a relative name.
4825 INSTALL=$ac_install_sh
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4829 $as_echo "$INSTALL" >&6; }
4831 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4832 # It thinks the first close brace ends the variable substitution.
4833 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4835 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4837 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4839 case "$INSTALL" in
4840 [\\/$]* | ?:[\\/]* ) ;;
4841 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4842 esac
4844 for ac_prog in lclint lint
4846 # Extract the first word of "$ac_prog", so it can be a program name with args.
4847 set dummy $ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_LINT+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 if test -n "$LINT"; then
4854 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863 ac_cv_prog_LINT="$ac_prog"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865 break 2
4867 done
4868 done
4869 IFS=$as_save_IFS
4873 LINT=$ac_cv_prog_LINT
4874 if test -n "$LINT"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4876 $as_echo "$LINT" >&6; }
4877 else
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4883 test -n "$LINT" && break
4884 done
4886 if test "$LINT" = "lint"
4887 then
4888 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4893 for ac_prog in fontforge
4895 # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4900 $as_echo_n "(cached) " >&6
4901 else
4902 if test -n "$FONTFORGE"; then
4903 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4904 else
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in $PATH
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_prog_FONTFORGE="$ac_prog"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4916 done
4917 done
4918 IFS=$as_save_IFS
4922 FONTFORGE=$ac_cv_prog_FONTFORGE
4923 if test -n "$FONTFORGE"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4925 $as_echo "$FONTFORGE" >&6; }
4926 else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4932 test -n "$FONTFORGE" && break
4933 done
4934 test -n "$FONTFORGE" || FONTFORGE="false"
4936 for ac_prog in pkg-config
4938 # Extract the first word of "$ac_prog", so it can be a program name with args.
4939 set dummy $ac_prog; ac_word=$2
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4941 $as_echo_n "checking for $ac_word... " >&6; }
4942 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4943 $as_echo_n "(cached) " >&6
4944 else
4945 if test -n "$PKG_CONFIG"; then
4946 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4947 else
4948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4949 for as_dir in $PATH
4951 IFS=$as_save_IFS
4952 test -z "$as_dir" && as_dir=.
4953 for ac_exec_ext in '' $ac_executable_extensions; do
4954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4955 ac_cv_prog_PKG_CONFIG="$ac_prog"
4956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4957 break 2
4959 done
4960 done
4961 IFS=$as_save_IFS
4965 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4966 if test -n "$PKG_CONFIG"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4968 $as_echo "$PKG_CONFIG" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4975 test -n "$PKG_CONFIG" && break
4976 done
4977 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4979 for ac_prog in rsvg
4981 # Extract the first word of "$ac_prog", so it can be a program name with args.
4982 set dummy $ac_prog; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if test "${ac_cv_prog_RSVG+set}" = set; then :
4986 $as_echo_n "(cached) " >&6
4987 else
4988 if test -n "$RSVG"; then
4989 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4990 else
4991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992 for as_dir in $PATH
4994 IFS=$as_save_IFS
4995 test -z "$as_dir" && as_dir=.
4996 for ac_exec_ext in '' $ac_executable_extensions; do
4997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998 ac_cv_prog_RSVG="$ac_prog"
4999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000 break 2
5002 done
5003 done
5004 IFS=$as_save_IFS
5008 RSVG=$ac_cv_prog_RSVG
5009 if test -n "$RSVG"; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5011 $as_echo "$RSVG" >&6; }
5012 else
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014 $as_echo "no" >&6; }
5018 test -n "$RSVG" && break
5019 done
5020 test -n "$RSVG" || RSVG="false"
5022 for ac_prog in convert
5024 # Extract the first word of "$ac_prog", so it can be a program name with args.
5025 set dummy $ac_prog; ac_word=$2
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027 $as_echo_n "checking for $ac_word... " >&6; }
5028 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5029 $as_echo_n "(cached) " >&6
5030 else
5031 if test -n "$CONVERT"; then
5032 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5033 else
5034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035 for as_dir in $PATH
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
5039 for ac_exec_ext in '' $ac_executable_extensions; do
5040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5041 ac_cv_prog_CONVERT="$ac_prog"
5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 break 2
5045 done
5046 done
5047 IFS=$as_save_IFS
5051 CONVERT=$ac_cv_prog_CONVERT
5052 if test -n "$CONVERT"; then
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5054 $as_echo "$CONVERT" >&6; }
5055 else
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057 $as_echo "no" >&6; }
5061 test -n "$CONVERT" && break
5062 done
5063 test -n "$CONVERT" || CONVERT="false"
5065 for ac_prog in icotool
5067 # Extract the first word of "$ac_prog", so it can be a program name with args.
5068 set dummy $ac_prog; ac_word=$2
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5070 $as_echo_n "checking for $ac_word... " >&6; }
5071 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5072 $as_echo_n "(cached) " >&6
5073 else
5074 if test -n "$ICOTOOL"; then
5075 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5076 else
5077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5078 for as_dir in $PATH
5080 IFS=$as_save_IFS
5081 test -z "$as_dir" && as_dir=.
5082 for ac_exec_ext in '' $ac_executable_extensions; do
5083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5084 ac_cv_prog_ICOTOOL="$ac_prog"
5085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5086 break 2
5088 done
5089 done
5090 IFS=$as_save_IFS
5094 ICOTOOL=$ac_cv_prog_ICOTOOL
5095 if test -n "$ICOTOOL"; then
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5097 $as_echo "$ICOTOOL" >&6; }
5098 else
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5100 $as_echo "no" >&6; }
5104 test -n "$ICOTOOL" && break
5105 done
5106 test -n "$ICOTOOL" || ICOTOOL="false"
5109 if test "${enable_maintainer_mode+set}" = set
5110 then
5111 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5112 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5113 if test "$CONVERT" = "false"; then as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."; fi
5115 if test "$ICOTOOL" = false
5116 then
5117 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5118 else
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5120 $as_echo_n "checking for recent enough icotool... " >&6; }
5121 icotool_version=`icotool --version | head -n1`
5122 if test "x$icotool_version" != "x"
5123 then
5124 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\).[0-9]*'`
5125 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*.\([0-9]*\)'`
5126 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5127 then
5128 ICOTOOL=false
5129 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5132 if test "$ICOTOOL" = false
5133 then
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5135 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5136 else
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5138 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5144 case $host_cpu in
5145 *i[3456789]86*)
5146 # Extract the first word of "prelink", so it can be a program name with args.
5147 set dummy prelink; ac_word=$2
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5149 $as_echo_n "checking for $ac_word... " >&6; }
5150 if test "${ac_cv_path_PRELINK+set}" = set; then :
5151 $as_echo_n "(cached) " >&6
5152 else
5153 case $PRELINK in
5154 [\\/]* | ?:[\\/]*)
5155 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159 for as_dir in /sbin /usr/sbin $PATH
5161 IFS=$as_save_IFS
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5167 break 2
5169 done
5170 done
5171 IFS=$as_save_IFS
5173 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5175 esac
5177 PRELINK=$ac_cv_path_PRELINK
5178 if test -n "$PRELINK"; then
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5180 $as_echo "$PRELINK" >&6; }
5181 else
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5183 $as_echo "no" >&6; }
5188 esac
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5192 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5193 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5194 $as_echo_n "(cached) " >&6
5195 else
5196 ac_check_lib_save_LIBS=$LIBS
5197 LIBS="-li386 $LIBS"
5198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5199 /* end confdefs.h. */
5201 /* Override any GCC internal prototype to avoid an error.
5202 Use char because int might match the return type of a GCC
5203 builtin and then its argument prototype would still apply. */
5204 #ifdef __cplusplus
5205 extern "C"
5206 #endif
5207 char i386_set_ldt ();
5209 main ()
5211 return i386_set_ldt ();
5213 return 0;
5215 _ACEOF
5216 if ac_fn_c_try_link "$LINENO"; then :
5217 ac_cv_lib_i386_i386_set_ldt=yes
5218 else
5219 ac_cv_lib_i386_i386_set_ldt=no
5221 rm -f core conftest.err conftest.$ac_objext \
5222 conftest$ac_exeext conftest.$ac_ext
5223 LIBS=$ac_check_lib_save_LIBS
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5226 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5227 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5228 cat >>confdefs.h <<_ACEOF
5229 #define HAVE_LIBI386 1
5230 _ACEOF
5232 LIBS="-li386 $LIBS"
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5237 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5238 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5239 $as_echo_n "(cached) " >&6
5240 else
5241 ac_check_lib_save_LIBS=$LIBS
5242 LIBS="-lossaudio $LIBS"
5243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5244 /* end confdefs.h. */
5246 /* Override any GCC internal prototype to avoid an error.
5247 Use char because int might match the return type of a GCC
5248 builtin and then its argument prototype would still apply. */
5249 #ifdef __cplusplus
5250 extern "C"
5251 #endif
5252 char _oss_ioctl ();
5254 main ()
5256 return _oss_ioctl ();
5258 return 0;
5260 _ACEOF
5261 if ac_fn_c_try_link "$LINENO"; then :
5262 ac_cv_lib_ossaudio__oss_ioctl=yes
5263 else
5264 ac_cv_lib_ossaudio__oss_ioctl=no
5266 rm -f core conftest.err conftest.$ac_objext \
5267 conftest$ac_exeext conftest.$ac_ext
5268 LIBS=$ac_check_lib_save_LIBS
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5271 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5272 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5273 cat >>confdefs.h <<_ACEOF
5274 #define HAVE_LIBOSSAUDIO 1
5275 _ACEOF
5277 LIBS="-lossaudio $LIBS"
5282 XLIB=""
5284 OPENGL_LIBS=""
5288 # Check whether --enable-largefile was given.
5289 if test "${enable_largefile+set}" = set; then :
5290 enableval=$enable_largefile;
5293 if test "$enable_largefile" != no; then
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5296 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5297 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5298 $as_echo_n "(cached) " >&6
5299 else
5300 ac_cv_sys_largefile_CC=no
5301 if test "$GCC" != yes; then
5302 ac_save_CC=$CC
5303 while :; do
5304 # IRIX 6.2 and later do not support large files by default,
5305 # so use the C compiler's -n32 option if that helps.
5306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5307 /* end confdefs.h. */
5308 #include <sys/types.h>
5309 /* Check that off_t can represent 2**63 - 1 correctly.
5310 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5311 since some C++ compilers masquerading as C compilers
5312 incorrectly reject 9223372036854775807. */
5313 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5314 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5315 && LARGE_OFF_T % 2147483647 == 1)
5316 ? 1 : -1];
5318 main ()
5322 return 0;
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326 break
5328 rm -f core conftest.err conftest.$ac_objext
5329 CC="$CC -n32"
5330 if ac_fn_c_try_compile "$LINENO"; then :
5331 ac_cv_sys_largefile_CC=' -n32'; break
5333 rm -f core conftest.err conftest.$ac_objext
5334 break
5335 done
5336 CC=$ac_save_CC
5337 rm -f conftest.$ac_ext
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5341 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5342 if test "$ac_cv_sys_largefile_CC" != no; then
5343 CC=$CC$ac_cv_sys_largefile_CC
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5347 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5348 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5349 $as_echo_n "(cached) " >&6
5350 else
5351 while :; do
5352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h. */
5354 #include <sys/types.h>
5355 /* Check that off_t can represent 2**63 - 1 correctly.
5356 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5357 since some C++ compilers masquerading as C compilers
5358 incorrectly reject 9223372036854775807. */
5359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5360 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5361 && LARGE_OFF_T % 2147483647 == 1)
5362 ? 1 : -1];
5364 main ()
5368 return 0;
5370 _ACEOF
5371 if ac_fn_c_try_compile "$LINENO"; then :
5372 ac_cv_sys_file_offset_bits=no; break
5374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376 /* end confdefs.h. */
5377 #define _FILE_OFFSET_BITS 64
5378 #include <sys/types.h>
5379 /* Check that off_t can represent 2**63 - 1 correctly.
5380 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5381 since some C++ compilers masquerading as C compilers
5382 incorrectly reject 9223372036854775807. */
5383 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5384 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5385 && LARGE_OFF_T % 2147483647 == 1)
5386 ? 1 : -1];
5388 main ()
5392 return 0;
5394 _ACEOF
5395 if ac_fn_c_try_compile "$LINENO"; then :
5396 ac_cv_sys_file_offset_bits=64; break
5398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5399 ac_cv_sys_file_offset_bits=unknown
5400 break
5401 done
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5404 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5405 case $ac_cv_sys_file_offset_bits in #(
5406 no | unknown) ;;
5408 cat >>confdefs.h <<_ACEOF
5409 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5410 _ACEOF
5412 esac
5413 rm -rf conftest*
5414 if test $ac_cv_sys_file_offset_bits = unknown; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5416 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5417 if test "${ac_cv_sys_large_files+set}" = set; then :
5418 $as_echo_n "(cached) " >&6
5419 else
5420 while :; do
5421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5422 /* end confdefs.h. */
5423 #include <sys/types.h>
5424 /* Check that off_t can represent 2**63 - 1 correctly.
5425 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5426 since some C++ compilers masquerading as C compilers
5427 incorrectly reject 9223372036854775807. */
5428 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5429 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5430 && LARGE_OFF_T % 2147483647 == 1)
5431 ? 1 : -1];
5433 main ()
5437 return 0;
5439 _ACEOF
5440 if ac_fn_c_try_compile "$LINENO"; then :
5441 ac_cv_sys_large_files=no; break
5443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445 /* end confdefs.h. */
5446 #define _LARGE_FILES 1
5447 #include <sys/types.h>
5448 /* Check that off_t can represent 2**63 - 1 correctly.
5449 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5450 since some C++ compilers masquerading as C compilers
5451 incorrectly reject 9223372036854775807. */
5452 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5453 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5454 && LARGE_OFF_T % 2147483647 == 1)
5455 ? 1 : -1];
5457 main ()
5461 return 0;
5463 _ACEOF
5464 if ac_fn_c_try_compile "$LINENO"; then :
5465 ac_cv_sys_large_files=1; break
5467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5468 ac_cv_sys_large_files=unknown
5469 break
5470 done
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5473 $as_echo "$ac_cv_sys_large_files" >&6; }
5474 case $ac_cv_sys_large_files in #(
5475 no | unknown) ;;
5477 cat >>confdefs.h <<_ACEOF
5478 #define _LARGE_FILES $ac_cv_sys_large_files
5479 _ACEOF
5481 esac
5482 rm -rf conftest*
5487 ac_ext=c
5488 ac_cpp='$CPP $CPPFLAGS'
5489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5493 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5494 # On Suns, sometimes $CPP names a directory.
5495 if test -n "$CPP" && test -d "$CPP"; then
5496 CPP=
5498 if test -z "$CPP"; then
5499 if test "${ac_cv_prog_CPP+set}" = set; then :
5500 $as_echo_n "(cached) " >&6
5501 else
5502 # Double quotes because CPP needs to be expanded
5503 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5505 ac_preproc_ok=false
5506 for ac_c_preproc_warn_flag in '' yes
5508 # Use a header file that comes with gcc, so configuring glibc
5509 # with a fresh cross-compiler works.
5510 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5511 # <limits.h> exists even on freestanding compilers.
5512 # On the NeXT, cc -E runs the code through the compiler's parser,
5513 # not just through cpp. "Syntax error" is here to catch this case.
5514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5515 /* end confdefs.h. */
5516 #ifdef __STDC__
5517 # include <limits.h>
5518 #else
5519 # include <assert.h>
5520 #endif
5521 Syntax error
5522 _ACEOF
5523 if ac_fn_c_try_cpp "$LINENO"; then :
5525 else
5526 # Broken: fails on valid input.
5527 continue
5529 rm -f conftest.err conftest.$ac_ext
5531 # OK, works on sane cases. Now check whether nonexistent headers
5532 # can be detected and how.
5533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5534 /* end confdefs.h. */
5535 #include <ac_nonexistent.h>
5536 _ACEOF
5537 if ac_fn_c_try_cpp "$LINENO"; then :
5538 # Broken: success on invalid input.
5539 continue
5540 else
5541 # Passes both tests.
5542 ac_preproc_ok=:
5543 break
5545 rm -f conftest.err conftest.$ac_ext
5547 done
5548 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5549 rm -f conftest.err conftest.$ac_ext
5550 if $ac_preproc_ok; then :
5551 break
5554 done
5555 ac_cv_prog_CPP=$CPP
5558 CPP=$ac_cv_prog_CPP
5559 else
5560 ac_cv_prog_CPP=$CPP
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5563 $as_echo "$CPP" >&6; }
5564 ac_preproc_ok=false
5565 for ac_c_preproc_warn_flag in '' yes
5567 # Use a header file that comes with gcc, so configuring glibc
5568 # with a fresh cross-compiler works.
5569 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5570 # <limits.h> exists even on freestanding compilers.
5571 # On the NeXT, cc -E runs the code through the compiler's parser,
5572 # not just through cpp. "Syntax error" is here to catch this case.
5573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5574 /* end confdefs.h. */
5575 #ifdef __STDC__
5576 # include <limits.h>
5577 #else
5578 # include <assert.h>
5579 #endif
5580 Syntax error
5581 _ACEOF
5582 if ac_fn_c_try_cpp "$LINENO"; then :
5584 else
5585 # Broken: fails on valid input.
5586 continue
5588 rm -f conftest.err conftest.$ac_ext
5590 # OK, works on sane cases. Now check whether nonexistent headers
5591 # can be detected and how.
5592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5593 /* end confdefs.h. */
5594 #include <ac_nonexistent.h>
5595 _ACEOF
5596 if ac_fn_c_try_cpp "$LINENO"; then :
5597 # Broken: success on invalid input.
5598 continue
5599 else
5600 # Passes both tests.
5601 ac_preproc_ok=:
5602 break
5604 rm -f conftest.err conftest.$ac_ext
5606 done
5607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5608 rm -f conftest.err conftest.$ac_ext
5609 if $ac_preproc_ok; then :
5611 else
5612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5614 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5615 See \`config.log' for more details." "$LINENO" 5; }
5618 ac_ext=c
5619 ac_cpp='$CPP $CPPFLAGS'
5620 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5621 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5622 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5626 $as_echo_n "checking for ANSI C header files... " >&6; }
5627 if test "${ac_cv_header_stdc+set}" = set; then :
5628 $as_echo_n "(cached) " >&6
5629 else
5630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5631 /* end confdefs.h. */
5632 #include <stdlib.h>
5633 #include <stdarg.h>
5634 #include <string.h>
5635 #include <float.h>
5638 main ()
5642 return 0;
5644 _ACEOF
5645 if ac_fn_c_try_compile "$LINENO"; then :
5646 ac_cv_header_stdc=yes
5647 else
5648 ac_cv_header_stdc=no
5650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5652 if test $ac_cv_header_stdc = yes; then
5653 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5655 /* end confdefs.h. */
5656 #include <string.h>
5658 _ACEOF
5659 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5660 $EGREP "memchr" >/dev/null 2>&1; then :
5662 else
5663 ac_cv_header_stdc=no
5665 rm -f conftest*
5669 if test $ac_cv_header_stdc = yes; then
5670 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5672 /* end confdefs.h. */
5673 #include <stdlib.h>
5675 _ACEOF
5676 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5677 $EGREP "free" >/dev/null 2>&1; then :
5679 else
5680 ac_cv_header_stdc=no
5682 rm -f conftest*
5686 if test $ac_cv_header_stdc = yes; then
5687 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5688 if test "$cross_compiling" = yes; then :
5690 else
5691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5692 /* end confdefs.h. */
5693 #include <ctype.h>
5694 #include <stdlib.h>
5695 #if ((' ' & 0x0FF) == 0x020)
5696 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5697 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5698 #else
5699 # define ISLOWER(c) \
5700 (('a' <= (c) && (c) <= 'i') \
5701 || ('j' <= (c) && (c) <= 'r') \
5702 || ('s' <= (c) && (c) <= 'z'))
5703 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5704 #endif
5706 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5708 main ()
5710 int i;
5711 for (i = 0; i < 256; i++)
5712 if (XOR (islower (i), ISLOWER (i))
5713 || toupper (i) != TOUPPER (i))
5714 return 2;
5715 return 0;
5717 _ACEOF
5718 if ac_fn_c_try_run "$LINENO"; then :
5720 else
5721 ac_cv_header_stdc=no
5723 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5724 conftest.$ac_objext conftest.beam conftest.$ac_ext
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5730 $as_echo "$ac_cv_header_stdc" >&6; }
5731 if test $ac_cv_header_stdc = yes; then
5733 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5737 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5738 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5739 inttypes.h stdint.h unistd.h
5740 do :
5741 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5742 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5744 eval as_val=\$$as_ac_Header
5745 if test "x$as_val" = x""yes; then :
5746 cat >>confdefs.h <<_ACEOF
5747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5748 _ACEOF
5752 done
5755 for ac_header in \
5756 AL/al.h \
5757 AudioToolbox/AudioConverter.h \
5758 AudioToolbox/AudioFile.h \
5759 AudioToolbox/AudioFileStream.h \
5760 AudioUnit/AudioUnit.h \
5761 Carbon/Carbon.h \
5762 CoreAudio/CoreAudio.h \
5763 DiskArbitration/DiskArbitration.h \
5764 IOKit/IOKitLib.h \
5765 IOKit/hid/IOHIDLib.h \
5766 OpenAL/al.h \
5767 alias.h \
5768 alsa/asoundlib.h \
5769 arpa/inet.h \
5770 arpa/nameser.h \
5771 asm/types.h \
5772 capi20.h \
5773 curses.h \
5774 direct.h \
5775 dirent.h \
5776 dlfcn.h \
5777 elf.h \
5778 float.h \
5779 fnmatch.h \
5780 fontconfig/fontconfig.h \
5781 getopt.h \
5782 grp.h \
5783 gsm.h \
5784 gsm/gsm.h \
5785 ieeefp.h \
5786 inet/mib2.h \
5787 io.h \
5788 jack/jack.h \
5789 jpeglib.h \
5790 kstat.h \
5791 lber.h \
5792 lcms.h \
5793 lcms/lcms.h \
5794 ldap.h \
5795 libaudioio.h \
5796 link.h \
5797 linux/cdrom.h \
5798 linux/compiler.h \
5799 linux/hdreg.h \
5800 linux/input.h \
5801 linux/ioctl.h \
5802 linux/joystick.h \
5803 linux/major.h \
5804 linux/param.h \
5805 linux/serial.h \
5806 linux/types.h \
5807 linux/ucdrom.h \
5808 mach-o/nlist.h \
5809 mach/mach.h \
5810 mach/machine.h \
5811 machine/cpu.h \
5812 machine/limits.h \
5813 machine/soundcard.h \
5814 mntent.h \
5815 mpg123.h \
5816 ncurses.h \
5817 netdb.h \
5818 netinet/in.h \
5819 netinet/in_systm.h \
5820 netinet/tcp.h \
5821 netinet/tcp_fsm.h \
5822 openssl/err.h \
5823 openssl/ssl.h \
5824 png.h \
5825 poll.h \
5826 port.h \
5827 process.h \
5828 pthread.h \
5829 pwd.h \
5830 regex.h \
5831 sched.h \
5832 scsi/scsi.h \
5833 scsi/scsi_ioctl.h \
5834 scsi/sg.h \
5835 soundcard.h \
5836 stdbool.h \
5837 stdint.h \
5838 strings.h \
5839 stropts.h \
5840 sys/asoundlib.h \
5841 sys/cdio.h \
5842 sys/elf32.h \
5843 sys/epoll.h \
5844 sys/errno.h \
5845 sys/event.h \
5846 sys/exec_elf.h \
5847 sys/filio.h \
5848 sys/inotify.h \
5849 sys/ioctl.h \
5850 sys/ipc.h \
5851 sys/limits.h \
5852 sys/link.h \
5853 sys/mman.h \
5854 sys/modem.h \
5855 sys/msg.h \
5856 sys/mtio.h \
5857 sys/param.h \
5858 sys/poll.h \
5859 sys/prctl.h \
5860 sys/protosw.h \
5861 sys/ptrace.h \
5862 sys/resource.h \
5863 sys/scsiio.h \
5864 sys/shm.h \
5865 sys/signal.h \
5866 sys/socket.h \
5867 sys/socketvar.h \
5868 sys/sockio.h \
5869 sys/soundcard.h \
5870 sys/statvfs.h \
5871 sys/strtio.h \
5872 sys/syscall.h \
5873 sys/tihdr.h \
5874 sys/time.h \
5875 sys/timeout.h \
5876 sys/times.h \
5877 sys/uio.h \
5878 sys/un.h \
5879 sys/utsname.h \
5880 sys/vm86.h \
5881 sys/wait.h \
5882 syscall.h \
5883 termios.h \
5884 tiffio.h \
5885 unistd.h \
5886 utime.h \
5887 valgrind/memcheck.h \
5888 valgrind/valgrind.h \
5889 zlib.h
5891 do :
5892 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5893 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5894 eval as_val=\$$as_ac_Header
5895 if test "x$as_val" = x""yes; then :
5896 cat >>confdefs.h <<_ACEOF
5897 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5898 _ACEOF
5902 done
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5905 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5906 if test "${ac_cv_header_stat_broken+set}" = set; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5910 /* end confdefs.h. */
5911 #include <sys/types.h>
5912 #include <sys/stat.h>
5914 #if defined S_ISBLK && defined S_IFDIR
5915 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5916 #endif
5918 #if defined S_ISBLK && defined S_IFCHR
5919 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5920 #endif
5922 #if defined S_ISLNK && defined S_IFREG
5923 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5924 #endif
5926 #if defined S_ISSOCK && defined S_IFREG
5927 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5928 #endif
5930 _ACEOF
5931 if ac_fn_c_try_compile "$LINENO"; then :
5932 ac_cv_header_stat_broken=no
5933 else
5934 ac_cv_header_stat_broken=yes
5936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5939 $as_echo "$ac_cv_header_stat_broken" >&6; }
5940 if test $ac_cv_header_stat_broken = yes; then
5942 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5948 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5949 do :
5950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5952 #ifdef HAVE_SYS_PARAM_H
5953 # include <sys/param.h>
5954 #endif
5956 eval as_val=\$$as_ac_Header
5957 if test "x$as_val" = x""yes; then :
5958 cat >>confdefs.h <<_ACEOF
5959 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5960 _ACEOF
5964 done
5967 for ac_header in \
5968 netinet/ip.h \
5969 net/if.h \
5970 net/if_arp.h \
5971 net/if_dl.h \
5972 net/if_types.h \
5973 net/route.h \
5974 netinet/if_ether.h \
5975 netinet/if_inarp.h \
5976 netinet/in_pcb.h \
5977 netinet/ip_icmp.h \
5978 netinet/ip_var.h \
5979 netinet/udp.h \
5980 netipx/ipx.h \
5982 do :
5983 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5984 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5985 #ifdef HAVE_SYS_SOCKET_H
5986 # include <sys/socket.h>
5987 #endif
5988 #ifdef HAVE_SYS_SOCKETVAR_H
5989 # include <sys/socketvar.h>
5990 #endif
5991 #ifdef HAVE_NET_ROUTE_H
5992 # include <net/route.h>
5993 #endif
5994 #ifdef HAVE_NETINET_IN_H
5995 # include <netinet/in.h>
5996 #endif
5997 #ifdef HAVE_NETINET_IN_SYSTM_H
5998 # include <netinet/in_systm.h>
5999 #endif
6000 #ifdef HAVE_NET_IF_H
6001 # include <net/if.h>
6002 #endif
6003 #ifdef HAVE_NETINET_IP_H
6004 # include <netinet/ip.h>
6005 #endif
6007 eval as_val=\$$as_ac_Header
6008 if test "x$as_val" = x""yes; then :
6009 cat >>confdefs.h <<_ACEOF
6010 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6011 _ACEOF
6015 done
6018 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6019 do :
6020 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6021 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6022 #ifdef HAVE_ALIAS_H
6023 # include <alias.h>
6024 #endif
6025 #ifdef HAVE_SYS_SOCKET_H
6026 # include <sys/socket.h>
6027 #endif
6028 #ifdef HAVE_SYS_SOCKETVAR_H
6029 # include <sys/socketvar.h>
6030 #endif
6031 #ifdef HAVE_SYS_TIMEOUT_H
6032 # include <sys/timeout.h>
6033 #endif
6034 #ifdef HAVE_NETINET_IN_H
6035 # include <netinet/in.h>
6036 #endif
6037 #ifdef HAVE_NETINET_IN_SYSTM_H
6038 # include <netinet/in_systm.h>
6039 #endif
6040 #ifdef HAVE_NETINET_IP_H
6041 # include <netinet/ip.h>
6042 #endif
6043 #ifdef HAVE_NETINET_IP_VAR_H
6044 # include <netinet/ip_var.h>
6045 #endif
6046 #ifdef HAVE_NETINET_IP_ICMP_H
6047 # include <netinet/ip_icmp.h>
6048 #endif
6049 #ifdef HAVE_NETINET_UDP_H
6050 # include <netinet/udp.h>
6051 #endif
6052 #ifdef HAVE_NETINET_TCP_H
6053 # include <netinet/tcp.h>
6054 #endif
6055 #ifdef HAVE_NETINET_TCP_TIMER_H
6056 #include <netinet/tcp_timer.h>
6057 #endif
6059 eval as_val=\$$as_ac_Header
6060 if test "x$as_val" = x""yes; then :
6061 cat >>confdefs.h <<_ACEOF
6062 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6063 _ACEOF
6067 done
6070 for ac_header in linux/ipx.h linux/irda.h
6071 do :
6072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6074 #ifdef HAVE_ASM_TYPES_H
6075 # include <asm/types.h>
6076 #endif
6077 #ifdef HAVE_SYS_SOCKET_H
6078 # include <sys/socket.h>
6079 #endif
6080 #ifdef HAVE_LINUX_TYPES_H
6081 # include <linux/types.h>
6082 #endif
6084 eval as_val=\$$as_ac_Header
6085 if test "x$as_val" = x""yes; then :
6086 cat >>confdefs.h <<_ACEOF
6087 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6088 _ACEOF
6092 done
6095 for ac_header in mach-o/dyld_images.h
6096 do :
6097 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6098 # include <stdbool.h>
6099 #endif
6100 #ifdef HAVE_STDINT_H
6101 # include <stdint.h>
6102 #endif
6104 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6107 _ACEOF
6111 done
6114 for ac_header in resolv.h
6115 do :
6116 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6117 #ifdef HAVE_SYS_SOCKET_H
6118 # include <sys/socket.h>
6119 #endif
6120 #ifdef HAVE_NETINET_IN_H
6121 # include <netinet/in.h>
6122 #endif
6123 #ifdef HAVE_ARPA_NAMESER_H
6124 # include <arpa/nameser.h>
6125 #endif
6127 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6128 cat >>confdefs.h <<_ACEOF
6129 #define HAVE_RESOLV_H 1
6130 _ACEOF
6134 done
6137 for ac_header in ifaddrs.h
6138 do :
6139 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6141 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6142 cat >>confdefs.h <<_ACEOF
6143 #define HAVE_IFADDRS_H 1
6144 _ACEOF
6148 done
6151 for ac_header in ucontext.h
6152 do :
6153 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6155 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6156 cat >>confdefs.h <<_ACEOF
6157 #define HAVE_UCONTEXT_H 1
6158 _ACEOF
6162 done
6165 for ac_header in sys/thr.h
6166 do :
6167 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6168 #ifdef HAVE_UCONTEXT_H
6169 #include <ucontext.h>
6170 #endif
6172 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6173 cat >>confdefs.h <<_ACEOF
6174 #define HAVE_SYS_THR_H 1
6175 _ACEOF
6179 done
6182 for ac_header in pthread_np.h
6183 do :
6184 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6185 #include <pthread.h>
6186 #endif
6188 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6189 cat >>confdefs.h <<_ACEOF
6190 #define HAVE_PTHREAD_NP_H 1
6191 _ACEOF
6195 done
6198 for ac_header in linux/videodev.h
6199 do :
6200 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6201 #include <sys/time.h>
6202 #endif
6203 #include <sys/types.h>
6204 #ifdef HAVE_ASM_TYPES_H
6205 #include <asm/types.h>
6206 #endif
6208 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6209 cat >>confdefs.h <<_ACEOF
6210 #define HAVE_LINUX_VIDEODEV_H 1
6211 _ACEOF
6215 done
6218 for ac_header in linux/capi.h
6219 do :
6220 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6222 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6223 cat >>confdefs.h <<_ACEOF
6224 #define HAVE_LINUX_CAPI_H 1
6225 _ACEOF
6229 done
6233 DLLEXT=""
6235 DLLFLAGS="-D_REENTRANT"
6237 LDSHARED=""
6239 LDDLLFLAGS=""
6241 LIBEXT="so"
6243 IMPLIBEXT="def"
6245 LDRPATH_INSTALL=""
6247 LDRPATH_LOCAL=""
6249 STATIC_IMPLIBEXT="def.a"
6250 # Extract the first word of "ldd", so it can be a program name with args.
6251 set dummy ldd; ac_word=$2
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6253 $as_echo_n "checking for $ac_word... " >&6; }
6254 if test "${ac_cv_path_LDD+set}" = set; then :
6255 $as_echo_n "(cached) " >&6
6256 else
6257 case $LDD in
6258 [\\/]* | ?:[\\/]*)
6259 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 as_dummy="/sbin:/usr/sbin:$PATH"
6264 for as_dir in $as_dummy
6266 IFS=$as_save_IFS
6267 test -z "$as_dir" && as_dir=.
6268 for ac_exec_ext in '' $ac_executable_extensions; do
6269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6270 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6272 break 2
6274 done
6275 done
6276 IFS=$as_save_IFS
6278 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6280 esac
6282 LDD=$ac_cv_path_LDD
6283 if test -n "$LDD"; then
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6285 $as_echo "$LDD" >&6; }
6286 else
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6288 $as_echo "no" >&6; }
6293 case $host_os in
6294 cygwin*|mingw32*)
6295 if test -n "$ac_tool_prefix"; then
6296 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6297 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6299 $as_echo_n "checking for $ac_word... " >&6; }
6300 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6301 $as_echo_n "(cached) " >&6
6302 else
6303 if test -n "$DLLTOOL"; then
6304 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6305 else
6306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6307 for as_dir in $PATH
6309 IFS=$as_save_IFS
6310 test -z "$as_dir" && as_dir=.
6311 for ac_exec_ext in '' $ac_executable_extensions; do
6312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6313 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6315 break 2
6317 done
6318 done
6319 IFS=$as_save_IFS
6323 DLLTOOL=$ac_cv_prog_DLLTOOL
6324 if test -n "$DLLTOOL"; then
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6326 $as_echo "$DLLTOOL" >&6; }
6327 else
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6329 $as_echo "no" >&6; }
6334 if test -z "$ac_cv_prog_DLLTOOL"; then
6335 ac_ct_DLLTOOL=$DLLTOOL
6336 # Extract the first word of "dlltool", so it can be a program name with args.
6337 set dummy dlltool; ac_word=$2
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6339 $as_echo_n "checking for $ac_word... " >&6; }
6340 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6341 $as_echo_n "(cached) " >&6
6342 else
6343 if test -n "$ac_ct_DLLTOOL"; then
6344 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6345 else
6346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6347 for as_dir in $PATH
6349 IFS=$as_save_IFS
6350 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6353 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6355 break 2
6357 done
6358 done
6359 IFS=$as_save_IFS
6363 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6364 if test -n "$ac_ct_DLLTOOL"; then
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6366 $as_echo "$ac_ct_DLLTOOL" >&6; }
6367 else
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6369 $as_echo "no" >&6; }
6372 if test "x$ac_ct_DLLTOOL" = x; then
6373 DLLTOOL="false"
6374 else
6375 case $cross_compiling:$ac_tool_warned in
6376 yes:)
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6378 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6379 ac_tool_warned=yes ;;
6380 esac
6381 DLLTOOL=$ac_ct_DLLTOOL
6383 else
6384 DLLTOOL="$ac_cv_prog_DLLTOOL"
6387 if test -n "$ac_tool_prefix"; then
6388 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6389 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6391 $as_echo_n "checking for $ac_word... " >&6; }
6392 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6393 $as_echo_n "(cached) " >&6
6394 else
6395 if test -n "$DLLWRAP"; then
6396 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6397 else
6398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6399 for as_dir in $PATH
6401 IFS=$as_save_IFS
6402 test -z "$as_dir" && as_dir=.
6403 for ac_exec_ext in '' $ac_executable_extensions; do
6404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6405 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6407 break 2
6409 done
6410 done
6411 IFS=$as_save_IFS
6415 DLLWRAP=$ac_cv_prog_DLLWRAP
6416 if test -n "$DLLWRAP"; then
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6418 $as_echo "$DLLWRAP" >&6; }
6419 else
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6421 $as_echo "no" >&6; }
6426 if test -z "$ac_cv_prog_DLLWRAP"; then
6427 ac_ct_DLLWRAP=$DLLWRAP
6428 # Extract the first word of "dllwrap", so it can be a program name with args.
6429 set dummy dllwrap; ac_word=$2
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6431 $as_echo_n "checking for $ac_word... " >&6; }
6432 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6433 $as_echo_n "(cached) " >&6
6434 else
6435 if test -n "$ac_ct_DLLWRAP"; then
6436 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6437 else
6438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6439 for as_dir in $PATH
6441 IFS=$as_save_IFS
6442 test -z "$as_dir" && as_dir=.
6443 for ac_exec_ext in '' $ac_executable_extensions; do
6444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6445 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6447 break 2
6449 done
6450 done
6451 IFS=$as_save_IFS
6455 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6456 if test -n "$ac_ct_DLLWRAP"; then
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6458 $as_echo "$ac_ct_DLLWRAP" >&6; }
6459 else
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6461 $as_echo "no" >&6; }
6464 if test "x$ac_ct_DLLWRAP" = x; then
6465 DLLWRAP="false"
6466 else
6467 case $cross_compiling:$ac_tool_warned in
6468 yes:)
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6470 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6471 ac_tool_warned=yes ;;
6472 esac
6473 DLLWRAP=$ac_ct_DLLWRAP
6475 else
6476 DLLWRAP="$ac_cv_prog_DLLWRAP"
6479 if test "$DLLWRAP" = "false"; then
6480 LIBEXT="a"
6481 else
6482 LIBEXT="dll"
6484 IMPLIBEXT="a"
6485 STATIC_IMPLIBEXT="a"
6486 enable_iphlpapi=${enable_iphlpapi:-no}
6487 enable_kernel32=${enable_kernel32:-no}
6488 enable_msvcrt=${enable_msvcrt:-no}
6489 enable_ntdll=${enable_ntdll:-no}
6490 enable_ws2_32=${enable_ws2_32:-no}
6491 enable_loader=${enable_loader:-no}
6492 enable_server=${enable_server:-no}
6493 with_x=${with_x:-no}
6494 with_pthread=${with_pthread:-no}
6496 darwin*|macosx*)
6497 DLLEXT=".so"
6498 LIBEXT="dylib"
6499 DLLFLAGS="$DLLFLAGS -fPIC"
6500 LDDLLFLAGS="-bundle -multiply_defined suppress"
6501 LIBWINE_LDFLAGS="-multiply_defined suppress"
6502 LDSHARED="\$(CC) -dynamiclib"
6503 STRIP="$STRIP -x"
6504 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6505 SECURITYLIB="-framework Security -framework CoreFoundation"
6507 COREFOUNDATIONLIB="-framework CoreFoundation"
6509 IOKITLIB="-framework IOKit -framework CoreFoundation"
6511 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6513 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6514 then
6515 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6518 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6519 then
6520 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6522 ac_save_LIBS="$LIBS"
6523 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6524 then
6525 LIBS="$LIBS $COREAUDIO"
6526 for ac_func in AudioFileStreamOpen
6527 do :
6528 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6529 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6530 cat >>confdefs.h <<_ACEOF
6531 #define HAVE_AUDIOFILESTREAMOPEN 1
6532 _ACEOF
6535 done
6537 LIBS="$ac_save_LIBS"
6539 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6541 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6542 then
6543 FRAMEWORK_OPENAL="-framework OpenAL"
6546 cat >>confdefs.h <<_ACEOF
6547 #define HAVE_OPENAL 1
6548 _ACEOF
6550 ac_cv_lib_openal=yes
6552 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6553 then
6554 ac_save_LIBS="$LIBS"
6555 LIBS="$LIBS $IOKITLIB"
6556 for ac_func in IOHIDManagerCreate
6557 do :
6558 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6559 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6560 cat >>confdefs.h <<_ACEOF
6561 #define HAVE_IOHIDMANAGERCREATE 1
6562 _ACEOF
6565 done
6567 LIBS="$ac_save_LIBS"
6569 case $host_cpu in
6570 *powerpc*)
6571 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6572 esac
6573 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6574 then
6575 CARBONLIB="-framework Carbon"
6577 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6579 if test "x$enable_win16" = "xyes"
6580 then
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6582 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6583 if test "$cross_compiling" = yes; then :
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6585 $as_echo "cross-compiling, assuming yes" >&6; }
6586 else
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588 /* end confdefs.h. */
6589 asm(".text\n"
6590 "bad:\tnop;nop\n"
6591 "good:\tnop;nop\n\t"
6592 ".globl _testfunc\n"
6593 "_testfunc:\tcallw good");
6594 extern void testfunc();
6596 main ()
6598 unsigned short *p = (unsigned short *)testfunc;
6599 return p[0] != 0xe866 || p[1] != 0xfffa
6601 return 0;
6603 _ACEOF
6604 if ac_fn_c_try_run "$LINENO"; then :
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6606 $as_echo "yes" >&6; }
6607 else
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6609 $as_echo "no" >&6; }
6610 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
6612 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6613 conftest.$ac_objext conftest.beam conftest.$ac_ext
6619 DLLFLAGS="$DLLFLAGS -fPIC"
6620 DLLEXT=".so"
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6622 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6623 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6624 $as_echo_n "(cached) " >&6
6625 else
6626 ac_wine_try_cflags_saved=$CFLAGS
6627 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6629 /* end confdefs.h. */
6630 void myfunc() {}
6631 _ACEOF
6632 if ac_fn_c_try_link "$LINENO"; then :
6633 ac_cv_c_dll_gnuelf="yes"
6634 else
6635 ac_cv_c_dll_gnuelf="no"
6637 rm -f core conftest.err conftest.$ac_objext \
6638 conftest$ac_exeext conftest.$ac_ext
6639 CFLAGS=$ac_wine_try_cflags_saved
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6642 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6643 if test "$ac_cv_c_dll_gnuelf" = "yes"
6644 then
6645 LDSHARED="\$(CC) -shared"
6646 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6648 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6649 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6650 $as_echo_n "(cached) " >&6
6651 else
6652 ac_wine_try_cflags_saved=$CFLAGS
6653 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6655 /* end confdefs.h. */
6656 int main(int argc, char **argv) { return 0; }
6657 _ACEOF
6658 if ac_fn_c_try_link "$LINENO"; then :
6659 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6660 else
6661 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6663 rm -f core conftest.err conftest.$ac_objext \
6664 conftest$ac_exeext conftest.$ac_ext
6665 CFLAGS=$ac_wine_try_cflags_saved
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6668 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6669 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6670 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6671 else
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6673 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6674 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6675 $as_echo_n "(cached) " >&6
6676 else
6677 ac_wine_try_cflags_saved=$CFLAGS
6678 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6680 /* end confdefs.h. */
6681 int main(int argc, char **argv) { return 0; }
6682 _ACEOF
6683 if ac_fn_c_try_link "$LINENO"; then :
6684 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6685 else
6686 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6688 rm -f core conftest.err conftest.$ac_objext \
6689 conftest$ac_exeext conftest.$ac_ext
6690 CFLAGS=$ac_wine_try_cflags_saved
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6693 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6694 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6695 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6700 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6701 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6702 $as_echo_n "(cached) " >&6
6703 else
6704 ac_wine_try_cflags_saved=$CFLAGS
6705 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6707 /* end confdefs.h. */
6708 int main(int argc, char **argv) { return 0; }
6709 _ACEOF
6710 if ac_fn_c_try_link "$LINENO"; then :
6711 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6712 else
6713 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6715 rm -f core conftest.err conftest.$ac_objext \
6716 conftest$ac_exeext conftest.$ac_ext
6717 CFLAGS=$ac_wine_try_cflags_saved
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6720 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6721 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6722 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6725 { $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
6726 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6727 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6728 $as_echo_n "(cached) " >&6
6729 else
6730 ac_wine_try_cflags_saved=$CFLAGS
6731 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6733 /* end confdefs.h. */
6734 int main(int argc, char **argv) { return 0; }
6735 _ACEOF
6736 if ac_fn_c_try_link "$LINENO"; then :
6737 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6738 else
6739 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6741 rm -f core conftest.err conftest.$ac_objext \
6742 conftest$ac_exeext conftest.$ac_ext
6743 CFLAGS=$ac_wine_try_cflags_saved
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6746 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6747 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6748 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6751 echo '{ global: *; };' >conftest.map
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6753 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6754 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6755 $as_echo_n "(cached) " >&6
6756 else
6757 ac_wine_try_cflags_saved=$CFLAGS
6758 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760 /* end confdefs.h. */
6761 int main(int argc, char **argv) { return 0; }
6762 _ACEOF
6763 if ac_fn_c_try_link "$LINENO"; then :
6764 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6765 else
6766 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6768 rm -f core conftest.err conftest.$ac_objext \
6769 conftest$ac_exeext conftest.$ac_ext
6770 CFLAGS=$ac_wine_try_cflags_saved
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6773 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6774 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6775 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6777 rm -f conftest.map
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6780 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6781 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6782 $as_echo_n "(cached) " >&6
6783 else
6784 ac_wine_try_cflags_saved=$CFLAGS
6785 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6787 /* end confdefs.h. */
6788 int main(int argc, char **argv) { return 0; }
6789 _ACEOF
6790 if ac_fn_c_try_link "$LINENO"; then :
6791 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6792 else
6793 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6795 rm -f core conftest.err conftest.$ac_objext \
6796 conftest$ac_exeext conftest.$ac_ext
6797 CFLAGS=$ac_wine_try_cflags_saved
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6800 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6801 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6802 LDEXECFLAGS="-Wl,--export-dynamic"
6806 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6808 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6809 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6810 $as_echo_n "(cached) " >&6
6811 else
6812 ac_wine_try_cflags_saved=$CFLAGS
6813 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6815 /* end confdefs.h. */
6816 int main(int argc, char **argv) { return 0; }
6817 _ACEOF
6818 if ac_fn_c_try_link "$LINENO"; then :
6819 eval "$as_ac_var=yes"
6820 else
6821 eval "$as_ac_var=no"
6823 rm -f core conftest.err conftest.$ac_objext \
6824 conftest$ac_exeext conftest.$ac_ext
6825 CFLAGS=$ac_wine_try_cflags_saved
6827 eval ac_res=\$$as_ac_var
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6829 $as_echo "$ac_res" >&6; }
6830 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6831 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6832 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6833 else
6834 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6836 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6837 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6838 $as_echo_n "(cached) " >&6
6839 else
6840 ac_wine_try_cflags_saved=$CFLAGS
6841 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6843 /* end confdefs.h. */
6844 int main(int argc, char **argv) { return 0; }
6845 _ACEOF
6846 if ac_fn_c_try_link "$LINENO"; then :
6847 eval "$as_ac_var=yes"
6848 else
6849 eval "$as_ac_var=no"
6851 rm -f core conftest.err conftest.$ac_objext \
6852 conftest$ac_exeext conftest.$ac_ext
6853 CFLAGS=$ac_wine_try_cflags_saved
6855 eval ac_res=\$$as_ac_var
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6857 $as_echo "$ac_res" >&6; }
6858 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6859 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6860 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6865 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6866 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6867 $as_echo_n "(cached) " >&6
6868 else
6869 ac_wine_try_cflags_saved=$CFLAGS
6870 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6872 /* end confdefs.h. */
6873 int main(int argc, char **argv) { return 0; }
6874 _ACEOF
6875 if ac_fn_c_try_link "$LINENO"; then :
6876 ac_cv_cflags__Wl___enable_new_dtags=yes
6877 else
6878 ac_cv_cflags__Wl___enable_new_dtags=no
6880 rm -f core conftest.err conftest.$ac_objext \
6881 conftest$ac_exeext conftest.$ac_ext
6882 CFLAGS=$ac_wine_try_cflags_saved
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6885 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6886 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6887 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6890 case $host_cpu in
6891 *i[3456789]86* | x86_64)
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6893 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6894 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6895 $as_echo_n "(cached) " >&6
6896 else
6897 ac_wine_try_cflags_saved=$CFLAGS
6898 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6900 /* end confdefs.h. */
6901 int main(int argc, char **argv) { return 0; }
6902 _ACEOF
6903 if ac_fn_c_try_link "$LINENO"; then :
6904 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6905 else
6906 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6908 rm -f core conftest.err conftest.$ac_objext \
6909 conftest$ac_exeext conftest.$ac_ext
6910 CFLAGS=$ac_wine_try_cflags_saved
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6913 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6914 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6915 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6918 esac
6920 else
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6922 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6923 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6924 $as_echo_n "(cached) " >&6
6925 else
6926 ac_wine_try_cflags_saved=$CFLAGS
6927 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6929 /* end confdefs.h. */
6930 void myfunc() {}
6931 _ACEOF
6932 if ac_fn_c_try_link "$LINENO"; then :
6933 ac_cv_c_dll_unixware="yes"
6934 else
6935 ac_cv_c_dll_unixware="no"
6937 rm -f core conftest.err conftest.$ac_objext \
6938 conftest$ac_exeext conftest.$ac_ext
6939 CFLAGS=$ac_wine_try_cflags_saved
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6942 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6943 if test "$ac_cv_c_dll_unixware" = "yes"
6944 then
6945 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6946 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6948 else
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6950 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6951 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6952 $as_echo_n "(cached) " >&6
6953 else
6954 ac_wine_try_cflags_saved=$CFLAGS
6955 CFLAGS="$CFLAGS -shared"
6956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6957 /* end confdefs.h. */
6958 void myfunc() {}
6959 _ACEOF
6960 if ac_fn_c_try_link "$LINENO"; then :
6961 ac_cv_c_dll_hpux="yes"
6962 else
6963 ac_cv_c_dll_hpux="no"
6965 rm -f core conftest.err conftest.$ac_objext \
6966 conftest$ac_exeext conftest.$ac_ext
6967 CFLAGS=$ac_wine_try_cflags_saved
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6970 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6971 if test "$ac_cv_c_dll_hpux" = "yes"
6972 then
6973 LIBEXT="sl"
6974 DLLEXT=".sl"
6975 LDDLLFLAGS="-shared -fPIC"
6976 LDSHARED="\$(CC) -shared"
6981 esac
6983 enable_winequartz_drv=${enable_winequartz_drv:-no}
6985 if test "$LIBEXT" = "a"; then
6986 as_fn_error "could not find a way to build shared libraries.
6987 It is currently not possible to build Wine without shared library
6988 (.so) support to allow transparent switch between .so and .dll files.
6989 If you are using Linux, you will need a newer binutils.
6990 " "$LINENO" 5
6993 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6994 then
6995 case "$host_cpu" in
6996 i[3456789]86*)
6997 ac_prefix_list="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 " ;;
6998 x86_64)
6999 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7001 ac_prefix_list="" ;;
7002 esac
7003 for ac_prog in $ac_prefix_list
7005 # Extract the first word of "$ac_prog", so it can be a program name with args.
7006 set dummy $ac_prog; ac_word=$2
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7008 $as_echo_n "checking for $ac_word... " >&6; }
7009 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7010 $as_echo_n "(cached) " >&6
7011 else
7012 if test -n "$CROSSCC"; then
7013 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7014 else
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7016 for as_dir in $PATH
7018 IFS=$as_save_IFS
7019 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7022 ac_cv_prog_CROSSCC="$ac_prog"
7023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7024 break 2
7026 done
7027 done
7028 IFS=$as_save_IFS
7032 CROSSCC=$ac_cv_prog_CROSSCC
7033 if test -n "$CROSSCC"; then
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7035 $as_echo "$CROSSCC" >&6; }
7036 else
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7038 $as_echo "no" >&6; }
7042 test -n "$CROSSCC" && break
7043 done
7044 test -n "$CROSSCC" || CROSSCC="false"
7046 if test "$CROSSCC" != "false"
7047 then
7048 CROSSTEST="\$(CROSSTEST)"
7050 set x $CROSSCC
7051 shift
7052 target=""
7053 while test $# -ge 1
7055 case "$1" in
7056 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7057 esac
7058 shift
7059 done
7060 if test -n "$target"
7061 then
7062 CROSSTARGET="$target"
7069 if test "$ac_cv_header_pthread_h" = "yes"
7070 then
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7072 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7073 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7074 $as_echo_n "(cached) " >&6
7075 else
7076 ac_check_lib_save_LIBS=$LIBS
7077 LIBS="-lpthread $LIBS"
7078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7079 /* end confdefs.h. */
7081 /* Override any GCC internal prototype to avoid an error.
7082 Use char because int might match the return type of a GCC
7083 builtin and then its argument prototype would still apply. */
7084 #ifdef __cplusplus
7085 extern "C"
7086 #endif
7087 char pthread_create ();
7089 main ()
7091 return pthread_create ();
7093 return 0;
7095 _ACEOF
7096 if ac_fn_c_try_link "$LINENO"; then :
7097 ac_cv_lib_pthread_pthread_create=yes
7098 else
7099 ac_cv_lib_pthread_pthread_create=no
7101 rm -f core conftest.err conftest.$ac_objext \
7102 conftest$ac_exeext conftest.$ac_ext
7103 LIBS=$ac_check_lib_save_LIBS
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7106 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7107 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7108 LIBPTHREAD="-lpthread"
7113 if test "x$LIBPTHREAD" = "x"; then :
7114 case "x$with_pthread" in
7115 xno) ;;
7116 *) as_fn_error "pthread ${notice_platform}development files not found.
7117 Wine cannot support threads without libpthread.
7118 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7119 esac
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7124 $as_echo_n "checking for X... " >&6; }
7127 # Check whether --with-x was given.
7128 if test "${with_x+set}" = set; then :
7129 withval=$with_x;
7132 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7133 if test "x$with_x" = xno; then
7134 # The user explicitly disabled X.
7135 have_x=disabled
7136 else
7137 case $x_includes,$x_libraries in #(
7138 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7139 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7140 $as_echo_n "(cached) " >&6
7141 else
7142 # One or both of the vars are not set, and there is no cached value.
7143 ac_x_includes=no ac_x_libraries=no
7144 rm -f -r conftest.dir
7145 if mkdir conftest.dir; then
7146 cd conftest.dir
7147 cat >Imakefile <<'_ACEOF'
7148 incroot:
7149 @echo incroot='${INCROOT}'
7150 usrlibdir:
7151 @echo usrlibdir='${USRLIBDIR}'
7152 libdir:
7153 @echo libdir='${LIBDIR}'
7154 _ACEOF
7155 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7156 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7157 for ac_var in incroot usrlibdir libdir; do
7158 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7159 done
7160 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7161 for ac_extension in a so sl dylib la dll; do
7162 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7163 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7164 ac_im_usrlibdir=$ac_im_libdir; break
7166 done
7167 # Screen out bogus values from the imake configuration. They are
7168 # bogus both because they are the default anyway, and because
7169 # using them would break gcc on systems where it needs fixed includes.
7170 case $ac_im_incroot in
7171 /usr/include) ac_x_includes= ;;
7172 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7173 esac
7174 case $ac_im_usrlibdir in
7175 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7176 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7177 esac
7179 cd ..
7180 rm -f -r conftest.dir
7183 # Standard set of common directories for X headers.
7184 # Check X11 before X11Rn because it is often a symlink to the current release.
7185 ac_x_header_dirs='
7186 /usr/X11/include
7187 /usr/X11R7/include
7188 /usr/X11R6/include
7189 /usr/X11R5/include
7190 /usr/X11R4/include
7192 /usr/include/X11
7193 /usr/include/X11R7
7194 /usr/include/X11R6
7195 /usr/include/X11R5
7196 /usr/include/X11R4
7198 /usr/local/X11/include
7199 /usr/local/X11R7/include
7200 /usr/local/X11R6/include
7201 /usr/local/X11R5/include
7202 /usr/local/X11R4/include
7204 /usr/local/include/X11
7205 /usr/local/include/X11R7
7206 /usr/local/include/X11R6
7207 /usr/local/include/X11R5
7208 /usr/local/include/X11R4
7210 /usr/X386/include
7211 /usr/x386/include
7212 /usr/XFree86/include/X11
7214 /usr/include
7215 /usr/local/include
7216 /usr/unsupported/include
7217 /usr/athena/include
7218 /usr/local/x11r5/include
7219 /usr/lpp/Xamples/include
7221 /usr/openwin/include
7222 /usr/openwin/share/include'
7224 if test "$ac_x_includes" = no; then
7225 # Guess where to find include files, by looking for Xlib.h.
7226 # First, try using that file with no special directory specified.
7227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7228 /* end confdefs.h. */
7229 #include <X11/Xlib.h>
7230 _ACEOF
7231 if ac_fn_c_try_cpp "$LINENO"; then :
7232 # We can compile using X headers with no special include directory.
7233 ac_x_includes=
7234 else
7235 for ac_dir in $ac_x_header_dirs; do
7236 if test -r "$ac_dir/X11/Xlib.h"; then
7237 ac_x_includes=$ac_dir
7238 break
7240 done
7242 rm -f conftest.err conftest.$ac_ext
7243 fi # $ac_x_includes = no
7245 if test "$ac_x_libraries" = no; then
7246 # Check for the libraries.
7247 # See if we find them without any special options.
7248 # Don't add to $LIBS permanently.
7249 ac_save_LIBS=$LIBS
7250 LIBS="-lX11 $LIBS"
7251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7252 /* end confdefs.h. */
7253 #include <X11/Xlib.h>
7255 main ()
7257 XrmInitialize ()
7259 return 0;
7261 _ACEOF
7262 if ac_fn_c_try_link "$LINENO"; then :
7263 LIBS=$ac_save_LIBS
7264 # We can link X programs with no special library path.
7265 ac_x_libraries=
7266 else
7267 LIBS=$ac_save_LIBS
7268 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7270 # Don't even attempt the hair of trying to link an X program!
7271 for ac_extension in a so sl dylib la dll; do
7272 if test -r "$ac_dir/libX11.$ac_extension"; then
7273 ac_x_libraries=$ac_dir
7274 break 2
7276 done
7277 done
7279 rm -f core conftest.err conftest.$ac_objext \
7280 conftest$ac_exeext conftest.$ac_ext
7281 fi # $ac_x_libraries = no
7283 case $ac_x_includes,$ac_x_libraries in #(
7284 no,* | *,no | *\'*)
7285 # Didn't find X, or a directory has "'" in its name.
7286 ac_cv_have_x="have_x=no";; #(
7288 # Record where we found X for the cache.
7289 ac_cv_have_x="have_x=yes\
7290 ac_x_includes='$ac_x_includes'\
7291 ac_x_libraries='$ac_x_libraries'"
7292 esac
7294 ;; #(
7295 *) have_x=yes;;
7296 esac
7297 eval "$ac_cv_have_x"
7298 fi # $with_x != no
7300 if test "$have_x" != yes; then
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7302 $as_echo "$have_x" >&6; }
7303 no_x=yes
7304 else
7305 # If each of the values was on the command line, it overrides each guess.
7306 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7307 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7308 # Update the cache value to reflect the command line values.
7309 ac_cv_have_x="have_x=yes\
7310 ac_x_includes='$x_includes'\
7311 ac_x_libraries='$x_libraries'"
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7313 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7316 if test "$no_x" = yes; then
7317 # Not all programs may use this symbol, but it does not hurt to define it.
7319 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7321 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7322 else
7323 if test -n "$x_includes"; then
7324 X_CFLAGS="$X_CFLAGS -I$x_includes"
7327 # It would also be nice to do this for all -L options, not just this one.
7328 if test -n "$x_libraries"; then
7329 X_LIBS="$X_LIBS -L$x_libraries"
7330 # For Solaris; some versions of Sun CC require a space after -R and
7331 # others require no space. Words are not sufficient . . . .
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7333 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7334 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7335 ac_xsave_c_werror_flag=$ac_c_werror_flag
7336 ac_c_werror_flag=yes
7337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7338 /* end confdefs.h. */
7341 main ()
7345 return 0;
7347 _ACEOF
7348 if ac_fn_c_try_link "$LINENO"; then :
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7350 $as_echo "no" >&6; }
7351 X_LIBS="$X_LIBS -R$x_libraries"
7352 else
7353 LIBS="$ac_xsave_LIBS -R $x_libraries"
7354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7355 /* end confdefs.h. */
7358 main ()
7362 return 0;
7364 _ACEOF
7365 if ac_fn_c_try_link "$LINENO"; then :
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7367 $as_echo "yes" >&6; }
7368 X_LIBS="$X_LIBS -R $x_libraries"
7369 else
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7371 $as_echo "neither works" >&6; }
7373 rm -f core conftest.err conftest.$ac_objext \
7374 conftest$ac_exeext conftest.$ac_ext
7376 rm -f core conftest.err conftest.$ac_objext \
7377 conftest$ac_exeext conftest.$ac_ext
7378 ac_c_werror_flag=$ac_xsave_c_werror_flag
7379 LIBS=$ac_xsave_LIBS
7382 # Check for system-dependent libraries X programs must link with.
7383 # Do this before checking for the system-independent R6 libraries
7384 # (-lICE), since we may need -lsocket or whatever for X linking.
7386 if test "$ISC" = yes; then
7387 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7388 else
7389 # Martyn Johnson says this is needed for Ultrix, if the X
7390 # libraries were built with DECnet support. And Karl Berry says
7391 # the Alpha needs dnet_stub (dnet does not exist).
7392 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7394 /* end confdefs.h. */
7396 /* Override any GCC internal prototype to avoid an error.
7397 Use char because int might match the return type of a GCC
7398 builtin and then its argument prototype would still apply. */
7399 #ifdef __cplusplus
7400 extern "C"
7401 #endif
7402 char XOpenDisplay ();
7404 main ()
7406 return XOpenDisplay ();
7408 return 0;
7410 _ACEOF
7411 if ac_fn_c_try_link "$LINENO"; then :
7413 else
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7415 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7416 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7417 $as_echo_n "(cached) " >&6
7418 else
7419 ac_check_lib_save_LIBS=$LIBS
7420 LIBS="-ldnet $LIBS"
7421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7422 /* end confdefs.h. */
7424 /* Override any GCC internal prototype to avoid an error.
7425 Use char because int might match the return type of a GCC
7426 builtin and then its argument prototype would still apply. */
7427 #ifdef __cplusplus
7428 extern "C"
7429 #endif
7430 char dnet_ntoa ();
7432 main ()
7434 return dnet_ntoa ();
7436 return 0;
7438 _ACEOF
7439 if ac_fn_c_try_link "$LINENO"; then :
7440 ac_cv_lib_dnet_dnet_ntoa=yes
7441 else
7442 ac_cv_lib_dnet_dnet_ntoa=no
7444 rm -f core conftest.err conftest.$ac_objext \
7445 conftest$ac_exeext conftest.$ac_ext
7446 LIBS=$ac_check_lib_save_LIBS
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7449 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7450 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7451 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7454 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7456 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7457 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7458 $as_echo_n "(cached) " >&6
7459 else
7460 ac_check_lib_save_LIBS=$LIBS
7461 LIBS="-ldnet_stub $LIBS"
7462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7463 /* end confdefs.h. */
7465 /* Override any GCC internal prototype to avoid an error.
7466 Use char because int might match the return type of a GCC
7467 builtin and then its argument prototype would still apply. */
7468 #ifdef __cplusplus
7469 extern "C"
7470 #endif
7471 char dnet_ntoa ();
7473 main ()
7475 return dnet_ntoa ();
7477 return 0;
7479 _ACEOF
7480 if ac_fn_c_try_link "$LINENO"; then :
7481 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7482 else
7483 ac_cv_lib_dnet_stub_dnet_ntoa=no
7485 rm -f core conftest.err conftest.$ac_objext \
7486 conftest$ac_exeext conftest.$ac_ext
7487 LIBS=$ac_check_lib_save_LIBS
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7490 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7491 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7492 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7497 rm -f core conftest.err conftest.$ac_objext \
7498 conftest$ac_exeext conftest.$ac_ext
7499 LIBS="$ac_xsave_LIBS"
7501 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7502 # to get the SysV transport functions.
7503 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7504 # needs -lnsl.
7505 # The nsl library prevents programs from opening the X display
7506 # on Irix 5.2, according to T.E. Dickey.
7507 # The functions gethostbyname, getservbyname, and inet_addr are
7508 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7509 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7510 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7514 if test $ac_cv_func_gethostbyname = no; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7516 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7517 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7518 $as_echo_n "(cached) " >&6
7519 else
7520 ac_check_lib_save_LIBS=$LIBS
7521 LIBS="-lnsl $LIBS"
7522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7523 /* end confdefs.h. */
7525 /* Override any GCC internal prototype to avoid an error.
7526 Use char because int might match the return type of a GCC
7527 builtin and then its argument prototype would still apply. */
7528 #ifdef __cplusplus
7529 extern "C"
7530 #endif
7531 char gethostbyname ();
7533 main ()
7535 return gethostbyname ();
7537 return 0;
7539 _ACEOF
7540 if ac_fn_c_try_link "$LINENO"; then :
7541 ac_cv_lib_nsl_gethostbyname=yes
7542 else
7543 ac_cv_lib_nsl_gethostbyname=no
7545 rm -f core conftest.err conftest.$ac_objext \
7546 conftest$ac_exeext conftest.$ac_ext
7547 LIBS=$ac_check_lib_save_LIBS
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7550 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7551 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7552 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7555 if test $ac_cv_lib_nsl_gethostbyname = no; then
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7557 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7558 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7559 $as_echo_n "(cached) " >&6
7560 else
7561 ac_check_lib_save_LIBS=$LIBS
7562 LIBS="-lbsd $LIBS"
7563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7564 /* end confdefs.h. */
7566 /* Override any GCC internal prototype to avoid an error.
7567 Use char because int might match the return type of a GCC
7568 builtin and then its argument prototype would still apply. */
7569 #ifdef __cplusplus
7570 extern "C"
7571 #endif
7572 char gethostbyname ();
7574 main ()
7576 return gethostbyname ();
7578 return 0;
7580 _ACEOF
7581 if ac_fn_c_try_link "$LINENO"; then :
7582 ac_cv_lib_bsd_gethostbyname=yes
7583 else
7584 ac_cv_lib_bsd_gethostbyname=no
7586 rm -f core conftest.err conftest.$ac_objext \
7587 conftest$ac_exeext conftest.$ac_ext
7588 LIBS=$ac_check_lib_save_LIBS
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7591 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7592 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7593 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7599 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7600 # socket/setsockopt and other routines are undefined under SCO ODT
7601 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7602 # on later versions), says Simon Leinen: it contains gethostby*
7603 # variants that don't use the name server (or something). -lsocket
7604 # must be given before -lnsl if both are needed. We assume that
7605 # if connect needs -lnsl, so does gethostbyname.
7606 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7607 if test "x$ac_cv_func_connect" = x""yes; then :
7611 if test $ac_cv_func_connect = no; then
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7613 $as_echo_n "checking for connect in -lsocket... " >&6; }
7614 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 ac_check_lib_save_LIBS=$LIBS
7618 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7620 /* end confdefs.h. */
7622 /* Override any GCC internal prototype to avoid an error.
7623 Use char because int might match the return type of a GCC
7624 builtin and then its argument prototype would still apply. */
7625 #ifdef __cplusplus
7626 extern "C"
7627 #endif
7628 char connect ();
7630 main ()
7632 return connect ();
7634 return 0;
7636 _ACEOF
7637 if ac_fn_c_try_link "$LINENO"; then :
7638 ac_cv_lib_socket_connect=yes
7639 else
7640 ac_cv_lib_socket_connect=no
7642 rm -f core conftest.err conftest.$ac_objext \
7643 conftest$ac_exeext conftest.$ac_ext
7644 LIBS=$ac_check_lib_save_LIBS
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7647 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7648 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7649 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7654 # Guillermo Gomez says -lposix is necessary on A/UX.
7655 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7656 if test "x$ac_cv_func_remove" = x""yes; then :
7660 if test $ac_cv_func_remove = no; then
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7662 $as_echo_n "checking for remove in -lposix... " >&6; }
7663 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7664 $as_echo_n "(cached) " >&6
7665 else
7666 ac_check_lib_save_LIBS=$LIBS
7667 LIBS="-lposix $LIBS"
7668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7669 /* end confdefs.h. */
7671 /* Override any GCC internal prototype to avoid an error.
7672 Use char because int might match the return type of a GCC
7673 builtin and then its argument prototype would still apply. */
7674 #ifdef __cplusplus
7675 extern "C"
7676 #endif
7677 char remove ();
7679 main ()
7681 return remove ();
7683 return 0;
7685 _ACEOF
7686 if ac_fn_c_try_link "$LINENO"; then :
7687 ac_cv_lib_posix_remove=yes
7688 else
7689 ac_cv_lib_posix_remove=no
7691 rm -f core conftest.err conftest.$ac_objext \
7692 conftest$ac_exeext conftest.$ac_ext
7693 LIBS=$ac_check_lib_save_LIBS
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7696 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7697 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7698 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7703 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7704 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7705 if test "x$ac_cv_func_shmat" = x""yes; then :
7709 if test $ac_cv_func_shmat = no; then
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7711 $as_echo_n "checking for shmat in -lipc... " >&6; }
7712 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7713 $as_echo_n "(cached) " >&6
7714 else
7715 ac_check_lib_save_LIBS=$LIBS
7716 LIBS="-lipc $LIBS"
7717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7718 /* end confdefs.h. */
7720 /* Override any GCC internal prototype to avoid an error.
7721 Use char because int might match the return type of a GCC
7722 builtin and then its argument prototype would still apply. */
7723 #ifdef __cplusplus
7724 extern "C"
7725 #endif
7726 char shmat ();
7728 main ()
7730 return shmat ();
7732 return 0;
7734 _ACEOF
7735 if ac_fn_c_try_link "$LINENO"; then :
7736 ac_cv_lib_ipc_shmat=yes
7737 else
7738 ac_cv_lib_ipc_shmat=no
7740 rm -f core conftest.err conftest.$ac_objext \
7741 conftest$ac_exeext conftest.$ac_ext
7742 LIBS=$ac_check_lib_save_LIBS
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7745 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7746 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7747 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7753 # Check for libraries that X11R6 Xt/Xaw programs need.
7754 ac_save_LDFLAGS=$LDFLAGS
7755 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7756 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7757 # check for ICE first), but we must link in the order -lSM -lICE or
7758 # we get undefined symbols. So assume we have SM if we have ICE.
7759 # These have to be linked with before -lX11, unlike the other
7760 # libraries we check for below, so use a different variable.
7761 # John Interrante, Karl Berry
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7763 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7764 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7765 $as_echo_n "(cached) " >&6
7766 else
7767 ac_check_lib_save_LIBS=$LIBS
7768 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7770 /* end confdefs.h. */
7772 /* Override any GCC internal prototype to avoid an error.
7773 Use char because int might match the return type of a GCC
7774 builtin and then its argument prototype would still apply. */
7775 #ifdef __cplusplus
7776 extern "C"
7777 #endif
7778 char IceConnectionNumber ();
7780 main ()
7782 return IceConnectionNumber ();
7784 return 0;
7786 _ACEOF
7787 if ac_fn_c_try_link "$LINENO"; then :
7788 ac_cv_lib_ICE_IceConnectionNumber=yes
7789 else
7790 ac_cv_lib_ICE_IceConnectionNumber=no
7792 rm -f core conftest.err conftest.$ac_objext \
7793 conftest$ac_exeext conftest.$ac_ext
7794 LIBS=$ac_check_lib_save_LIBS
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7797 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7798 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7799 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7802 LDFLAGS=$ac_save_LDFLAGS
7807 if test "$have_x" = "yes"
7808 then
7809 XLIB="-lX11"
7810 ac_save_CPPFLAGS="$CPPFLAGS"
7811 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7814 $as_echo_n "checking for -lX11... " >&6; }
7815 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7816 $as_echo_n "(cached) " >&6
7817 else
7818 ac_check_soname_save_LIBS=$LIBS
7819 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7821 /* end confdefs.h. */
7823 /* Override any GCC internal prototype to avoid an error.
7824 Use char because int might match the return type of a GCC
7825 builtin and then its argument prototype would still apply. */
7826 #ifdef __cplusplus
7827 extern "C"
7828 #endif
7829 char XCreateWindow ();
7831 main ()
7833 return XCreateWindow ();
7835 return 0;
7837 _ACEOF
7838 if ac_fn_c_try_link "$LINENO"; then :
7839 case "$LIBEXT" in
7840 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7841 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'` ;;
7842 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7843 esac
7845 rm -f core conftest.err conftest.$ac_objext \
7846 conftest$ac_exeext conftest.$ac_ext
7847 LIBS=$ac_check_soname_save_LIBS
7849 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7851 $as_echo "not found" >&6; }
7853 else
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7855 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7857 cat >>confdefs.h <<_ACEOF
7858 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7859 _ACEOF
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7864 $as_echo_n "checking for -lXext... " >&6; }
7865 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7866 $as_echo_n "(cached) " >&6
7867 else
7868 ac_check_soname_save_LIBS=$LIBS
7869 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7871 /* end confdefs.h. */
7873 /* Override any GCC internal prototype to avoid an error.
7874 Use char because int might match the return type of a GCC
7875 builtin and then its argument prototype would still apply. */
7876 #ifdef __cplusplus
7877 extern "C"
7878 #endif
7879 char XextCreateExtension ();
7881 main ()
7883 return XextCreateExtension ();
7885 return 0;
7887 _ACEOF
7888 if ac_fn_c_try_link "$LINENO"; then :
7889 case "$LIBEXT" in
7890 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7891 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'` ;;
7892 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7893 esac
7895 rm -f core conftest.err conftest.$ac_objext \
7896 conftest$ac_exeext conftest.$ac_ext
7897 LIBS=$ac_check_soname_save_LIBS
7899 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7901 $as_echo "not found" >&6; }
7903 else
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7905 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7907 cat >>confdefs.h <<_ACEOF
7908 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7909 _ACEOF
7911 XLIB="-lXext $XLIB"
7914 for ac_header in X11/Xlib.h \
7915 X11/XKBlib.h \
7916 X11/Xutil.h \
7917 X11/Xcursor/Xcursor.h \
7918 X11/extensions/shape.h \
7919 X11/extensions/XInput.h \
7920 X11/extensions/XShm.h \
7921 X11/extensions/Xcomposite.h \
7922 X11/extensions/Xinerama.h \
7923 X11/extensions/Xrandr.h \
7924 X11/extensions/Xrender.h \
7925 X11/extensions/xf86vmode.h \
7926 X11/extensions/xf86vmproto.h
7927 do :
7928 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7929 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7930 # include <X11/Xlib.h>
7931 #endif
7932 #ifdef HAVE_X11_XUTIL_H
7933 # include <X11/Xutil.h>
7934 #endif
7936 eval as_val=\$$as_ac_Header
7937 if test "x$as_val" = x""yes; then :
7938 cat >>confdefs.h <<_ACEOF
7939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7940 _ACEOF
7944 done
7947 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7948 then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7950 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7951 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7952 $as_echo_n "(cached) " >&6
7953 else
7954 ac_check_lib_save_LIBS=$LIBS
7955 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7957 /* end confdefs.h. */
7959 /* Override any GCC internal prototype to avoid an error.
7960 Use char because int might match the return type of a GCC
7961 builtin and then its argument prototype would still apply. */
7962 #ifdef __cplusplus
7963 extern "C"
7964 #endif
7965 char XkbQueryExtension ();
7967 main ()
7969 return XkbQueryExtension ();
7971 return 0;
7973 _ACEOF
7974 if ac_fn_c_try_link "$LINENO"; then :
7975 ac_cv_lib_X11_XkbQueryExtension=yes
7976 else
7977 ac_cv_lib_X11_XkbQueryExtension=no
7979 rm -f core conftest.err conftest.$ac_objext \
7980 conftest$ac_exeext conftest.$ac_ext
7981 LIBS=$ac_check_lib_save_LIBS
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7984 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7985 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7987 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7993 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7994 then
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7996 $as_echo_n "checking for -lXcursor... " >&6; }
7997 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7998 $as_echo_n "(cached) " >&6
7999 else
8000 ac_check_soname_save_LIBS=$LIBS
8001 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8003 /* end confdefs.h. */
8005 /* Override any GCC internal prototype to avoid an error.
8006 Use char because int might match the return type of a GCC
8007 builtin and then its argument prototype would still apply. */
8008 #ifdef __cplusplus
8009 extern "C"
8010 #endif
8011 char XcursorImageLoadCursor ();
8013 main ()
8015 return XcursorImageLoadCursor ();
8017 return 0;
8019 _ACEOF
8020 if ac_fn_c_try_link "$LINENO"; then :
8021 case "$LIBEXT" in
8022 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8023 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'` ;;
8024 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8025 esac
8027 rm -f core conftest.err conftest.$ac_objext \
8028 conftest$ac_exeext conftest.$ac_ext
8029 LIBS=$ac_check_soname_save_LIBS
8031 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8033 $as_echo "not found" >&6; }
8035 else
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8037 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8039 cat >>confdefs.h <<_ACEOF
8040 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8041 _ACEOF
8046 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8047 case "x$with_xcursor" in
8048 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8049 xno) ;;
8050 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8051 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8052 esac
8055 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8056 then
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8058 $as_echo_n "checking for -lXi... " >&6; }
8059 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8060 $as_echo_n "(cached) " >&6
8061 else
8062 ac_check_soname_save_LIBS=$LIBS
8063 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8065 /* end confdefs.h. */
8067 /* Override any GCC internal prototype to avoid an error.
8068 Use char because int might match the return type of a GCC
8069 builtin and then its argument prototype would still apply. */
8070 #ifdef __cplusplus
8071 extern "C"
8072 #endif
8073 char XOpenDevice ();
8075 main ()
8077 return XOpenDevice ();
8079 return 0;
8081 _ACEOF
8082 if ac_fn_c_try_link "$LINENO"; then :
8083 case "$LIBEXT" in
8084 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8085 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'` ;;
8086 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8087 esac
8089 rm -f core conftest.err conftest.$ac_objext \
8090 conftest$ac_exeext conftest.$ac_ext
8091 LIBS=$ac_check_soname_save_LIBS
8093 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8095 $as_echo "not found" >&6; }
8097 else
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8099 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8101 cat >>confdefs.h <<_ACEOF
8102 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8103 _ACEOF
8108 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8109 case "x$with_xinput" in
8110 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8111 xno) ;;
8112 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8113 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8114 esac
8117 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8118 then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8120 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8121 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8122 $as_echo_n "(cached) " >&6
8123 else
8124 ac_check_lib_save_LIBS=$LIBS
8125 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8127 /* end confdefs.h. */
8129 /* Override any GCC internal prototype to avoid an error.
8130 Use char because int might match the return type of a GCC
8131 builtin and then its argument prototype would still apply. */
8132 #ifdef __cplusplus
8133 extern "C"
8134 #endif
8135 char XShmQueryExtension ();
8137 main ()
8139 return XShmQueryExtension ();
8141 return 0;
8143 _ACEOF
8144 if ac_fn_c_try_link "$LINENO"; then :
8145 ac_cv_lib_Xext_XShmQueryExtension=yes
8146 else
8147 ac_cv_lib_Xext_XShmQueryExtension=no
8149 rm -f core conftest.err conftest.$ac_objext \
8150 conftest$ac_exeext conftest.$ac_ext
8151 LIBS=$ac_check_lib_save_LIBS
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8154 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8155 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8157 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8162 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8163 case "x$with_xshm" in
8164 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8165 xno) ;;
8166 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8167 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8168 esac
8171 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8172 then
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8174 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8175 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8176 $as_echo_n "(cached) " >&6
8177 else
8178 ac_check_lib_save_LIBS=$LIBS
8179 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8181 /* end confdefs.h. */
8183 /* Override any GCC internal prototype to avoid an error.
8184 Use char because int might match the return type of a GCC
8185 builtin and then its argument prototype would still apply. */
8186 #ifdef __cplusplus
8187 extern "C"
8188 #endif
8189 char XShapeQueryExtension ();
8191 main ()
8193 return XShapeQueryExtension ();
8195 return 0;
8197 _ACEOF
8198 if ac_fn_c_try_link "$LINENO"; then :
8199 ac_cv_lib_Xext_XShapeQueryExtension=yes
8200 else
8201 ac_cv_lib_Xext_XShapeQueryExtension=no
8203 rm -f core conftest.err conftest.$ac_objext \
8204 conftest$ac_exeext conftest.$ac_ext
8205 LIBS=$ac_check_lib_save_LIBS
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8208 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8209 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8211 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8216 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8217 case "x$with_xshape" in
8218 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8219 xno) ;;
8220 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8221 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8222 esac
8225 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8226 then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8228 $as_echo_n "checking for -lXxf86vm... " >&6; }
8229 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8230 $as_echo_n "(cached) " >&6
8231 else
8232 ac_check_soname_save_LIBS=$LIBS
8233 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235 /* end confdefs.h. */
8237 /* Override any GCC internal prototype to avoid an error.
8238 Use char because int might match the return type of a GCC
8239 builtin and then its argument prototype would still apply. */
8240 #ifdef __cplusplus
8241 extern "C"
8242 #endif
8243 char XF86VidModeQueryExtension ();
8245 main ()
8247 return XF86VidModeQueryExtension ();
8249 return 0;
8251 _ACEOF
8252 if ac_fn_c_try_link "$LINENO"; then :
8253 case "$LIBEXT" in
8254 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8255 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'` ;;
8256 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8257 esac
8259 rm -f core conftest.err conftest.$ac_objext \
8260 conftest$ac_exeext conftest.$ac_ext
8261 LIBS=$ac_check_soname_save_LIBS
8263 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8265 $as_echo "not found" >&6; }
8267 else
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8269 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8271 cat >>confdefs.h <<_ACEOF
8272 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8273 _ACEOF
8278 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8279 case "x$with_xxf86vm" in
8280 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8281 xno) ;;
8282 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8283 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8284 esac
8287 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"
8288 then
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8290 $as_echo_n "checking for -lXrender... " >&6; }
8291 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8292 $as_echo_n "(cached) " >&6
8293 else
8294 ac_check_soname_save_LIBS=$LIBS
8295 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8297 /* end confdefs.h. */
8299 /* Override any GCC internal prototype to avoid an error.
8300 Use char because int might match the return type of a GCC
8301 builtin and then its argument prototype would still apply. */
8302 #ifdef __cplusplus
8303 extern "C"
8304 #endif
8305 char XRenderQueryExtension ();
8307 main ()
8309 return XRenderQueryExtension ();
8311 return 0;
8313 _ACEOF
8314 if ac_fn_c_try_link "$LINENO"; then :
8315 case "$LIBEXT" in
8316 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8317 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'` ;;
8318 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8319 esac
8321 rm -f core conftest.err conftest.$ac_objext \
8322 conftest$ac_exeext conftest.$ac_ext
8323 LIBS=$ac_check_soname_save_LIBS
8325 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8327 $as_echo "not found" >&6; }
8329 else
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8331 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8333 cat >>confdefs.h <<_ACEOF
8334 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8335 _ACEOF
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8338 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8339 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8340 $as_echo_n "(cached) " >&6
8341 else
8342 ac_check_lib_save_LIBS=$LIBS
8343 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8345 /* end confdefs.h. */
8347 /* Override any GCC internal prototype to avoid an error.
8348 Use char because int might match the return type of a GCC
8349 builtin and then its argument prototype would still apply. */
8350 #ifdef __cplusplus
8351 extern "C"
8352 #endif
8353 char XRenderSetPictureTransform ();
8355 main ()
8357 return XRenderSetPictureTransform ();
8359 return 0;
8361 _ACEOF
8362 if ac_fn_c_try_link "$LINENO"; then :
8363 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8364 else
8365 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8367 rm -f core conftest.err conftest.$ac_objext \
8368 conftest$ac_exeext conftest.$ac_ext
8369 LIBS=$ac_check_lib_save_LIBS
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8372 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8373 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8375 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8382 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8383 case "x$with_xrender" in
8384 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8385 xno) ;;
8386 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8387 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8388 esac
8391 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8392 then
8393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8394 /* end confdefs.h. */
8395 #include <X11/Xlib.h>
8396 #include <X11/extensions/Xrandr.h>
8398 main ()
8400 static typeof(XRRSetScreenConfigAndRate) * func;
8402 return 0;
8404 _ACEOF
8405 if ac_fn_c_try_compile "$LINENO"; then :
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8407 $as_echo_n "checking for -lXrandr... " >&6; }
8408 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8409 $as_echo_n "(cached) " >&6
8410 else
8411 ac_check_soname_save_LIBS=$LIBS
8412 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8414 /* end confdefs.h. */
8416 /* Override any GCC internal prototype to avoid an error.
8417 Use char because int might match the return type of a GCC
8418 builtin and then its argument prototype would still apply. */
8419 #ifdef __cplusplus
8420 extern "C"
8421 #endif
8422 char XRRQueryExtension ();
8424 main ()
8426 return XRRQueryExtension ();
8428 return 0;
8430 _ACEOF
8431 if ac_fn_c_try_link "$LINENO"; then :
8432 case "$LIBEXT" in
8433 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8434 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'` ;;
8435 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8436 esac
8438 rm -f core conftest.err conftest.$ac_objext \
8439 conftest$ac_exeext conftest.$ac_ext
8440 LIBS=$ac_check_soname_save_LIBS
8442 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8444 $as_echo "not found" >&6; }
8446 else
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8448 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8450 cat >>confdefs.h <<_ACEOF
8451 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8452 _ACEOF
8457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8459 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8460 case "x$with_xrandr" in
8461 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8462 xno) ;;
8463 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8464 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8465 esac
8468 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8469 then
8470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8471 /* end confdefs.h. */
8472 #include <X11/Xlib.h>
8473 #include <X11/extensions/Xinerama.h>
8475 main ()
8477 static typeof(XineramaQueryScreens) * func;
8479 return 0;
8481 _ACEOF
8482 if ac_fn_c_try_compile "$LINENO"; then :
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8484 $as_echo_n "checking for -lXinerama... " >&6; }
8485 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8486 $as_echo_n "(cached) " >&6
8487 else
8488 ac_check_soname_save_LIBS=$LIBS
8489 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8491 /* end confdefs.h. */
8493 /* Override any GCC internal prototype to avoid an error.
8494 Use char because int might match the return type of a GCC
8495 builtin and then its argument prototype would still apply. */
8496 #ifdef __cplusplus
8497 extern "C"
8498 #endif
8499 char XineramaQueryScreens ();
8501 main ()
8503 return XineramaQueryScreens ();
8505 return 0;
8507 _ACEOF
8508 if ac_fn_c_try_link "$LINENO"; then :
8509 case "$LIBEXT" in
8510 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8511 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'` ;;
8512 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8513 esac
8515 rm -f core conftest.err conftest.$ac_objext \
8516 conftest$ac_exeext conftest.$ac_ext
8517 LIBS=$ac_check_soname_save_LIBS
8519 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8521 $as_echo "not found" >&6; }
8523 else
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8525 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8527 cat >>confdefs.h <<_ACEOF
8528 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8529 _ACEOF
8534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8536 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8537 case "x$with_xinerama" in
8538 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8539 xno) ;;
8540 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8541 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8542 esac
8545 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8546 then
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8548 $as_echo_n "checking for -lXcomposite... " >&6; }
8549 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8550 $as_echo_n "(cached) " >&6
8551 else
8552 ac_check_soname_save_LIBS=$LIBS
8553 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8557 /* Override any GCC internal prototype to avoid an error.
8558 Use char because int might match the return type of a GCC
8559 builtin and then its argument prototype would still apply. */
8560 #ifdef __cplusplus
8561 extern "C"
8562 #endif
8563 char XCompositeRedirectWindow ();
8565 main ()
8567 return XCompositeRedirectWindow ();
8569 return 0;
8571 _ACEOF
8572 if ac_fn_c_try_link "$LINENO"; then :
8573 case "$LIBEXT" in
8574 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8575 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'` ;;
8576 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8577 esac
8579 rm -f core conftest.err conftest.$ac_objext \
8580 conftest$ac_exeext conftest.$ac_ext
8581 LIBS=$ac_check_soname_save_LIBS
8583 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8585 $as_echo "not found" >&6; }
8587 else
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8589 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8591 cat >>confdefs.h <<_ACEOF
8592 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8593 _ACEOF
8598 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8599 case "x$with_xcomposite" in
8600 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8601 xno) ;;
8602 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8603 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8604 esac
8607 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8608 #include <X11/Xlib.h>
8609 #endif
8611 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8613 cat >>confdefs.h <<_ACEOF
8614 #define HAVE_XICCALLBACK_CALLBACK 1
8615 _ACEOF
8622 opengl_msg=""
8623 if test "x$with_opengl" != "xno"
8624 then
8625 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8626 do :
8627 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8628 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8629 # include <GL/glx.h>
8630 #endif
8632 eval as_val=\$$as_ac_Header
8633 if test "x$as_val" = x""yes; then :
8634 cat >>confdefs.h <<_ACEOF
8635 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8636 _ACEOF
8640 done
8642 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8643 then
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8645 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8646 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8647 $as_echo_n "(cached) " >&6
8648 else
8649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8650 /* end confdefs.h. */
8651 #include <GL/gl.h>
8653 main ()
8655 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8657 return 0;
8659 _ACEOF
8660 if ac_fn_c_try_compile "$LINENO"; then :
8661 wine_cv_opengl_header_version_OK="yes"
8662 else
8663 wine_cv_opengl_header_version_OK="no"
8665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8668 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8670 if test "$wine_cv_opengl_header_version_OK" = "yes"
8671 then
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8673 $as_echo_n "checking for -lGL... " >&6; }
8674 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8675 $as_echo_n "(cached) " >&6
8676 else
8677 ac_check_soname_save_LIBS=$LIBS
8678 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8680 /* end confdefs.h. */
8682 /* Override any GCC internal prototype to avoid an error.
8683 Use char because int might match the return type of a GCC
8684 builtin and then its argument prototype would still apply. */
8685 #ifdef __cplusplus
8686 extern "C"
8687 #endif
8688 char glXCreateContext ();
8690 main ()
8692 return glXCreateContext ();
8694 return 0;
8696 _ACEOF
8697 if ac_fn_c_try_link "$LINENO"; then :
8698 case "$LIBEXT" in
8699 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8700 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'` ;;
8701 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8702 esac
8704 rm -f core conftest.err conftest.$ac_objext \
8705 conftest$ac_exeext conftest.$ac_ext
8706 LIBS=$ac_check_soname_save_LIBS
8708 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8710 $as_echo "not found" >&6; }
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8712 $as_echo_n "checking for -lGL... " >&6; }
8713 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8714 $as_echo_n "(cached) " >&6
8715 else
8716 ac_check_soname_save_LIBS=$LIBS
8717 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"
8718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8719 /* end confdefs.h. */
8721 /* Override any GCC internal prototype to avoid an error.
8722 Use char because int might match the return type of a GCC
8723 builtin and then its argument prototype would still apply. */
8724 #ifdef __cplusplus
8725 extern "C"
8726 #endif
8727 char glXCreateContext ();
8729 main ()
8731 return glXCreateContext ();
8733 return 0;
8735 _ACEOF
8736 if ac_fn_c_try_link "$LINENO"; then :
8737 case "$LIBEXT" in
8738 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8739 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'` ;;
8740 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8741 esac
8743 rm -f core conftest.err conftest.$ac_objext \
8744 conftest$ac_exeext conftest.$ac_ext
8745 LIBS=$ac_check_soname_save_LIBS
8747 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8749 $as_echo "not found" >&6; }
8750 if test -f /usr/X11R6/lib/libGL.a
8751 then
8752 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8753 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8754 else
8755 opengl_msg="No OpenGL library found on this system."
8757 else
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8759 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8761 cat >>confdefs.h <<_ACEOF
8762 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8763 _ACEOF
8765 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"
8767 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8770 else
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8772 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8774 cat >>confdefs.h <<_ACEOF
8775 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8776 _ACEOF
8778 OPENGL_LIBS="-lGL"
8780 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8783 if test "$ac_cv_header_GL_glu_h" = "yes"
8784 then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8786 $as_echo_n "checking for -lGLU... " >&6; }
8787 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8788 $as_echo_n "(cached) " >&6
8789 else
8790 ac_check_soname_save_LIBS=$LIBS
8791 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8793 /* end confdefs.h. */
8795 /* Override any GCC internal prototype to avoid an error.
8796 Use char because int might match the return type of a GCC
8797 builtin and then its argument prototype would still apply. */
8798 #ifdef __cplusplus
8799 extern "C"
8800 #endif
8801 char gluLookAt ();
8803 main ()
8805 return gluLookAt ();
8807 return 0;
8809 _ACEOF
8810 if ac_fn_c_try_link "$LINENO"; then :
8811 case "$LIBEXT" in
8812 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8813 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'` ;;
8814 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8815 esac
8817 rm -f core conftest.err conftest.$ac_objext \
8818 conftest$ac_exeext conftest.$ac_ext
8819 LIBS=$ac_check_soname_save_LIBS
8821 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8823 $as_echo "not found" >&6; }
8825 else
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8827 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8829 cat >>confdefs.h <<_ACEOF
8830 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8831 _ACEOF
8836 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8837 case "x$with_glu" in
8838 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8839 xno) ;;
8840 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8841 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8842 esac
8844 else
8845 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8847 else
8848 opengl_msg="OpenGL development headers not found."
8850 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8851 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8852 else
8853 enable_opengl32=${enable_opengl32:-no}
8854 enable_glu32=${enable_glu32:-no}
8856 if test -n "$opengl_msg"; then :
8857 case "x$with_opengl" in
8858 x) as_fn_append wine_warnings "|$opengl_msg
8859 OpenGL and Direct3D won't be supported." ;;
8860 xno) ;;
8861 *) as_fn_error "$opengl_msg
8862 OpenGL and Direct3D won't be supported.
8863 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8864 esac
8867 NASLIBS=""
8869 for ac_header in audio/audiolib.h
8870 do :
8871 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8872 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8873 cat >>confdefs.h <<_ACEOF
8874 #define HAVE_AUDIO_AUDIOLIB_H 1
8875 _ACEOF
8876 for ac_header in audio/soundlib.h
8877 do :
8878 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8880 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8881 cat >>confdefs.h <<_ACEOF
8882 #define HAVE_AUDIO_SOUNDLIB_H 1
8883 _ACEOF
8887 done
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8890 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8891 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8892 $as_echo_n "(cached) " >&6
8893 else
8894 ac_check_lib_save_LIBS=$LIBS
8895 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8897 /* end confdefs.h. */
8899 /* Override any GCC internal prototype to avoid an error.
8900 Use char because int might match the return type of a GCC
8901 builtin and then its argument prototype would still apply. */
8902 #ifdef __cplusplus
8903 extern "C"
8904 #endif
8905 char AuCreateFlow ();
8907 main ()
8909 return AuCreateFlow ();
8911 return 0;
8913 _ACEOF
8914 if ac_fn_c_try_link "$LINENO"; then :
8915 ac_cv_lib_audio_AuCreateFlow=yes
8916 else
8917 ac_cv_lib_audio_AuCreateFlow=no
8919 rm -f core conftest.err conftest.$ac_objext \
8920 conftest$ac_exeext conftest.$ac_ext
8921 LIBS=$ac_check_lib_save_LIBS
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8924 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8925 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8927 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8930 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8931 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8932 $as_echo_n "(cached) " >&6
8933 else
8934 ac_check_lib_save_LIBS=$LIBS
8935 LIBS="-lXau $X_LIBS $LIBS"
8936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8937 /* end confdefs.h. */
8939 /* Override any GCC internal prototype to avoid an error.
8940 Use char because int might match the return type of a GCC
8941 builtin and then its argument prototype would still apply. */
8942 #ifdef __cplusplus
8943 extern "C"
8944 #endif
8945 char XauGetBestAuthByAddr ();
8947 main ()
8949 return XauGetBestAuthByAddr ();
8951 return 0;
8953 _ACEOF
8954 if ac_fn_c_try_link "$LINENO"; then :
8955 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8956 else
8957 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8959 rm -f core conftest.err conftest.$ac_objext \
8960 conftest$ac_exeext conftest.$ac_ext
8961 LIBS=$ac_check_lib_save_LIBS
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8964 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8965 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8966 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8967 else
8968 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8976 done
8979 CPPFLAGS="$ac_save_CPPFLAGS"
8980 else
8981 XLIB=""
8982 X_CFLAGS=""
8983 X_LIBS=""
8984 enable_winex11_drv=${enable_winex11_drv:-no}
8985 enable_opengl32=${enable_opengl32:-no}
8986 enable_glu32=${enable_glu32:-no}
8988 if test "x$XLIB" = "x"; then :
8989 case "x$with_x" in
8990 xno) ;;
8991 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8992 without X support, which probably isn't what you want. You will need to install
8993 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8994 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8995 esac
8999 XML2LIBS=""
9001 XML2INCL=""
9003 XSLTINCL=""
9005 if test "x$with_xml" != "xno"
9006 then
9007 ac_save_CPPFLAGS="$CPPFLAGS"
9008 if test "$PKG_CONFIG" != "false"
9009 then
9010 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9011 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9012 else
9013 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9014 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9016 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9017 for ac_header in libxml/parser.h
9018 do :
9019 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9020 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9021 cat >>confdefs.h <<_ACEOF
9022 #define HAVE_LIBXML_PARSER_H 1
9023 _ACEOF
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9025 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9026 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9027 $as_echo_n "(cached) " >&6
9028 else
9029 ac_check_lib_save_LIBS=$LIBS
9030 LIBS="-lxml2 $ac_xml_libs $LIBS"
9031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9032 /* end confdefs.h. */
9034 /* Override any GCC internal prototype to avoid an error.
9035 Use char because int might match the return type of a GCC
9036 builtin and then its argument prototype would still apply. */
9037 #ifdef __cplusplus
9038 extern "C"
9039 #endif
9040 char xmlParseMemory ();
9042 main ()
9044 return xmlParseMemory ();
9046 return 0;
9048 _ACEOF
9049 if ac_fn_c_try_link "$LINENO"; then :
9050 ac_cv_lib_xml2_xmlParseMemory=yes
9051 else
9052 ac_cv_lib_xml2_xmlParseMemory=no
9054 rm -f core conftest.err conftest.$ac_objext \
9055 conftest$ac_exeext conftest.$ac_ext
9056 LIBS=$ac_check_lib_save_LIBS
9058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9059 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9060 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9062 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9064 XML2LIBS="$ac_xml_libs"
9065 XML2INCL="$ac_xml_cflags"
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9069 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9070 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9071 $as_echo_n "(cached) " >&6
9072 else
9073 ac_check_lib_save_LIBS=$LIBS
9074 LIBS="-lxml2 $ac_xml_libs $LIBS"
9075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9076 /* end confdefs.h. */
9078 /* Override any GCC internal prototype to avoid an error.
9079 Use char because int might match the return type of a GCC
9080 builtin and then its argument prototype would still apply. */
9081 #ifdef __cplusplus
9082 extern "C"
9083 #endif
9084 char xmlReadMemory ();
9086 main ()
9088 return xmlReadMemory ();
9090 return 0;
9092 _ACEOF
9093 if ac_fn_c_try_link "$LINENO"; then :
9094 ac_cv_lib_xml2_xmlReadMemory=yes
9095 else
9096 ac_cv_lib_xml2_xmlReadMemory=no
9098 rm -f core conftest.err conftest.$ac_objext \
9099 conftest$ac_exeext conftest.$ac_ext
9100 LIBS=$ac_check_lib_save_LIBS
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9103 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9104 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9106 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9111 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9112 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9113 $as_echo_n "(cached) " >&6
9114 else
9115 ac_check_lib_save_LIBS=$LIBS
9116 LIBS="-lxml2 $ac_xml_libs $LIBS"
9117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9118 /* end confdefs.h. */
9120 /* Override any GCC internal prototype to avoid an error.
9121 Use char because int might match the return type of a GCC
9122 builtin and then its argument prototype would still apply. */
9123 #ifdef __cplusplus
9124 extern "C"
9125 #endif
9126 char xmlNewDocPI ();
9128 main ()
9130 return xmlNewDocPI ();
9132 return 0;
9134 _ACEOF
9135 if ac_fn_c_try_link "$LINENO"; then :
9136 ac_cv_lib_xml2_xmlNewDocPI=yes
9137 else
9138 ac_cv_lib_xml2_xmlNewDocPI=no
9140 rm -f core conftest.err conftest.$ac_objext \
9141 conftest$ac_exeext conftest.$ac_ext
9142 LIBS=$ac_check_lib_save_LIBS
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9145 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9146 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9148 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9155 done
9157 CPPFLAGS="$ac_save_CPPFLAGS"
9159 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9160 case "x$with_xml" in
9161 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9162 xno) ;;
9163 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9164 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9165 esac
9168 if test "x$with_xslt" != "xno"
9169 then
9170 if test "$PKG_CONFIG" != "false"
9171 then
9172 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9173 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9174 else
9175 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9176 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9178 ac_save_CPPFLAGS="$CPPFLAGS"
9179 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9180 for ac_header in libxslt/pattern.h libxslt/transform.h
9181 do :
9182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9183 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9184 # include <libxslt/pattern.h>
9185 #endif
9187 eval as_val=\$$as_ac_Header
9188 if test "x$as_val" = x""yes; then :
9189 cat >>confdefs.h <<_ACEOF
9190 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9191 _ACEOF
9195 done
9197 CPPFLAGS="$ac_save_CPPFLAGS"
9198 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9199 then
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9201 $as_echo_n "checking for -lxslt... " >&6; }
9202 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9203 $as_echo_n "(cached) " >&6
9204 else
9205 ac_check_soname_save_LIBS=$LIBS
9206 LIBS="-lxslt $ac_xslt_libs $LIBS"
9207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9208 /* end confdefs.h. */
9210 /* Override any GCC internal prototype to avoid an error.
9211 Use char because int might match the return type of a GCC
9212 builtin and then its argument prototype would still apply. */
9213 #ifdef __cplusplus
9214 extern "C"
9215 #endif
9216 char xsltCompilePattern ();
9218 main ()
9220 return xsltCompilePattern ();
9222 return 0;
9224 _ACEOF
9225 if ac_fn_c_try_link "$LINENO"; then :
9226 case "$LIBEXT" in
9227 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9228 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'` ;;
9229 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9230 esac
9232 rm -f core conftest.err conftest.$ac_objext \
9233 conftest$ac_exeext conftest.$ac_ext
9234 LIBS=$ac_check_soname_save_LIBS
9236 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9238 $as_echo "not found" >&6; }
9240 else
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9242 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9244 cat >>confdefs.h <<_ACEOF
9245 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9246 _ACEOF
9248 XSLTINCL="$ac_xslt_cflags"
9252 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9253 case "x$with_xslt" in
9254 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9255 xno) ;;
9256 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9257 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9258 esac
9261 HALINCL=""
9263 if test "x$with_hal" != "xno"
9264 then
9265 ac_save_CPPFLAGS="$CPPFLAGS"
9266 if test "$PKG_CONFIG" != "false"
9267 then
9268 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9269 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9270 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9272 for ac_header in dbus/dbus.h hal/libhal.h
9273 do :
9274 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9275 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9276 eval as_val=\$$as_ac_Header
9277 if test "x$as_val" = x""yes; then :
9278 cat >>confdefs.h <<_ACEOF
9279 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9280 _ACEOF
9284 done
9286 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9287 then
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9289 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9290 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9291 $as_echo_n "(cached) " >&6
9292 else
9293 ac_check_lib_save_LIBS=$LIBS
9294 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9296 /* end confdefs.h. */
9298 /* Override any GCC internal prototype to avoid an error.
9299 Use char because int might match the return type of a GCC
9300 builtin and then its argument prototype would still apply. */
9301 #ifdef __cplusplus
9302 extern "C"
9303 #endif
9304 char dbus_connection_close ();
9306 main ()
9308 return dbus_connection_close ();
9310 return 0;
9312 _ACEOF
9313 if ac_fn_c_try_link "$LINENO"; then :
9314 ac_cv_lib_dbus_1_dbus_connection_close=yes
9315 else
9316 ac_cv_lib_dbus_1_dbus_connection_close=no
9318 rm -f core conftest.err conftest.$ac_objext \
9319 conftest$ac_exeext conftest.$ac_ext
9320 LIBS=$ac_check_lib_save_LIBS
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9323 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9324 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9326 $as_echo_n "checking for -lhal... " >&6; }
9327 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
9329 else
9330 ac_check_soname_save_LIBS=$LIBS
9331 LIBS="-lhal $ac_hal_libs $LIBS"
9332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9333 /* end confdefs.h. */
9335 /* Override any GCC internal prototype to avoid an error.
9336 Use char because int might match the return type of a GCC
9337 builtin and then its argument prototype would still apply. */
9338 #ifdef __cplusplus
9339 extern "C"
9340 #endif
9341 char libhal_ctx_new ();
9343 main ()
9345 return libhal_ctx_new ();
9347 return 0;
9349 _ACEOF
9350 if ac_fn_c_try_link "$LINENO"; then :
9351 case "$LIBEXT" in
9352 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9353 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'` ;;
9354 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9355 esac
9357 rm -f core conftest.err conftest.$ac_objext \
9358 conftest$ac_exeext conftest.$ac_ext
9359 LIBS=$ac_check_soname_save_LIBS
9361 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9363 $as_echo "not found" >&6; }
9365 else
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9367 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9369 cat >>confdefs.h <<_ACEOF
9370 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9371 _ACEOF
9373 HALINCL="$ac_hal_cflags"
9378 CPPFLAGS="$ac_save_CPPFLAGS"
9380 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9381 case "x$with_hal" in
9382 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9383 xno) ;;
9384 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9385 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9386 esac
9389 if test "x$with_gnutls" != "xno"
9390 then
9391 ac_save_CPPFLAGS="$CPPFLAGS"
9392 if test "$PKG_CONFIG" != "false"
9393 then
9394 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9395 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9396 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9398 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9399 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9401 /* end confdefs.h. */
9402 #include <gnutls/gnutls.h>
9404 main ()
9406 typeof(gnutls_mac_get_key_size) *pfunc;
9408 return 0;
9410 _ACEOF
9411 if ac_fn_c_try_compile "$LINENO"; then :
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9413 $as_echo_n "checking for -lgnutls... " >&6; }
9414 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9415 $as_echo_n "(cached) " >&6
9416 else
9417 ac_check_soname_save_LIBS=$LIBS
9418 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9420 /* end confdefs.h. */
9422 /* Override any GCC internal prototype to avoid an error.
9423 Use char because int might match the return type of a GCC
9424 builtin and then its argument prototype would still apply. */
9425 #ifdef __cplusplus
9426 extern "C"
9427 #endif
9428 char gnutls_global_init ();
9430 main ()
9432 return gnutls_global_init ();
9434 return 0;
9436 _ACEOF
9437 if ac_fn_c_try_link "$LINENO"; then :
9438 case "$LIBEXT" in
9439 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9440 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'` ;;
9441 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9442 esac
9444 rm -f core conftest.err conftest.$ac_objext \
9445 conftest$ac_exeext conftest.$ac_ext
9446 LIBS=$ac_check_soname_save_LIBS
9448 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9450 $as_echo "not found" >&6; }
9452 else
9453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9454 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9456 cat >>confdefs.h <<_ACEOF
9457 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9458 _ACEOF
9460 GNUTLSINCL="$ac_gnutls_cflags"
9464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9468 CPPFLAGS="$ac_save_CPPFLAGS"
9470 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9471 case "x$with_gnutls" in
9472 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9473 xno) ;;
9474 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9475 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9476 esac
9479 CURSESLIBS=""
9480 if test "$ac_cv_header_ncurses_h" = "yes"
9481 then
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9483 $as_echo_n "checking for -lncurses... " >&6; }
9484 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9485 $as_echo_n "(cached) " >&6
9486 else
9487 ac_check_soname_save_LIBS=$LIBS
9488 LIBS="-lncurses $LIBS"
9489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9490 /* end confdefs.h. */
9492 /* Override any GCC internal prototype to avoid an error.
9493 Use char because int might match the return type of a GCC
9494 builtin and then its argument prototype would still apply. */
9495 #ifdef __cplusplus
9496 extern "C"
9497 #endif
9498 char waddch ();
9500 main ()
9502 return waddch ();
9504 return 0;
9506 _ACEOF
9507 if ac_fn_c_try_link "$LINENO"; then :
9508 case "$LIBEXT" in
9509 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9510 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'` ;;
9511 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9512 esac
9514 rm -f core conftest.err conftest.$ac_objext \
9515 conftest$ac_exeext conftest.$ac_ext
9516 LIBS=$ac_check_soname_save_LIBS
9518 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9520 $as_echo "not found" >&6; }
9522 else
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9524 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9526 cat >>confdefs.h <<_ACEOF
9527 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9528 _ACEOF
9530 CURSESLIBS="-lncurses"
9532 elif test "$ac_cv_header_curses_h" = "yes"
9533 then
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9535 $as_echo_n "checking for -lcurses... " >&6; }
9536 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9537 $as_echo_n "(cached) " >&6
9538 else
9539 ac_check_soname_save_LIBS=$LIBS
9540 LIBS="-lcurses $LIBS"
9541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9542 /* end confdefs.h. */
9544 /* Override any GCC internal prototype to avoid an error.
9545 Use char because int might match the return type of a GCC
9546 builtin and then its argument prototype would still apply. */
9547 #ifdef __cplusplus
9548 extern "C"
9549 #endif
9550 char waddch ();
9552 main ()
9554 return waddch ();
9556 return 0;
9558 _ACEOF
9559 if ac_fn_c_try_link "$LINENO"; then :
9560 case "$LIBEXT" in
9561 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9562 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'` ;;
9563 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9564 esac
9566 rm -f core conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568 LIBS=$ac_check_soname_save_LIBS
9570 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9572 $as_echo "not found" >&6; }
9574 else
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9576 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9578 cat >>confdefs.h <<_ACEOF
9579 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9580 _ACEOF
9582 CURSESLIBS="-lcurses"
9585 ac_save_LIBS="$LIBS"
9586 LIBS="$LIBS $CURSESLIBS"
9587 for ac_func in mousemask
9588 do :
9589 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9590 if test "x$ac_cv_func_mousemask" = x""yes; then :
9591 cat >>confdefs.h <<_ACEOF
9592 #define HAVE_MOUSEMASK 1
9593 _ACEOF
9596 done
9598 LIBS="$ac_save_LIBS"
9599 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9600 case "x$with_curses" in
9601 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9602 xno) ;;
9603 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9604 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9605 esac
9608 if test "x$with_sane" != "xno"
9609 then
9610 ac_save_CPPFLAGS="$CPPFLAGS"
9611 # Extract the first word of "sane-config", so it can be a program name with args.
9612 set dummy sane-config; ac_word=$2
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9614 $as_echo_n "checking for $ac_word... " >&6; }
9615 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9616 $as_echo_n "(cached) " >&6
9617 else
9618 if test -n "$sane_devel"; then
9619 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9620 else
9621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9622 for as_dir in $PATH
9624 IFS=$as_save_IFS
9625 test -z "$as_dir" && as_dir=.
9626 for ac_exec_ext in '' $ac_executable_extensions; do
9627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9628 ac_cv_prog_sane_devel="sane-config"
9629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9630 break 2
9632 done
9633 done
9634 IFS=$as_save_IFS
9636 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9639 sane_devel=$ac_cv_prog_sane_devel
9640 if test -n "$sane_devel"; then
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9642 $as_echo "$sane_devel" >&6; }
9643 else
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9645 $as_echo "no" >&6; }
9649 if test "$sane_devel" != "no"
9650 then
9651 ac_sane_incl="`$sane_devel --cflags`"
9652 ac_sane_libs="`$sane_devel --ldflags`"
9653 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9655 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9656 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9658 $as_echo_n "checking for -lsane... " >&6; }
9659 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9660 $as_echo_n "(cached) " >&6
9661 else
9662 ac_check_soname_save_LIBS=$LIBS
9663 LIBS="-lsane $ac_sane_libs $LIBS"
9664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9665 /* end confdefs.h. */
9667 /* Override any GCC internal prototype to avoid an error.
9668 Use char because int might match the return type of a GCC
9669 builtin and then its argument prototype would still apply. */
9670 #ifdef __cplusplus
9671 extern "C"
9672 #endif
9673 char sane_init ();
9675 main ()
9677 return sane_init ();
9679 return 0;
9681 _ACEOF
9682 if ac_fn_c_try_link "$LINENO"; then :
9683 case "$LIBEXT" in
9684 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9685 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'` ;;
9686 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9687 esac
9689 rm -f core conftest.err conftest.$ac_objext \
9690 conftest$ac_exeext conftest.$ac_ext
9691 LIBS=$ac_check_soname_save_LIBS
9693 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9695 $as_echo "not found" >&6; }
9697 else
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9699 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9701 cat >>confdefs.h <<_ACEOF
9702 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9703 _ACEOF
9705 SANEINCL="$ac_sane_incl"
9711 CPPFLAGS="$ac_save_CPPFLAGS"
9713 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9714 case "x$with_sane" in
9715 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9716 xno) ;;
9717 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9718 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9719 esac
9722 if test "x$with_v4l" != "xno"
9723 then
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9725 $as_echo_n "checking for -lv4l1... " >&6; }
9726 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9727 $as_echo_n "(cached) " >&6
9728 else
9729 ac_check_soname_save_LIBS=$LIBS
9730 LIBS="-lv4l1 $LIBS"
9731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9732 /* end confdefs.h. */
9734 /* Override any GCC internal prototype to avoid an error.
9735 Use char because int might match the return type of a GCC
9736 builtin and then its argument prototype would still apply. */
9737 #ifdef __cplusplus
9738 extern "C"
9739 #endif
9740 char v4l1_open ();
9742 main ()
9744 return v4l1_open ();
9746 return 0;
9748 _ACEOF
9749 if ac_fn_c_try_link "$LINENO"; then :
9750 case "$LIBEXT" in
9751 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9752 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'` ;;
9753 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9754 esac
9756 rm -f core conftest.err conftest.$ac_objext \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_soname_save_LIBS
9760 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9762 $as_echo "not found" >&6; }
9764 else
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9766 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9768 cat >>confdefs.h <<_ACEOF
9769 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9770 _ACEOF
9775 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9776 case "x$with_v4l" in
9777 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9778 xno) ;;
9779 *) as_fn_error "libv4l ${notice_platform}development files not found.
9780 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9781 esac
9784 if test "x$with_gphoto" != "xno"
9785 then
9786 ac_save_CPPFLAGS="$CPPFLAGS"
9787 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9788 set dummy gphoto2-config; ac_word=$2
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9790 $as_echo_n "checking for $ac_word... " >&6; }
9791 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9792 $as_echo_n "(cached) " >&6
9793 else
9794 if test -n "$gphoto2_devel"; then
9795 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9796 else
9797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9798 for as_dir in $PATH
9800 IFS=$as_save_IFS
9801 test -z "$as_dir" && as_dir=.
9802 for ac_exec_ext in '' $ac_executable_extensions; do
9803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9804 ac_cv_prog_gphoto2_devel="gphoto2-config"
9805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9806 break 2
9808 done
9809 done
9810 IFS=$as_save_IFS
9812 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9815 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9816 if test -n "$gphoto2_devel"; then
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9818 $as_echo "$gphoto2_devel" >&6; }
9819 else
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9821 $as_echo "no" >&6; }
9825 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9826 set dummy gphoto2-port-config; ac_word=$2
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9828 $as_echo_n "checking for $ac_word... " >&6; }
9829 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9830 $as_echo_n "(cached) " >&6
9831 else
9832 if test -n "$gphoto2port_devel"; then
9833 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9834 else
9835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9836 for as_dir in $PATH
9838 IFS=$as_save_IFS
9839 test -z "$as_dir" && as_dir=.
9840 for ac_exec_ext in '' $ac_executable_extensions; do
9841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9842 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9844 break 2
9846 done
9847 done
9848 IFS=$as_save_IFS
9850 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9853 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9854 if test -n "$gphoto2port_devel"; then
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9856 $as_echo "$gphoto2port_devel" >&6; }
9857 else
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9859 $as_echo "no" >&6; }
9863 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9864 then
9865 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9866 ac_gphoto2_libs=""
9867 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9869 case "$i" in
9870 -L/usr/lib|-L/usr/lib64) ;;
9871 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9872 esac
9873 done
9874 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9876 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9877 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9878 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9880 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9881 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 ac_check_lib_save_LIBS=$LIBS
9885 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9887 /* end confdefs.h. */
9889 /* Override any GCC internal prototype to avoid an error.
9890 Use char because int might match the return type of a GCC
9891 builtin and then its argument prototype would still apply. */
9892 #ifdef __cplusplus
9893 extern "C"
9894 #endif
9895 char gp_camera_new ();
9897 main ()
9899 return gp_camera_new ();
9901 return 0;
9903 _ACEOF
9904 if ac_fn_c_try_link "$LINENO"; then :
9905 ac_cv_lib_gphoto2_gp_camera_new=yes
9906 else
9907 ac_cv_lib_gphoto2_gp_camera_new=no
9909 rm -f core conftest.err conftest.$ac_objext \
9910 conftest$ac_exeext conftest.$ac_ext
9911 LIBS=$ac_check_lib_save_LIBS
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9914 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9915 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9917 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9919 GPHOTO2LIBS="$ac_gphoto2_libs"
9921 GPHOTO2INCL="$ac_gphoto2_incl"
9928 CPPFLAGS="$ac_save_CPPFLAGS"
9930 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9931 case "x$with_gphoto" in
9932 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9933 xno) ;;
9934 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9935 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9936 esac
9940 RESOLVLIBS=""
9942 if test "$ac_cv_header_resolv_h" = "yes"
9943 then
9944 ac_save_LIBS="$LIBS"
9945 LIBS="$LIBS -lresolv"
9946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9947 /* end confdefs.h. */
9948 #ifdef HAVE_NETINET_IN_H
9949 #include <netinet/in.h>
9950 #endif
9951 #include <resolv.h>
9953 main ()
9955 res_init();
9957 return 0;
9959 _ACEOF
9960 if ac_fn_c_try_link "$LINENO"; then :
9962 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9964 RESOLVLIBS="-lresolv"
9966 rm -f core conftest.err conftest.$ac_objext \
9967 conftest$ac_exeext conftest.$ac_ext
9968 LIBS="$ac_save_LIBS"
9971 LCMSLIBS=""
9973 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9974 then
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9976 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9977 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9978 $as_echo_n "(cached) " >&6
9979 else
9980 ac_check_lib_save_LIBS=$LIBS
9981 LIBS="-llcms $LIBS"
9982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9983 /* end confdefs.h. */
9985 /* Override any GCC internal prototype to avoid an error.
9986 Use char because int might match the return type of a GCC
9987 builtin and then its argument prototype would still apply. */
9988 #ifdef __cplusplus
9989 extern "C"
9990 #endif
9991 char cmsOpenProfileFromFile ();
9993 main ()
9995 return cmsOpenProfileFromFile ();
9997 return 0;
9999 _ACEOF
10000 if ac_fn_c_try_link "$LINENO"; then :
10001 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10002 else
10003 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10005 rm -f core conftest.err conftest.$ac_objext \
10006 conftest$ac_exeext conftest.$ac_ext
10007 LIBS=$ac_check_lib_save_LIBS
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10010 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10011 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10013 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10015 LCMSLIBS="-llcms"
10019 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10020 case "x$with_cms" in
10021 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10022 xno) ;;
10023 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10024 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10025 esac
10028 if test "x$with_freetype" != "xno"
10029 then
10030 for ac_prog in freetype-config freetype2-config
10032 # Extract the first word of "$ac_prog", so it can be a program name with args.
10033 set dummy $ac_prog; ac_word=$2
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10035 $as_echo_n "checking for $ac_word... " >&6; }
10036 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10037 $as_echo_n "(cached) " >&6
10038 else
10039 if test -n "$ft_devel"; then
10040 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10041 else
10042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10043 for as_dir in $PATH
10045 IFS=$as_save_IFS
10046 test -z "$as_dir" && as_dir=.
10047 for ac_exec_ext in '' $ac_executable_extensions; do
10048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10049 ac_cv_prog_ft_devel="$ac_prog"
10050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10051 break 2
10053 done
10054 done
10055 IFS=$as_save_IFS
10059 ft_devel=$ac_cv_prog_ft_devel
10060 if test -n "$ft_devel"; then
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10062 $as_echo "$ft_devel" >&6; }
10063 else
10064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10065 $as_echo "no" >&6; }
10069 test -n "$ft_devel" && break
10070 done
10071 test -n "$ft_devel" || ft_devel="no"
10073 if test "$ft_devel" != "no"
10074 then
10075 ac_freetype_incl=`$ft_devel --cflags`
10076 ac_freetype_libs=`$ft_devel --libs`
10078 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10080 $as_echo_n "checking for -lfreetype... " >&6; }
10081 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10082 $as_echo_n "(cached) " >&6
10083 else
10084 ac_check_soname_save_LIBS=$LIBS
10085 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10087 /* end confdefs.h. */
10089 /* Override any GCC internal prototype to avoid an error.
10090 Use char because int might match the return type of a GCC
10091 builtin and then its argument prototype would still apply. */
10092 #ifdef __cplusplus
10093 extern "C"
10094 #endif
10095 char FT_Init_FreeType ();
10097 main ()
10099 return FT_Init_FreeType ();
10101 return 0;
10103 _ACEOF
10104 if ac_fn_c_try_link "$LINENO"; then :
10105 case "$LIBEXT" in
10106 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10107 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'` ;;
10108 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10109 esac
10111 rm -f core conftest.err conftest.$ac_objext \
10112 conftest$ac_exeext conftest.$ac_ext
10113 LIBS=$ac_check_soname_save_LIBS
10115 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10117 $as_echo "not found" >&6; }
10118 ft_lib=no
10119 else
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10121 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10123 cat >>confdefs.h <<_ACEOF
10124 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10125 _ACEOF
10127 ft_lib=yes
10129 if test "$ft_lib" = "yes"
10130 then
10131 ac_save_CPPFLAGS="$CPPFLAGS"
10132 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10133 for ac_header in ft2build.h \
10134 freetype/freetype.h \
10135 freetype/ftglyph.h \
10136 freetype/fttypes.h \
10137 freetype/tttables.h \
10138 freetype/ftsnames.h \
10139 freetype/ttnameid.h \
10140 freetype/ftoutln.h \
10141 freetype/ftwinfnt.h \
10142 freetype/ftmodapi.h \
10143 freetype/ftlcdfil.h \
10144 freetype/internal/sfnt.h
10145 do :
10146 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10147 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10148 # include <ft2build.h>
10149 #endif
10151 eval as_val=\$$as_ac_Header
10152 if test "x$as_val" = x""yes; then :
10153 cat >>confdefs.h <<_ACEOF
10154 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10155 _ACEOF
10159 done
10161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10162 /* end confdefs.h. */
10163 #include <ft2build.h>
10164 #include <freetype/fttrigon.h>
10165 _ACEOF
10166 if ac_fn_c_try_cpp "$LINENO"; then :
10168 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10170 wine_cv_fttrigon=yes
10171 else
10172 wine_cv_fttrigon=no
10174 rm -f conftest.err conftest.$ac_ext
10175 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10177 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10179 cat >>confdefs.h <<_ACEOF
10180 #define HAVE_FT_TRUETYPEENGINETYPE 1
10181 _ACEOF
10186 ac_save_CFLAGS="$CFLAGS"
10187 CFLAGS="$CFLAGS $ac_freetype_libs"
10188 for ac_func in FT_Load_Sfnt_Table
10189 do :
10190 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10191 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10192 cat >>confdefs.h <<_ACEOF
10193 #define HAVE_FT_LOAD_SFNT_TABLE 1
10194 _ACEOF
10197 done
10199 CFLAGS="$ac_save_CFLAGS"
10200 CPPFLAGS="$ac_save_CPPFLAGS"
10201 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10202 then
10204 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10206 FREETYPELIBS="$ac_freetype_libs"
10208 FREETYPEINCL="$ac_freetype_incl"
10213 if test "x$FREETYPELIBS" = "x"; then :
10214 case "x$with_freetype" in
10215 xno) ;;
10216 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10217 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10218 esac
10220 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10223 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10224 if test "${ac_cv_c_ppdev+set}" = set; then :
10225 $as_echo_n "(cached) " >&6
10226 else
10227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10228 /* end confdefs.h. */
10229 #ifdef HAVE_SYS_IOCTL_H
10230 # include <sys/ioctl.h>
10231 #endif
10232 #include <linux/ppdev.h>
10234 main ()
10236 ioctl (1,PPCLAIM,0)
10238 return 0;
10240 _ACEOF
10241 if ac_fn_c_try_compile "$LINENO"; then :
10242 ac_cv_c_ppdev="yes"
10243 else
10244 ac_cv_c_ppdev="no"
10246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10249 $as_echo "$ac_cv_c_ppdev" >&6; }
10250 if test "$ac_cv_c_ppdev" = "yes"
10251 then
10253 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10257 ac_wine_check_funcs_save_LIBS="$LIBS"
10258 LIBS="$LIBS $LIBPTHREAD"
10259 for ac_func in \
10260 pthread_attr_get_np \
10261 pthread_getattr_np \
10262 pthread_get_stackaddr_np \
10263 pthread_get_stacksize_np
10264 do :
10265 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10266 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10267 eval as_val=\$$as_ac_var
10268 if test "x$as_val" = x""yes; then :
10269 cat >>confdefs.h <<_ACEOF
10270 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10271 _ACEOF
10274 done
10276 LIBS="$ac_wine_check_funcs_save_LIBS"
10278 if test "$ac_cv_header_zlib_h" = "yes"
10279 then
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10281 $as_echo_n "checking for inflate in -lz... " >&6; }
10282 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10283 $as_echo_n "(cached) " >&6
10284 else
10285 ac_check_lib_save_LIBS=$LIBS
10286 LIBS="-lz $LIBS"
10287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10288 /* end confdefs.h. */
10290 /* Override any GCC internal prototype to avoid an error.
10291 Use char because int might match the return type of a GCC
10292 builtin and then its argument prototype would still apply. */
10293 #ifdef __cplusplus
10294 extern "C"
10295 #endif
10296 char inflate ();
10298 main ()
10300 return inflate ();
10302 return 0;
10304 _ACEOF
10305 if ac_fn_c_try_link "$LINENO"; then :
10306 ac_cv_lib_z_inflate=yes
10307 else
10308 ac_cv_lib_z_inflate=no
10310 rm -f core conftest.err conftest.$ac_objext \
10311 conftest$ac_exeext conftest.$ac_ext
10312 LIBS=$ac_check_lib_save_LIBS
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10315 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10316 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10318 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10320 ZLIB="-lz"
10326 if test "x$with_esd" != xno
10327 then
10328 save_CFLAGS="$CFLAGS"
10329 # Extract the first word of "esd-config", so it can be a program name with args.
10330 set dummy esd-config; ac_word=$2
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10332 $as_echo_n "checking for $ac_word... " >&6; }
10333 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10334 $as_echo_n "(cached) " >&6
10335 else
10336 case $ESDCONFIG in
10337 [\\/]* | ?:[\\/]*)
10338 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10342 for as_dir in $PATH
10344 IFS=$as_save_IFS
10345 test -z "$as_dir" && as_dir=.
10346 for ac_exec_ext in '' $ac_executable_extensions; do
10347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10348 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10350 break 2
10352 done
10353 done
10354 IFS=$as_save_IFS
10356 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10358 esac
10360 ESDCONFIG=$ac_cv_path_ESDCONFIG
10361 if test -n "$ESDCONFIG"; then
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10363 $as_echo "$ESDCONFIG" >&6; }
10364 else
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10366 $as_echo "no" >&6; }
10370 if test "x$ESDCONFIG" != "xno"
10371 then
10372 ac_esd_incl=""
10373 for i in `$ESDCONFIG --cflags`
10375 case "$i" in
10376 -I*) ac_esd_incl="$ac_esd_incl $i";;
10377 esac
10378 done
10379 ac_esd_libs=`$ESDCONFIG --libs`
10380 CFLAGS="$CFLAGS $ac_esd_incl"
10382 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10383 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10384 if test "x$ac_cv_header_esd_h" = x""yes; then :
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10386 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10387 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10388 $as_echo_n "(cached) " >&6
10389 else
10390 ac_check_lib_save_LIBS=$LIBS
10391 LIBS="-lesd $ac_esd_libs $LIBS"
10392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10393 /* end confdefs.h. */
10395 /* Override any GCC internal prototype to avoid an error.
10396 Use char because int might match the return type of a GCC
10397 builtin and then its argument prototype would still apply. */
10398 #ifdef __cplusplus
10399 extern "C"
10400 #endif
10401 char esd_open_sound ();
10403 main ()
10405 return esd_open_sound ();
10407 return 0;
10409 _ACEOF
10410 if ac_fn_c_try_link "$LINENO"; then :
10411 ac_cv_lib_esd_esd_open_sound=yes
10412 else
10413 ac_cv_lib_esd_esd_open_sound=no
10415 rm -f core conftest.err conftest.$ac_objext \
10416 conftest$ac_exeext conftest.$ac_ext
10417 LIBS=$ac_check_lib_save_LIBS
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10420 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10421 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10422 ESDINCL="$ac_esd_incl"
10424 ESDLIBS="$ac_esd_libs"
10427 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10434 CFLAGS="$save_CFLAGS"
10437 ALSALIBS=""
10439 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10440 then
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10442 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10443 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10444 $as_echo_n "(cached) " >&6
10445 else
10446 ac_check_lib_save_LIBS=$LIBS
10447 LIBS="-lasound $LIBS"
10448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10454 #ifdef __cplusplus
10455 extern "C"
10456 #endif
10457 char snd_pcm_hw_params_get_access ();
10459 main ()
10461 return snd_pcm_hw_params_get_access ();
10463 return 0;
10465 _ACEOF
10466 if ac_fn_c_try_link "$LINENO"; then :
10467 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10468 else
10469 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10471 rm -f core conftest.err conftest.$ac_objext \
10472 conftest$ac_exeext conftest.$ac_ext
10473 LIBS=$ac_check_lib_save_LIBS
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10476 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10477 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10479 /* end confdefs.h. */
10480 #ifdef HAVE_ALSA_ASOUNDLIB_H
10481 #include <alsa/asoundlib.h>
10482 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10483 #include <sys/asoundlib.h>
10484 #endif
10486 main ()
10488 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10490 return 0;
10492 _ACEOF
10493 if ac_fn_c_try_compile "$LINENO"; then :
10495 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10497 ALSALIBS="-lasound"
10499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10504 AUDIOIOLIBS=""
10506 if test "$ac_cv_header_libaudioio_h" = "yes"
10507 then
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10509 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10510 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10511 $as_echo_n "(cached) " >&6
10512 else
10513 ac_check_lib_save_LIBS=$LIBS
10514 LIBS="-laudioio $LIBS"
10515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10516 /* end confdefs.h. */
10518 /* Override any GCC internal prototype to avoid an error.
10519 Use char because int might match the return type of a GCC
10520 builtin and then its argument prototype would still apply. */
10521 #ifdef __cplusplus
10522 extern "C"
10523 #endif
10524 char AudioIOGetVersion ();
10526 main ()
10528 return AudioIOGetVersion ();
10530 return 0;
10532 _ACEOF
10533 if ac_fn_c_try_link "$LINENO"; then :
10534 ac_cv_lib_audioio_AudioIOGetVersion=yes
10535 else
10536 ac_cv_lib_audioio_AudioIOGetVersion=no
10538 rm -f core conftest.err conftest.$ac_objext \
10539 conftest$ac_exeext conftest.$ac_ext
10540 LIBS=$ac_check_lib_save_LIBS
10542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10543 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10544 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10545 AUDIOIOLIBS="-laudioio"
10547 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10554 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10555 then
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10557 $as_echo_n "checking for -lcapi20... " >&6; }
10558 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10559 $as_echo_n "(cached) " >&6
10560 else
10561 ac_check_soname_save_LIBS=$LIBS
10562 LIBS="-lcapi20 $LIBS"
10563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10564 /* end confdefs.h. */
10566 /* Override any GCC internal prototype to avoid an error.
10567 Use char because int might match the return type of a GCC
10568 builtin and then its argument prototype would still apply. */
10569 #ifdef __cplusplus
10570 extern "C"
10571 #endif
10572 char capi20_register ();
10574 main ()
10576 return capi20_register ();
10578 return 0;
10580 _ACEOF
10581 if ac_fn_c_try_link "$LINENO"; then :
10582 case "$LIBEXT" in
10583 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10584 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'` ;;
10585 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10586 esac
10588 rm -f core conftest.err conftest.$ac_objext \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_soname_save_LIBS
10592 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10594 $as_echo "not found" >&6; }
10596 else
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10598 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10600 cat >>confdefs.h <<_ACEOF
10601 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10602 _ACEOF
10607 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10608 case "x$with_capi" in
10609 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10610 xno) ;;
10611 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10612 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10613 esac
10616 CUPSINCL=""
10618 if test "x$with_cups" != "xno"
10619 then
10620 ac_save_CPPFLAGS="$CPPFLAGS"
10621 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10622 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10623 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10624 for ac_header in cups/cups.h
10625 do :
10626 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10627 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10628 cat >>confdefs.h <<_ACEOF
10629 #define HAVE_CUPS_CUPS_H 1
10630 _ACEOF
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10632 $as_echo_n "checking for -lcups... " >&6; }
10633 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10634 $as_echo_n "(cached) " >&6
10635 else
10636 ac_check_soname_save_LIBS=$LIBS
10637 LIBS="-lcups $ac_cups_libs $LIBS"
10638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10639 /* end confdefs.h. */
10641 /* Override any GCC internal prototype to avoid an error.
10642 Use char because int might match the return type of a GCC
10643 builtin and then its argument prototype would still apply. */
10644 #ifdef __cplusplus
10645 extern "C"
10646 #endif
10647 char cupsGetDefault ();
10649 main ()
10651 return cupsGetDefault ();
10653 return 0;
10655 _ACEOF
10656 if ac_fn_c_try_link "$LINENO"; then :
10657 case "$LIBEXT" in
10658 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10659 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'` ;;
10660 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10661 esac
10663 rm -f core conftest.err conftest.$ac_objext \
10664 conftest$ac_exeext conftest.$ac_ext
10665 LIBS=$ac_check_soname_save_LIBS
10667 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10669 $as_echo "not found" >&6; }
10671 else
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10673 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10675 cat >>confdefs.h <<_ACEOF
10676 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10677 _ACEOF
10679 CUPSINCL="$ac_cups_cflags"
10683 done
10685 CPPFLAGS="$ac_save_CPPFLAGS"
10687 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10688 case "x$with_cups" in
10689 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10690 xno) ;;
10691 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10692 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10693 esac
10696 if test "$ac_cv_header_jack_jack_h" = "yes"
10697 then
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10699 $as_echo_n "checking for -ljack... " >&6; }
10700 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10701 $as_echo_n "(cached) " >&6
10702 else
10703 ac_check_soname_save_LIBS=$LIBS
10704 LIBS="-ljack $LIBS"
10705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10706 /* end confdefs.h. */
10708 /* Override any GCC internal prototype to avoid an error.
10709 Use char because int might match the return type of a GCC
10710 builtin and then its argument prototype would still apply. */
10711 #ifdef __cplusplus
10712 extern "C"
10713 #endif
10714 char jack_client_new ();
10716 main ()
10718 return jack_client_new ();
10720 return 0;
10722 _ACEOF
10723 if ac_fn_c_try_link "$LINENO"; then :
10724 case "$LIBEXT" in
10725 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10726 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10727 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10728 esac
10730 rm -f core conftest.err conftest.$ac_objext \
10731 conftest$ac_exeext conftest.$ac_ext
10732 LIBS=$ac_check_soname_save_LIBS
10734 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10736 $as_echo "not found" >&6; }
10738 else
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10740 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10742 cat >>confdefs.h <<_ACEOF
10743 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10744 _ACEOF
10750 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10751 then
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10753 $as_echo_n "checking for -lfontconfig... " >&6; }
10754 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10755 $as_echo_n "(cached) " >&6
10756 else
10757 ac_check_soname_save_LIBS=$LIBS
10758 LIBS="-lfontconfig $LIBS"
10759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10760 /* end confdefs.h. */
10762 /* Override any GCC internal prototype to avoid an error.
10763 Use char because int might match the return type of a GCC
10764 builtin and then its argument prototype would still apply. */
10765 #ifdef __cplusplus
10766 extern "C"
10767 #endif
10768 char FcInit ();
10770 main ()
10772 return FcInit ();
10774 return 0;
10776 _ACEOF
10777 if ac_fn_c_try_link "$LINENO"; then :
10778 case "$LIBEXT" in
10779 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10780 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'` ;;
10781 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10782 esac
10784 rm -f core conftest.err conftest.$ac_objext \
10785 conftest$ac_exeext conftest.$ac_ext
10786 LIBS=$ac_check_soname_save_LIBS
10788 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10790 $as_echo "not found" >&6; }
10792 else
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10794 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10796 cat >>confdefs.h <<_ACEOF
10797 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10798 _ACEOF
10802 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10803 then
10804 ac_save_CPPFLAGS="$CPPFLAGS"
10805 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10806 $as_unset ac_cv_header_fontconfig_fontconfig_h
10807 for ac_header in fontconfig/fontconfig.h
10808 do :
10809 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10810 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10811 cat >>confdefs.h <<_ACEOF
10812 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10813 _ACEOF
10817 done
10819 CPPFLAGS="$ac_save_CPPFLAGS"
10820 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10821 then
10822 FONTCONFIGINCL="$X_CFLAGS"
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10825 $as_echo_n "checking for -lfontconfig... " >&6; }
10826 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10827 $as_echo_n "(cached) " >&6
10828 else
10829 ac_check_soname_save_LIBS=$LIBS
10830 LIBS="-lfontconfig $X_LIBS $LIBS"
10831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10832 /* end confdefs.h. */
10834 /* Override any GCC internal prototype to avoid an error.
10835 Use char because int might match the return type of a GCC
10836 builtin and then its argument prototype would still apply. */
10837 #ifdef __cplusplus
10838 extern "C"
10839 #endif
10840 char FcInit ();
10842 main ()
10844 return FcInit ();
10846 return 0;
10848 _ACEOF
10849 if ac_fn_c_try_link "$LINENO"; then :
10850 case "$LIBEXT" in
10851 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10852 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'` ;;
10853 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10854 esac
10856 rm -f core conftest.err conftest.$ac_objext \
10857 conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_soname_save_LIBS
10860 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10862 $as_echo "not found" >&6; }
10864 else
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10866 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10868 cat >>confdefs.h <<_ACEOF
10869 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10870 _ACEOF
10876 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10877 case "x$with_fontconfig" in
10878 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10879 xno) ;;
10880 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10881 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10882 esac
10885 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10886 then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10888 $as_echo_n "checking for -lssl... " >&6; }
10889 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10890 $as_echo_n "(cached) " >&6
10891 else
10892 ac_check_soname_save_LIBS=$LIBS
10893 LIBS="-lssl $LIBS"
10894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10895 /* end confdefs.h. */
10897 /* Override any GCC internal prototype to avoid an error.
10898 Use char because int might match the return type of a GCC
10899 builtin and then its argument prototype would still apply. */
10900 #ifdef __cplusplus
10901 extern "C"
10902 #endif
10903 char SSL_library_init ();
10905 main ()
10907 return SSL_library_init ();
10909 return 0;
10911 _ACEOF
10912 if ac_fn_c_try_link "$LINENO"; then :
10913 case "$LIBEXT" in
10914 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10915 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'` ;;
10916 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10917 esac
10919 rm -f core conftest.err conftest.$ac_objext \
10920 conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_soname_save_LIBS
10923 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10925 $as_echo "not found" >&6; }
10927 else
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10929 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10931 cat >>confdefs.h <<_ACEOF
10932 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10933 _ACEOF
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10938 $as_echo_n "checking for -lcrypto... " >&6; }
10939 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10940 $as_echo_n "(cached) " >&6
10941 else
10942 ac_check_soname_save_LIBS=$LIBS
10943 LIBS="-lcrypto $LIBS"
10944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10945 /* end confdefs.h. */
10947 /* Override any GCC internal prototype to avoid an error.
10948 Use char because int might match the return type of a GCC
10949 builtin and then its argument prototype would still apply. */
10950 #ifdef __cplusplus
10951 extern "C"
10952 #endif
10953 char BIO_new_socket ();
10955 main ()
10957 return BIO_new_socket ();
10959 return 0;
10961 _ACEOF
10962 if ac_fn_c_try_link "$LINENO"; then :
10963 case "$LIBEXT" in
10964 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10965 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'` ;;
10966 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10967 esac
10969 rm -f core conftest.err conftest.$ac_objext \
10970 conftest$ac_exeext conftest.$ac_ext
10971 LIBS=$ac_check_soname_save_LIBS
10973 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10975 $as_echo "not found" >&6; }
10977 else
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10979 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10981 cat >>confdefs.h <<_ACEOF
10982 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10983 _ACEOF
10988 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10989 case "x$with_openssl" in
10990 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10991 xno) ;;
10992 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10993 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10994 esac
10997 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10998 then
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11000 $as_echo_n "checking for -lgsm... " >&6; }
11001 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11002 $as_echo_n "(cached) " >&6
11003 else
11004 ac_check_soname_save_LIBS=$LIBS
11005 LIBS="-lgsm $LIBS"
11006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11007 /* end confdefs.h. */
11009 /* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11012 #ifdef __cplusplus
11013 extern "C"
11014 #endif
11015 char gsm_create ();
11017 main ()
11019 return gsm_create ();
11021 return 0;
11023 _ACEOF
11024 if ac_fn_c_try_link "$LINENO"; then :
11025 case "$LIBEXT" in
11026 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11027 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'` ;;
11028 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11029 esac
11031 rm -f core conftest.err conftest.$ac_objext \
11032 conftest$ac_exeext conftest.$ac_ext
11033 LIBS=$ac_check_soname_save_LIBS
11035 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11037 $as_echo "not found" >&6; }
11039 else
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11041 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11043 cat >>confdefs.h <<_ACEOF
11044 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11045 _ACEOF
11050 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11051 case "x$with_gsm" in
11052 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11053 xno) ;;
11054 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11055 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11056 esac
11059 if test "$ac_cv_header_jpeglib_h" = "yes"
11060 then
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11062 $as_echo_n "checking for -ljpeg... " >&6; }
11063 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11064 $as_echo_n "(cached) " >&6
11065 else
11066 ac_check_soname_save_LIBS=$LIBS
11067 LIBS="-ljpeg $LIBS"
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11071 /* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
11074 #ifdef __cplusplus
11075 extern "C"
11076 #endif
11077 char jpeg_start_decompress ();
11079 main ()
11081 return jpeg_start_decompress ();
11083 return 0;
11085 _ACEOF
11086 if ac_fn_c_try_link "$LINENO"; then :
11087 case "$LIBEXT" in
11088 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11089 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'` ;;
11090 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11091 esac
11093 rm -f core conftest.err conftest.$ac_objext \
11094 conftest$ac_exeext conftest.$ac_ext
11095 LIBS=$ac_check_soname_save_LIBS
11097 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11099 $as_echo "not found" >&6; }
11101 else
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11103 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11105 cat >>confdefs.h <<_ACEOF
11106 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11107 _ACEOF
11112 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11113 case "x$with_jpeg" in
11114 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11115 xno) ;;
11116 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11117 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11118 esac
11121 if test "$ac_cv_header_png_h" = "yes"
11122 then
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11124 $as_echo_n "checking for -lpng... " >&6; }
11125 if test "${ac_cv_lib_soname_png+set}" = set; then :
11126 $as_echo_n "(cached) " >&6
11127 else
11128 ac_check_soname_save_LIBS=$LIBS
11129 LIBS="-lpng -lm -lz $LIBS"
11130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11131 /* end confdefs.h. */
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11136 #ifdef __cplusplus
11137 extern "C"
11138 #endif
11139 char png_create_read_struct ();
11141 main ()
11143 return png_create_read_struct ();
11145 return 0;
11147 _ACEOF
11148 if ac_fn_c_try_link "$LINENO"; then :
11149 case "$LIBEXT" in
11150 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11151 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'` ;;
11152 *) 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'` ;;
11153 esac
11155 rm -f core conftest.err conftest.$ac_objext \
11156 conftest$ac_exeext conftest.$ac_ext
11157 LIBS=$ac_check_soname_save_LIBS
11159 if test "x$ac_cv_lib_soname_png" = "x"; then :
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11161 $as_echo "not found" >&6; }
11163 else
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11165 $as_echo "$ac_cv_lib_soname_png" >&6; }
11167 cat >>confdefs.h <<_ACEOF
11168 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11169 _ACEOF
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11174 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11175 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11176 $as_echo_n "(cached) " >&6
11177 else
11178 ac_check_lib_save_LIBS=$LIBS
11179 LIBS="-lpng -lm -lz $LIBS"
11180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11181 /* end confdefs.h. */
11183 /* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
11185 builtin and then its argument prototype would still apply. */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char png_set_expand_gray_1_2_4_to_8 ();
11191 main ()
11193 return png_set_expand_gray_1_2_4_to_8 ();
11195 return 0;
11197 _ACEOF
11198 if ac_fn_c_try_link "$LINENO"; then :
11199 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11200 else
11201 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11203 rm -f core conftest.err conftest.$ac_objext \
11204 conftest$ac_exeext conftest.$ac_ext
11205 LIBS=$ac_check_lib_save_LIBS
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11208 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11209 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11211 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11216 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11217 then
11218 ac_save_CPPFLAGS="$CPPFLAGS"
11219 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11220 $as_unset ac_cv_header_png_h
11221 for ac_header in png.h
11222 do :
11223 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11224 if test "x$ac_cv_header_png_h" = x""yes; then :
11225 cat >>confdefs.h <<_ACEOF
11226 #define HAVE_PNG_H 1
11227 _ACEOF
11231 done
11233 CPPFLAGS="$ac_save_CPPFLAGS"
11234 if test "$ac_cv_header_png_h" = "yes"
11235 then
11236 PNGINCL="$X_CFLAGS"
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11239 $as_echo_n "checking for -lpng... " >&6; }
11240 if test "${ac_cv_lib_soname_png+set}" = set; then :
11241 $as_echo_n "(cached) " >&6
11242 else
11243 ac_check_soname_save_LIBS=$LIBS
11244 LIBS="-lpng $X_LIBS -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 test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
11292 else
11293 ac_check_lib_save_LIBS=$LIBS
11294 LIBS="-lpng $X_LIBS -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" = x""yes; then :
11325 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11331 if test "x$ac_cv_lib_soname_png" = "x"; then :
11332 case "x$with_png" in
11333 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11334 xno) ;;
11335 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11336 This is an error since --with-png was requested." "$LINENO" 5 ;;
11337 esac
11340 if test "$ac_cv_header_tiffio_h" = "yes"
11341 then
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11343 $as_echo_n "checking for -ltiff... " >&6; }
11344 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11345 $as_echo_n "(cached) " >&6
11346 else
11347 ac_check_soname_save_LIBS=$LIBS
11348 LIBS="-ltiff $LIBS"
11349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11350 /* end confdefs.h. */
11352 /* Override any GCC internal prototype to avoid an error.
11353 Use char because int might match the return type of a GCC
11354 builtin and then its argument prototype would still apply. */
11355 #ifdef __cplusplus
11356 extern "C"
11357 #endif
11358 char TIFFClientOpen ();
11360 main ()
11362 return TIFFClientOpen ();
11364 return 0;
11366 _ACEOF
11367 if ac_fn_c_try_link "$LINENO"; then :
11368 case "$LIBEXT" in
11369 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11370 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'` ;;
11371 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11372 esac
11374 rm -f core conftest.err conftest.$ac_objext \
11375 conftest$ac_exeext conftest.$ac_ext
11376 LIBS=$ac_check_soname_save_LIBS
11378 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11380 $as_echo "not found" >&6; }
11382 else
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11384 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11386 cat >>confdefs.h <<_ACEOF
11387 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11388 _ACEOF
11393 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11394 case "x$with_tiff" in
11395 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11396 xno) ;;
11397 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11398 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11399 esac
11402 if test "$ac_cv_header_mpg123_h" = "yes"
11403 then
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11405 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11406 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11407 $as_echo_n "(cached) " >&6
11408 else
11409 ac_check_lib_save_LIBS=$LIBS
11410 LIBS="-lmpg123 $LIBS"
11411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11412 /* end confdefs.h. */
11414 /* Override any GCC internal prototype to avoid an error.
11415 Use char because int might match the return type of a GCC
11416 builtin and then its argument prototype would still apply. */
11417 #ifdef __cplusplus
11418 extern "C"
11419 #endif
11420 char mpg123_feed ();
11422 main ()
11424 return mpg123_feed ();
11426 return 0;
11428 _ACEOF
11429 if ac_fn_c_try_link "$LINENO"; then :
11430 ac_cv_lib_mpg123_mpg123_feed=yes
11431 else
11432 ac_cv_lib_mpg123_mpg123_feed=no
11434 rm -f core conftest.err conftest.$ac_objext \
11435 conftest$ac_exeext conftest.$ac_ext
11436 LIBS=$ac_check_lib_save_LIBS
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11439 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11440 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11441 LIBMPG123="-lmpg123"
11446 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11447 case "x$with_mpg123" in
11448 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11449 xno) ;;
11450 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11451 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11452 esac
11454 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11456 if test "$ac_cv_header_AL_al_h" = "yes"
11457 then
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11459 $as_echo_n "checking for -lopenal... " >&6; }
11460 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11461 $as_echo_n "(cached) " >&6
11462 else
11463 ac_check_soname_save_LIBS=$LIBS
11464 LIBS="-lopenal $LIBS"
11465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11466 /* end confdefs.h. */
11468 /* Override any GCC internal prototype to avoid an error.
11469 Use char because int might match the return type of a GCC
11470 builtin and then its argument prototype would still apply. */
11471 #ifdef __cplusplus
11472 extern "C"
11473 #endif
11474 char alGetSource3i ();
11476 main ()
11478 return alGetSource3i ();
11480 return 0;
11482 _ACEOF
11483 if ac_fn_c_try_link "$LINENO"; then :
11484 case "$LIBEXT" in
11485 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11486 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'` ;;
11487 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11488 esac
11490 rm -f core conftest.err conftest.$ac_objext \
11491 conftest$ac_exeext conftest.$ac_ext
11492 LIBS=$ac_check_soname_save_LIBS
11494 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11496 $as_echo "not found" >&6; }
11498 else
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11500 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11502 cat >>confdefs.h <<_ACEOF
11503 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11504 _ACEOF
11506 LIBOPENAL="-lopenal"
11508 ac_cv_lib_openal=yes
11510 cat >>confdefs.h <<_ACEOF
11511 #define HAVE_OPENAL 1
11512 _ACEOF
11516 if test "x$ac_cv_lib_openal" != xyes; then :
11517 case "x$with_openal" in
11518 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11519 xno) ;;
11520 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11521 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11522 esac
11524 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11526 if test "$ac_cv_header_kstat_h" = "yes"
11527 then
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11529 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11530 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11531 $as_echo_n "(cached) " >&6
11532 else
11533 ac_check_lib_save_LIBS=$LIBS
11534 LIBS="-lkstat $LIBS"
11535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11536 /* end confdefs.h. */
11538 /* Override any GCC internal prototype to avoid an error.
11539 Use char because int might match the return type of a GCC
11540 builtin and then its argument prototype would still apply. */
11541 #ifdef __cplusplus
11542 extern "C"
11543 #endif
11544 char kstat_open ();
11546 main ()
11548 return kstat_open ();
11550 return 0;
11552 _ACEOF
11553 if ac_fn_c_try_link "$LINENO"; then :
11554 ac_cv_lib_kstat_kstat_open=yes
11555 else
11556 ac_cv_lib_kstat_kstat_open=no
11558 rm -f core conftest.err conftest.$ac_objext \
11559 conftest$ac_exeext conftest.$ac_ext
11560 LIBS=$ac_check_lib_save_LIBS
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11563 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11564 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11566 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11568 LIBKSTAT="-lkstat"
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11575 $as_echo_n "checking for -lodbc... " >&6; }
11576 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11577 $as_echo_n "(cached) " >&6
11578 else
11579 ac_check_soname_save_LIBS=$LIBS
11580 LIBS="-lodbc $LIBS"
11581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582 /* end confdefs.h. */
11584 /* Override any GCC internal prototype to avoid an error.
11585 Use char because int might match the return type of a GCC
11586 builtin and then its argument prototype would still apply. */
11587 #ifdef __cplusplus
11588 extern "C"
11589 #endif
11590 char SQLConnect ();
11592 main ()
11594 return SQLConnect ();
11596 return 0;
11598 _ACEOF
11599 if ac_fn_c_try_link "$LINENO"; then :
11600 case "$LIBEXT" in
11601 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11602 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'` ;;
11603 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11604 esac
11606 rm -f core conftest.err conftest.$ac_objext \
11607 conftest$ac_exeext conftest.$ac_ext
11608 LIBS=$ac_check_soname_save_LIBS
11610 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11612 $as_echo "not found" >&6; }
11613 cat >>confdefs.h <<_ACEOF
11614 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11615 _ACEOF
11617 else
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11619 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11621 cat >>confdefs.h <<_ACEOF
11622 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11623 _ACEOF
11628 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11629 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11630 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11631 "$ac_cv_header_soundcard_h" != "yes" -a \
11632 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11633 then
11634 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11638 EXTRACFLAGS=""
11640 if test "x${GCC}" = "xyes"
11641 then
11642 EXTRACFLAGS="-Wall -pipe"
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11645 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11646 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11647 $as_echo_n "(cached) " >&6
11648 else
11649 if test "$cross_compiling" = yes; then :
11650 ac_cv_c_gcc_strength_bug="yes"
11651 else
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11654 int L[4] = {0,1,2,3};
11656 main ()
11658 static int Array[3];
11659 unsigned int B = 3;
11660 int i;
11661 for(i=0; i<B; i++) Array[i] = i - 3;
11662 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11663 L[i] = 4;
11664 return (Array[1] != -2 || L[2] != 3)
11666 return 0;
11668 _ACEOF
11669 if ac_fn_c_try_run "$LINENO"; then :
11670 ac_cv_c_gcc_strength_bug="no"
11671 else
11672 ac_cv_c_gcc_strength_bug="yes"
11674 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11675 conftest.$ac_objext conftest.beam conftest.$ac_ext
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11680 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11681 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11682 then
11683 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11687 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11688 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11689 $as_echo_n "(cached) " >&6
11690 else
11691 ac_wine_try_cflags_saved=$CFLAGS
11692 CFLAGS="$CFLAGS -fno-builtin"
11693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11694 /* end confdefs.h. */
11695 int main(int argc, char **argv) { return 0; }
11696 _ACEOF
11697 if ac_fn_c_try_link "$LINENO"; then :
11698 ac_cv_cflags__fno_builtin=yes
11699 else
11700 ac_cv_cflags__fno_builtin=no
11702 rm -f core conftest.err conftest.$ac_objext \
11703 conftest$ac_exeext conftest.$ac_ext
11704 CFLAGS=$ac_wine_try_cflags_saved
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11707 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11708 if test $ac_cv_cflags__fno_builtin = yes; then :
11709 BUILTINFLAG="-fno-builtin"
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11713 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11714 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11715 $as_echo_n "(cached) " >&6
11716 else
11717 ac_wine_try_cflags_saved=$CFLAGS
11718 CFLAGS="$CFLAGS -fno-strict-aliasing"
11719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h. */
11721 int main(int argc, char **argv) { return 0; }
11722 _ACEOF
11723 if ac_fn_c_try_link "$LINENO"; then :
11724 ac_cv_cflags__fno_strict_aliasing=yes
11725 else
11726 ac_cv_cflags__fno_strict_aliasing=no
11728 rm -f core conftest.err conftest.$ac_objext \
11729 conftest$ac_exeext conftest.$ac_ext
11730 CFLAGS=$ac_wine_try_cflags_saved
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11733 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11734 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11735 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11738 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11739 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11740 $as_echo_n "(cached) " >&6
11741 else
11742 ac_wine_try_cflags_saved=$CFLAGS
11743 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11745 /* end confdefs.h. */
11746 int main(int argc, char **argv) { return 0; }
11747 _ACEOF
11748 if ac_fn_c_try_link "$LINENO"; then :
11749 ac_cv_cflags__Wdeclaration_after_statement=yes
11750 else
11751 ac_cv_cflags__Wdeclaration_after_statement=no
11753 rm -f core conftest.err conftest.$ac_objext \
11754 conftest$ac_exeext conftest.$ac_ext
11755 CFLAGS=$ac_wine_try_cflags_saved
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11758 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11759 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11760 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11763 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11764 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11765 $as_echo_n "(cached) " >&6
11766 else
11767 ac_wine_try_cflags_saved=$CFLAGS
11768 CFLAGS="$CFLAGS -Wstrict-prototypes"
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11771 int main(int argc, char **argv) { return 0; }
11772 _ACEOF
11773 if ac_fn_c_try_link "$LINENO"; then :
11774 ac_cv_cflags__Wstrict_prototypes=yes
11775 else
11776 ac_cv_cflags__Wstrict_prototypes=no
11778 rm -f core conftest.err conftest.$ac_objext \
11779 conftest$ac_exeext conftest.$ac_ext
11780 CFLAGS=$ac_wine_try_cflags_saved
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11783 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11784 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11785 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11788 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11789 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
11791 else
11792 ac_wine_try_cflags_saved=$CFLAGS
11793 CFLAGS="$CFLAGS -Wtype-limits"
11794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11795 /* end confdefs.h. */
11796 int main(int argc, char **argv) { return 0; }
11797 _ACEOF
11798 if ac_fn_c_try_link "$LINENO"; then :
11799 ac_cv_cflags__Wtype_limits=yes
11800 else
11801 ac_cv_cflags__Wtype_limits=no
11803 rm -f core conftest.err conftest.$ac_objext \
11804 conftest$ac_exeext conftest.$ac_ext
11805 CFLAGS=$ac_wine_try_cflags_saved
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11808 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11809 if test $ac_cv_cflags__Wtype_limits = yes; then :
11810 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11813 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11814 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11815 $as_echo_n "(cached) " >&6
11816 else
11817 ac_wine_try_cflags_saved=$CFLAGS
11818 CFLAGS="$CFLAGS -Wwrite-strings"
11819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11820 /* end confdefs.h. */
11821 int main(int argc, char **argv) { return 0; }
11822 _ACEOF
11823 if ac_fn_c_try_link "$LINENO"; then :
11824 ac_cv_cflags__Wwrite_strings=yes
11825 else
11826 ac_cv_cflags__Wwrite_strings=no
11828 rm -f core conftest.err conftest.$ac_objext \
11829 conftest$ac_exeext conftest.$ac_ext
11830 CFLAGS=$ac_wine_try_cflags_saved
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11833 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11834 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11835 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11838 saved_CFLAGS="$CFLAGS"
11839 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11841 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11842 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11843 $as_echo_n "(cached) " >&6
11844 else
11845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11846 /* end confdefs.h. */
11847 #include <string.h>
11849 main ()
11853 return 0;
11855 _ACEOF
11856 if ac_fn_c_try_compile "$LINENO"; then :
11857 ac_cv_c_string_h_warnings=no
11858 else
11859 ac_cv_c_string_h_warnings=yes
11861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11864 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11865 CFLAGS="$saved_CFLAGS"
11866 if test "$ac_cv_c_string_h_warnings" = "no"
11867 then
11868 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11871 if test "${enable_maintainer_mode+set}" = set
11872 then
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11874 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11875 if test "${ac_cv_cflags__Werror+set}" = set; then :
11876 $as_echo_n "(cached) " >&6
11877 else
11878 ac_wine_try_cflags_saved=$CFLAGS
11879 CFLAGS="$CFLAGS -Werror"
11880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11881 /* end confdefs.h. */
11882 int main(int argc, char **argv) { return 0; }
11883 _ACEOF
11884 if ac_fn_c_try_link "$LINENO"; then :
11885 ac_cv_cflags__Werror=yes
11886 else
11887 ac_cv_cflags__Werror=no
11889 rm -f core conftest.err conftest.$ac_objext \
11890 conftest$ac_exeext conftest.$ac_ext
11891 CFLAGS=$ac_wine_try_cflags_saved
11893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11894 $as_echo "$ac_cv_cflags__Werror" >&6; }
11895 if test $ac_cv_cflags__Werror = yes; then :
11896 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11900 saved_CFLAGS="$CFLAGS"
11901 CFLAGS="$CFLAGS -Werror"
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11903 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11904 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11905 $as_echo_n "(cached) " >&6
11906 else
11907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11908 /* end confdefs.h. */
11909 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11911 main ()
11915 return 0;
11917 _ACEOF
11918 if ac_fn_c_try_compile "$LINENO"; then :
11919 ac_cv_have_ms_hook_prologue="yes"
11920 else
11921 ac_cv_have_ms_hook_prologue="no"
11923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11926 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11927 CFLAGS="$saved_CFLAGS"
11928 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11929 then
11931 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11933 else
11934 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11941 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11942 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11943 $as_echo_n "(cached) " >&6
11944 else
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11947 extern int ac_test;
11949 main ()
11951 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11953 return 0;
11955 _ACEOF
11956 if ac_fn_c_try_link "$LINENO"; then :
11957 ac_cv_c_extern_prefix="yes"
11958 else
11959 ac_cv_c_extern_prefix="no"
11961 rm -f core conftest.err conftest.$ac_objext \
11962 conftest$ac_exeext conftest.$ac_ext
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11965 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11967 case $host_cpu in
11968 *i[3456789]86*)
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11970 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11971 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11972 $as_echo_n "(cached) " >&6
11973 else
11974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11975 /* end confdefs.h. */
11976 #ifndef _MSC_VER
11977 #define __stdcall __attribute__((__stdcall__))
11978 #endif
11979 int __stdcall ac_test(int i) { return i; }
11981 main ()
11983 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11985 return 0;
11987 _ACEOF
11988 if ac_fn_c_try_link "$LINENO"; then :
11989 ac_cv_c_stdcall_suffix="yes"
11990 else
11991 ac_cv_c_stdcall_suffix="no"
11993 rm -f core conftest.err conftest.$ac_objext \
11994 conftest$ac_exeext conftest.$ac_ext
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11997 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11998 *) ac_cv_c_stdcall_suffix="no" ;;
11999 esac
12002 if test "$ac_cv_c_extern_prefix" = "yes"
12003 then
12004 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12006 asm_name_prefix="_"
12007 else
12008 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12010 asm_name_prefix=""
12014 if test "$ac_cv_c_stdcall_suffix" = "yes"
12015 then
12016 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12018 else
12019 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12025 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12026 if test "${ac_cv_asm_func_def+set}" = set; then :
12027 $as_echo_n "(cached) " >&6
12028 else
12029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12030 /* end confdefs.h. */
12033 main ()
12035 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12037 return 0;
12039 _ACEOF
12040 if ac_fn_c_try_link "$LINENO"; then :
12041 ac_cv_asm_func_def=".def"
12042 else
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044 /* end confdefs.h. */
12047 main ()
12049 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12051 return 0;
12053 _ACEOF
12054 if ac_fn_c_try_link "$LINENO"; then :
12055 ac_cv_asm_func_def=".type @function"
12056 else
12057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12058 /* end confdefs.h. */
12061 main ()
12063 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12065 return 0;
12067 _ACEOF
12068 if ac_fn_c_try_link "$LINENO"; then :
12069 ac_cv_asm_func_def=".type 2"
12070 else
12071 ac_cv_asm_func_def="unknown"
12073 rm -f core conftest.err conftest.$ac_objext \
12074 conftest$ac_exeext conftest.$ac_ext
12076 rm -f core conftest.err conftest.$ac_objext \
12077 conftest$ac_exeext conftest.$ac_ext
12079 rm -f core conftest.err conftest.$ac_objext \
12080 conftest$ac_exeext conftest.$ac_ext
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12083 $as_echo "$ac_cv_asm_func_def" >&6; }
12086 case "$ac_cv_asm_func_def" in
12087 ".def")
12088 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12090 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12091 ".type @function")
12092 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12094 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12095 ".type 2")
12096 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12098 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12100 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12102 asm_func_header="" ;;
12103 esac
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12106 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12107 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12108 $as_echo_n "(cached) " >&6
12109 else
12110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12111 /* end confdefs.h. */
12112 asm(".text\n\t.long 0");
12114 main ()
12118 return 0;
12120 _ACEOF
12121 if ac_fn_c_try_compile "$LINENO"; then :
12122 ac_cv_c_asm_outside_funcs="yes"
12123 else
12124 ac_cv_c_asm_outside_funcs="no"
12126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12129 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12132 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12133 if test "${ac_cv_c_dot_previous+set}" = set; then :
12134 $as_echo_n "(cached) " >&6
12135 else
12136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12137 /* end confdefs.h. */
12140 main ()
12142 asm(".text\nac_test:\t.long 0\n\t.previous");
12144 return 0;
12146 _ACEOF
12147 if ac_fn_c_try_link "$LINENO"; then :
12148 ac_cv_c_dot_previous="yes"
12149 else
12150 ac_cv_c_dot_previous="no"
12152 rm -f core conftest.err conftest.$ac_objext \
12153 conftest$ac_exeext conftest.$ac_ext
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12156 $as_echo "$ac_cv_c_dot_previous" >&6; }
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12159 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12160 if test "${ac_cv_c_cfi_support+set}" = set; then :
12161 $as_echo_n "(cached) " >&6
12162 else
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12165 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12167 main ()
12171 return 0;
12173 _ACEOF
12174 if ac_fn_c_try_compile "$LINENO"; then :
12175 ac_cv_c_cfi_support="yes"
12176 else
12177 ac_cv_c_cfi_support="no"
12179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12182 $as_echo "$ac_cv_c_cfi_support" >&6; }
12184 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12185 asm_func_trailer=""
12186 if test "$ac_cv_c_dot_previous" = "yes"
12187 then
12188 asm_func_trailer="\\n\\t.previous"
12190 if test "$ac_cv_c_cfi_support" = "yes"
12191 then
12192 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12193 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12195 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12197 UNWINDFLAGS=-fasynchronous-unwind-tables
12199 else
12200 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12204 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12207 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12208 then
12209 cat >>confdefs.h <<_ACEOF
12210 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12211 _ACEOF
12213 else
12214 cat >>confdefs.h <<_ACEOF
12215 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12216 _ACEOF
12220 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12223 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12227 LDPATH=""
12229 case $build_os in
12230 cygwin*|mingw32*)
12231 TOOLSEXT=".exe"
12233 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12235 darwin*|macosx*)
12238 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12240 esac
12242 case $host_os in
12243 mingw32*)
12244 CRTLIBS="-lmsvcrt"
12246 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12249 esac
12251 MAIN_BINARY="wine"
12253 test -z "$with_wine64" || MAIN_BINARY="wine32"
12255 case $host_cpu in
12256 *i[3456789]86*)
12257 case $host_os in
12258 linux*)
12259 EXTRA_BINARIES="wine-preloader"
12261 esac
12263 esac
12266 ac_save_CFLAGS="$CFLAGS"
12267 CFLAGS="$CFLAGS $BUILTINFLAG"
12268 for ac_func in \
12269 _pclose \
12270 _popen \
12271 _snprintf \
12272 _spawnvp \
12273 _strdup \
12274 _stricmp \
12275 _strnicmp \
12276 _strtoi64 \
12277 _strtoui64 \
12278 _vsnprintf \
12279 asctime_r \
12280 chsize \
12281 dlopen \
12282 epoll_create \
12283 ffs \
12284 finite \
12285 fnmatch \
12286 fork \
12287 fpclass \
12288 fstatfs \
12289 fstatvfs \
12290 ftruncate \
12291 futimes \
12292 futimesat \
12293 getdirentries \
12294 getopt_long \
12295 getpagesize \
12296 getpwuid \
12297 gettid \
12298 gettimeofday \
12299 getuid \
12300 kqueue \
12301 lstat \
12302 memmove \
12303 mmap \
12304 pclose \
12305 pipe2 \
12306 poll \
12307 popen \
12308 port_create \
12309 prctl \
12310 pread \
12311 pwrite \
12312 readdir \
12313 readlink \
12314 sched_setaffinity \
12315 sched_yield \
12316 select \
12317 setproctitle \
12318 setrlimit \
12319 settimeofday \
12320 sigaltstack \
12321 sigprocmask \
12322 snprintf \
12323 spawnvp \
12324 statfs \
12325 statvfs \
12326 strcasecmp \
12327 strdup \
12328 strerror \
12329 strncasecmp \
12330 strtold \
12331 strtoll \
12332 strtoull \
12333 symlink \
12334 tcgetattr \
12335 thr_kill2 \
12336 timegm \
12337 usleep \
12338 vsnprintf \
12339 wait4 \
12340 waitpid \
12342 do :
12343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12344 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12345 eval as_val=\$$as_ac_var
12346 if test "x$as_val" = x""yes; then :
12347 cat >>confdefs.h <<_ACEOF
12348 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12349 _ACEOF
12352 done
12354 CFLAGS="$ac_save_CFLAGS"
12356 if test "$ac_cv_func_dlopen" = no
12357 then
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12359 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12360 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12361 $as_echo_n "(cached) " >&6
12362 else
12363 ac_check_lib_save_LIBS=$LIBS
12364 LIBS="-ldl $LIBS"
12365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12366 /* end confdefs.h. */
12368 /* Override any GCC internal prototype to avoid an error.
12369 Use char because int might match the return type of a GCC
12370 builtin and then its argument prototype would still apply. */
12371 #ifdef __cplusplus
12372 extern "C"
12373 #endif
12374 char dlopen ();
12376 main ()
12378 return dlopen ();
12380 return 0;
12382 _ACEOF
12383 if ac_fn_c_try_link "$LINENO"; then :
12384 ac_cv_lib_dl_dlopen=yes
12385 else
12386 ac_cv_lib_dl_dlopen=no
12388 rm -f core conftest.err conftest.$ac_objext \
12389 conftest$ac_exeext conftest.$ac_ext
12390 LIBS=$ac_check_lib_save_LIBS
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12393 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12394 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12395 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12396 LIBDL="-ldl"
12401 ac_wine_check_funcs_save_LIBS="$LIBS"
12402 LIBS="$LIBS $LIBDL"
12403 for ac_func in dladdr
12404 do :
12405 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12406 if test "x$ac_cv_func_dladdr" = x""yes; then :
12407 cat >>confdefs.h <<_ACEOF
12408 #define HAVE_DLADDR 1
12409 _ACEOF
12412 done
12414 LIBS="$ac_wine_check_funcs_save_LIBS"
12416 if test "$ac_cv_func_poll" = no
12417 then
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12419 $as_echo_n "checking for poll in -lpoll... " >&6; }
12420 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12421 $as_echo_n "(cached) " >&6
12422 else
12423 ac_check_lib_save_LIBS=$LIBS
12424 LIBS="-lpoll $LIBS"
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12431 #ifdef __cplusplus
12432 extern "C"
12433 #endif
12434 char poll ();
12436 main ()
12438 return poll ();
12440 return 0;
12442 _ACEOF
12443 if ac_fn_c_try_link "$LINENO"; then :
12444 ac_cv_lib_poll_poll=yes
12445 else
12446 ac_cv_lib_poll_poll=no
12448 rm -f core conftest.err conftest.$ac_objext \
12449 conftest$ac_exeext conftest.$ac_ext
12450 LIBS=$ac_check_lib_save_LIBS
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12453 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12454 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12455 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12456 LIBPOLL="-lpoll"
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12463 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12464 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12465 $as_echo_n "(cached) " >&6
12466 else
12467 ac_func_search_save_LIBS=$LIBS
12468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12469 /* end confdefs.h. */
12471 /* Override any GCC internal prototype to avoid an error.
12472 Use char because int might match the return type of a GCC
12473 builtin and then its argument prototype would still apply. */
12474 #ifdef __cplusplus
12475 extern "C"
12476 #endif
12477 char gethostbyname ();
12479 main ()
12481 return gethostbyname ();
12483 return 0;
12485 _ACEOF
12486 for ac_lib in '' nsl; do
12487 if test -z "$ac_lib"; then
12488 ac_res="none required"
12489 else
12490 ac_res=-l$ac_lib
12491 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12493 if ac_fn_c_try_link "$LINENO"; then :
12494 ac_cv_search_gethostbyname=$ac_res
12496 rm -f core conftest.err conftest.$ac_objext \
12497 conftest$ac_exeext
12498 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12499 break
12501 done
12502 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12504 else
12505 ac_cv_search_gethostbyname=no
12507 rm conftest.$ac_ext
12508 LIBS=$ac_func_search_save_LIBS
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12511 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12512 ac_res=$ac_cv_search_gethostbyname
12513 if test "$ac_res" != no; then :
12514 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12520 $as_echo_n "checking for library containing connect... " >&6; }
12521 if test "${ac_cv_search_connect+set}" = set; then :
12522 $as_echo_n "(cached) " >&6
12523 else
12524 ac_func_search_save_LIBS=$LIBS
12525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12526 /* end confdefs.h. */
12528 /* Override any GCC internal prototype to avoid an error.
12529 Use char because int might match the return type of a GCC
12530 builtin and then its argument prototype would still apply. */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char connect ();
12536 main ()
12538 return connect ();
12540 return 0;
12542 _ACEOF
12543 for ac_lib in '' socket; do
12544 if test -z "$ac_lib"; then
12545 ac_res="none required"
12546 else
12547 ac_res=-l$ac_lib
12548 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12550 if ac_fn_c_try_link "$LINENO"; then :
12551 ac_cv_search_connect=$ac_res
12553 rm -f core conftest.err conftest.$ac_objext \
12554 conftest$ac_exeext
12555 if test "${ac_cv_search_connect+set}" = set; then :
12556 break
12558 done
12559 if test "${ac_cv_search_connect+set}" = set; then :
12561 else
12562 ac_cv_search_connect=no
12564 rm conftest.$ac_ext
12565 LIBS=$ac_func_search_save_LIBS
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12568 $as_echo "$ac_cv_search_connect" >&6; }
12569 ac_res=$ac_cv_search_connect
12570 if test "$ac_res" != no; then :
12571 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12577 $as_echo_n "checking for library containing inet_aton... " >&6; }
12578 if test "${ac_cv_search_inet_aton+set}" = set; then :
12579 $as_echo_n "(cached) " >&6
12580 else
12581 ac_func_search_save_LIBS=$LIBS
12582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583 /* end confdefs.h. */
12585 /* Override any GCC internal prototype to avoid an error.
12586 Use char because int might match the return type of a GCC
12587 builtin and then its argument prototype would still apply. */
12588 #ifdef __cplusplus
12589 extern "C"
12590 #endif
12591 char inet_aton ();
12593 main ()
12595 return inet_aton ();
12597 return 0;
12599 _ACEOF
12600 for ac_lib in '' resolv; do
12601 if test -z "$ac_lib"; then
12602 ac_res="none required"
12603 else
12604 ac_res=-l$ac_lib
12605 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12607 if ac_fn_c_try_link "$LINENO"; then :
12608 ac_cv_search_inet_aton=$ac_res
12610 rm -f core conftest.err conftest.$ac_objext \
12611 conftest$ac_exeext
12612 if test "${ac_cv_search_inet_aton+set}" = set; then :
12613 break
12615 done
12616 if test "${ac_cv_search_inet_aton+set}" = set; then :
12618 else
12619 ac_cv_search_inet_aton=no
12621 rm conftest.$ac_ext
12622 LIBS=$ac_func_search_save_LIBS
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12625 $as_echo "$ac_cv_search_inet_aton" >&6; }
12626 ac_res=$ac_cv_search_inet_aton
12627 if test "$ac_res" != no; then :
12628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12633 for ac_func in \
12634 getaddrinfo \
12635 getnameinfo \
12636 getnetbyname \
12637 getprotobyname \
12638 getprotobynumber \
12639 getservbyport \
12640 inet_network \
12641 inet_ntop \
12642 inet_pton \
12643 sendmsg \
12644 socketpair \
12646 do :
12647 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12648 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12649 eval as_val=\$$as_ac_var
12650 if test "x$as_val" = x""yes; then :
12651 cat >>confdefs.h <<_ACEOF
12652 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12653 _ACEOF
12656 done
12659 LDAPLIBS=""
12661 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12662 then
12663 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12665 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12667 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12668 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12669 $as_echo_n "(cached) " >&6
12670 else
12671 ac_check_lib_save_LIBS=$LIBS
12672 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12674 /* end confdefs.h. */
12676 /* Override any GCC internal prototype to avoid an error.
12677 Use char because int might match the return type of a GCC
12678 builtin and then its argument prototype would still apply. */
12679 #ifdef __cplusplus
12680 extern "C"
12681 #endif
12682 char ldap_initialize ();
12684 main ()
12686 return ldap_initialize ();
12688 return 0;
12690 _ACEOF
12691 if ac_fn_c_try_link "$LINENO"; then :
12692 ac_cv_lib_ldap_r_ldap_initialize=yes
12693 else
12694 ac_cv_lib_ldap_r_ldap_initialize=no
12696 rm -f core conftest.err conftest.$ac_objext \
12697 conftest$ac_exeext conftest.$ac_ext
12698 LIBS=$ac_check_lib_save_LIBS
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12701 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12702 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12704 $as_echo_n "checking for ber_init in -llber... " >&6; }
12705 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12706 $as_echo_n "(cached) " >&6
12707 else
12708 ac_check_lib_save_LIBS=$LIBS
12709 LIBS="-llber $LIBPTHREAD $LIBS"
12710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12711 /* end confdefs.h. */
12713 /* Override any GCC internal prototype to avoid an error.
12714 Use char because int might match the return type of a GCC
12715 builtin and then its argument prototype would still apply. */
12716 #ifdef __cplusplus
12717 extern "C"
12718 #endif
12719 char ber_init ();
12721 main ()
12723 return ber_init ();
12725 return 0;
12727 _ACEOF
12728 if ac_fn_c_try_link "$LINENO"; then :
12729 ac_cv_lib_lber_ber_init=yes
12730 else
12731 ac_cv_lib_lber_ber_init=no
12733 rm -f core conftest.err conftest.$ac_objext \
12734 conftest$ac_exeext conftest.$ac_ext
12735 LIBS=$ac_check_lib_save_LIBS
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12738 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12739 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12741 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12743 LDAPLIBS="-lldap_r -llber"
12750 ac_wine_check_funcs_save_LIBS="$LIBS"
12751 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12752 for ac_func in \
12753 ldap_count_references \
12754 ldap_first_reference \
12755 ldap_next_reference \
12756 ldap_parse_reference \
12757 ldap_parse_sort_control \
12758 ldap_parse_sortresponse_control \
12759 ldap_parse_vlv_control \
12760 ldap_parse_vlvresponse_control
12761 do :
12762 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12763 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12764 eval as_val=\$$as_ac_var
12765 if test "x$as_val" = x""yes; then :
12766 cat >>confdefs.h <<_ACEOF
12767 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12768 _ACEOF
12771 done
12773 LIBS="$ac_wine_check_funcs_save_LIBS"
12775 if test "x$LDAPLIBS" = "x"; then :
12776 case "x$with_ldap" in
12777 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12778 xno) ;;
12779 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12780 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12781 esac
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12785 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12786 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12787 $as_echo_n "(cached) " >&6
12788 else
12789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12791 #include <sys/stat.h>
12793 main ()
12795 mkdir("foo");
12797 return 0;
12799 _ACEOF
12800 if ac_fn_c_try_compile "$LINENO"; then :
12801 wine_cv_one_arg_mkdir=yes
12802 else
12803 wine_cv_one_arg_mkdir=no
12805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12808 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12809 if test "$wine_cv_one_arg_mkdir" = "yes"
12810 then
12812 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12818 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12819 if test "${ac_cv_c_const+set}" = set; then :
12820 $as_echo_n "(cached) " >&6
12821 else
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12826 main ()
12828 /* FIXME: Include the comments suggested by Paul. */
12829 #ifndef __cplusplus
12830 /* Ultrix mips cc rejects this. */
12831 typedef int charset[2];
12832 const charset cs;
12833 /* SunOS 4.1.1 cc rejects this. */
12834 char const *const *pcpcc;
12835 char **ppc;
12836 /* NEC SVR4.0.2 mips cc rejects this. */
12837 struct point {int x, y;};
12838 static struct point const zero = {0,0};
12839 /* AIX XL C 1.02.0.0 rejects this.
12840 It does not let you subtract one const X* pointer from another in
12841 an arm of an if-expression whose if-part is not a constant
12842 expression */
12843 const char *g = "string";
12844 pcpcc = &g + (g ? g-g : 0);
12845 /* HPUX 7.0 cc rejects these. */
12846 ++pcpcc;
12847 ppc = (char**) pcpcc;
12848 pcpcc = (char const *const *) ppc;
12849 { /* SCO 3.2v4 cc rejects this. */
12850 char *t;
12851 char const *s = 0 ? (char *) 0 : (char const *) 0;
12853 *t++ = 0;
12854 if (s) return 0;
12856 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12857 int x[] = {25, 17};
12858 const int *foo = &x[0];
12859 ++foo;
12861 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12862 typedef const int *iptr;
12863 iptr p = 0;
12864 ++p;
12866 { /* AIX XL C 1.02.0.0 rejects this saying
12867 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12868 struct s { int j; const int *ap[3]; };
12869 struct s *b; b->j = 5;
12871 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12872 const int foo = 10;
12873 if (!foo) return 0;
12875 return !cs[0] && !zero.x;
12876 #endif
12879 return 0;
12881 _ACEOF
12882 if ac_fn_c_try_compile "$LINENO"; then :
12883 ac_cv_c_const=yes
12884 else
12885 ac_cv_c_const=no
12887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12890 $as_echo "$ac_cv_c_const" >&6; }
12891 if test $ac_cv_c_const = no; then
12893 $as_echo "#define const /**/" >>confdefs.h
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12898 $as_echo_n "checking for inline... " >&6; }
12899 if test "${ac_cv_c_inline+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
12901 else
12902 ac_cv_c_inline=no
12903 for ac_kw in inline __inline__ __inline; do
12904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12905 /* end confdefs.h. */
12906 #ifndef __cplusplus
12907 typedef int foo_t;
12908 static $ac_kw foo_t static_foo () {return 0; }
12909 $ac_kw foo_t foo () {return 0; }
12910 #endif
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 ac_cv_c_inline=$ac_kw
12916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12917 test "$ac_cv_c_inline" != no && break
12918 done
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12922 $as_echo "$ac_cv_c_inline" >&6; }
12924 case $ac_cv_c_inline in
12925 inline | yes) ;;
12927 case $ac_cv_c_inline in
12928 no) ac_val=;;
12929 *) ac_val=$ac_cv_c_inline;;
12930 esac
12931 cat >>confdefs.h <<_ACEOF
12932 #ifndef __cplusplus
12933 #define inline $ac_val
12934 #endif
12935 _ACEOF
12937 esac
12939 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12940 if test "x$ac_cv_type_mode_t" = x""yes; then :
12942 cat >>confdefs.h <<_ACEOF
12943 #define HAVE_MODE_T 1
12944 _ACEOF
12948 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12949 if test "x$ac_cv_type_off_t" = x""yes; then :
12951 cat >>confdefs.h <<_ACEOF
12952 #define HAVE_OFF_T 1
12953 _ACEOF
12957 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12958 if test "x$ac_cv_type_pid_t" = x""yes; then :
12960 cat >>confdefs.h <<_ACEOF
12961 #define HAVE_PID_T 1
12962 _ACEOF
12966 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12967 if test "x$ac_cv_type_size_t" = x""yes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_SIZE_T 1
12971 _ACEOF
12975 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12976 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12978 cat >>confdefs.h <<_ACEOF
12979 #define HAVE_SSIZE_T 1
12980 _ACEOF
12984 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12985 if test "x$ac_cv_type_long_long" = x""yes; then :
12987 cat >>confdefs.h <<_ACEOF
12988 #define HAVE_LONG_LONG 1
12989 _ACEOF
12993 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12994 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12996 cat >>confdefs.h <<_ACEOF
12997 #define HAVE_FSBLKCNT_T 1
12998 _ACEOF
13002 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13003 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13005 cat >>confdefs.h <<_ACEOF
13006 #define HAVE_FSFILCNT_T 1
13007 _ACEOF
13012 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13013 #include <signal.h>
13015 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13017 cat >>confdefs.h <<_ACEOF
13018 #define HAVE_SIGSET_T 1
13019 _ACEOF
13024 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13026 if test "x$ac_cv_type_request_sense" = x""yes; then :
13028 cat >>confdefs.h <<_ACEOF
13029 #define HAVE_REQUEST_SENSE 1
13030 _ACEOF
13036 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13037 #ifdef HAVE_SYS_SOCKET_H
13038 #include <sys/socket.h>
13039 #endif
13040 #ifdef HAVE_SYS_SOCKETVAR_H
13041 #include <sys/socketvar.h>
13042 #endif
13043 #ifdef HAVE_NET_ROUTE_H
13044 #include <net/route.h>
13045 #endif
13046 #ifdef HAVE_NETINET_IN_H
13047 #include <netinet/in.h>
13048 #endif
13049 #ifdef HAVE_NETINET_IN_SYSTM_H
13050 #include <netinet/in_systm.h>
13051 #endif
13052 #ifdef HAVE_NETINET_IP_H
13053 #include <netinet/ip.h>
13054 #endif
13055 #ifdef HAVE_NETINET_IN_PCB_H
13056 #include <netinet/in_pcb.h>
13057 #endif
13059 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13061 cat >>confdefs.h <<_ACEOF
13062 #define HAVE_STRUCT_XINPGEN 1
13063 _ACEOF
13069 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13070 #include <linux/input.h>
13071 #endif
13073 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13077 _ACEOF
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13084 $as_echo_n "checking for sigaddset... " >&6; }
13085 if test "${wine_cv_have_sigaddset+set}" = set; then :
13086 $as_echo_n "(cached) " >&6
13087 else
13088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13089 /* end confdefs.h. */
13090 #include <signal.h>
13092 main ()
13094 sigset_t set; sigaddset(&set,SIGTERM);
13096 return 0;
13098 _ACEOF
13099 if ac_fn_c_try_link "$LINENO"; then :
13100 wine_cv_have_sigaddset=yes
13101 else
13102 wine_cv_have_sigaddset=no
13104 rm -f core conftest.err conftest.$ac_objext \
13105 conftest$ac_exeext conftest.$ac_ext
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13108 $as_echo "$wine_cv_have_sigaddset" >&6; }
13109 if test "$wine_cv_have_sigaddset" = "yes"
13110 then
13112 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13118 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13119 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13120 $as_echo_n "(cached) " >&6
13121 else
13122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13123 /* end confdefs.h. */
13124 #include <netdb.h>
13126 main ()
13129 char *name=0;
13130 struct hostent he;
13131 struct hostent *result;
13132 char *buf=0;
13133 int bufsize=0;
13134 int res,errnr;
13135 char *addr=0;
13136 int addrlen=0;
13137 int addrtype=0;
13138 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13139 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13142 return 0;
13144 _ACEOF
13145 if ac_fn_c_try_link "$LINENO"; then :
13146 wine_cv_linux_gethostbyname_r_6=yes
13147 else
13148 wine_cv_linux_gethostbyname_r_6=no
13151 rm -f core conftest.err conftest.$ac_objext \
13152 conftest$ac_exeext conftest.$ac_ext
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13156 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13157 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13158 then
13160 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13164 if test "$ac_cv_header_linux_joystick_h" = "yes"
13165 then
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13167 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13168 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13169 $as_echo_n "(cached) " >&6
13170 else
13171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13172 /* end confdefs.h. */
13174 #include <sys/ioctl.h>
13175 #include <sys/types.h>
13176 #include <linux/joystick.h>
13178 struct js_event blub;
13179 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13180 #error "no 2.2 header"
13181 #endif
13184 main ()
13186 /*empty*/
13188 return 0;
13190 _ACEOF
13191 if ac_fn_c_try_compile "$LINENO"; then :
13192 wine_cv_linux_joystick_22_api=yes
13193 else
13194 wine_cv_linux_joystick_22_api=no
13196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13200 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13201 if test "$wine_cv_linux_joystick_22_api" = "yes"
13202 then
13204 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13210 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13211 #ifdef HAVE_SYS_PARAM_H
13212 # include <sys/param.h>
13213 #endif
13214 #ifdef HAVE_SYS_MOUNT_H
13215 # include <sys/mount.h>
13216 #endif
13217 #ifdef HAVE_SYS_VFS_H
13218 # include <sys/vfs.h>
13219 #endif
13220 #ifdef HAVE_SYS_STATFS_H
13221 # include <sys/statfs.h>
13222 #endif
13224 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13226 cat >>confdefs.h <<_ACEOF
13227 #define HAVE_STRUCT_STATFS_F_BFREE 1
13228 _ACEOF
13232 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13233 #ifdef HAVE_SYS_PARAM_H
13234 # include <sys/param.h>
13235 #endif
13236 #ifdef HAVE_SYS_MOUNT_H
13237 # include <sys/mount.h>
13238 #endif
13239 #ifdef HAVE_SYS_VFS_H
13240 # include <sys/vfs.h>
13241 #endif
13242 #ifdef HAVE_SYS_STATFS_H
13243 # include <sys/statfs.h>
13244 #endif
13246 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13250 _ACEOF
13254 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13255 #ifdef HAVE_SYS_PARAM_H
13256 # include <sys/param.h>
13257 #endif
13258 #ifdef HAVE_SYS_MOUNT_H
13259 # include <sys/mount.h>
13260 #endif
13261 #ifdef HAVE_SYS_VFS_H
13262 # include <sys/vfs.h>
13263 #endif
13264 #ifdef HAVE_SYS_STATFS_H
13265 # include <sys/statfs.h>
13266 #endif
13268 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13270 cat >>confdefs.h <<_ACEOF
13271 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13272 _ACEOF
13276 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13277 #ifdef HAVE_SYS_PARAM_H
13278 # include <sys/param.h>
13279 #endif
13280 #ifdef HAVE_SYS_MOUNT_H
13281 # include <sys/mount.h>
13282 #endif
13283 #ifdef HAVE_SYS_VFS_H
13284 # include <sys/vfs.h>
13285 #endif
13286 #ifdef HAVE_SYS_STATFS_H
13287 # include <sys/statfs.h>
13288 #endif
13290 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_STRUCT_STATFS_F_FFREE 1
13294 _ACEOF
13298 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13299 #ifdef HAVE_SYS_PARAM_H
13300 # include <sys/param.h>
13301 #endif
13302 #ifdef HAVE_SYS_MOUNT_H
13303 # include <sys/mount.h>
13304 #endif
13305 #ifdef HAVE_SYS_VFS_H
13306 # include <sys/vfs.h>
13307 #endif
13308 #ifdef HAVE_SYS_STATFS_H
13309 # include <sys/statfs.h>
13310 #endif
13312 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13314 cat >>confdefs.h <<_ACEOF
13315 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13316 _ACEOF
13320 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13321 #ifdef HAVE_SYS_PARAM_H
13322 # include <sys/param.h>
13323 #endif
13324 #ifdef HAVE_SYS_MOUNT_H
13325 # include <sys/mount.h>
13326 #endif
13327 #ifdef HAVE_SYS_VFS_H
13328 # include <sys/vfs.h>
13329 #endif
13330 #ifdef HAVE_SYS_STATFS_H
13331 # include <sys/statfs.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13338 _ACEOF
13344 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13345 #include <sys/statvfs.h>
13346 #endif
13348 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13350 cat >>confdefs.h <<_ACEOF
13351 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13352 _ACEOF
13358 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13359 #ifdef HAVE_SYS_SOCKET_H
13360 # include <sys/socket.h>
13361 #endif
13362 #ifdef HAVE_SYS_UN_H
13363 # include <sys/un.h>
13364 #endif
13366 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13368 cat >>confdefs.h <<_ACEOF
13369 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13370 _ACEOF
13374 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13375 #ifdef HAVE_SYS_SOCKET_H
13376 # include <sys/socket.h>
13377 #endif
13378 #ifdef HAVE_SYS_UN_H
13379 # include <sys/un.h>
13380 #endif
13382 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13384 cat >>confdefs.h <<_ACEOF
13385 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13386 _ACEOF
13390 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13391 #ifdef HAVE_SYS_SOCKET_H
13392 # include <sys/socket.h>
13393 #endif
13394 #ifdef HAVE_SYS_UN_H
13395 # include <sys/un.h>
13396 #endif
13398 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13400 cat >>confdefs.h <<_ACEOF
13401 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13402 _ACEOF
13408 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13409 #ifdef HAVE_SCSI_SG_H
13410 #include <scsi/sg.h>
13411 #endif
13413 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13415 cat >>confdefs.h <<_ACEOF
13416 #define HAVE_SCSIREQ_T_CMD 1
13417 _ACEOF
13421 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>
13422 #ifdef HAVE_SCSI_SG_H
13423 #include <scsi/sg.h>
13424 #endif
13426 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13428 cat >>confdefs.h <<_ACEOF
13429 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13430 _ACEOF
13436 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13438 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13440 cat >>confdefs.h <<_ACEOF
13441 #define HAVE_SIGINFO_T_SI_FD 1
13442 _ACEOF
13448 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13449 #ifdef HAVE_SYS_MTIO_H
13450 #include <sys/mtio.h>
13451 #endif
13453 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13455 cat >>confdefs.h <<_ACEOF
13456 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13457 _ACEOF
13461 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13462 #ifdef HAVE_SYS_MTIO_H
13463 #include <sys/mtio.h>
13464 #endif
13466 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13468 cat >>confdefs.h <<_ACEOF
13469 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13470 _ACEOF
13474 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13475 #ifdef HAVE_SYS_MTIO_H
13476 #include <sys/mtio.h>
13477 #endif
13479 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13481 cat >>confdefs.h <<_ACEOF
13482 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13483 _ACEOF
13489 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13490 #include <getopt.h>
13491 #endif
13493 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13495 cat >>confdefs.h <<_ACEOF
13496 #define HAVE_STRUCT_OPTION_NAME 1
13497 _ACEOF
13503 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13504 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13506 cat >>confdefs.h <<_ACEOF
13507 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13508 _ACEOF
13512 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13513 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13515 cat >>confdefs.h <<_ACEOF
13516 #define HAVE_STRUCT_STAT_ST_MTIM 1
13517 _ACEOF
13521 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13522 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13524 cat >>confdefs.h <<_ACEOF
13525 #define HAVE_STRUCT_STAT_ST_CTIM 1
13526 _ACEOF
13530 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13531 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13533 cat >>confdefs.h <<_ACEOF
13534 #define HAVE_STRUCT_STAT_ST_ATIM 1
13535 _ACEOF
13541 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
13542 #include <sys/types.h>
13543 #endif
13544 #ifdef HAVE_NETINET_IN_H
13545 #include <netinet/in.h>
13546 #endif
13548 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13550 cat >>confdefs.h <<_ACEOF
13551 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13552 _ACEOF
13558 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13559 #include <sys/types.h>
13560 #endif
13561 #ifdef HAVE_NETINET_IN_H
13562 # include <netinet/in.h>
13563 #endif
13564 #ifdef HAVE_ARPA_NAMESER_H
13565 # include <arpa/nameser.h>
13566 #endif
13568 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13570 cat >>confdefs.h <<_ACEOF
13571 #define HAVE_NS_MSG__MSG_PTR 1
13572 _ACEOF
13578 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13579 #include <sys/types.h>
13580 #endif
13581 #ifdef HAVE_ALIAS_H
13582 #include <alias.h>
13583 #endif
13584 #ifdef HAVE_SYS_SOCKET_H
13585 #include <sys/socket.h>
13586 #endif
13587 #ifdef HAVE_SYS_SOCKETVAR_H
13588 #include <sys/socketvar.h>
13589 #endif
13590 #ifdef HAVE_SYS_TIMEOUT_H
13591 #include <sys/timeout.h>
13592 #endif
13593 #ifdef HAVE_NETINET_IN_H
13594 #include <netinet/in.h>
13595 #endif
13596 #ifdef HAVE_NETINET_IN_SYSTM_H
13597 #include <netinet/in_systm.h>
13598 #endif
13599 #ifdef HAVE_NETINET_IP_H
13600 #include <netinet/ip.h>
13601 #endif
13602 #ifdef HAVE_NETINET_IP_VAR_H
13603 #include <netinet/ip_var.h>
13604 #endif
13605 #ifdef HAVE_NETINET_IP_ICMP_H
13606 #include <netinet/ip_icmp.h>
13607 #endif
13608 #ifdef HAVE_NETINET_ICMP_VAR
13609 #include <netinet/icmp_var.h>
13610 #endif
13612 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13614 cat >>confdefs.h <<_ACEOF
13615 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13616 _ACEOF
13622 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13623 #include <sys/types.h>
13624 #endif
13625 #ifdef HAVE_NET_IF_H
13626 # include <net/if.h>
13627 #endif
13629 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13631 cat >>confdefs.h <<_ACEOF
13632 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13633 _ACEOF
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13640 $as_echo_n "checking for timezone variable... " >&6; }
13641 if test "${ac_cv_have_timezone+set}" = set; then :
13642 $as_echo_n "(cached) " >&6
13643 else
13644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13645 /* end confdefs.h. */
13646 #include <time.h>
13648 main ()
13650 timezone = 1
13652 return 0;
13654 _ACEOF
13655 if ac_fn_c_try_link "$LINENO"; then :
13656 ac_cv_have_timezone="yes"
13657 else
13658 ac_cv_have_timezone="no"
13660 rm -f core conftest.err conftest.$ac_objext \
13661 conftest$ac_exeext conftest.$ac_ext
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13664 $as_echo "$ac_cv_have_timezone" >&6; }
13665 if test "$ac_cv_have_timezone" = "yes"
13666 then
13668 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13672 $as_echo_n "checking for daylight variable... " >&6; }
13673 if test "${ac_cv_have_daylight+set}" = set; then :
13674 $as_echo_n "(cached) " >&6
13675 else
13676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13677 /* end confdefs.h. */
13678 #include <time.h>
13680 main ()
13682 daylight = 1
13684 return 0;
13686 _ACEOF
13687 if ac_fn_c_try_link "$LINENO"; then :
13688 ac_cv_have_daylight="yes"
13689 else
13690 ac_cv_have_daylight="no"
13692 rm -f core conftest.err conftest.$ac_objext \
13693 conftest$ac_exeext conftest.$ac_ext
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13696 $as_echo "$ac_cv_have_daylight" >&6; }
13697 if test "$ac_cv_have_daylight" = "yes"
13698 then
13700 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13705 $as_echo_n "checking for isinf... " >&6; }
13706 if test "${ac_cv_have_isinf+set}" = set; then :
13707 $as_echo_n "(cached) " >&6
13708 else
13709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13710 /* end confdefs.h. */
13711 #include <math.h>
13713 main ()
13715 float f = 0.0; int i=isinf(f)
13717 return 0;
13719 _ACEOF
13720 if ac_fn_c_try_link "$LINENO"; then :
13721 ac_cv_have_isinf="yes"
13722 else
13723 ac_cv_have_isinf="no"
13725 rm -f core conftest.err conftest.$ac_objext \
13726 conftest$ac_exeext conftest.$ac_ext
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13729 $as_echo "$ac_cv_have_isinf" >&6; }
13730 if test "$ac_cv_have_isinf" = "yes"
13731 then
13733 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13738 $as_echo_n "checking for isnan... " >&6; }
13739 if test "${ac_cv_have_isnan+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
13741 else
13742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13743 /* end confdefs.h. */
13744 #include <math.h>
13746 main ()
13748 float f = 0.0; int i=isnan(f)
13750 return 0;
13752 _ACEOF
13753 if ac_fn_c_try_link "$LINENO"; then :
13754 ac_cv_have_isnan="yes"
13755 else
13756 ac_cv_have_isnan="no"
13758 rm -f core conftest.err conftest.$ac_objext \
13759 conftest$ac_exeext conftest.$ac_ext
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13762 $as_echo "$ac_cv_have_isnan" >&6; }
13763 if test "$ac_cv_have_isnan" = "yes"
13764 then
13766 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13771 case $host_cpu in
13772 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13773 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13774 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13775 $as_echo_n "(cached) " >&6
13776 else
13777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13778 /* end confdefs.h. */
13779 #ifndef __i386__
13781 #endif
13782 _ACEOF
13783 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13784 $EGREP "yes" >/dev/null 2>&1; then :
13785 ac_cv_cpp_def___i386__=yes
13786 else
13787 ac_cv_cpp_def___i386__=no
13789 rm -f conftest*
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13793 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13794 if test $ac_cv_cpp_def___i386__ = yes; then :
13795 CFLAGS="$CFLAGS -D__i386__"
13796 LINTFLAGS="$LINTFLAGS -D__i386__"
13797 fi ;;
13798 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13799 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13800 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13801 $as_echo_n "(cached) " >&6
13802 else
13803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13804 /* end confdefs.h. */
13805 #ifndef __x86_64__
13807 #endif
13808 _ACEOF
13809 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13810 $EGREP "yes" >/dev/null 2>&1; then :
13811 ac_cv_cpp_def___x86_64__=yes
13812 else
13813 ac_cv_cpp_def___x86_64__=no
13815 rm -f conftest*
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13819 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13820 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13821 CFLAGS="$CFLAGS -D__x86_64__"
13822 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13823 fi ;;
13824 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13825 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13826 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13827 $as_echo_n "(cached) " >&6
13828 else
13829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13830 /* end confdefs.h. */
13831 #ifndef __ALPHA__
13833 #endif
13834 _ACEOF
13835 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13836 $EGREP "yes" >/dev/null 2>&1; then :
13837 ac_cv_cpp_def___ALPHA__=yes
13838 else
13839 ac_cv_cpp_def___ALPHA__=no
13841 rm -f conftest*
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13845 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13846 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13847 CFLAGS="$CFLAGS -D__ALPHA__"
13848 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13849 fi ;;
13850 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13851 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13852 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13853 $as_echo_n "(cached) " >&6
13854 else
13855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13856 /* end confdefs.h. */
13857 #ifndef __sparc__
13859 #endif
13860 _ACEOF
13861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13862 $EGREP "yes" >/dev/null 2>&1; then :
13863 ac_cv_cpp_def___sparc__=yes
13864 else
13865 ac_cv_cpp_def___sparc__=no
13867 rm -f conftest*
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13871 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13872 if test $ac_cv_cpp_def___sparc__ = yes; then :
13873 CFLAGS="$CFLAGS -D__sparc__"
13874 LINTFLAGS="$LINTFLAGS -D__sparc__"
13875 fi ;;
13876 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13877 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13878 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13879 $as_echo_n "(cached) " >&6
13880 else
13881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13882 /* end confdefs.h. */
13883 #ifndef __powerpc__
13885 #endif
13886 _ACEOF
13887 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13888 $EGREP "yes" >/dev/null 2>&1; then :
13889 ac_cv_cpp_def___powerpc__=yes
13890 else
13891 ac_cv_cpp_def___powerpc__=no
13893 rm -f conftest*
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13897 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13898 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13899 CFLAGS="$CFLAGS -D__powerpc__"
13900 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13901 fi ;;
13902 esac
13904 case $host_vendor in
13905 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13906 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13907 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13912 #ifndef __sun__
13914 #endif
13915 _ACEOF
13916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13917 $EGREP "yes" >/dev/null 2>&1; then :
13918 ac_cv_cpp_def___sun__=yes
13919 else
13920 ac_cv_cpp_def___sun__=no
13922 rm -f conftest*
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13926 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13927 if test $ac_cv_cpp_def___sun__ = yes; then :
13928 CFLAGS="$CFLAGS -D__sun__"
13929 LINTFLAGS="$LINTFLAGS -D__sun__"
13930 fi ;;
13931 esac
13937 ac_config_commands="$ac_config_commands include/stamp-h"
13940 ALL_MAKEFILE_DEPENDS="
13941 # Rules automatically generated by configure
13943 .INIT: Makefile
13944 .BEGIN: Makefile
13945 .MAKEFILEDEPS:
13946 Makefile: Makefile.in Make.rules config.status
13947 @./config.status Make.tmp Makefile"
13949 ALL_WINETEST_DEPENDS="# Test binaries"
13951 ALL_TEST_BINARIES=""
13954 wine_fn_append_file ()
13956 as_fn_append $1 " \\$as_nl $2"
13959 wine_fn_append_rule ()
13961 as_fn_append $1 "$as_nl$2"
13964 wine_fn_all_dir_rules ()
13966 wine_fn_append_file ALL_DIRS $1
13967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13968 "__clean__ .PHONY: $1/__clean__
13969 $1/__clean__: $1/Makefile
13970 @cd $1 && \$(MAKE) clean
13971 \$(RM) $1/Makefile
13972 $1/Makefile: $1/Makefile.in config.status $2
13973 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13974 depend .PHONY: $1/__depend__
13975 $1/__depend__: \$(MAKEDEP) dummy
13976 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13979 wine_fn_config_makefile ()
13981 ac_dir=$1
13982 ac_enable=$2
13983 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13985 eval as_val=\$$ac_enable
13986 if test "x$as_val" = x""no; then :
13988 else
13989 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13990 "all .PHONY: $ac_dir
13991 $ac_dir: $ac_dir/Makefile dummy
13992 @cd $ac_dir && \$(MAKE)
13993 install:: $ac_dir
13994 @cd $ac_dir && \$(MAKE) install
13995 install-lib:: $ac_dir
13996 @cd $ac_dir && \$(MAKE) install-lib
13997 install-dev:: $ac_dir
13998 @cd $ac_dir && \$(MAKE) install-dev
13999 uninstall:: $ac_dir/Makefile
14000 @cd $ac_dir && \$(MAKE) uninstall"
14004 wine_fn_config_lib ()
14006 ac_name=$1
14007 ac_dir=dlls/$ac_name
14008 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14009 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14010 "all __builddeps__: $ac_dir
14011 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
14012 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
14013 $ac_dir: dummy
14014 @cd $ac_dir && \$(MAKE)
14015 $ac_dir/lib$ac_name.cross.a: dummy
14016 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
14017 install install-dev:: $ac_dir
14018 @cd $ac_dir && \$(MAKE) install
14019 uninstall:: $ac_dir/Makefile
14020 @cd $ac_dir && \$(MAKE) uninstall"
14023 wine_fn_config_dll ()
14025 ac_dir=$1
14026 ac_enable=$2
14027 ac_implib=$3
14028 ac_implibsrc=$4
14029 ac_file="dlls/$ac_dir/lib$ac_implib"
14030 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14032 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14034 eval as_val=\$$ac_enable
14035 if test "x$as_val" = x""no; then :
14036 test "$ac_enable" != enable_win16 || return 0
14037 else
14038 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14039 "all .PHONY: dlls/$ac_dir
14040 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14041 @cd dlls/$ac_dir && \$(MAKE)
14042 install:: dlls/$ac_dir/Makefile __builddeps__
14043 @cd dlls/$ac_dir && \$(MAKE) install
14044 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14045 @cd dlls/$ac_dir && \$(MAKE) install-lib
14046 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14047 @cd dlls/$ac_dir && \$(MAKE) \$@"
14050 if test -n "$ac_implibsrc"
14051 then
14052 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14053 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14054 __buildcrossdeps__: $ac_file.cross.a
14055 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14056 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14057 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14058 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14059 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14060 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14061 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14062 elif test -n "$ac_implib"
14063 then
14064 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14065 "__builddeps__: $ac_file.$IMPLIBEXT
14066 __buildcrossdeps__: $ac_file.cross.a
14067 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
14068 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14069 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14070 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14072 if test "$ac_dir" != "$ac_implib"
14073 then
14074 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14075 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14076 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
14077 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14078 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14079 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14080 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
14081 clean::
14082 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14087 wine_fn_config_program ()
14089 ac_dir=$1
14090 ac_enable=$2
14091 ac_install=$3
14092 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14094 eval as_val=\$$ac_enable
14095 if test "x$as_val" = x""no; then :
14097 else
14098 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14099 "all .PHONY: programs/$ac_dir
14100 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14101 @cd programs/$ac_dir && \$(MAKE)"
14103 test -n "$ac_install" || return
14104 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14105 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14106 @cd programs/$ac_dir && \$(MAKE) install
14107 uninstall:: programs/$ac_dir/Makefile
14108 @cd programs/$ac_dir && \$(MAKE) uninstall"
14109 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14110 then
14111 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14112 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14113 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14114 uninstall::
14115 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14120 wine_fn_config_test ()
14122 ac_dir=$1
14123 ac_name=$2
14124 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14125 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14126 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14127 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14128 $ac_name.rc:
14129 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14130 $ac_name.res: $ac_name.rc $ac_name.exe"
14131 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14133 if test "x$enable_tests" = x""no; then :
14135 else
14136 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14137 "all programs/winetest .PHONY: $ac_dir
14138 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14139 @cd $ac_dir && \$(MAKE)
14140 crosstest .PHONY: $ac_dir/__crosstest__
14141 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14142 @cd $ac_dir && \$(MAKE) crosstest
14143 test .PHONY: $ac_dir/__test__
14144 $ac_dir/__test__: dummy
14145 @cd $ac_dir && \$(MAKE) test
14146 testclean::
14147 \$(RM) $ac_dir/*.ok"
14151 wine_fn_config_tool ()
14153 ac_dir=$1
14154 ac_deps="Make.rules"
14155 if test "$ac_dir" != tools
14156 then
14157 ac_deps="$ac_deps \$(MAKEDEP)"
14159 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14161 if test "x$enable_tools" = x""no; then :
14163 else
14164 case $ac_dir in
14165 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14166 "install:: $ac_dir
14167 @cd $ac_dir && \$(MAKE) install
14168 install-lib:: $ac_dir
14169 @cd $ac_dir && \$(MAKE) install-lib
14170 install-dev:: $ac_dir
14171 @cd $ac_dir && \$(MAKE) install-dev" ;;
14172 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14173 "install install-dev:: $ac_dir
14174 @cd $ac_dir && \$(MAKE) install" ;;
14175 esac
14176 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14177 "uninstall:: $ac_dir/Makefile
14178 @cd $ac_dir && \$(MAKE) uninstall
14179 all __tooldeps__ .PHONY: $ac_dir
14180 $ac_dir: $ac_dir/Makefile libs/port dummy
14181 @cd $ac_dir && \$(MAKE)"
14185 wine_fn_config_makerules ()
14187 ac_rules=$1
14188 ac_deps=$2
14189 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14190 "$ac_rules: $ac_rules.in $ac_deps config.status
14191 @./config.status $ac_rules
14192 distclean::
14193 \$(RM) $ac_rules"
14196 wine_fn_config_symlink ()
14198 ac_link=$1
14199 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14200 "$ac_link:
14201 @./config.status $ac_link
14202 distclean::
14203 \$(RM) $ac_link"
14205 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14206 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14207 if test "x$enable_fonts" != xno; then
14208 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14209 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14211 if test "x$enable_fonts" != xno; then
14212 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14213 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14215 if test "x$enable_fonts" != xno; then
14216 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14217 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14219 if test "x$enable_fonts" != xno; then
14220 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14221 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14223 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14224 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14225 ac_config_links="$ac_config_links wine:tools/winewrapper"
14226 wine_fn_config_symlink wine
14228 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14230 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14232 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14234 ac_config_commands="$ac_config_commands dlls/user32/resources"
14236 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14238 ac_config_commands="$ac_config_commands include/wine"
14241 wine_fn_config_makerules Make.rules
14242 MAKE_RULES=Make.rules
14243 ac_config_files="$ac_config_files Make.rules"
14245 wine_fn_config_makerules Maketest.rules Make.rules
14246 MAKE_TEST_RULES=Maketest.rules
14247 ac_config_files="$ac_config_files Maketest.rules"
14249 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14250 MAKE_DLL_RULES=dlls/Makedll.rules
14251 ac_config_files="$ac_config_files dlls/Makedll.rules"
14253 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14254 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14255 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14257 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14258 MAKE_PROG_RULES=programs/Makeprog.rules
14259 ac_config_files="$ac_config_files programs/Makeprog.rules"
14262 wine_fn_config_dll acledit enable_acledit
14263 wine_fn_config_dll aclui enable_aclui aclui
14264 wine_fn_config_dll activeds enable_activeds activeds
14265 wine_fn_config_dll actxprxy enable_actxprxy
14266 wine_fn_config_lib adsiid
14267 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14268 wine_fn_config_test dlls/advapi32/tests advapi32_test
14269 wine_fn_config_dll advpack enable_advpack advpack
14270 wine_fn_config_test dlls/advpack/tests advpack_test
14271 wine_fn_config_dll amstream enable_amstream
14272 wine_fn_config_test dlls/amstream/tests amstream_test
14273 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14274 wine_fn_config_dll atl enable_atl atl
14275 wine_fn_config_dll authz enable_authz
14276 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14277 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14278 wine_fn_config_test dlls/avifil32/tests avifil32_test
14279 wine_fn_config_dll avifile.dll16 enable_win16
14280 wine_fn_config_dll avrt enable_avrt avrt
14281 wine_fn_config_dll bcrypt enable_bcrypt
14282 wine_fn_config_dll browseui enable_browseui
14283 wine_fn_config_test dlls/browseui/tests browseui_test
14284 wine_fn_config_dll cabinet enable_cabinet cabinet
14285 wine_fn_config_test dlls/cabinet/tests cabinet_test
14286 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14287 wine_fn_config_dll cards enable_cards cards
14288 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14289 wine_fn_config_dll clusapi enable_clusapi clusapi
14290 wine_fn_config_dll comcat enable_comcat
14291 wine_fn_config_test dlls/comcat/tests comcat_test
14292 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14293 wine_fn_config_test dlls/comctl32/tests comctl32_test
14294 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14295 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14296 wine_fn_config_dll comm.drv16 enable_win16
14297 wine_fn_config_dll commdlg.dll16 enable_win16
14298 wine_fn_config_dll compobj.dll16 enable_win16
14299 wine_fn_config_dll compstui enable_compstui compstui
14300 wine_fn_config_dll credui enable_credui credui
14301 wine_fn_config_test dlls/credui/tests credui_test
14302 wine_fn_config_dll crtdll enable_crtdll crtdll
14303 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14304 wine_fn_config_test dlls/crypt32/tests crypt32_test
14305 wine_fn_config_dll cryptdlg enable_cryptdlg
14306 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14307 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14308 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14309 wine_fn_config_dll cryptui enable_cryptui cryptui
14310 wine_fn_config_test dlls/cryptui/tests cryptui_test
14311 wine_fn_config_dll ctapi32 enable_ctapi32
14312 wine_fn_config_dll ctl3d.dll16 enable_win16
14313 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14314 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14315 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14316 wine_fn_config_test dlls/d3d10/tests d3d10_test
14317 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14318 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14319 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14320 wine_fn_config_test dlls/d3d8/tests d3d8_test
14321 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14322 wine_fn_config_test dlls/d3d9/tests d3d9_test
14323 wine_fn_config_dll d3dim enable_d3dim d3dim
14324 wine_fn_config_dll d3drm enable_d3drm d3drm
14325 wine_fn_config_test dlls/d3drm/tests d3drm_test
14326 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14327 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14328 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14329 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14330 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14331 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14332 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14333 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14334 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14335 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14336 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14337 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14338 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14339 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14340 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14341 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14342 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14343 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14344 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14345 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14346 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14347 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14348 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14349 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14350 wine_fn_config_dll ddeml.dll16 enable_win16
14351 wine_fn_config_dll ddraw enable_ddraw ddraw
14352 wine_fn_config_test dlls/ddraw/tests ddraw_test
14353 wine_fn_config_dll ddrawex enable_ddrawex
14354 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14355 wine_fn_config_dll devenum enable_devenum
14356 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14357 wine_fn_config_test dlls/dinput/tests dinput_test
14358 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14359 wine_fn_config_dll dispdib.dll16 enable_win16
14360 wine_fn_config_dll dispex enable_dispex
14361 wine_fn_config_test dlls/dispex/tests dispex_test
14362 wine_fn_config_dll display.drv16 enable_win16
14363 wine_fn_config_dll dmband enable_dmband
14364 wine_fn_config_dll dmcompos enable_dmcompos
14365 wine_fn_config_dll dmime enable_dmime
14366 wine_fn_config_dll dmloader enable_dmloader
14367 wine_fn_config_test dlls/dmloader/tests dmloader_test
14368 wine_fn_config_dll dmscript enable_dmscript
14369 wine_fn_config_dll dmstyle enable_dmstyle
14370 wine_fn_config_dll dmsynth enable_dmsynth
14371 wine_fn_config_dll dmusic enable_dmusic
14372 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14373 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14374 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14375 wine_fn_config_dll dplay enable_dplay dplay
14376 wine_fn_config_dll dplayx enable_dplayx dplayx
14377 wine_fn_config_test dlls/dplayx/tests dplayx_test
14378 wine_fn_config_dll dpnaddr enable_dpnaddr
14379 wine_fn_config_dll dpnet enable_dpnet dpnet
14380 wine_fn_config_dll dpnhpast enable_dpnhpast
14381 wine_fn_config_dll dpnlobby enable_dpnlobby
14382 wine_fn_config_dll dpwsockx enable_dpwsockx
14383 wine_fn_config_dll drmclien enable_drmclien
14384 wine_fn_config_dll dsound enable_dsound dsound
14385 wine_fn_config_test dlls/dsound/tests dsound_test
14386 wine_fn_config_dll dssenh enable_dssenh
14387 wine_fn_config_dll dswave enable_dswave
14388 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14389 wine_fn_config_dll dxdiagn enable_dxdiagn
14390 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14391 wine_fn_config_lib dxerr8
14392 wine_fn_config_lib dxerr9
14393 wine_fn_config_dll dxgi enable_dxgi dxgi
14394 wine_fn_config_test dlls/dxgi/tests dxgi_test
14395 wine_fn_config_lib dxguid
14396 wine_fn_config_dll faultrep enable_faultrep
14397 wine_fn_config_dll fltlib enable_fltlib
14398 wine_fn_config_dll fusion enable_fusion
14399 wine_fn_config_test dlls/fusion/tests fusion_test
14400 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14401 wine_fn_config_dll gdi.exe16 enable_win16
14402 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14403 wine_fn_config_test dlls/gdi32/tests gdi32_test
14404 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14405 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14406 wine_fn_config_dll glu32 enable_glu32 glu32
14407 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14408 wine_fn_config_dll gpkcsp enable_gpkcsp
14409 wine_fn_config_dll hal enable_hal
14410 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14411 wine_fn_config_dll hid enable_hid hid
14412 wine_fn_config_dll hlink enable_hlink hlink
14413 wine_fn_config_test dlls/hlink/tests hlink_test
14414 wine_fn_config_dll hnetcfg enable_hnetcfg
14415 wine_fn_config_dll httpapi enable_httpapi
14416 wine_fn_config_dll iccvid enable_iccvid
14417 wine_fn_config_dll icmp enable_icmp
14418 wine_fn_config_dll ifsmgr.vxd enable_win16
14419 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14420 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14421 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14422 wine_fn_config_dll imm.dll16 enable_win16
14423 wine_fn_config_dll imm32 enable_imm32 imm32
14424 wine_fn_config_test dlls/imm32/tests imm32_test
14425 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14426 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14427 wine_fn_config_dll inetmib1 enable_inetmib1
14428 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14429 wine_fn_config_dll infosoft enable_infosoft
14430 wine_fn_config_test dlls/infosoft/tests infosoft_test
14431 wine_fn_config_dll initpki enable_initpki
14432 wine_fn_config_dll inkobj enable_inkobj
14433 wine_fn_config_dll inseng enable_inseng
14434 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14435 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14436 wine_fn_config_dll itircl enable_itircl
14437 wine_fn_config_dll itss enable_itss
14438 wine_fn_config_test dlls/itss/tests itss_test
14439 wine_fn_config_dll jscript enable_jscript
14440 wine_fn_config_test dlls/jscript/tests jscript_test
14441 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14442 wine_fn_config_test dlls/kernel32/tests kernel32_test
14443 wine_fn_config_dll keyboard.drv16 enable_win16
14444 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14445 wine_fn_config_dll loadperf enable_loadperf loadperf
14446 wine_fn_config_dll localspl enable_localspl
14447 wine_fn_config_test dlls/localspl/tests localspl_test
14448 wine_fn_config_dll localui enable_localui
14449 wine_fn_config_test dlls/localui/tests localui_test
14450 wine_fn_config_dll lz32 enable_lz32 lz32
14451 wine_fn_config_test dlls/lz32/tests lz32_test
14452 wine_fn_config_dll lzexpand.dll16 enable_win16
14453 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14454 wine_fn_config_test dlls/mapi32/tests mapi32_test
14455 wine_fn_config_dll mapistub enable_mapistub
14456 wine_fn_config_dll mciavi32 enable_mciavi32
14457 wine_fn_config_dll mcicda enable_mcicda
14458 wine_fn_config_dll mciqtz32 enable_mciqtz32
14459 wine_fn_config_dll mciseq enable_mciseq
14460 wine_fn_config_dll mciwave enable_mciwave
14461 wine_fn_config_dll midimap enable_midimap
14462 wine_fn_config_dll mlang enable_mlang mlang
14463 wine_fn_config_test dlls/mlang/tests mlang_test
14464 wine_fn_config_dll mmdevapi enable_mmdevapi
14465 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14466 wine_fn_config_dll mmdevldr.vxd enable_win16
14467 wine_fn_config_dll mmsystem.dll16 enable_win16
14468 wine_fn_config_dll monodebg.vxd enable_win16
14469 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14470 wine_fn_config_dll mouse.drv16 enable_win16
14471 wine_fn_config_dll mpr enable_mpr mpr
14472 wine_fn_config_dll mprapi enable_mprapi mprapi
14473 wine_fn_config_dll msacm.dll16 enable_win16
14474 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14475 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14476 wine_fn_config_test dlls/msacm32/tests msacm32_test
14477 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14478 wine_fn_config_dll mscat32 enable_mscat32
14479 wine_fn_config_dll mscms enable_mscms mscms
14480 wine_fn_config_test dlls/mscms/tests mscms_test
14481 wine_fn_config_dll mscoree enable_mscoree
14482 wine_fn_config_dll msctf enable_msctf
14483 wine_fn_config_test dlls/msctf/tests msctf_test
14484 wine_fn_config_dll msdaps enable_msdaps
14485 wine_fn_config_dll msdmo enable_msdmo msdmo
14486 wine_fn_config_dll msftedit enable_msftedit
14487 wine_fn_config_dll msg711.acm enable_msg711_acm
14488 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14489 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14490 wine_fn_config_dll mshtml enable_mshtml mshtml
14491 wine_fn_config_test dlls/mshtml/tests mshtml_test
14492 wine_fn_config_dll msi enable_msi msi
14493 wine_fn_config_test dlls/msi/tests msi_test
14494 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14495 wine_fn_config_dll msimtf enable_msimtf
14496 wine_fn_config_dll msisip enable_msisip
14497 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14498 wine_fn_config_dll msnet32 enable_msnet32
14499 wine_fn_config_dll msrle32 enable_msrle32
14500 wine_fn_config_dll mssign32 enable_mssign32
14501 wine_fn_config_dll mssip32 enable_mssip32
14502 wine_fn_config_dll mstask enable_mstask
14503 wine_fn_config_test dlls/mstask/tests mstask_test
14504 wine_fn_config_dll msvcirt enable_msvcirt
14505 wine_fn_config_dll msvcr100 enable_msvcr100
14506 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14507 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14508 wine_fn_config_dll msvcr80 enable_msvcr80
14509 wine_fn_config_dll msvcr90 enable_msvcr90
14510 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14511 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14512 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14513 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14514 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14515 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14516 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14517 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14518 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14519 wine_fn_config_dll msvidc32 enable_msvidc32
14520 wine_fn_config_dll msvideo.dll16 enable_win16
14521 wine_fn_config_dll mswsock enable_mswsock mswsock
14522 wine_fn_config_dll msxml3 enable_msxml3
14523 wine_fn_config_test dlls/msxml3/tests msxml3_test
14524 wine_fn_config_dll msxml4 enable_msxml4
14525 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14526 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14527 wine_fn_config_test dlls/netapi32/tests netapi32_test
14528 wine_fn_config_dll newdev enable_newdev newdev
14529 wine_fn_config_dll ntdll enable_ntdll ntdll
14530 wine_fn_config_test dlls/ntdll/tests ntdll_test
14531 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14532 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14533 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14534 wine_fn_config_dll ntprint enable_ntprint
14535 wine_fn_config_test dlls/ntprint/tests ntprint_test
14536 wine_fn_config_dll objsel enable_objsel
14537 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14538 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14539 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14540 wine_fn_config_dll ole2.dll16 enable_win16
14541 wine_fn_config_dll ole2conv.dll16 enable_win16
14542 wine_fn_config_dll ole2disp.dll16 enable_win16
14543 wine_fn_config_dll ole2nls.dll16 enable_win16
14544 wine_fn_config_dll ole2prox.dll16 enable_win16
14545 wine_fn_config_dll ole2thk.dll16 enable_win16
14546 wine_fn_config_dll ole32 enable_ole32 ole32
14547 wine_fn_config_test dlls/ole32/tests ole32_test
14548 wine_fn_config_dll oleacc enable_oleacc oleacc
14549 wine_fn_config_test dlls/oleacc/tests oleacc_test
14550 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14551 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14552 wine_fn_config_dll olecli.dll16 enable_win16
14553 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14554 wine_fn_config_dll oledb32 enable_oledb32
14555 wine_fn_config_test dlls/oledb32/tests oledb32_test
14556 wine_fn_config_dll oledlg enable_oledlg oledlg
14557 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14558 wine_fn_config_dll olesvr.dll16 enable_win16
14559 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14560 wine_fn_config_dll olethk32 enable_olethk32
14561 wine_fn_config_dll openal32 enable_openal32
14562 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14563 wine_fn_config_test dlls/opengl32/tests opengl32_test
14564 wine_fn_config_dll pdh enable_pdh pdh
14565 wine_fn_config_test dlls/pdh/tests pdh_test
14566 wine_fn_config_dll pidgen enable_pidgen
14567 wine_fn_config_dll powrprof enable_powrprof powrprof
14568 wine_fn_config_dll printui enable_printui
14569 wine_fn_config_dll propsys enable_propsys
14570 wine_fn_config_dll psapi enable_psapi psapi
14571 wine_fn_config_test dlls/psapi/tests psapi_test
14572 wine_fn_config_dll pstorec enable_pstorec
14573 wine_fn_config_dll qcap enable_qcap
14574 wine_fn_config_dll qedit enable_qedit
14575 wine_fn_config_test dlls/qedit/tests qedit_test
14576 wine_fn_config_dll qmgr enable_qmgr
14577 wine_fn_config_test dlls/qmgr/tests qmgr_test
14578 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14579 wine_fn_config_dll quartz enable_quartz quartz
14580 wine_fn_config_test dlls/quartz/tests quartz_test
14581 wine_fn_config_dll query enable_query
14582 wine_fn_config_dll rasapi16.dll16 enable_win16
14583 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14584 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14585 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14586 wine_fn_config_dll resutils enable_resutils resutils
14587 wine_fn_config_dll riched20 enable_riched20 riched20
14588 wine_fn_config_test dlls/riched20/tests riched20_test
14589 wine_fn_config_dll riched32 enable_riched32
14590 wine_fn_config_test dlls/riched32/tests riched32_test
14591 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14592 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14593 wine_fn_config_dll rsabase enable_rsabase
14594 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14595 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14596 wine_fn_config_dll rtutils enable_rtutils rtutils
14597 wine_fn_config_dll sane.ds enable_sane_ds
14598 wine_fn_config_dll sccbase enable_sccbase
14599 wine_fn_config_dll schannel enable_schannel
14600 wine_fn_config_test dlls/schannel/tests schannel_test
14601 wine_fn_config_dll secur32 enable_secur32 secur32
14602 wine_fn_config_test dlls/secur32/tests secur32_test
14603 wine_fn_config_dll security enable_security
14604 wine_fn_config_dll sensapi enable_sensapi sensapi
14605 wine_fn_config_dll serialui enable_serialui serialui
14606 wine_fn_config_test dlls/serialui/tests serialui_test
14607 wine_fn_config_dll setupapi enable_setupapi setupapi
14608 wine_fn_config_test dlls/setupapi/tests setupapi_test
14609 wine_fn_config_dll setupx.dll16 enable_win16
14610 wine_fn_config_dll sfc enable_sfc sfc
14611 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14612 wine_fn_config_dll shdoclc enable_shdoclc
14613 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14614 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14615 wine_fn_config_dll shell.dll16 enable_win16
14616 wine_fn_config_dll shell32 enable_shell32 shell32
14617 wine_fn_config_test dlls/shell32/tests shell32_test
14618 wine_fn_config_dll shfolder enable_shfolder shfolder
14619 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14620 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14621 wine_fn_config_dll slbcsp enable_slbcsp
14622 wine_fn_config_dll slc enable_slc slc
14623 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14624 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14625 wine_fn_config_dll softpub enable_softpub
14626 wine_fn_config_dll sound.drv16 enable_win16
14627 wine_fn_config_dll spoolss enable_spoolss spoolss
14628 wine_fn_config_test dlls/spoolss/tests spoolss_test
14629 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14630 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14631 wine_fn_config_dll sti enable_sti sti
14632 wine_fn_config_test dlls/sti/tests sti_test
14633 wine_fn_config_dll storage.dll16 enable_win16
14634 wine_fn_config_dll stress.dll16 enable_win16
14635 wine_fn_config_lib strmiids
14636 wine_fn_config_dll svrapi enable_svrapi
14637 wine_fn_config_dll sxs enable_sxs
14638 wine_fn_config_dll system.drv16 enable_win16
14639 wine_fn_config_dll t2embed enable_t2embed
14640 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14641 wine_fn_config_dll toolhelp.dll16 enable_win16
14642 wine_fn_config_dll traffic enable_traffic
14643 wine_fn_config_dll twain.dll16 enable_win16
14644 wine_fn_config_dll twain_32 enable_twain_32
14645 wine_fn_config_test dlls/twain_32/tests twain_32_test
14646 wine_fn_config_dll typelib.dll16 enable_win16
14647 wine_fn_config_dll unicows enable_unicows unicows
14648 wine_fn_config_dll updspapi enable_updspapi
14649 wine_fn_config_dll url enable_url url
14650 wine_fn_config_dll urlmon enable_urlmon urlmon
14651 wine_fn_config_test dlls/urlmon/tests urlmon_test
14652 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14653 wine_fn_config_dll user.exe16 enable_win16
14654 wine_fn_config_dll user32 enable_user32 user32
14655 wine_fn_config_test dlls/user32/tests user32_test
14656 wine_fn_config_dll userenv enable_userenv userenv
14657 wine_fn_config_test dlls/userenv/tests userenv_test
14658 wine_fn_config_dll usp10 enable_usp10 usp10
14659 wine_fn_config_test dlls/usp10/tests usp10_test
14660 wine_fn_config_lib uuid
14661 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14662 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14663 wine_fn_config_dll vdhcp.vxd enable_win16
14664 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14665 wine_fn_config_dll ver.dll16 enable_win16
14666 wine_fn_config_dll version enable_version version
14667 wine_fn_config_test dlls/version/tests version_test
14668 wine_fn_config_dll vmm.vxd enable_win16
14669 wine_fn_config_dll vnbt.vxd enable_win16
14670 wine_fn_config_dll vnetbios.vxd enable_win16
14671 wine_fn_config_dll vtdapi.vxd enable_win16
14672 wine_fn_config_dll vwin32.vxd enable_win16
14673 wine_fn_config_dll w32skrnl enable_win16
14674 wine_fn_config_dll w32sys.dll16 enable_win16
14675 wine_fn_config_dll wbemprox enable_wbemprox
14676 wine_fn_config_dll wiaservc enable_wiaservc
14677 wine_fn_config_dll win32s16.dll16 enable_win16
14678 wine_fn_config_dll win87em.dll16 enable_win16
14679 wine_fn_config_dll winaspi.dll16 enable_win16
14680 wine_fn_config_dll windebug.dll16 enable_win16
14681 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14682 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14683 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14684 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14685 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14686 wine_fn_config_lib winecrt0
14687 wine_fn_config_dll wined3d enable_wined3d wined3d
14688 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14689 wine_fn_config_dll winejack.drv enable_winejack_drv
14690 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14691 wine_fn_config_dll winemapi enable_winemapi
14692 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14693 wine_fn_config_dll winenas.drv enable_winenas_drv
14694 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14695 wine_fn_config_dll wineps.drv enable_wineps_drv
14696 wine_fn_config_dll wineps16.drv16 enable_win16
14697 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14698 wine_fn_config_dll winex11.drv enable_winex11_drv
14699 wine_fn_config_dll wing.dll16 enable_win16
14700 wine_fn_config_dll wing32 enable_wing32
14701 wine_fn_config_dll winhttp enable_winhttp winhttp
14702 wine_fn_config_test dlls/winhttp/tests winhttp_test
14703 wine_fn_config_dll wininet enable_wininet wininet
14704 wine_fn_config_test dlls/wininet/tests wininet_test
14705 wine_fn_config_dll winmm enable_winmm winmm
14706 wine_fn_config_test dlls/winmm/tests winmm_test
14707 wine_fn_config_dll winnls.dll16 enable_win16
14708 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14709 wine_fn_config_dll winscard enable_winscard winscard
14710 wine_fn_config_dll winsock.dll16 enable_win16
14711 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14712 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14713 wine_fn_config_dll wintab.dll16 enable_win16
14714 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14715 wine_fn_config_test dlls/wintab32/tests wintab32_test
14716 wine_fn_config_dll wintrust enable_wintrust wintrust
14717 wine_fn_config_test dlls/wintrust/tests wintrust_test
14718 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14719 wine_fn_config_test dlls/wldap32/tests wldap32_test
14720 wine_fn_config_dll wmi enable_wmi
14721 wine_fn_config_dll wmiutils enable_wmiutils
14722 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14723 wine_fn_config_dll wow32 enable_win16 wow32
14724 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14725 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14726 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14727 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14728 wine_fn_config_dll wuapi enable_wuapi
14729 wine_fn_config_dll wuaueng enable_wuaueng
14730 wine_fn_config_dll xinput1_1 enable_xinput1_1
14731 wine_fn_config_dll xinput1_2 enable_xinput1_2
14732 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14733 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14734 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14735 wine_fn_config_dll xmllite enable_xmllite
14736 wine_fn_config_test dlls/xmllite/tests xmllite_test
14737 wine_fn_config_makefile documentation enable_documentation
14738 wine_fn_config_makefile fonts enable_fonts
14739 wine_fn_config_makefile include enable_include
14740 wine_fn_config_makefile libs/port enable_libs_port
14741 wine_fn_config_makefile libs/wine enable_libs_wine
14742 wine_fn_config_makefile libs/wpp enable_libs_wpp
14743 wine_fn_config_makefile loader enable_loader
14744 wine_fn_config_program attrib enable_attrib install
14745 wine_fn_config_program cacls enable_cacls install
14746 wine_fn_config_program clock enable_clock install
14747 wine_fn_config_program cmd enable_cmd install
14748 wine_fn_config_test programs/cmd/tests cmd.exe_test
14749 wine_fn_config_program cmdlgtst enable_cmdlgtst
14750 wine_fn_config_program control enable_control install
14751 wine_fn_config_program dxdiag enable_dxdiag install
14752 wine_fn_config_program eject enable_eject install
14753 wine_fn_config_program expand enable_expand install
14754 wine_fn_config_program explorer enable_explorer install
14755 wine_fn_config_program extrac32 enable_extrac32 install
14756 wine_fn_config_program hh enable_hh install
14757 wine_fn_config_program icinfo enable_icinfo install
14758 wine_fn_config_program iexplore enable_iexplore install
14759 wine_fn_config_program lodctr enable_lodctr install
14760 wine_fn_config_program mshta enable_mshta install
14761 wine_fn_config_program msiexec enable_msiexec installbin
14762 wine_fn_config_program net enable_net install
14763 wine_fn_config_program ngen enable_ngen install
14764 wine_fn_config_program notepad enable_notepad installbin
14765 wine_fn_config_program oleview enable_oleview install
14766 wine_fn_config_program ping enable_ping install
14767 wine_fn_config_program progman enable_progman install
14768 wine_fn_config_program reg enable_reg install
14769 wine_fn_config_program regedit enable_regedit installbin
14770 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14771 wine_fn_config_program rpcss enable_rpcss install
14772 wine_fn_config_program rundll32 enable_rundll32 install
14773 wine_fn_config_program sc enable_sc install
14774 wine_fn_config_program secedit enable_secedit install
14775 wine_fn_config_program services enable_services install
14776 wine_fn_config_program spoolsv enable_spoolsv install
14777 wine_fn_config_program start enable_start install
14778 wine_fn_config_program svchost enable_svchost install
14779 wine_fn_config_program taskmgr enable_taskmgr install
14780 wine_fn_config_program termsv enable_termsv install
14781 wine_fn_config_program uninstaller enable_uninstaller install
14782 wine_fn_config_program unlodctr enable_unlodctr install
14783 wine_fn_config_program view enable_view
14784 wine_fn_config_program wineboot enable_wineboot installbin
14785 wine_fn_config_program winebrowser enable_winebrowser install
14786 wine_fn_config_program winecfg enable_winecfg installbin
14787 wine_fn_config_program wineconsole enable_wineconsole installbin
14788 wine_fn_config_program winedbg enable_winedbg installbin
14789 wine_fn_config_program winedevice enable_winedevice install
14790 wine_fn_config_program winefile enable_winefile installbin
14791 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14792 wine_fn_config_program winemine enable_winemine installbin
14793 wine_fn_config_program winepath enable_winepath installbin
14794 wine_fn_config_program winetest enable_winetest
14795 wine_fn_config_program winevdm enable_win16 install
14796 wine_fn_config_program winhelp.exe16 enable_win16 install
14797 wine_fn_config_program winhlp32 enable_winhlp32 install
14798 wine_fn_config_program winoldap.mod16 enable_win16 install
14799 wine_fn_config_program winver enable_winver install
14800 wine_fn_config_program wordpad enable_wordpad install
14801 wine_fn_config_program write enable_write install
14802 wine_fn_config_program xcopy enable_xcopy install
14803 wine_fn_config_makefile server enable_server
14804 wine_fn_config_tool tools
14805 wine_fn_config_tool tools/widl
14806 wine_fn_config_tool tools/winebuild
14807 wine_fn_config_tool tools/winedump
14808 wine_fn_config_tool tools/winegcc
14809 wine_fn_config_tool tools/wmc
14810 wine_fn_config_tool tools/wrc
14812 ac_config_commands="$ac_config_commands Makefile"
14815 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14819 if test -n "$with_wine64"
14820 then
14821 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14822 fonts server:
14823 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14824 $with_wine64/loader/wine32:
14825 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14826 clean::
14827 \$(RM) fonts server $with_wine64/loader/wine32"
14830 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14831 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14833 cat >confcache <<\_ACEOF
14834 # This file is a shell script that caches the results of configure
14835 # tests run on this system so they can be shared between configure
14836 # scripts and configure runs, see configure's option --config-cache.
14837 # It is not useful on other systems. If it contains results you don't
14838 # want to keep, you may remove or edit it.
14840 # config.status only pays attention to the cache file if you give it
14841 # the --recheck option to rerun configure.
14843 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14844 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14845 # following values.
14847 _ACEOF
14849 # The following way of writing the cache mishandles newlines in values,
14850 # but we know of no workaround that is simple, portable, and efficient.
14851 # So, we kill variables containing newlines.
14852 # Ultrix sh set writes to stderr and can't be redirected directly,
14853 # and sets the high bit in the cache file unless we assign to the vars.
14855 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14856 eval ac_val=\$$ac_var
14857 case $ac_val in #(
14858 *${as_nl}*)
14859 case $ac_var in #(
14860 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14861 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14862 esac
14863 case $ac_var in #(
14864 _ | IFS | as_nl) ;; #(
14865 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14866 *) { eval $ac_var=; unset $ac_var;} ;;
14867 esac ;;
14868 esac
14869 done
14871 (set) 2>&1 |
14872 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14873 *${as_nl}ac_space=\ *)
14874 # `set' does not quote correctly, so add quotes: double-quote
14875 # substitution turns \\\\ into \\, and sed turns \\ into \.
14876 sed -n \
14877 "s/'/'\\\\''/g;
14878 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14879 ;; #(
14881 # `set' quotes correctly as required by POSIX, so do not add quotes.
14882 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14884 esac |
14885 sort
14887 sed '
14888 /^ac_cv_env_/b end
14889 t clear
14890 :clear
14891 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14892 t end
14893 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14894 :end' >>confcache
14895 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14896 if test -w "$cache_file"; then
14897 test "x$cache_file" != "x/dev/null" &&
14898 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14899 $as_echo "$as_me: updating cache $cache_file" >&6;}
14900 cat confcache >$cache_file
14901 else
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14903 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14906 rm -f confcache
14908 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14909 # Let make expand exec_prefix.
14910 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14912 DEFS=-DHAVE_CONFIG_H
14914 ac_libobjs=
14915 ac_ltlibobjs=
14916 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14917 # 1. Remove the extension, and $U if already installed.
14918 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14919 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14920 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14921 # will be set to the directory where LIBOBJS objects are built.
14922 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14923 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14924 done
14925 LIBOBJS=$ac_libobjs
14927 LTLIBOBJS=$ac_ltlibobjs
14931 : ${CONFIG_STATUS=./config.status}
14932 ac_write_fail=0
14933 ac_clean_files_save=$ac_clean_files
14934 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14935 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14936 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14937 as_write_fail=0
14938 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14939 #! $SHELL
14940 # Generated by $as_me.
14941 # Run this file to recreate the current configuration.
14942 # Compiler output produced by configure, useful for debugging
14943 # configure, is in config.log if it exists.
14945 debug=false
14946 ac_cs_recheck=false
14947 ac_cs_silent=false
14949 SHELL=\${CONFIG_SHELL-$SHELL}
14950 export SHELL
14951 _ASEOF
14952 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14953 ## -------------------- ##
14954 ## M4sh Initialization. ##
14955 ## -------------------- ##
14957 # Be more Bourne compatible
14958 DUALCASE=1; export DUALCASE # for MKS sh
14959 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14960 emulate sh
14961 NULLCMD=:
14962 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14963 # is contrary to our usage. Disable this feature.
14964 alias -g '${1+"$@"}'='"$@"'
14965 setopt NO_GLOB_SUBST
14966 else
14967 case `(set -o) 2>/dev/null` in #(
14968 *posix*) :
14969 set -o posix ;; #(
14970 *) :
14972 esac
14976 as_nl='
14978 export as_nl
14979 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14980 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14981 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14982 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14983 # Prefer a ksh shell builtin over an external printf program on Solaris,
14984 # but without wasting forks for bash or zsh.
14985 if test -z "$BASH_VERSION$ZSH_VERSION" \
14986 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14987 as_echo='print -r --'
14988 as_echo_n='print -rn --'
14989 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14990 as_echo='printf %s\n'
14991 as_echo_n='printf %s'
14992 else
14993 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14994 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14995 as_echo_n='/usr/ucb/echo -n'
14996 else
14997 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14998 as_echo_n_body='eval
14999 arg=$1;
15000 case $arg in #(
15001 *"$as_nl"*)
15002 expr "X$arg" : "X\\(.*\\)$as_nl";
15003 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15004 esac;
15005 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15007 export as_echo_n_body
15008 as_echo_n='sh -c $as_echo_n_body as_echo'
15010 export as_echo_body
15011 as_echo='sh -c $as_echo_body as_echo'
15014 # The user is always right.
15015 if test "${PATH_SEPARATOR+set}" != set; then
15016 PATH_SEPARATOR=:
15017 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15018 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15019 PATH_SEPARATOR=';'
15024 # IFS
15025 # We need space, tab and new line, in precisely that order. Quoting is
15026 # there to prevent editors from complaining about space-tab.
15027 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15028 # splitting by setting IFS to empty value.)
15029 IFS=" "" $as_nl"
15031 # Find who we are. Look in the path if we contain no directory separator.
15032 case $0 in #((
15033 *[\\/]* ) as_myself=$0 ;;
15034 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15035 for as_dir in $PATH
15037 IFS=$as_save_IFS
15038 test -z "$as_dir" && as_dir=.
15039 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15040 done
15041 IFS=$as_save_IFS
15044 esac
15045 # We did not find ourselves, most probably we were run as `sh COMMAND'
15046 # in which case we are not to be found in the path.
15047 if test "x$as_myself" = x; then
15048 as_myself=$0
15050 if test ! -f "$as_myself"; then
15051 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15052 exit 1
15055 # Unset variables that we do not need and which cause bugs (e.g. in
15056 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15057 # suppresses any "Segmentation fault" message there. '((' could
15058 # trigger a bug in pdksh 5.2.14.
15059 for as_var in BASH_ENV ENV MAIL MAILPATH
15060 do eval test x\${$as_var+set} = xset \
15061 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15062 done
15063 PS1='$ '
15064 PS2='> '
15065 PS4='+ '
15067 # NLS nuisances.
15068 LC_ALL=C
15069 export LC_ALL
15070 LANGUAGE=C
15071 export LANGUAGE
15073 # CDPATH.
15074 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15077 # as_fn_error ERROR [LINENO LOG_FD]
15078 # ---------------------------------
15079 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15080 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15081 # script with status $?, using 1 if that was 0.
15082 as_fn_error ()
15084 as_status=$?; test $as_status -eq 0 && as_status=1
15085 if test "$3"; then
15086 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15087 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15089 $as_echo "$as_me: error: $1" >&2
15090 as_fn_exit $as_status
15091 } # as_fn_error
15094 # as_fn_set_status STATUS
15095 # -----------------------
15096 # Set $? to STATUS, without forking.
15097 as_fn_set_status ()
15099 return $1
15100 } # as_fn_set_status
15102 # as_fn_exit STATUS
15103 # -----------------
15104 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15105 as_fn_exit ()
15107 set +e
15108 as_fn_set_status $1
15109 exit $1
15110 } # as_fn_exit
15112 # as_fn_unset VAR
15113 # ---------------
15114 # Portably unset VAR.
15115 as_fn_unset ()
15117 { eval $1=; unset $1;}
15119 as_unset=as_fn_unset
15120 # as_fn_append VAR VALUE
15121 # ----------------------
15122 # Append the text in VALUE to the end of the definition contained in VAR. Take
15123 # advantage of any shell optimizations that allow amortized linear growth over
15124 # repeated appends, instead of the typical quadratic growth present in naive
15125 # implementations.
15126 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15127 eval 'as_fn_append ()
15129 eval $1+=\$2
15131 else
15132 as_fn_append ()
15134 eval $1=\$$1\$2
15136 fi # as_fn_append
15138 # as_fn_arith ARG...
15139 # ------------------
15140 # Perform arithmetic evaluation on the ARGs, and store the result in the
15141 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15142 # must be portable across $(()) and expr.
15143 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15144 eval 'as_fn_arith ()
15146 as_val=$(( $* ))
15148 else
15149 as_fn_arith ()
15151 as_val=`expr "$@" || test $? -eq 1`
15153 fi # as_fn_arith
15156 if expr a : '\(a\)' >/dev/null 2>&1 &&
15157 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15158 as_expr=expr
15159 else
15160 as_expr=false
15163 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15164 as_basename=basename
15165 else
15166 as_basename=false
15169 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15170 as_dirname=dirname
15171 else
15172 as_dirname=false
15175 as_me=`$as_basename -- "$0" ||
15176 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15177 X"$0" : 'X\(//\)$' \| \
15178 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15179 $as_echo X/"$0" |
15180 sed '/^.*\/\([^/][^/]*\)\/*$/{
15181 s//\1/
15184 /^X\/\(\/\/\)$/{
15185 s//\1/
15188 /^X\/\(\/\).*/{
15189 s//\1/
15192 s/.*/./; q'`
15194 # Avoid depending upon Character Ranges.
15195 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15196 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15197 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15198 as_cr_digits='0123456789'
15199 as_cr_alnum=$as_cr_Letters$as_cr_digits
15201 ECHO_C= ECHO_N= ECHO_T=
15202 case `echo -n x` in #(((((
15203 -n*)
15204 case `echo 'xy\c'` in
15205 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15206 xy) ECHO_C='\c';;
15207 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15208 ECHO_T=' ';;
15209 esac;;
15211 ECHO_N='-n';;
15212 esac
15214 rm -f conf$$ conf$$.exe conf$$.file
15215 if test -d conf$$.dir; then
15216 rm -f conf$$.dir/conf$$.file
15217 else
15218 rm -f conf$$.dir
15219 mkdir conf$$.dir 2>/dev/null
15221 if (echo >conf$$.file) 2>/dev/null; then
15222 if ln -s conf$$.file conf$$ 2>/dev/null; then
15223 as_ln_s='ln -s'
15224 # ... but there are two gotchas:
15225 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15226 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15227 # In both cases, we have to default to `cp -p'.
15228 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15229 as_ln_s='cp -p'
15230 elif ln conf$$.file conf$$ 2>/dev/null; then
15231 as_ln_s=ln
15232 else
15233 as_ln_s='cp -p'
15235 else
15236 as_ln_s='cp -p'
15238 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15239 rmdir conf$$.dir 2>/dev/null
15242 # as_fn_mkdir_p
15243 # -------------
15244 # Create "$as_dir" as a directory, including parents if necessary.
15245 as_fn_mkdir_p ()
15248 case $as_dir in #(
15249 -*) as_dir=./$as_dir;;
15250 esac
15251 test -d "$as_dir" || eval $as_mkdir_p || {
15252 as_dirs=
15253 while :; do
15254 case $as_dir in #(
15255 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15256 *) as_qdir=$as_dir;;
15257 esac
15258 as_dirs="'$as_qdir' $as_dirs"
15259 as_dir=`$as_dirname -- "$as_dir" ||
15260 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15261 X"$as_dir" : 'X\(//\)[^/]' \| \
15262 X"$as_dir" : 'X\(//\)$' \| \
15263 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15264 $as_echo X"$as_dir" |
15265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15266 s//\1/
15269 /^X\(\/\/\)[^/].*/{
15270 s//\1/
15273 /^X\(\/\/\)$/{
15274 s//\1/
15277 /^X\(\/\).*/{
15278 s//\1/
15281 s/.*/./; q'`
15282 test -d "$as_dir" && break
15283 done
15284 test -z "$as_dirs" || eval "mkdir $as_dirs"
15285 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15288 } # as_fn_mkdir_p
15289 if mkdir -p . 2>/dev/null; then
15290 as_mkdir_p='mkdir -p "$as_dir"'
15291 else
15292 test -d ./-p && rmdir ./-p
15293 as_mkdir_p=false
15296 if test -x / >/dev/null 2>&1; then
15297 as_test_x='test -x'
15298 else
15299 if ls -dL / >/dev/null 2>&1; then
15300 as_ls_L_option=L
15301 else
15302 as_ls_L_option=
15304 as_test_x='
15305 eval sh -c '\''
15306 if test -d "$1"; then
15307 test -d "$1/.";
15308 else
15309 case $1 in #(
15310 -*)set "./$1";;
15311 esac;
15312 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15313 ???[sx]*):;;*)false;;esac;fi
15314 '\'' sh
15317 as_executable_p=$as_test_x
15319 # Sed expression to map a string onto a valid CPP name.
15320 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15322 # Sed expression to map a string onto a valid variable name.
15323 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15326 exec 6>&1
15327 ## ----------------------------------- ##
15328 ## Main body of $CONFIG_STATUS script. ##
15329 ## ----------------------------------- ##
15330 _ASEOF
15331 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15333 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15334 # Save the log message, to keep $0 and so on meaningful, and to
15335 # report actual input values of CONFIG_FILES etc. instead of their
15336 # values after options handling.
15337 ac_log="
15338 This file was extended by Wine $as_me 1.1.44, which was
15339 generated by GNU Autoconf 2.65. Invocation command line was
15341 CONFIG_FILES = $CONFIG_FILES
15342 CONFIG_HEADERS = $CONFIG_HEADERS
15343 CONFIG_LINKS = $CONFIG_LINKS
15344 CONFIG_COMMANDS = $CONFIG_COMMANDS
15345 $ $0 $@
15347 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15350 _ACEOF
15352 case $ac_config_files in *"
15353 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15354 esac
15356 case $ac_config_headers in *"
15357 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15358 esac
15361 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15362 # Files that config.status was made for.
15363 config_files="$ac_config_files"
15364 config_headers="$ac_config_headers"
15365 config_links="$ac_config_links"
15366 config_commands="$ac_config_commands"
15368 _ACEOF
15370 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15371 ac_cs_usage="\
15372 \`$as_me' instantiates files and other configuration actions
15373 from templates according to the current configuration. Unless the files
15374 and actions are specified as TAGs, all are instantiated by default.
15376 Usage: $0 [OPTION]... [TAG]...
15378 -h, --help print this help, then exit
15379 -V, --version print version number and configuration settings, then exit
15380 --config print configuration, then exit
15381 -q, --quiet, --silent
15382 do not print progress messages
15383 -d, --debug don't remove temporary files
15384 --recheck update $as_me by reconfiguring in the same conditions
15385 --file=FILE[:TEMPLATE]
15386 instantiate the configuration file FILE
15387 --header=FILE[:TEMPLATE]
15388 instantiate the configuration header FILE
15390 Configuration files:
15391 $config_files
15393 Configuration headers:
15394 $config_headers
15396 Configuration links:
15397 $config_links
15399 Configuration commands:
15400 $config_commands
15402 Report bugs to <wine-devel@winehq.org>.
15403 Wine home page: <http://www.winehq.org>."
15405 _ACEOF
15406 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15407 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15408 ac_cs_version="\\
15409 Wine config.status 1.1.44
15410 configured by $0, generated by GNU Autoconf 2.65,
15411 with options \\"\$ac_cs_config\\"
15413 Copyright (C) 2009 Free Software Foundation, Inc.
15414 This config.status script is free software; the Free Software Foundation
15415 gives unlimited permission to copy, distribute and modify it."
15417 ac_pwd='$ac_pwd'
15418 srcdir='$srcdir'
15419 INSTALL='$INSTALL'
15420 test -n "\$AWK" || AWK=awk
15421 _ACEOF
15423 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15424 # The default lists apply if the user does not specify any file.
15425 ac_need_defaults=:
15426 while test $# != 0
15428 case $1 in
15429 --*=*)
15430 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15431 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15432 ac_shift=:
15435 ac_option=$1
15436 ac_optarg=$2
15437 ac_shift=shift
15439 esac
15441 case $ac_option in
15442 # Handling of the options.
15443 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15444 ac_cs_recheck=: ;;
15445 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15446 $as_echo "$ac_cs_version"; exit ;;
15447 --config | --confi | --conf | --con | --co | --c )
15448 $as_echo "$ac_cs_config"; exit ;;
15449 --debug | --debu | --deb | --de | --d | -d )
15450 debug=: ;;
15451 --file | --fil | --fi | --f )
15452 $ac_shift
15453 case $ac_optarg in
15454 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15455 esac
15456 as_fn_append CONFIG_FILES " '$ac_optarg'"
15457 ac_need_defaults=false;;
15458 --header | --heade | --head | --hea )
15459 $ac_shift
15460 case $ac_optarg in
15461 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15462 esac
15463 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15464 ac_need_defaults=false;;
15465 --he | --h)
15466 # Conflict between --help and --header
15467 as_fn_error "ambiguous option: \`$1'
15468 Try \`$0 --help' for more information.";;
15469 --help | --hel | -h )
15470 $as_echo "$ac_cs_usage"; exit ;;
15471 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15472 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15473 ac_cs_silent=: ;;
15475 # This is an error.
15476 -*) as_fn_error "unrecognized option: \`$1'
15477 Try \`$0 --help' for more information." ;;
15479 *) as_fn_append ac_config_targets " $1"
15480 ac_need_defaults=false ;;
15482 esac
15483 shift
15484 done
15486 ac_configure_extra_args=
15488 if $ac_cs_silent; then
15489 exec 6>/dev/null
15490 ac_configure_extra_args="$ac_configure_extra_args --silent"
15493 _ACEOF
15494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15495 if \$ac_cs_recheck; then
15496 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15497 shift
15498 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15499 CONFIG_SHELL='$SHELL'
15500 export CONFIG_SHELL
15501 exec "\$@"
15504 _ACEOF
15505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15506 exec 5>>config.log
15508 echo
15509 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15510 ## Running $as_me. ##
15511 _ASBOX
15512 $as_echo "$ac_log"
15513 } >&5
15515 _ACEOF
15516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15518 # INIT-COMMANDS
15520 wine_fn_output_makefile ()
15522 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15523 $ALL_MAKEFILE_DEPENDS
15524 _WINE_EOF
15525 as_fn_error "could not create Makefile" "$LINENO" 5
15528 _ACEOF
15530 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15532 # Handling of arguments.
15533 for ac_config_target in $ac_config_targets
15535 case $ac_config_target in
15536 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15537 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15538 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15539 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15540 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15541 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15542 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15543 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
15544 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15545 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15546 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15547 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15548 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15549 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15550 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15551 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15552 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15553 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15554 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15555 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15556 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15557 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15559 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15560 esac
15561 done
15564 # If the user did not use the arguments to specify the items to instantiate,
15565 # then the envvar interface is used. Set only those that are not.
15566 # We use the long form for the default assignment because of an extremely
15567 # bizarre bug on SunOS 4.1.3.
15568 if $ac_need_defaults; then
15569 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15570 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15571 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15572 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15575 # Have a temporary directory for convenience. Make it in the build tree
15576 # simply because there is no reason against having it here, and in addition,
15577 # creating and moving files from /tmp can sometimes cause problems.
15578 # Hook for its removal unless debugging.
15579 # Note that there is a small window in which the directory will not be cleaned:
15580 # after its creation but before its name has been assigned to `$tmp'.
15581 $debug ||
15583 tmp=
15584 trap 'exit_status=$?
15585 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15587 trap 'as_fn_exit 1' 1 2 13 15
15589 # Create a (secure) tmp directory for tmp files.
15592 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15593 test -n "$tmp" && test -d "$tmp"
15594 } ||
15596 tmp=./conf$$-$RANDOM
15597 (umask 077 && mkdir "$tmp")
15598 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15600 # Set up the scripts for CONFIG_FILES section.
15601 # No need to generate them if there are no CONFIG_FILES.
15602 # This happens for instance with `./config.status config.h'.
15603 if test -n "$CONFIG_FILES"; then
15605 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15606 ac_cs_awk_getline=:
15607 ac_cs_awk_pipe_init=
15608 ac_cs_awk_read_file='
15609 while ((getline aline < (F[key])) > 0)
15610 print(aline)
15611 close(F[key])'
15612 ac_cs_awk_pipe_fini=
15613 else
15614 ac_cs_awk_getline=false
15615 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15616 ac_cs_awk_read_file='
15617 print "|#_!!_#|"
15618 print "cat " F[key] " &&"
15619 '$ac_cs_awk_pipe_init
15620 # The final `:' finishes the AND list.
15621 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15623 ac_cr=`echo X | tr X '\015'`
15624 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15625 # But we know of no other shell where ac_cr would be empty at this
15626 # point, so we can use a bashism as a fallback.
15627 if test "x$ac_cr" = x; then
15628 eval ac_cr=\$\'\\r\'
15630 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15631 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15632 ac_cs_awk_cr='\r'
15633 else
15634 ac_cs_awk_cr=$ac_cr
15637 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15638 _ACEOF
15640 # Create commands to substitute file output variables.
15642 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15643 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15644 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15645 echo "_ACAWK" &&
15646 echo "_ACEOF"
15647 } >conf$$files.sh &&
15648 . ./conf$$files.sh ||
15649 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15650 rm -f conf$$files.sh
15653 echo "cat >conf$$subs.awk <<_ACEOF" &&
15654 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15655 echo "_ACEOF"
15656 } >conf$$subs.sh ||
15657 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15658 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15659 ac_delim='%!_!# '
15660 for ac_last_try in false false false false false :; do
15661 . ./conf$$subs.sh ||
15662 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15664 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15665 if test $ac_delim_n = $ac_delim_num; then
15666 break
15667 elif $ac_last_try; then
15668 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15669 else
15670 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15672 done
15673 rm -f conf$$subs.sh
15675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15676 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15677 _ACEOF
15678 sed -n '
15680 s/^/S["/; s/!.*/"]=/
15683 s/^[^!]*!//
15684 :repl
15685 t repl
15686 s/'"$ac_delim"'$//
15687 t delim
15690 s/\(.\{148\}\)..*/\1/
15691 t more1
15692 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15695 b repl
15696 :more1
15697 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15700 s/.\{148\}//
15701 t nl
15702 :delim
15704 s/\(.\{148\}\)..*/\1/
15705 t more2
15706 s/["\\]/\\&/g; s/^/"/; s/$/"/
15709 :more2
15710 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15713 s/.\{148\}//
15714 t delim
15715 ' <conf$$subs.awk | sed '
15716 /^[^""]/{
15718 s/\n//
15720 ' >>$CONFIG_STATUS || ac_write_fail=1
15721 rm -f conf$$subs.awk
15722 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15723 _ACAWK
15724 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15725 for (key in S) S_is_set[key] = 1
15726 FS = "\a"
15727 \$ac_cs_awk_pipe_init
15730 line = $ 0
15731 nfields = split(line, field, "@")
15732 substed = 0
15733 len = length(field[1])
15734 for (i = 2; i < nfields; i++) {
15735 key = field[i]
15736 keylen = length(key)
15737 if (S_is_set[key]) {
15738 value = S[key]
15739 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15740 len += length(value) + length(field[++i])
15741 substed = 1
15742 } else
15743 len += 1 + keylen
15745 if (nfields == 3 && !substed) {
15746 key = field[2]
15747 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15748 \$ac_cs_awk_read_file
15749 next
15752 print line
15754 \$ac_cs_awk_pipe_fini
15755 _ACAWK
15756 _ACEOF
15757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15758 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15759 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15760 else
15762 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15763 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15764 _ACEOF
15766 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15767 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15768 # trailing colons and then remove the whole line if VPATH becomes empty
15769 # (actually we leave an empty line to preserve line numbers).
15770 if test "x$srcdir" = x.; then
15771 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15772 s/:*\$(srcdir):*/:/
15773 s/:*\${srcdir}:*/:/
15774 s/:*@srcdir@:*/:/
15775 s/^\([^=]*=[ ]*\):*/\1/
15776 s/:*$//
15777 s/^[^=]*=[ ]*$//
15781 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15782 fi # test -n "$CONFIG_FILES"
15784 # Set up the scripts for CONFIG_HEADERS section.
15785 # No need to generate them if there are no CONFIG_HEADERS.
15786 # This happens for instance with `./config.status Makefile'.
15787 if test -n "$CONFIG_HEADERS"; then
15788 cat >"$tmp/defines.awk" <<\_ACAWK ||
15789 BEGIN {
15790 _ACEOF
15792 # Transform confdefs.h into an awk script `defines.awk', embedded as
15793 # here-document in config.status, that substitutes the proper values into
15794 # config.h.in to produce config.h.
15796 # Create a delimiter string that does not exist in confdefs.h, to ease
15797 # handling of long lines.
15798 ac_delim='%!_!# '
15799 for ac_last_try in false false :; do
15800 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15801 if test -z "$ac_t"; then
15802 break
15803 elif $ac_last_try; then
15804 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15805 else
15806 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15808 done
15810 # For the awk script, D is an array of macro values keyed by name,
15811 # likewise P contains macro parameters if any. Preserve backslash
15812 # newline sequences.
15814 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15815 sed -n '
15816 s/.\{148\}/&'"$ac_delim"'/g
15817 t rset
15818 :rset
15819 s/^[ ]*#[ ]*define[ ][ ]*/ /
15820 t def
15822 :def
15823 s/\\$//
15824 t bsnl
15825 s/["\\]/\\&/g
15826 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15827 D["\1"]=" \3"/p
15828 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15830 :bsnl
15831 s/["\\]/\\&/g
15832 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15833 D["\1"]=" \3\\\\\\n"\\/p
15834 t cont
15835 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15836 t cont
15838 :cont
15840 s/.\{148\}/&'"$ac_delim"'/g
15841 t clear
15842 :clear
15843 s/\\$//
15844 t bsnlc
15845 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15847 :bsnlc
15848 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15849 b cont
15850 ' <confdefs.h | sed '
15851 s/'"$ac_delim"'/"\\\
15852 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15855 for (key in D) D_is_set[key] = 1
15856 FS = "\a"
15858 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15859 line = \$ 0
15860 split(line, arg, " ")
15861 if (arg[1] == "#") {
15862 defundef = arg[2]
15863 mac1 = arg[3]
15864 } else {
15865 defundef = substr(arg[1], 2)
15866 mac1 = arg[2]
15868 split(mac1, mac2, "(") #)
15869 macro = mac2[1]
15870 prefix = substr(line, 1, index(line, defundef) - 1)
15871 if (D_is_set[macro]) {
15872 # Preserve the white space surrounding the "#".
15873 print prefix "define", macro P[macro] D[macro]
15874 next
15875 } else {
15876 # Replace #undef with comments. This is necessary, for example,
15877 # in the case of _POSIX_SOURCE, which is predefined and required
15878 # on some systems where configure will not decide to define it.
15879 if (defundef == "undef") {
15880 print "/*", prefix defundef, macro, "*/"
15881 next
15885 { print }
15886 _ACAWK
15887 _ACEOF
15888 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15889 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15890 fi # test -n "$CONFIG_HEADERS"
15893 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15894 shift
15895 for ac_tag
15897 case $ac_tag in
15898 :[FHLC]) ac_mode=$ac_tag; continue;;
15899 esac
15900 case $ac_mode$ac_tag in
15901 :[FHL]*:*);;
15902 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15903 :[FH]-) ac_tag=-:-;;
15904 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15905 esac
15906 ac_save_IFS=$IFS
15907 IFS=:
15908 set x $ac_tag
15909 IFS=$ac_save_IFS
15910 shift
15911 ac_file=$1
15912 shift
15914 case $ac_mode in
15915 :L) ac_source=$1;;
15916 :[FH])
15917 ac_file_inputs=
15918 for ac_f
15920 case $ac_f in
15921 -) ac_f="$tmp/stdin";;
15922 *) # Look for the file first in the build tree, then in the source tree
15923 # (if the path is not absolute). The absolute path cannot be DOS-style,
15924 # because $ac_f cannot contain `:'.
15925 test -f "$ac_f" ||
15926 case $ac_f in
15927 [\\/$]*) false;;
15928 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15929 esac ||
15930 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15931 esac
15932 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15933 as_fn_append ac_file_inputs " '$ac_f'"
15934 done
15936 # Let's still pretend it is `configure' which instantiates (i.e., don't
15937 # use $as_me), people would be surprised to read:
15938 # /* config.h. Generated by config.status. */
15939 configure_input='Generated from '`
15940 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15941 `' by configure.'
15942 if test x"$ac_file" != x-; then
15943 configure_input="$ac_file. $configure_input"
15944 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15945 $as_echo "$as_me: creating $ac_file" >&6;}
15947 # Neutralize special characters interpreted by sed in replacement strings.
15948 case $configure_input in #(
15949 *\&* | *\|* | *\\* )
15950 ac_sed_conf_input=`$as_echo "$configure_input" |
15951 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15952 *) ac_sed_conf_input=$configure_input;;
15953 esac
15955 case $ac_tag in
15956 *:-:* | *:-) cat >"$tmp/stdin" \
15957 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15958 esac
15960 esac
15962 ac_dir=`$as_dirname -- "$ac_file" ||
15963 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15964 X"$ac_file" : 'X\(//\)[^/]' \| \
15965 X"$ac_file" : 'X\(//\)$' \| \
15966 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15967 $as_echo X"$ac_file" |
15968 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15969 s//\1/
15972 /^X\(\/\/\)[^/].*/{
15973 s//\1/
15976 /^X\(\/\/\)$/{
15977 s//\1/
15980 /^X\(\/\).*/{
15981 s//\1/
15984 s/.*/./; q'`
15985 as_dir="$ac_dir"; as_fn_mkdir_p
15986 ac_builddir=.
15988 case "$ac_dir" in
15989 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15991 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15992 # A ".." for each directory in $ac_dir_suffix.
15993 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15994 case $ac_top_builddir_sub in
15995 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15996 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15997 esac ;;
15998 esac
15999 ac_abs_top_builddir=$ac_pwd
16000 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16001 # for backward compatibility:
16002 ac_top_builddir=$ac_top_build_prefix
16004 case $srcdir in
16005 .) # We are building in place.
16006 ac_srcdir=.
16007 ac_top_srcdir=$ac_top_builddir_sub
16008 ac_abs_top_srcdir=$ac_pwd ;;
16009 [\\/]* | ?:[\\/]* ) # Absolute name.
16010 ac_srcdir=$srcdir$ac_dir_suffix;
16011 ac_top_srcdir=$srcdir
16012 ac_abs_top_srcdir=$srcdir ;;
16013 *) # Relative name.
16014 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16015 ac_top_srcdir=$ac_top_build_prefix$srcdir
16016 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16017 esac
16018 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16021 case $ac_mode in
16024 # CONFIG_FILE
16027 case $INSTALL in
16028 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16029 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16030 esac
16031 _ACEOF
16033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16034 # If the template does not know about datarootdir, expand it.
16035 # FIXME: This hack should be removed a few years after 2.60.
16036 ac_datarootdir_hack=; ac_datarootdir_seen=
16037 ac_sed_dataroot='
16038 /datarootdir/ {
16042 /@datadir@/p
16043 /@docdir@/p
16044 /@infodir@/p
16045 /@localedir@/p
16046 /@mandir@/p'
16047 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16048 *datarootdir*) ac_datarootdir_seen=yes;;
16049 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16051 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16052 _ACEOF
16053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16054 ac_datarootdir_hack='
16055 s&@datadir@&$datadir&g
16056 s&@docdir@&$docdir&g
16057 s&@infodir@&$infodir&g
16058 s&@localedir@&$localedir&g
16059 s&@mandir@&$mandir&g
16060 s&\\\${datarootdir}&$datarootdir&g' ;;
16061 esac
16062 _ACEOF
16064 # Neutralize VPATH when `$srcdir' = `.'.
16065 # Shell code in configure.ac might set extrasub.
16066 # FIXME: do we really want to maintain this feature?
16067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16068 ac_sed_extra="$ac_vpsub
16069 $extrasub
16070 _ACEOF
16071 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16073 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16074 s|@configure_input@|$ac_sed_conf_input|;t t
16075 s&@top_builddir@&$ac_top_builddir_sub&;t t
16076 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16077 s&@srcdir@&$ac_srcdir&;t t
16078 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16079 s&@top_srcdir@&$ac_top_srcdir&;t t
16080 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16081 s&@builddir@&$ac_builddir&;t t
16082 s&@abs_builddir@&$ac_abs_builddir&;t t
16083 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16084 s&@INSTALL@&$ac_INSTALL&;t t
16085 $ac_datarootdir_hack
16087 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16088 if $ac_cs_awk_getline; then
16089 $AWK -f "$tmp/subs.awk"
16090 else
16091 $AWK -f "$tmp/subs.awk" | $SHELL
16092 fi >$tmp/out \
16093 || as_fn_error "could not create $ac_file" "$LINENO" 5
16095 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16096 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16097 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16099 which seems to be undefined. Please make sure it is defined." >&5
16100 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16101 which seems to be undefined. Please make sure it is defined." >&2;}
16103 rm -f "$tmp/stdin"
16104 case $ac_file in
16105 -) cat "$tmp/out" && rm -f "$tmp/out";;
16106 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16107 esac \
16108 || as_fn_error "could not create $ac_file" "$LINENO" 5
16112 # CONFIG_HEADER
16114 if test x"$ac_file" != x-; then
16116 $as_echo "/* $configure_input */" \
16117 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16118 } >"$tmp/config.h" \
16119 || as_fn_error "could not create $ac_file" "$LINENO" 5
16120 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16121 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16122 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16123 else
16124 rm -f "$ac_file"
16125 mv "$tmp/config.h" "$ac_file" \
16126 || as_fn_error "could not create $ac_file" "$LINENO" 5
16128 else
16129 $as_echo "/* $configure_input */" \
16130 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16131 || as_fn_error "could not create -" "$LINENO" 5
16136 # CONFIG_LINK
16139 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16141 else
16142 # Prefer the file from the source tree if names are identical.
16143 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16144 ac_source=$srcdir/$ac_source
16147 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16148 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16150 if test ! -r "$ac_source"; then
16151 as_fn_error "$ac_source: file not found" "$LINENO" 5
16153 rm -f "$ac_file"
16155 # Try a relative symlink, then a hard link, then a copy.
16156 case $srcdir in
16157 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16158 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16159 esac
16160 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16161 ln "$ac_source" "$ac_file" 2>/dev/null ||
16162 cp -p "$ac_source" "$ac_file" ||
16163 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16166 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16167 $as_echo "$as_me: executing $ac_file commands" >&6;}
16169 esac
16172 case $ac_file$ac_mode in
16173 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16174 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16175 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16176 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16177 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16178 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16179 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16180 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16181 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16182 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16183 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16184 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16185 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16186 "Makefile":C) wine_fn_output_makefile Makefile ;;
16188 esac
16189 done # for ac_tag
16192 as_fn_exit 0
16193 _ACEOF
16194 ac_clean_files=$ac_clean_files_save
16196 test $ac_write_fail = 0 ||
16197 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16200 # configure is writing to config.log, and then calls config.status.
16201 # config.status does its own redirection, appending to config.log.
16202 # Unfortunately, on DOS this fails, as config.log is still kept open
16203 # by configure, so config.status won't be able to write to it; its
16204 # output is simply discarded. So we exec the FD to /dev/null,
16205 # effectively closing config.log, so it can be properly (re)opened and
16206 # appended to by config.status. When coming back to configure, we
16207 # need to make the FD available again.
16208 if test "$no_create" != yes; then
16209 ac_cs_success=:
16210 ac_config_status_args=
16211 test "$silent" = yes &&
16212 ac_config_status_args="$ac_config_status_args --quiet"
16213 exec 5>/dev/null
16214 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16215 exec 5>>config.log
16216 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16217 # would make configure fail if this is the last instruction.
16218 $ac_cs_success || as_fn_exit $?
16220 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16222 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16226 if test "$no_create" = "yes"
16227 then
16228 exit 0
16231 ac_save_IFS="$IFS"
16232 if test "x$wine_notices != "x; then
16233 echo >&6
16234 IFS="|"
16235 for msg in $wine_notices; do
16236 IFS="$ac_save_IFS"
16237 if test -n "$msg"; then
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16239 $as_echo "$as_me: $msg" >&6;}
16241 done
16243 IFS="|"
16244 for msg in $wine_warnings; do
16245 IFS="$ac_save_IFS"
16246 if test -n "$msg"; then
16247 echo >&2
16248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16249 $as_echo "$as_me: WARNING: $msg" >&2;}
16251 done
16252 IFS="$ac_save_IFS"
16254 echo "
16255 $as_me: Finished. Do '${ac_make}' to compile Wine.
16256 " >&6